https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
8f8e9a2 Set version to 9.0.11 22 November 2017, 10:46:11 UTC
224b24d Set version to 9.0.11 RC2 20 November 2017, 16:20:29 UTC
1b2174d Merge pull request #29630 from owncloud/stable9-scan-repair-all-message [stable9] Fix files scan repair in bulk warning 20 November 2017, 16:16:39 UTC
20db0f0 Include console output for file scanner with repair 20 November 2017, 14:08:38 UTC
b741a6b Fix files scan repair in bulk warning 20 November 2017, 09:40:24 UTC
104affe Set version to 9.0.11 RC1 08 November 2017, 19:50:43 UTC
69176e8 Merge pull request #29491 from owncloud/stable9-repair-filecache-resend-once-again [stable9] Filecache repair step 08 November 2017, 19:47:16 UTC
002417a Fix repair step output handling 08 November 2017, 14:00:26 UTC
64453fc Remove hardcoded logging 08 November 2017, 10:30:42 UTC
808778a Workaround for Oracle trigger for fileid 07 November 2017, 10:10:45 UTC
11cde16 Make this work with php5.4 07 November 2017, 10:10:45 UTC
30eadce Catch output advance method 07 November 2017, 10:10:44 UTC
d681977 Dont use create mock 07 November 2017, 10:10:44 UTC
dec4b10 Fix path casing 07 November 2017, 10:10:44 UTC
dc5ff81 Cleanup testcase and comments 07 November 2017, 10:10:44 UTC
6a7ada1 Oracle hates empty strings 07 November 2017, 10:10:44 UTC
14b1beb fix casing of new repair step 07 November 2017, 10:10:44 UTC
a08d233 Make filecache repair step work with oc9 07 November 2017, 10:10:44 UTC
ed699d2 Try oracle tests without throwing exception for stray transactions 07 November 2017, 10:10:44 UTC
93342d3 Fix lastinsertid for postgres wehn reusing fileid 07 November 2017, 10:10:44 UTC
0f9265b Test without parallel storages 07 November 2017, 10:10:44 UTC
ef59387 Add parallel non-corrupt storages to filecache repair step to check for isolation 07 November 2017, 10:10:44 UTC
ce09606 Improve output when repairing. Fix non-repair file:scan 07 November 2017, 10:10:43 UTC
5077237 occ files:scan --all --repair repairs all storages at once This instead of iterating over all storages which is way less efficient due to the 1-N nature of potential failed cross-storage moves that we are repairing. If singleuser mode is enabled and "--all --repair" is passed, all storages will be repaired in bulk (no repair filter). If not, it will fall back to iterating over each storage which is slower. 07 November 2017, 10:10:43 UTC
3a5d6ed Run phase 2 of repair on gathered affected storages from phase 1 When fixing failed cross-storage moves in the file cache and using the storage id filter, we filter by target storage for phase 1. However, we also need to fix the source storages in phase 2. To do so, a list of affected source storages is now gathered in phase 1 to be run on phase 2. 07 November 2017, 10:10:43 UTC
ac9828a Use DI and add more tests for storage filter 07 November 2017, 10:10:43 UTC
0f2e1d0 Repair detached filecache entries through occ files:scan 07 November 2017, 10:10:43 UTC
266a288 Add repair step to repair mismatch filecache paths Whenever a parent-child relationship describes a specific path but the entry's actual path is different, this new repair step will adjust it. In the event where another entry already exists under that name, the latter is deleted and replaced by the above entry. This should help preserve the metadata associated with the original entry. 07 November 2017, 10:10:41 UTC
a3904b6 Merge pull request #29477 from owncloud/stable9-upgrade-node-packages [stable9] Upgrade node package versions 07 November 2017, 07:14:21 UTC
d83b83e Upgrade node package versions 06 November 2017, 21:28:10 UTC
3d14943 Merge pull request #29046 from owncloud/stable9-scanner-detectmissinghome [stable9] Add extra check in case of missing home storage 30 October 2017, 15:02:57 UTC
94beacf Recreate "files" folder in trashbin and versioning tests This is to prevent the safety check to kick in because the "files" folder is missing. 18 September 2017, 12:56:56 UTC
6415ae7 Add extra check in case of missing home storage 18 September 2017, 12:56:52 UTC
1b4bd29 Merge pull request #28593 from kdslkdsaldsal/patch3 [stable9] Only use IndexIgnore if mod_autoindex.c is enabled/loaded. 07 August 2017, 07:02:30 UTC
c920065 Only use IndexIgnore if mod_autoindex.c is enabled/loaded. 05 August 2017, 09:21:56 UTC
acadc36 Catch lock file when exception occurs during cron 27 July 2017, 17:48:46 UTC
c2cfd54 Merge pull request #28485 from owncloud/stable9-pref-insert [stable9] Backport to make setValues use insertIfNotExists 27 July 2017, 08:52:57 UTC
db8beb6 Update setValues to use insertIfNotExsits to avoid SQL error pollution 25 July 2017, 13:55:42 UTC
863119d don´t change folders with --repair-filecache check if folder is "httpd/unix-directory" and don´t perform here #27585 11 July 2017, 10:18:01 UTC
6e83fe7 Merge pull request #28320 from owncloud/stable9-filecache-loops [stable9] Stop processing in case of filecache loop inside propagator 06 July 2017, 13:32:46 UTC
f85957b Break in case of filecache loop inside propagator 06 July 2017, 11:17:30 UTC
eb9bf10 Merge pull request #28284 from owncloud/stable9-cross-storage-moveinfo [stable9] Fix cross-storage move info when moving between two received shares 06 July 2017, 11:17:06 UTC
55864e6 Properly get the internal path for a cachejail move 05 July 2017, 13:21:18 UTC
0086803 Move moveFromCache to CacheJail 05 July 2017, 11:50:04 UTC
6a19c40 Remove SharedCache::getNumericStorageId to let CacheWrapper do it The CacheWrapper will properly forward the call to the wrapped cache. 05 July 2017, 11:50:04 UTC
2ca19dc Improve tests 05 July 2017, 11:50:03 UTC
aca28b6 Trying to reproduce core#28018 05 July 2017, 11:50:03 UTC
ca48e46 Fix cross-storage move info when moving between two received shares Need to properly resolve the given path to a source path in `getMoveInfo`. This was missing when adding this new method. 05 July 2017, 11:49:50 UTC
9b38c9d Merge pull request #28302 from owncloud/stable9-fixdefaultquota [stable9] Fix default quota 05 July 2017, 11:48:31 UTC
4247bff Use getUserQuota to prevent repeating logic 05 July 2017, 08:52:49 UTC
95abf31 Proper separation of quota values in APIs User::getQuota() and User::setQuota() are now reading the exact value as set in the database instead of interpreting it. This is how it used to behave. Util::getUserQuota() is the method that interprets the quota for example by replacing a default value with the default quota value from the app config. 05 July 2017, 08:51:36 UTC
00a7d23 Merge pull request #28224 from owncloud/stable9-backport-e2018 [stable9] Always load most recent app from dirs 29 June 2017, 14:16:01 UTC
69fd0c2 Always load most recent app from dirs 26 June 2017, 20:21:17 UTC
63b9a0f Set version to 9.0.10 30 May 2017, 16:49:34 UTC
6c9a057 Set version to 9.0.10 RC1 24 May 2017, 19:37:14 UTC
3718296 Merge pull request #28000 from owncloud/backport-fix-dont-show-shares-you-own [stable9] Backport fix don't show shares you own 24 May 2017, 19:23:58 UTC
93f852b Added failing scenario where own share is found Conflicts: build/integration/features/sharing-v1.feature 24 May 2017, 15:48:34 UTC
bbeef21 backport fix don't shares you own in "shared with you" 24 May 2017, 15:39:02 UTC
067e8aa Merge pull request #27947 from owncloud/stable9-03a412f4fa5e9d1083af6807179366433c57a34c [stable9] Update certificate revocation list 22 May 2017, 06:06:39 UTC
086d40e [stable9] Update certificate revocation list 19 May 2017, 08:53:59 UTC
a223db2 Merge pull request #27904 from owncloud/stable9-b523171c5cad8c8c970244bd076edee19a450bc9 [stable9] escape filter in search 16 May 2017, 19:06:54 UTC
78876dd [stable9] escape filter in search 16 May 2017, 13:23:23 UTC
93208ff Merge pull request #27810 from owncloud/backport-fixed-output-in-error-pages [Stable9] Backport fixed output in error pages 15 May 2017, 19:25:21 UTC
4e680c2 fixed output in error pages 15 May 2017, 10:30:01 UTC
8a4fb1b Merge pull request #27802 from owncloud/stable9-inttest-etag-federation [ Stable9 ] Added tests about etag propagation when using fed shares 03 May 2017, 15:45:50 UTC
92e2195 Added tests about etag propagation when using fed shares 03 May 2017, 10:51:02 UTC
687907a Merge pull request #27606 from owncloud/backport-stable9 [stable9] fix download button in PDF previewer 21 April 2017, 11:41:47 UTC
f2a4318 Merge pull request #27489 from owncloud/stable9-usermountcache-deletedusers [stable9] Properly handle deleted users in UserMountCache 20 April 2017, 14:53:01 UTC
ba1f199 Set version to 9.0.9 18 April 2017, 19:03:30 UTC
950259d This unit test fix the change made for download button in PDF previewer. Signed-off-by: Sujith H <sharidasan@owncloud.com> 08 April 2017, 08:18:33 UTC
80c5202 fix download button in PDF previewer 08 April 2017, 08:18:11 UTC
5576f01 Set version to 9.0.9 RC1 03 April 2017, 14:37:29 UTC
f6ea17a Update ca-bundle.crt 28 March 2017, 22:05:46 UTC
ebb7a2e Merge pull request #27520 from owncloud/smb_remove_rename_permission_stable9 Refuse rename and delete operations over the root folder 28 March 2017, 15:09:49 UTC
2b693e6 Refuse rename and delete operations over the root folder 28 March 2017, 12:42:08 UTC
0c31419 Merge pull request #27491 from owncloud/stable9-fedshare-dedup [stable9] Skip generated remote share if exact user match found 27 March 2017, 15:06:34 UTC
15ef6d5 unlink test image - pollutes ci server 27 March 2017, 10:36:58 UTC
823cf31 Add trusted domain check for remote user result 27 March 2017, 10:08:36 UTC
81a110e Merge pull request #27494 from owncloud/stable9-sharing_autocomplete_inconsitency Backport Stable9 sharing autocomplete inconsitency 27 March 2017, 09:09:04 UTC
0c904b8 #27224 Sharing autocomplete inconsistency (cherry picked from commit c227f29) 24 March 2017, 17:31:39 UTC
2732673 Skip generated remote share is exact user match found Whenever user ids are in the format "user@server", entering these in the share dialog would also generate a remote share entry. Selecting the remote entry would usually create a federated share to the same server. In the case a user enters the full id address as share recipient it is most likely that the intention was to share with the local user. This fix removes the automatically generated remote id from the sharees list when such situation occurs to avoid selecting the wrong entry by mistake. 24 March 2017, 15:51:27 UTC
f88ba86 Properly handle deleted users in UserMountCache When encountering entries from a deleted user, discard such entries. 24 March 2017, 15:30:53 UTC
4e503bd Merge pull request #27424 from owncloud/quotaFixes_stable9 [stable9] Fix quota behaviour 21 March 2017, 15:04:58 UTC
6b30025 Merge pull request #27432 from owncloud/stable9-inttest-reduce401 [stable9] Use authType BASIC for Sabre client in integration tests 21 March 2017, 09:10:21 UTC
037b500 Use authType BASIC for Sabre client in integration tests This helps massively reduce the numerous useless 401 exceptions that appears in the test log. These appear only because Sabre first connects without any auth type to receive the challenge and then sends the authentication data. With this change it will directly use basic auth. 20 March 2017, 15:41:46 UTC
a40d370 Fix quota behaviour 20 March 2017, 12:47:25 UTC
2ec8f3e Merge pull request #27351 from owncloud/stable9-cache-load-user-if-not-exists cache loadUser if not exists and tests 13 March 2017, 15:06:30 UTC
af5171b Merge pull request #27350 from owncloud/stable9-cache-getStorageById [stable9] cache getStorageById 10 March 2017, 13:54:53 UTC
315d17c php5.4 compatability 10 March 2017, 11:44:21 UTC
3f841c9 resetStorage() for ViewTest 10 March 2017, 11:44:21 UTC
d6bf42a cache getStorageById 10 March 2017, 11:44:21 UTC
a27f6ec cache loadUser if not exists and tests 09 March 2017, 20:36:22 UTC
2ca1dae use closure to properly defer l10n initialization (#27331) 07 March 2017, 23:10:03 UTC
cfc3603 Merge pull request #27289 from MariusTimmer/stable9 Cache image paths depending on the theme 03 March 2017, 13:02:11 UTC
1aa60be $cacheKey includes the theme so the image paths will be cached depending on the theme. 01 March 2017, 17:25:50 UTC
a95aaf1 Merge pull request #27136 from owncloud/stable9-logscanexception [stable9] Log files:scan exception 21 February 2017, 20:13:35 UTC
1bb9ef3 Log files:scan exception, add InterruptedException 21 February 2017, 08:55:27 UTC
0cb919b Merge pull request #27135 from owncloud/stable9-sharedstorage-ignorenouserexception [stable9] Ignore NoUserException for shares from ghosts 16 February 2017, 15:07:38 UTC
c1cc284 Ignore NoUserException for shares from ghosts 16 February 2017, 11:38:31 UTC
733d37d Merge pull request #27127 from owncloud/stable9-convert-unlink-rmdir [stable9] Redirect unlink to rmdir 16 February 2017, 08:08:41 UTC
back to top