https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
59b3c2f 7.0.6 04 June 2015, 00:41:01 UTC
5464298 7.0.6RC2 01 June 2015, 22:54:41 UTC
1c19fd1 Merge pull request #16666 from owncloud/fix-code Fix compatibility with 5.3 again 01 June 2015, 15:50:07 UTC
9b05d22 Fix compatibility with 5.4 again Fixes https://github.com/owncloud/core/issues/16665 01 June 2015, 15:24:58 UTC
200e9d9 Disallow semicolons in passed commands 01 June 2015, 15:06:21 UTC
5fa749c Ensure that passed argument is always a string Some code paths called the `normalizePath` functionality with types other than a string which resulted in unexpected behaviour. Thus the function is now manually casting the type to a string and I corrected the usage in list.php as well. 01 June 2015, 15:06:16 UTC
a15710a Clean application identifier before processing 01 June 2015, 15:06:10 UTC
7071cf1 Revert custom patch that can cause problems 01 June 2015, 15:06:05 UTC
97dbd04 Merge pull request #16635 from owncloud/stable7-fix-themes-readme [stable7] Fix themes README 30 May 2015, 11:05:51 UTC
ba93c3d Fix themes README Fixes #16617 30 May 2015, 10:12:02 UTC
927cae7 7.0.6 RC1 29 May 2015, 17:58:39 UTC
b04d510 Merge pull request #16608 from owncloud/fix_14588 [stable7] make sure to get the right list of users with access to the file when deleting a shared file 28 May 2015, 14:53:55 UTC
b4741cf make sure to get the right list of users with access to the file, including the owner 28 May 2015, 14:13:05 UTC
55a122a Merge pull request #13742 from owncloud/fix-12190-2-stable7 [backport #13740] backport #13740 to stable7 26 May 2015, 14:06:21 UTC
5014d2c Merge pull request #15402 from owncloud/response-setContentLengthHeader-stable7 [stable7] Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. 20 May 2015, 08:15:58 UTC
8a39256 Merge pull request #15077 from owncloud/fix-smb-oc-admin-stable7 [stable7] Support constructing an SMB_OC without saved session credentials 20 May 2015, 08:03:18 UTC
ae850d7 add primary group users to resultset before caching 13 May 2015, 23:09:57 UTC
765526e Merge pull request #15271 from owncloud/stable7-fix-ext-owncloud [stable7] Fix bugs in ownCloud external storage 13 May 2015, 07:40:20 UTC
87052be Merge pull request #16291 from RealRancor/asset_pipe_note Add note for asset pipeline and third-party apps on stable7 12 May 2015, 22:52:20 UTC
02ef384 Add note for asset pipeline and third-party apps on stable7 12 May 2015, 16:59:57 UTC
cf05d50 Merge pull request #15863 from owncloud/public-reshare-webdav-stable7 [stable7] Fix webdav access for public reshare 08 May 2015, 11:56:07 UTC
f5a597b Merge pull request #16114 from owncloud/stable7-backport-15510-and-15465 [stable7] block cron.php and OCS API when in single user mode or maintenance mode 08 May 2015, 10:13:24 UTC
2c656b0 Fix singe user mode on public.php - take two 06 May 2015, 10:14:34 UTC
9c44e7b Fix single user check in case no user is logged in 06 May 2015, 10:12:40 UTC
0418b33 block ocs in single user mode 06 May 2015, 10:10:02 UTC
780530e block webdav in single user mode 06 May 2015, 10:08:58 UTC
67c862c block cron when in single user mode 06 May 2015, 09:51:14 UTC
8800622 Disable OCS api when in maintenance mode 06 May 2015, 09:50:08 UTC
d01bfe3 Merge pull request #15833 from owncloud/backport-files-external-fixes Backport files external fixes 05 May 2015, 10:22:35 UTC
38644cf fix subfolder reshares over webdav 24 April 2015, 12:19:52 UTC
2c10e31 resolve reshares in public webdav 24 April 2015, 12:19:52 UTC
e37f9c8 use displayname lookup route in files_external settings 23 April 2015, 12:23:17 UTC
79187fc add lookup route for displaynames 23 April 2015, 12:23:03 UTC
e72cd71 Merge pull request #15332 from owncloud/dont_hide_exceptions do not hide exception when ldap server has a hiccup 22 April 2015, 20:48:29 UTC
598f798 throw exception when LDAP Connection was lost 22 April 2015, 13:22:11 UTC
919241c fix filesystem and encryption tests 22 April 2015, 09:34:17 UTC
f7db588 throw exception when backends don't provide a user instead of creating legacy local storages 22 April 2015, 09:34:17 UTC
a2cc658 throw exception if setup is incomplete 22 April 2015, 09:34:14 UTC
f830150 more robust share dialog 22 April 2015, 09:33:05 UTC
77a601c fix_tests 22 April 2015, 09:33:05 UTC
2403721 do not disclose information, show generic error on login page 22 April 2015, 09:33:05 UTC
caae0e6 do not hide exception when ldap server has a hiccup 22 April 2015, 09:32:58 UTC
07988cf Fixes returns of group memberships and counting if all members have the specific groups as primary set. 14 April 2015, 12:56:36 UTC
f3bd266 Backport of #13740 inlcude AD primary group in user filter, if a group is selected. fixes #12190 fix counting of users in primary group :lipstick: adept to OC 7 and escape the search term Conflicts: apps/user_ldap/lib/connection.php 14 April 2015, 12:56:01 UTC
03c9657 Merge pull request #15559 from owncloud/backport-15541-stable7 [stable7] Add "Reply-To" support for sharing notifications 13 April 2015, 06:50:22 UTC
e6c2382 Add "Reply-To" support for sharing notifications Very hacky backport of https://github.com/owncloud/core/pull/15541 - I changed the code path to use OC_Mail instead the OCP pendant since I didn't want to modify the public API. (OCP\Util::sendMail() is anyways deprecated with 8.1) 12 April 2015, 21:03:32 UTC
43b2f3c Merge pull request #15435 from owncloud/dont_return_empty_groups don't return null for not existing group id's 10 April 2015, 12:23:38 UTC
1ae73f0 don't return null for not existing group id's 07 April 2015, 11:47:10 UTC
3f23ae4 Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. Do not send Content-Length headers with a value larger than PHP_INT_MAX (2147483647) on Apache PHP SAPI 32-bit. PHP will eat them and send 2147483647 instead. When X-Sendfile is enabled, Apache will send a correct Content-Length header, even for files larger than 2147483647 bytes. When X-Sendfile is not enabled, ownCloud will not send a Content-Length header. This prevents progress bars from working, but allows the actual transfer to work properly. 04 April 2015, 09:53:32 UTC
a4c0f25 Merge pull request #15370 from owncloud/stable7-backport-15353 Cron has to be executed with the correct user - fixes 13912 and others 02 April 2015, 07:22:01 UTC
6ebe04f Cron has to be executed with the correct user - fixes 13912 and others 01 April 2015, 16:30:20 UTC
1c5a86a Fix bugs in ownCloud external storage 27 March 2015, 12:31:20 UTC
57d6c49 Merge pull request #15251 from owncloud/use_default_share_folder_oc7 always fall back to default share folder 27 March 2015, 08:56:46 UTC
423311c Merge pull request #14498 from owncloud/kill-substr-mssql-stable7 [stable7] Remove hacky Substring support for MSSQL 26 March 2015, 22:00:33 UTC
0cdeeec always fall back to default share folder 26 March 2015, 21:46:43 UTC
32bd2d1 Merge pull request #15072 from owncloud/fix_group_share also call generateTarget for group shares 26 March 2015, 21:24:42 UTC
ef1ddfc Merge pull request #14861 from owncloud/stable7-fix-sizepropagationwithshare [stable7] Fix size propagation over shared storage boundary 26 March 2015, 19:14:00 UTC
529d45c Merge pull request #15161 from owncloud/stable7-fixcronconfig [stable7] Fix config API usage in cron.php 24 March 2015, 19:22:30 UTC
0c72c99 Merge pull request #14889 from owncloud/backport-14849-stable7 [stable7] support paged results against 389ds. 24 March 2015, 19:11:34 UTC
2bb6a92 Fix config API usage in cron.php 24 March 2015, 17:19:43 UTC
1325649 Merge pull request #15141 from owncloud/backport-15123-stable7 [backport] [stable7] offset needs to be considered in computed limit 24 March 2015, 10:12:16 UTC
bf7e2c7 offset needs to be considered in computed limit 24 March 2015, 09:22:49 UTC
467da3c Support constructing an SMB_OC without saved session credentials Conflicts: apps/files_external/lib/smb_oc.php 20 March 2015, 16:07:19 UTC
df2f85e also call generateTarget for group share to add the correct prefix if share_folder is defined in config.php 20 March 2015, 14:51:25 UTC
9e52b17 Merge pull request #14902 from owncloud/tempmanager-fix-backport Check directory handle before we use it 16 March 2015, 08:44:52 UTC
03ca380 Check directory handle before we use it 15 March 2015, 18:28:01 UTC
db76376 support paged results against 389ds. 13 March 2015, 22:03:47 UTC
0ca1500 also clear statcache in mapped local 13 March 2015, 10:53:50 UTC
92cbeef Clear statcache before getting the mtime from local storage backends 13 March 2015, 10:53:21 UTC
b62d20f Uglify unit test to make them work on stable7 13 March 2015, 10:36:31 UTC
4f9c750 Add unit test for size propagation across share boundaries 13 March 2015, 10:09:41 UTC
a529b2b Fix size propagation over shared storage boundary 13 March 2015, 10:09:36 UTC
27ec925 Merge pull request #14846 from owncloud/fix-14843-stable7 cron shall not operate in case we are in maintenance mode - fixes #14843 13 March 2015, 08:25:18 UTC
c716776 cron shall not operate in case we are in maintenance mode - fixes #14843 12 March 2015, 20:08:00 UTC
b588692 Merge pull request #14637 from owncloud/backport-13341 [Stable7] Read version and product name from update template 11 March 2015, 19:16:01 UTC
5544509 Merge pull request #14182 from RealRancor/update_office_preview [stable7] Fix libre/openoffice preview on multi-user instances 11 March 2015, 16:55:00 UTC
39492eb Merge pull request #14707 from owncloud/ldap-reset-paged-search-on-null-limit-stable7 LDAP: reset paged search on null limit [stable7] 09 March 2015, 07:15:18 UTC
24eb2bc set up paged search when limit is 0 05 March 2015, 12:22:52 UTC
8b83580 bump release 02 March 2015, 21:45:17 UTC
02757ad Merge pull request #14688 from owncloud/stable7-trashbin-selected-delete [stable7] Fix deleting selected files in the trashbin 04 March 2015, 13:54:56 UTC
3bf505b Fix deleting selected files in the trashbin 04 March 2015, 11:48:52 UTC
1dea188 Merge pull request #14642 from owncloud/issue/13751-only-variables-passed-by-reference [Stable7] Fix "Only variables should be passed by reference" in stable7 template 02 March 2015, 15:10:49 UTC
86e4177 Fix "Only variables should be passed by reference" in stable7 template 02 March 2015, 13:31:38 UTC
ec71e0b Read version and product name from update template During upgrade, the config settings aren't always available due to base.php changes. This fix makes the update info page read the product name and version from the update template, which already had them. 02 March 2015, 10:39:23 UTC
51017e4 Remove hacky Substring support for MSSQL Substring() is not required for the core functionality and this allows us to get rid of a huge hack... 25 February 2015, 13:08:44 UTC
eb778eb Merge pull request #14425 from owncloud/backport-12313 [stable7] The class name is Movie NOT Movies 23 February 2015, 14:12:57 UTC
45ad072 The class name is Movie NOT Movies Conflicts: config/config.sample.php lib/private/preview.php 23 February 2015, 10:02:46 UTC
3ac33c8 7.0.5 16 February 2015, 03:56:33 UTC
4316387 Merge pull request #14040 from owncloud/stable7-app-upgrade-order [Stable7] app upgrade order fix 17 February 2015, 13:48:09 UTC
7b432cb Merge pull request #12327 from owncloud/stable7l10nbport backport some strings to stable7 17 February 2015, 13:08:45 UTC
01cede4 Merge pull request #14254 from owncloud/console-execution-time-stable7 [backport-14243-stable7] console commands shall not be limited with respect to execution time 16 February 2015, 18:44:07 UTC
73954c4 console commands shall not be limited with respect to execution time - fixes #14156 16 February 2015, 15:22:16 UTC
e345ae7 Merge pull request #13988 from owncloud/group-share-collition-wrong-type-in-post-hook-stable7 [stable7] Do not overwrite the shareType so the post hook is still correct 16 February 2015, 13:41:52 UTC
9fd53ef Removed anchor in config.sample.php 13 February 2015, 14:28:35 UTC
6a46ede Fix libre/openoffice preview on multi-user instances 12 February 2015, 22:20:54 UTC
3e5a1ad Merge pull request #14147 from owncloud/no-whitespace-from-themes-stable7 catch any whitespaces which might get written to the output buffer while... 12 February 2015, 16:07:34 UTC
a45c606 catch any whitespaces which might get written to the output buffer while loading a theme 12 February 2015, 10:28:59 UTC
fcad725 Merge pull request #14078 from owncloud/stable7-preview-hint Add hint for troubleshooting MS Word previews 11 February 2015, 20:17:59 UTC
c11edb9 Add hint for troubleshooting MS Word previews 11 February 2015, 00:14:58 UTC
6185253 Fix "other" app update stack 10 February 2015, 10:58:25 UTC
back to top