https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
c9d3acd 8.0.13 12 May 2016, 15:14:52 UTC
bdec8b9 8.0.13 RC2 10 May 2016, 19:51:20 UTC
04b6242 8.0.13 RC1 09 May 2016, 22:45:04 UTC
5d5dda4 8.0.12 03 May 2016, 08:41:03 UTC
f0fddd1 8.0.12 RC2 02 May 2016, 08:19:41 UTC
3378256 8.0.12 RC1 27 April 2016, 01:27:44 UTC
75e770c Merge pull request #24168 from owncloud/stable8-certificate [stable8] Ignore certificate file if it starts with file:// 22 April 2016, 07:35:06 UTC
9cdb881 [stable8] Ignore certificate file if it starts with file:// 21 April 2016, 16:53:00 UTC
e5691ab Merge pull request #24148 from owncloud/stable8-quota-recognizeremoteunlimitedquota [stable8] Workaround to be able to recognize unlimited quota in fed shares 21 April 2016, 10:51:53 UTC
8adbc41 Workaround to be able to recognize unlimited quota in fed shares Fixes issues where a user cannot upload to a fed share on OC >= 9.0 where the sharer has unlimited quota (-3) 21 April 2016, 09:21:38 UTC
e04f994 Merge pull request #24043 from owncloud/stable8-autoload [stable8] Exclude autoload_static.php 18 April 2016, 06:49:05 UTC
48a3132 Exclude autoload_static.php 17 April 2016, 09:14:58 UTC
b9eb25a Merge pull request #23352 from owncloud/stable8_backport_23346 [Stable 8] Set proper public webdav permissions when public upload disabled 17 March 2016, 19:51:18 UTC
a63ce82 Set proper public webdav permissions when public upload disabled Fixes #23325 It can happen that a user shares a folder with public upload. And some time later the admin disables public upload on the server. To make sure this is handled correctly we need to check the config value and reduce the permissions. Fix is kept small to be easy backportable. 17 March 2016, 13:00:01 UTC
aee4521 Merge pull request #23310 from owncloud/check-syntax-travis-stable8 [stable8] Execute parallel-lint 17 March 2016, 08:35:30 UTC
40c5902 [stable8] Execute parallel-lint Backport of https://github.com/owncloud/core/pull/22994 and https://github.com/owncloud/core/pull/23303 16 March 2016, 14:01:41 UTC
463da6b Merge pull request #22844 from owncloud/stable8_22830 [Stable 8] Rename and move permissions are set when a file is updatable 09 March 2016, 07:43:38 UTC
1f8dd6e 8.0.11 08 March 2016, 14:04:44 UTC
cdf67f5 8.0.11 RC2 04 March 2016, 23:17:06 UTC
7dd5573 Merge pull request #22864 from owncloud/stable8-trashbin-checkpath [stable8] Properly check path validity before deleting to trash 04 March 2016, 18:36:25 UTC
da24296 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:42:04 UTC
99bad9d Rename and move permissions are set when a file is updatable * Fix unit tests 04 March 2016, 08:48:12 UTC
519191b 8.0.11 RC1 02 March 2016, 02:07:10 UTC
1153560 Merge pull request #22764 from owncloud/stable8-backport-phpmailer [stable8] Backport PHPMailer validation 01 March 2016, 20:34:10 UTC
3825113 [stable8] Backport PHPMailer validation For https://github.com/owncloud/3rdparty/pull/253 cc @cmonteroluque 01 March 2016, 20:30:09 UTC
b558fc4 Merge pull request #21634 from owncloud/backport-17924-stable8 [backport] [stable8] always use an LDAP URL when connecting to LDAP 01 March 2016, 13:35:41 UTC
848fa08 Merge pull request #22174 from owncloud/stable8-backport-22143 [Stable 8.0] When a user is removed we should remove the right shares 06 February 2016, 08:27:49 UTC
babd4e1 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:12:27 UTC
cb54370 always use an LDAP URL when connecting to LDAP - without original integration test as infrastructure was introduced in 8.1 only 29 January 2016, 19:16:29 UTC
4688cd1 Merge pull request #21695 from owncloud/stable8-users-scrolltop [stable8] Keep scroll position in users page when sorting 15 January 2016, 12:19:28 UTC
5b65d78 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:35:10 UTC
9b62439 Merge pull request #21464 from owncloud/stable8-fix-scanner-regression [stable8] Fix regression in ajax/scan.php 08 January 2016, 13:44:38 UTC
dffc6cd Fix regression in ajax/scan.php * introduced in #20763 05 January 2016, 13:41:17 UTC
74c90c7 Merge pull request #21297 from owncloud/stable8-prevent0bytedownloads [stable8] prevent 0 byte downloads when storage returns false 05 January 2016, 12:59:24 UTC
7562dc2 8.0.10 21 December 2015, 12:24:30 UTC
1ae1a63 8.0.10 RC2 18 December 2015, 22:34:08 UTC
a8f3da1 prevent 0 byte downloads when storage returns false add unit test More fixes for backport 18 December 2015, 17:40:31 UTC
990f86d 8.0.10 RC1 15 December 2015, 21:09:43 UTC
87eb482 Merge pull request #21214 from owncloud/backport-21133-stable8 [backport] [stable8] Fix shared files of deleted users, detect DN change when checking for existence on LDAP 15 December 2015, 19:52:58 UTC
1ec2f32 adjust tests for 8.0 15 December 2015, 19:19:15 UTC
5cab4a9 Backport of #21133 to stable8 throw NoUserException in getHome when the requested user does not exist anymore look for DN changes before marking a user as deleted adjust unit test unit test on getHome in combination with OfflineUser fix find DN by UUID for AD adjust dealing with search results due to different format in 8.0 15 December 2015, 19:19:15 UTC
2eedf39 backport necessary OfflinerUser::unmark() 15 December 2015, 19:15:56 UTC
4d1bee9 Merge pull request #21208 from owncloud/stable8-backport-16961 [stable8] Hardening home folder retrieval in user_ldap 15 December 2015, 16:27:15 UTC
cc79334 Merge pull request #21202 from owncloud/fix_20296_8.0 [stable8.0] don't allow to create a federated share if source and target are the same 15 December 2015, 13:56:13 UTC
91d1779 manually backport some helper methods 15 December 2015, 10:43:18 UTC
f6be4f8 Fixed JS unit tests for fed owner display name 15 December 2015, 10:43:17 UTC
2f6caa3 show display name but internally use the user name 15 December 2015, 10:43:17 UTC
c8366f3 don't allow to create a federated share if source and target server are the same 15 December 2015, 10:43:17 UTC
89fdca7 Only throw exception if on new LDAP setups * this is done by setting enforce_home_folder_naming_rule for the user_ldap app in the app settings 15 December 2015, 09:01:25 UTC
582ca0a Hardening home folder retrieval in user_ldap * if the home folder naming rule is specified it should not fallback to the "use owncloud username as home folder" scenario * this does not allow the mixed setup of users with the attribute and some users without the attribute (which then would fallback to "use owncloud username as home folder" rule) anymore 15 December 2015, 07:45:32 UTC
79857c9 Merge pull request #21150 from owncloud/backport-20978-stable8 reset mailadress/displayname on blur (backport for stable8) 14 December 2015, 16:33:09 UTC
667a562 Merge pull request #21192 from owncloud/preview-non-existing-8 [8.0] Handle non existing files in version previews 14 December 2015, 15:34:24 UTC
07fb3e3 Handle non existing files in version previews 14 December 2015, 15:02:38 UTC
1d65016 Use XMLWriter to generate response Gets rid of manual XML generation. 14 December 2015, 08:38:14 UTC
2282ed3 reset mailadress/displayname on blur 11 December 2015, 13:56:56 UTC
254fc41 Merge pull request #20363 from owncloud/backport-20271-stable8 [backport] [stable8] LDAP: attempt to connect to backup server again, if main server is no… 04 December 2015, 09:33:52 UTC
3808618 Merge pull request #20844 from owncloud/files-scan-user-path-80 [8.0] Lock scanner to the given user 30 November 2015, 21:46:27 UTC
5d7bd6f Lock scanner to the given user 30 November 2015, 16:01:52 UTC
64ae79a Merge pull request #20808 from owncloud/backport-use-new-updater-url-stable8 [stable8] Use new updater URL 30 November 2015, 11:03:34 UTC
8bd90a1 [stable8] Use new updater URL 28 November 2015, 10:55:57 UTC
76be8bb Merge pull request #20763 from owncloud/scan-eventsource-no-paths-8 [8.0] Dont output paths in scan.php 26 November 2015, 15:40:19 UTC
fab5917 Dont output paths in scan.php 26 November 2015, 15:35:52 UTC
ff214a3 Merge pull request #19659 from owncloud/stable8-backport-19546 Stable8 backport 19546 25 November 2015, 13:55:44 UTC
dc2a6e2 Merge pull request #20638 from owncloud/cache-escape-like-8 [8.0] Escape like parameter in cache operations 20 November 2015, 15:44:25 UTC
08866d5 escape like parameter in cache move 20 November 2015, 13:44:13 UTC
221de00 Add test for special character during move 20 November 2015, 13:42:12 UTC
9f6dfd3 define escape character for like statements on oracle 20 November 2015, 13:42:09 UTC
2993a74 define escape character for like statements on sqlite 20 November 2015, 13:42:06 UTC
8db22f5 fix internal path when searching in storage root (cherry picked from commit c2d76d2) 12 November 2015, 20:05:58 UTC
345660b Add unit test for searching in storage root (cherry picked from commit e28a2ff) 12 November 2015, 20:05:58 UTC
5ed0d60 The minimum size for internalRootLength is 1 (cherry picked from commit 3173ed2) 12 November 2015, 20:05:58 UTC
ded50e8 Merge pull request #20396 from owncloud/stable8-extstorage-gdrive-forceapproval [stable8] Force approval in GDrive oauth to get refresh_token 09 November 2015, 13:02:45 UTC
3a3ccd4 Force approval in GDrive oauth to get refresh_token Forcing the approval of app permissions makes sure that the GDrive API will always return a refresh_token. In the case of apps that were already authorized for the current user/domain, the API doesn't return the refresh_token which causes expiration issues. 09 November 2015, 12:08:09 UTC
e92a0ff LDAP: attempt to connect to backup server again, if main server is not available. Fixes #18701 06 November 2015, 12:04:46 UTC
159e6b6 Merge pull request #20302 from owncloud/backport-20155-8.0 [backport] [stable8] add port to host only, if an URL is used instead of a plain hostname 05 November 2015, 09:51:15 UTC
fe21a8d add port to host only, if an URL is used instead of a plain hostname 04 November 2015, 14:49:55 UTC
258496c 8.0.9 30 October 2015, 16:46:39 UTC
ec7e355 8.0.9 RC2 28 October 2015, 14:38:52 UTC
8838e07 Merge pull request #20063 from owncloud/stable8-add-warning-for-php-7 [stable8] Stop processing if PHP 7 is used 26 October 2015, 21:04:01 UTC
7e8f3ee Stop processing if PHP 7 is used PHP 7 is only compatible with ownCloud 8.2.0 26 October 2015, 16:40:00 UTC
6897cbe Do not print exception message 25 October 2015, 18:05:28 UTC
2e0952b 8.0.9 RC1 21 October 2015, 21:36:54 UTC
9444e07 Merge pull request #19732 from owncloud/make-sure-sharing-extends-the-testcase Make sure all sharing tests extend the testcase 13 October 2015, 13:40:16 UTC
d78b4d0 Make sure all sharing tests extend the testcase 13 October 2015, 09:16:40 UTC
f69161a Merge pull request #19681 from owncloud/stable8-backport-19574 Clear the shares after the test like storages and files 12 October 2015, 07:19:22 UTC
b64b8c1 Clear the shares after the test like storages and files * adjusted to stable8.1 backport of #19574 09 October 2015, 15:43:10 UTC
4214df7 Merge pull request #18958 from owncloud/stable8-backport-17791 [stable8] Add custom CSP for Win 10 compatibility 09 October 2015, 13:25:11 UTC
28de9c7 Merge pull request #18857 from owncloud/memcached-fix-stable8 [stable8] Fallback to complete Memcached flush if getAllKeys fails 09 October 2015, 11:19:26 UTC
109a206 Merge pull request #19476 from owncloud/thumbnail-temp-clean-8 [8] Clean temp files used for thumbnail generation 30 September 2015, 14:10:09 UTC
96b812b Clean temp files used for thumbnail generation 30 September 2015, 13:18:02 UTC
4c912e6 Merge pull request #19447 from owncloud/stable8-backport-19441 [stable8][upgrade] switch to debug logging on upgrade 29 September 2015, 16:25:24 UTC
3f79484 [upgrade] switch to debug logging on upgrade * resets afterwards * adds output about the previous log level 29 September 2015, 14:23:37 UTC
5f81a5e Merge pull request #17953 from owncloud/backport-17464-stable8 [stable8] backport of #17464: fix uncaught exception on not permitted file types when setting avata… 28 September 2015, 09:53:44 UTC
7ff02a6 Merge pull request #18704 from owncloud/stable8-dav-copy-fix [stable8] Check for file existence before doing a DAV copy 28 September 2015, 09:51:43 UTC
07546d0 8.0.8 10 September 2015, 14:26:01 UTC
bb5b729 Add custom CSP for Win 10 compatibility The default content-security-policy of ownCloud forbids inline JavaScript for security reasons. IE starting on Windows 10 will however also obey the CSP which will break the event source fallback. As a workaround thus we set a custom policy which allows the execution of inline JavaScript. This fixes https://github.com/owncloud/core/issues/14286 10 September 2015, 13:02:45 UTC
a283bf2 Merge pull request #18843 from owncloud/app-upgrade-routenotfound-stable8 [stable8] Always add to $loadedApps 06 September 2015, 22:26:25 UTC
519e980 Fallback to complete Memcached flush if getAllKeys fails Newer Memcached's do not support the underlying protocol commands that getAllKeys() is implemented with. We should fallback to clearing everything in that case, as causing (temporary) performance problems for other applications on the server is better than having stale cached data. 06 September 2015, 19:42:01 UTC
8d79c95 Always add to $loadedApps 05 September 2015, 10:43:58 UTC
019480a 8.0.7 02 September 2015, 08:53:39 UTC
back to top