https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
9dd76d3 Set version to 9.0.8 01 February 2017, 18:06:59 UTC
1b24e93 Set version to 9.0.8 RC2 26 January 2017, 05:14:43 UTC
4a39a12 Merge pull request #27037 from owncloud/stable9-fix27033 Kill brokenupdaterrepair. Fixes #27033 26 January 2017, 04:55:04 UTC
6a20d61 Merge pull request #27036 from owncloud/stable9-configreport-shipped addes configreport to shipped.json 25 January 2017, 20:02:35 UTC
ee021df Kill brokenupdaterrepair. Fixes #27033 25 January 2017, 19:51:03 UTC
eb4b3c0 addes configreport to shipped.json 25 January 2017, 17:31:22 UTC
96565c9 Set version to 9.0.8 RC1 25 January 2017, 15:55:35 UTC
c5675a2 Merge pull request #27025 from owncloud/stable9-backport_user_enumeration Stable9 backport user enumeration 25 January 2017, 13:00:40 UTC
dc9ec75 backport user enumeration 25 January 2017, 10:58:45 UTC
996421f backport user enumeration 25 January 2017, 10:57:32 UTC
108c813 backport user enumeration 25 January 2017, 10:57:19 UTC
6fcb4f4 Merge pull request #27010 from owncloud/stable9-cleanupremotestorages [stable9] Add CleanupRemoteStorages command 24 January 2017, 15:34:18 UTC
75a3cd3 Fix CleanupRemoteStoragesTest tests Fix test expectation. Added files count to check filecache deletion. 24 January 2017, 08:55:34 UTC
2237009 Add CleanupRemoteStorages command 24 January 2017, 08:45:12 UTC
ce1d068 Merge pull request #26987 from owncloud/stable9-update-files-external-icewind-streams [stable9] Update files_external's icewind/streams to 0.5.2 23 January 2017, 19:19:55 UTC
8cdb620 Exclude autoload_static.php from apps/files_external when linting 23 January 2017, 11:33:54 UTC
f6a5cb2 Update files_external's icewind/streams to 0.5.2 23 January 2017, 11:33:54 UTC
b3ab5af Merge pull request #26997 from kdslkdsaldsal/update_ver_stable9 [stable9] 9.2.0 is 10.0.0 20 January 2017, 18:22:54 UTC
1414c57 [stable9] 9.2.0 is 10.0.0 20 January 2017, 18:01:03 UTC
a7b0515 Merge pull request #26991 from owncloud/backport-26242-stable9 [stable9] Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter… 20 January 2017, 17:49:09 UTC
25875ba Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter::updateCard - backport of #26242 20 January 2017, 13:29:04 UTC
a7fa2f3 [stable9] [Jenkins] Move each test into its own step (#26985) * Move each test into its own step * Run integration tests only on release branches 20 January 2017, 13:05:28 UTC
75c96fe Merge pull request #26820 from owncloud/setupfs-before-access-a-users-keys-stable9 [stable9] Setupfs before access a users keys 20 January 2017, 09:12:06 UTC
967f0bd Fix encryption key storage test for older PHP 19 January 2017, 15:19:36 UTC
29dd993 Merge pull request #26953 from IljaN/stable9 WIP: Username autocomplete option in admin menue now also toggles autocomp… 19 January 2017, 14:47:30 UTC
9e0187b Merge pull request #26964 from owncloud/stable9-fix-26758 [Stable9] Prevent PHP from logging when there is not enough data 19 January 2017, 14:01:50 UTC
7581a23 Merge pull request #26962 from owncloud/stable9-fcloseafterkill [stable9] Prevent PHP request to get killed when using fclose callback 19 January 2017, 10:59:54 UTC
7043ae4 Merge pull request #26971 from owncloud/stable9-update-icewind-streams [stable9] Update submodule for icewind/streams update 19 January 2017, 10:56:07 UTC
169346f Update submodule for icewind/streams update 19 January 2017, 09:21:03 UTC
2ed1bc7 Ignore exception when deleting keys of deleted user Whenever a user was deleted for encryption where the keys are stored in the home, we can ignore user existence exceptions because it means the keys are already gone. 19 January 2017, 08:57:30 UTC
0838619 Don't mount user home with alternate keys root When encryption keys are stored outside the user's homes, there is no need to mount said homes. 19 January 2017, 08:57:30 UTC
5b15b11 Added test that check if user home is mounted after resolving key 19 January 2017, 08:57:30 UTC
eeef520 Init mount points for user in more places in Keys\Storage 19 January 2017, 08:57:30 UTC
831224d Fix unit test execution 19 January 2017, 08:57:29 UTC
a2aa8be The file system of a user has to be properly setup before accessing the keys 19 January 2017, 08:57:29 UTC
72f0fd6 Merge pull request #26912 from owncloud/stable9-sharedstoragehell-backport [stable9] Backport lazy init of shared storage/mount 18 January 2017, 16:44:02 UTC
69fcf70 Prevent PHP from logging when there is not enough data 18 January 2017, 13:47:54 UTC
537bc2d Add ignore_user_abort everywhere where the time limit is set to 0 18 January 2017, 11:00:33 UTC
7170485 Prevent PHP request to get killed when using fclose callback 18 January 2017, 11:00:29 UTC
b26aa0f Check arguments in SharedMount constructor 18 January 2017, 10:31:40 UTC
62b1865 Username autocomplete option in admin menue now also toggles autocomplete for email input (share by e-mail) #26504 (cherry picked from commit 861011c) Backport: #1760 17 January 2017, 14:55:11 UTC
32bde45 Flag to not recurse into shared mounts in getPath 12 January 2017, 14:53:50 UTC
a55da70 Get shared storage numeric id directly from DB To prevent recursions in initMountPoints which requires the numeric id to populate oc_mounts 12 January 2017, 14:53:50 UTC
2b6b2dc Only construct the storage when we start using it 12 January 2017, 14:53:50 UTC
ed5e8e2 Merge pull request #26927 from owncloud/stable9-backport-tests-flatreshare [stable9] Backport flat reshare unit tests 12 January 2017, 13:49:21 UTC
be7362d Extend unit tests 11 January 2017, 17:03:44 UTC
7f13aed Fix unit tests 11 January 2017, 17:03:39 UTC
98fa430 Fix intergration tests 11 January 2017, 17:03:32 UTC
5027ee8 Merge pull request #26792 from owncloud/stable9-fed-statcache-404 [stable9] Fix DAV stat cache to properly cache 404 10 January 2017, 17:28:10 UTC
ca5b021 Prevent user with empty uid (#26811) 19 December 2016, 13:37:16 UTC
cc36f67 Update 3rdparty commit (#26830) 19 December 2016, 10:13:38 UTC
f1e7ebf Merge pull request #26815 from owncloud/stable9-integration-test-with-colons [Stable9] Add integration test for creating folder with colon 16 December 2016, 11:24:50 UTC
5fd2585 Merge pull request #26766 from mirekys/stable9 [stable9] Fix for app groups setting preservation 16 December 2016, 10:31:11 UTC
8c53d6c Merge pull request #26827 from owncloud/stable9-fix-25692 Stable9: Do not validate return code if set was successful 16 December 2016, 09:56:03 UTC
84e05bd Do not validate return code if set was successful 15 December 2016, 15:24:35 UTC
16ecd18 Merge pull request #26795 from owncloud/stable9-kill-repairlegacystorages [stable9] Remove obsolete RepairLegacyStorages repair step 14 December 2016, 18:16:32 UTC
d6e9178 Set version to 9.0.7 12 December 2016, 17:19:48 UTC
c2b9e3c Update 3rdparty commit for sabre/uri update 12 December 2016, 15:49:46 UTC
f1d26c9 Add integration test for creating folder with colon Conflicts: build/integration/features/webdav-related.feature 12 December 2016, 12:49:59 UTC
1c9d2e3 Remove obsolete RepairLegacyStorages repair step 07 December 2016, 12:15:16 UTC
9333f05 Fix DAV stat cache to properly cache 404 404 errors were not properly cached due to catching the wrong exception. Now catching ClientHttpException and checking the error code. In case of 404, adjust the stat cache accordingly. 07 December 2016, 11:48:57 UTC
dcea4da Backported #26748 fix to stable9 05 December 2016, 13:57:17 UTC
4ec231f Set version to 9.0.7 RC1 29 November 2016, 16:45:19 UTC
553448b Merge pull request #26721 from owncloud/stable9-fix-the-realm [stable9] Use the correct realm for basic authentication - fixes #23427 29 November 2016, 12:09:39 UTC
505c5c3 Add test for duplicate 401 headers on DAV 28 November 2016, 09:27:38 UTC
f418d55 Use the correct realm for basic authentication - fixes #23427 28 November 2016, 09:27:34 UTC
68ed4ef Merge pull request #26719 from owncloud/stable9-fix-transferownership-findtransferfolder [stable9] Fix finding transferred folder in integration tests 28 November 2016, 09:26:27 UTC
9a2ab51 Merge pull request #26699 from owncloud/stable9-occ-filesscan-skipshares [stable9] Skip local shares in bkg scan and occ files:scan (#26590) 25 November 2016, 10:04:01 UTC
60cc998 Fix finding transferred folder in integration tests 25 November 2016, 09:11:59 UTC
fc7abeb Merge pull request #26696 from owncloud/stable9-publicupload-fix [stable9] Properly convert OCS params + more tests 25 November 2016, 08:46:37 UTC
6962047 Merge pull request #26710 from owncloud/stable9-failed-to-create-share-fix [stable9] commit transaction after select query 25 November 2016, 08:46:20 UTC
c334f98 Merge pull request #26614 from owncloud/stable9-behat-transferownership [stable9] Add transfer ownership integration tests (#26543) 24 November 2016, 23:20:18 UTC
63666b7 commit transaction after select query 24 November 2016, 17:40:37 UTC
65af378 Backport integration test functions from #26610 Partial backport of the integration tests from #26610 24 November 2016, 17:38:56 UTC
151a0ce Merge pull request #26713 from owncloud/stable9-disable-previews [stable9] Don't fetch preview images if `enable_previews` is set to `false` 24 November 2016, 17:33:46 UTC
7cf3e25 don't try to render preview images if 'enable_previews' has been set to false 24 November 2016, 14:29:49 UTC
667903a Added tests about permissions and public upload Added read and share permissions instead of all (default ones) Added positive case Check also permissions update Added tests for resharing with public links when the user doesn't have enough permisssions 24 November 2016, 14:15:52 UTC
d90e958 Correctly convert OCS permissions params 24 November 2016, 14:15:34 UTC
e12c367 Transfer ownership now returns exit code on error 24 November 2016, 14:13:02 UTC
2f5e3e6 Add transfer ownership integration tests (#26543) * Add transfer ownership integration tests * Added more transfer ownership tests and OCC checks 24 November 2016, 14:13:02 UTC
34bf725 Merge pull request #26666 from owncloud/stable9-integration-tests-refactoring Stable9 integration tests refactoring 24 November 2016, 14:11:37 UTC
3fc3290 Remove dav v2 move because broken on stable9 24 November 2016, 10:29:01 UTC
dc77e03 Removed useless function 24 November 2016, 10:13:21 UTC
a0dd1d9 Added test case about issue 26346 Conflicts: build/integration/features/sharing-v1.feature 23 November 2016, 16:14:02 UTC
5d2bd76 Changed description of variable 23 November 2016, 16:12:46 UTC
7efbfc7 Added functions to check etag of elements Conflicts: build/integration/features/bootstrap/WebDav.php 23 November 2016, 16:12:38 UTC
eca5ff3 Skip local shares in bkg scan and occ files:scan (#26590) Local shares should only be scanned when doing it for the owner to avoid repeatedly rescanning the same shared storage over and over again for every recipient. 23 November 2016, 11:27:36 UTC
6c0d4bc Merge pull request #26688 from owncloud/stable9-fix-duplicate-www-auth-headers [stable9] No challenge from FedAuth 23 November 2016, 09:35:58 UTC
2924094 Merge pull request #26682 from owncloud/stable9-ext-storage-expireversions [stable9] Properly expire ext storage versions (#26601) 22 November 2016, 16:16:30 UTC
102df9a No challenge from FedAuth 22 November 2016, 15:25:42 UTC
8456a66 Properly expire ext storage versions (#26601) * Properly expire ext storage versions System-wide external storages have no real owner so the current user is used as owner. However when running cron.php there is no current user, so no expiry can be done. This fix adds an user argument to the expire() function to tell for which user to expire files. This information is anyway always available now through the expire command job. * Move version expire setupFS into the expire function * Add comment about not tearing down in version Storage::expire() 22 November 2016, 09:30:36 UTC
85c8a02 Merge pull request #26576 from owncloud/stable9-transfer-ownership-exceptions [stable9] Skip broken shares when transferring ownership 21 November 2016, 09:34:17 UTC
ed91673 Removed some tests added in the conflict resolution which are not needed in this version 21 November 2016, 09:30:55 UTC
22ac88a Changed nothing for 0 because of previous sabre dav version 21 November 2016, 08:57:34 UTC
d76b83e Added missing requirements 21 November 2016, 08:57:34 UTC
0819d0f Removed forgotten leftovers Conflicts: build/integration/features/bootstrap/WebDav.php 21 November 2016, 08:57:34 UTC
6e50738 Added weddav related feature Conflicts: build/integration/features/webdav-related.feature 21 November 2016, 08:57:30 UTC
fbb2d6d Adapted sharing and external features, random failures in sharing:857 Conflicts: build/integration/features/sharing-v1.feature Conflicts: build/integration/features/sharing-v1.feature 21 November 2016, 08:53:27 UTC
4b0aa3a Adapted favorites and dav2 features Conflicts: build/integration/features/bootstrap/WebDav.php build/integration/features/favorites.feature Conflicts: build/integration/features/dav-v2.feature 21 November 2016, 08:51:15 UTC
0360d6f Merge pull request #26635 from owncloud/stable9-integration-tests-qa-222 Stable9 integration tests qa 222 15 November 2016, 17:23:10 UTC
back to top