https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
e5620fe 8.1.6 08 March 2016, 14:03:58 UTC
a74a7d0 8.1.6 RC2 04 March 2016, 23:16:06 UTC
384af47 Merge pull request #22863 from owncloud/stable8.1-trashbin-checkpath [stable8.1] Properly check path validity before deleting to trash 04 March 2016, 18:36:07 UTC
8337298 Properly check path validity before deleting to trash This prevents deleting the whole "files" folder of the user whenever $ownerPath is empty. This can happen in concurrency situations. 04 March 2016, 14:39:41 UTC
279f1d0 8.1.6 RC1 02 March 2016, 01:41:49 UTC
ee1330f Merge pull request #22409 from owncloud/stable8.1-gdrive-reindexarraytoduetoduplicates [stable8.1] Reindex array in GDrive after removing duplicates 01 March 2016, 13:47:35 UTC
e8e694d Merge pull request #22617 from owncloud/backport-22358-stable8.1 [backport][stable8.1] Fix race condition when switching filter mode 01 March 2016, 12:43:22 UTC
256c2cd Merge pull request #22630 from owncloud/stable8.1-fedshare-testremote-after-404 [stable8.1] Properly trigger testRemote after getting a 404 from remote fed share 29 February 2016, 10:26:42 UTC
0df34d9 Merge pull request #22634 from owncloud/stable8.1-backport-22565 [stable8.1] Avoids scanning the root storage 25 February 2016, 15:49:23 UTC
aebafad Merge pull request #22632 from owncloud/stable8.1-backport-18762 [stable8.1] Use "json_encode" and "json_decode" instead of unserialize 25 February 2016, 14:30:45 UTC
1aa6531 Merge pull request #22627 from owncloud/fix_broken_unencrypted_size_8.1 [stable8.1] Heal unencrypted file sizes at download time 25 February 2016, 13:59:24 UTC
a369a7d recalculate unencrypted size if we assume that the size stored in the db is not correct 25 February 2016, 10:17:09 UTC
963c3aa Avoids scanning the root storage This check will skip the background scan for the root storage because there is nothing in the root storage that isn't already in another (mostly user-) storage. Fixes #22501 24 February 2016, 16:35:50 UTC
a233875 [user_ldap] properly decode cached objects * fixes #21896 24 February 2016, 15:35:35 UTC
2bc01e7 Properly trigger testRemote after getting a 404 from remote fed share Whenever a remote fed share's shareinfo call returns a 404, don't directly assume the storage is not available by throwing StorageNotAvailableException. We need to properly throw NotFoundException to trigger the later logic that calls testRemote() that verifies that the 404 is not from a broken server but really from an obsolete share. 24 February 2016, 15:35:22 UTC
241f784 Use "json_encode" and "json_decode" instead of unserialize 24 February 2016, 15:32:56 UTC
d63d4ab Fix race condition when switching filter mode. Fixes #22278 24 February 2016, 10:21:53 UTC
e0a38cd Merge pull request #22572 from owncloud/stable8.1-backport-21544 [stable8.1] set etag and permission fields for trashbin entries 24 February 2016, 10:09:59 UTC
524063b Merge pull request #22558 from owncloud/backport-22496-share-group-problem-8.1 [8.1] Fix on shared groups assignment. 22 February 2016, 14:48:20 UTC
18e927e set etag and permission fields for trashbin entries 22 February 2016, 14:37:06 UTC
0f2010d Fix on shared groups assignment. 22 February 2016, 09:45:30 UTC
a4668fd Merge pull request #22373 from owncloud/stable8.1-backport-22369 [stable8.1] Fix BMP support 16 February 2016, 08:26:54 UTC
0a39b1d Merge pull request #22363 from owncloud/backport-20152-stable8.1 [stable8.1] Remove invalid type-cast 15 February 2016, 18:39:34 UTC
c5aff09 Reindex array in GDrive after removing duplicates Whenever duplicates are removed from the array, the indices are not in sequence. This seems to cause trouble with opendir/the dir wrapper and make it skip valid entries. This fix reindexes the array to make it work. 15 February 2016, 16:47:19 UTC
5b1c099 Fix BMP support * fixes #16461 14 February 2016, 08:37:31 UTC
9f3dad8 Remove invalid type-cast This is an `is_array` operation and not a `in_array` one. Thus this typecast is not required. Fixes https://github.com/owncloud/core/issues/20095 13 February 2016, 13:28:58 UTC
38ebc06 Merge pull request #22173 from owncloud/stable8.1-backport-22143 [Stable 8.1] When a user is removed we should remove the right shares 06 February 2016, 08:27:13 UTC
8aa9b31 When a user is removed we should remove the right shares * This means all the shares directly shared with them * Or all group shares having a special share with them This patch fixes the operator precedece (AND before OR). So before this patch: (share_with = <deleted user> AND share_type = 0) OR share_type=2 So it deleted all user specific shares Now: share_with = <deleted user> AND (share_type = 0 OR (share_type=2) 05 February 2016, 19:08:26 UTC
ac51b9d Merge pull request #21864 from owncloud/sync-certificates-with-upstream-81 [stable8.1] Sync certificates with upstream 25 January 2016, 07:24:02 UTC
8b9e2d2 Sync certificates with upstream 22 January 2016, 21:12:21 UTC
19e7e57 Merge pull request #21748 from owncloud/stable8.1-backport-20927 [stable8.1] Handle return code of streamCopy in WebDAV put 18 January 2016, 13:16:09 UTC
952d640 Handle return code of streamCopy in WebDAV put * throw a different exception if streamCopy failed 15 January 2016, 13:29:41 UTC
40b76df Merge pull request #21694 from owncloud/stable8.1-users-scrolltop [stable8.1] Keep scroll position in users page when sorting 15 January 2016, 12:19:16 UTC
c553974 Keep scroll position in users page when sorting When sorting, some browsers like Chrome will lose the scroll position, possibly because the sorting code is touching the DOM elements. This fix saves the scroll position before sorting and sets it back afterwards. 13 January 2016, 14:36:32 UTC
46253ef Merge pull request #21665 from owncloud/smb-statcache-cap-81 [8.1] cap the number of entries we cache in smb's statcache 13 January 2016, 09:45:16 UTC
2e5e756 cap the number of entries we cache in smb's statcache 12 January 2016, 17:12:40 UTC
5182879 Merge pull request #21632 from owncloud/backport-17924-stable8.1 [backport] [stable8.1] always use an LDAP URL when connecting to LDAP 12 January 2016, 09:31:45 UTC
7539979 always use an LDAP URL when connecting to LDAP 11 January 2016, 20:45:46 UTC
6c35e70 Merge pull request #21564 from owncloud/ext-smb-dep-stable8.1 [stable8.1] Check libsmbclient-php as well as smbclient binary 11 January 2016, 10:33:47 UTC
016a582 Check libsmbclient-php as well as smbclient binary 09 January 2016, 09:19:13 UTC
c9c6efd Merge pull request #21314 from owncloud/scanner-skip-not-available-81 [8.1] Skip unavailable storages in scanner 08 January 2016, 11:22:19 UTC
d523ed9 also log exception 07 January 2016, 08:06:47 UTC
49a2bbf Skip unavailable storages in scanner 07 January 2016, 08:06:45 UTC
f5952cb Merge pull request #21463 from owncloud/stable8.1-fix-callable-ajax-scan listen() requires a callable and not an array 05 January 2016, 15:02:22 UTC
3ccaaad listen() requires a callable and not an array * fixes #21350 * fixes regression introduced with #20764 05 January 2016, 13:33:25 UTC
038351e Merge pull request #21296 from owncloud/stable8.1-prevent0bytedownloads [stable8.1] prevent 0 byte downloads when storage returns false 05 January 2016, 12:44:14 UTC
073a00a Merge pull request #21263 from owncloud/backport-21260-stable8.1 [backport] [stable8.1] initialize l10n instance earlier, fixes an undefined var warning foll… 24 December 2015, 14:55:37 UTC
fbc0276 Merge pull request #21340 from owncloud/fix-unit-tests [stable8.1] Fix unit tests 23 December 2015, 06:10:28 UTC
5fc1123 Fix unit tests 22 December 2015, 20:24:47 UTC
985aa59 Merge pull request #21235 from owncloud/stable8.1-backport-21232 [stable8.1] Use name of ICollection for exception message 22 December 2015, 18:15:27 UTC
b3f8f9c Merge pull request #21275 from owncloud/stable81_20884 [Stable 8.1] [Sharing] Respect disabled incoming federated shares 22 December 2015, 18:13:15 UTC
2d28fbc Merge pull request #21294 from owncloud/backport-21255-stable8.1 user management: show password error temporary (backport for stable8.1) 22 December 2015, 18:11:53 UTC
47a2c37 8.1.5 21 December 2015, 12:23:26 UTC
d4a5326 8.1.5 RC2 18 December 2015, 22:32:43 UTC
2c5234d add unit test 18 December 2015, 17:36:22 UTC
7090509 prevent 0 byte downloads when storage returns false 18 December 2015, 17:34:13 UTC
fb5501f Update users.js 18 December 2015, 16:04:02 UTC
5721038 [Sharing] Respect disabled incoming federated shares Only fetch the incoming federated shares if incoming shares are actually enabled. Fixes #20713 18 December 2015, 08:17:54 UTC
bf675af initialize l10n instance earlier, fixes an undefined var warning followed by a php error 17 December 2015, 14:56:19 UTC
6f6bf26 add unit test for #21230 16 December 2015, 15:23:35 UTC
2b8a6a1 Use name of ICollection for exception message * fixes #21230 16 December 2015, 15:23:30 UTC
678ad21 8.1.5 RC1 15 December 2015, 21:07:51 UTC
9e17443 Merge pull request #21207 from owncloud/backport-21133-stable8.1 [backport] [stable8.1] Fix shared files of deleted users, detect DN change when checking for existence on LDAP 15 December 2015, 17:43:47 UTC
d69cab9 Merge pull request #21210 from owncloud/stable8.1-handle-enforce-home-folder-rule-setting [stable8.1] Properly handle enforce home folder naming rule setting 15 December 2015, 17:43:05 UTC
c3595bd Merge pull request #21199 from owncloud/fix_20296_8.1 [stable8.1] don't allow to create a federated share if source and target are the same 15 December 2015, 13:56:23 UTC
f2fb9fb Fixed JS unit tests for fed owner display name 15 December 2015, 10:45:26 UTC
73dda65 show display name but internally use the user name 15 December 2015, 10:45:26 UTC
a1d59a9 don't allow to create a federated share if source and target server are the same 15 December 2015, 10:45:26 UTC
f43e168 Properly handle enforce home folder naming rule setting 15 December 2015, 09:10:53 UTC
42c6990 fix find DN by UUID for AD 14 December 2015, 22:19:24 UTC
b756dce unit test on getHome in combination with OfflineUser 14 December 2015, 22:19:19 UTC
945c4d1 adjust unit test 14 December 2015, 22:19:14 UTC
65cb4b4 look for DN changes before marking a user as deleted 14 December 2015, 22:19:08 UTC
2e9f6de throw NoUserException in getHome when the requested user does not exist anymore 14 December 2015, 22:19:03 UTC
b6caf41 Merge pull request #21151 from owncloud/backport-20978-stable8.1 reset mailadress/displayname on blur (backport for stable8.1) 14 December 2015, 16:31:57 UTC
5881d7b Merge pull request #21193 from owncloud/preview-non-existing-81 [8.1] Handle non existing files in version previews 14 December 2015, 15:35:16 UTC
51c6cd5 Handle non existing files in version previews 14 December 2015, 15:04:10 UTC
ed9089f Merge pull request #21156 from owncloud/trashbin-loggedout-81 [8.1] Fix trashbin wrapper when no user is loggedin 14 December 2015, 11:27:18 UTC
ada7573 Use XMLWriter to generate response Gets rid of manual XML generation. 14 December 2015, 08:39:34 UTC
e6afdd5 skip test if we cant use the filesystem when not logged in 11 December 2015, 14:41:25 UTC
9c8083d Fix thrashbin wrapper when no user is loggedin 11 December 2015, 14:41:23 UTC
9a0af8e reset mailadress/displayname on blur 11 December 2015, 13:58:06 UTC
f11314b Merge pull request #21091 from owncloud/backport-20995-stable8.1 [backport] [stable8.1] ensure multiselect always receives an array when setting its value, f… 10 December 2015, 17:00:05 UTC
cf00976 Merge pull request #21116 from owncloud/stable8.1-backport-21109 [stable8.1] Deduplicate version expire jobs 10 December 2015, 15:37:23 UTC
259e05b Deduplicate version expire jobs * versionSize is calculated anyway in the expire job - > dropped * offset/neededSpace was needed for expiry before the file is moved to the versions -> now this is included already in the currently used space because the expiry job is defered to a point in time after the version creation * fixes #21108 10 December 2015, 12:49:01 UTC
29ae188 Merge pull request #21102 from owncloud/stable8.1_20989 [Stable8.1] Update parent when moving share into recieved share 10 December 2015, 12:44:05 UTC
643778b Update parent when moving share into recieved share Fixes #20769 When I receive a share and move a share of myself into that share (which is allowed currently) I effectively hand over ownership of the files I move. So we need to update the share I move to have as a parent the share I move it into. Else our mounting system gets confused. 10 December 2015, 10:32:03 UTC
fccfa3c Merge pull request #21081 from owncloud/stable8.1-share-computesharepermissions-notstore [stable8.1] Fix (re)share permission checks in a few code paths 10 December 2015, 08:35:56 UTC
6bedaf0 ensure multiselect always receives an array when setting its value, fixes #18734 09 December 2015, 19:12:02 UTC
c132f91 Merge pull request #21085 from owncloud/occ-shall-not-fail-hard-in-maintenance-mode-stable8.1 Don't load commands of apps when in maintenance mode 09 December 2015, 18:57:33 UTC
af67c45 Don't load commands of apps when in maintenance mode - fixes #20939 09 December 2015, 15:40:53 UTC
2f2e932 Add explicit check for groups excluded from sharing Since isSharable() doesn't do the check for groups excluded from sharing, adding an explicit check in the sharing code. 09 December 2015, 14:59:31 UTC
5ecd8cc Fix more unit tests to pass a mock storage instead of null to FileInfo 09 December 2015, 14:59:27 UTC
af70564 Add reshare permission checks Added in isSharable() in incoming remote share. Added in isSharable() in regular incoming share. Added in FileInfo to make sure the proper attributes are returned to the clients. 09 December 2015, 14:58:42 UTC
2466972 Compute share permissions in the view The share permissions are now computed in the View/FileInfo instead of storing them directly/permanently on the storage 09 December 2015, 14:58:39 UTC
873e932 Merge pull request #21042 from owncloud/backport-21037-stable8.1 [backport][stable8.1] passing an empty base in this diagnosis call will not result in LDAP… 08 December 2015, 16:34:43 UTC
d6a7b60 passing an empty base in this diagnosis call will not result in LDAP errors Neither in "Invalid DN syntax" nor in "Object not found" 08 December 2015, 14:07:40 UTC
2a86de9 Merge pull request #20999 from owncloud/backport-20981-multiple-emails-for-sharelink-8.1 [8.1] Allow sending a share email to multiple users 07 December 2015, 15:25:20 UTC
94cf29c Merge pull request #20986 from owncloud/use-proper-logexception-stable8.1 ILogger has no logException() 07 December 2015, 15:19:04 UTC
cfc1109 Add a unit test for single user case as well 07 December 2015, 14:50:20 UTC
back to top