https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
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
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
d9d7774 on ownCloud upgrade: upgrade all apps in order, load important ones 10 February 2015, 10:58:23 UTC
63e5282 Add a test for the post_shared hook shareType Conflicts: tests/lib/share/share.php 09 February 2015, 15:27:44 UTC
0c3204c Do not overwrite the shareType so the post hook is still correct Conflicts: lib/private/share/share.php 09 February 2015, 15:26:29 UTC
c2a72ce external user app: Add note to enable it first 07 February 2015, 19:12:15 UTC
cbf8dd4 Normalize before processing 06 February 2015, 14:09:31 UTC
c658ec6 7.0.5 RC1 06 February 2015, 01:46:00 UTC
9db5323 Merge pull request #13927 from owncloud/fix_ghost_directories fix creation of ghost directories 05 February 2015, 23:07:43 UTC
c58501e for password protected link shares the password is stored in shareWith, so we need to set this manually to null for the hooks 05 February 2015, 16:11:27 UTC
3e9d8cc Merge pull request #13759 from owncloud/fix-12035 fix LDAP update routine to OC 7 05 February 2015, 16:05:32 UTC
6897be7 Merge pull request #13888 from owncloud/upload_to_root_of_mountpoint_stable7 detect root of mountpoint also if the trailing slash is missed 04 February 2015, 15:21:34 UTC
f0b0e46 Merge pull request #13796 from owncloud/issue/13490-stable7-backport [stable7] use uid provided by setupfs hook to mount server2server shares 04 February 2015, 13:59:44 UTC
2b83afd detect root of mountpoint also if the trailing slash is missed 04 February 2015, 13:53:17 UTC
a81b4c5 Merge pull request #13880 from owncloud/backport-10398-stable7 [backport #10398] Give a better error message for external shares with self-signed ssl cer... 04 February 2015, 13:09:25 UTC
7975b74 Give a better error message for external shares with self-signed ssl certificates 04 February 2015, 11:19:08 UTC
361b70e Merge pull request #13803 from owncloud/revert-close-cursor-stable7 Revert "Close cursor early in calculateFolderSize" for now 30 January 2015, 22:23:44 UTC
8305ae6 Merge pull request #13798 from owncloud/update-sabre-dav-stable7 Update sabre dav to 1.8.12 on stable7 30 January 2015, 15:10:34 UTC
91fc933 Revert "Close cursor early in calculateFolderSize" This reverts commit 234f33e01e630f763f34c51114d25986bae02b42. 30 January 2015, 14:35:54 UTC
ed60bde Update sabre dav to 1.8.12 on stable7 30 January 2015, 13:43:41 UTC
bd14af5 use uid provided by setupfs hook to mount server2server shares otherwise mount will fail for public link shares backport of 66f0db30b2ba97cbe91031b42740dabddc659f0d 30 January 2015, 11:57:03 UTC
234f33e Close cursor early in calculateFolderSize This method triggers additional queries in $this->update() so to avoid potential database locks or delays, we close the cursor as soon as it is not needed any more 29 January 2015, 13:53:44 UTC
441f807 fix update routine 29 January 2015, 11:51:12 UTC
80560e7 Merge pull request #13470 from owncloud/stable7-share-fixfindshareforuserwithmultiplegroups [stable7] Fix getItemSharedWithUser for groups 23 January 2015, 11:59:39 UTC
56c51d4 add config-option for an image's maximum filesize when generating previews 22 January 2015, 22:23:36 UTC
2d2e024 remove insane debug-log from OC_Image 22 January 2015, 22:21:40 UTC
491c714 Fix undefined offset 1 for wrong user mail address * fixes Undefined offset: 1 at lib/private/mail.php#143 22 January 2015, 16:26:13 UTC
8459b9f Add unit test 22 January 2015, 15:18:36 UTC
153ff1b Remove duplicated slashes from the requested url 22 January 2015, 15:18:32 UTC
11efe73 Merge pull request #13555 from owncloud/issue/13482-stable7 Stable7 Backport Set the debugoutput channel to error_log instead of echoing it 21 January 2015, 15:31:04 UTC
f03a186 Set the debugoutput channel to error_log instead of echoing it 21 January 2015, 14:34:58 UTC
1c000b7 this must be larger then (>), since buggy behaviour occurs when the parameter is a small number 21 January 2015, 13:38:47 UTC
18d46df Fix getItemSharedWithUser for groups Fixed SQL query for whenever a user has more than one group. Added missing $owner where clause for group lookup. Added unit tests for the group cases. Backport of 40931a8b0d5d10c0f711756a4e8a423ff055621e from master 20 January 2015, 21:07:21 UTC
9d761fc Merge pull request #13422 from owncloud/user-mgnt-init-fix Increase initial user count to 50 19 January 2015, 14:08:16 UTC
5f70ed1 Note in config.sample.php that certain previews are not available in ms windows 17 January 2015, 08:27:27 UTC
616fd4b Increase initial user count to 50 * fix initial user count if you have a big screen (or a portrait screen) 16 January 2015, 17:04:29 UTC
6d87922 Merge pull request #13384 from owncloud/stable7-fix-13317-backport Fix backport of #13317 15 January 2015, 16:27:09 UTC
0753514 Fix test 15 January 2015, 13:24:54 UTC
7ef006e php <5.4 style array 15 January 2015, 13:02:36 UTC
5a58d14 Proper constant for stable7 15 January 2015, 13:02:11 UTC
db51d9a Add View::getMount() for stable7 15 January 2015, 13:01:52 UTC
d534f26 Use source storage permissions when scanning shared storage 15 January 2015, 10:15:39 UTC
0f04bfc Return valid fileinfo objects for part files 14 January 2015, 23:22:38 UTC
4d42485 drop useless "!!! No reuse of etag" - fixes #13187 Backport of 9b49b52fc6cd11615be86580c32e43a81d46772f from master 13 January 2015, 12:47:09 UTC
713f2b3 fix retrieval of user groups Conflicts: apps/user_ldap/lib/connection.php 13 January 2015, 09:19:50 UTC
0d39a63 Merge pull request #13186 from owncloud/no-session-for-formfactor-stable7 no need to store the form factor in the session - it's computation is ra... 09 January 2015, 17:19:26 UTC
bd1bf9e replace outdated 'shared' people icon with regular share icon as fallback 09 January 2015, 16:58:45 UTC
6552fec no need to store the form factor in the session - it's computation is rather cheep Conflicts: lib/private/template.php 09 January 2015, 09:19:28 UTC
d5190b5 Merge pull request #12735 from owncloud/temp-handling-stable7 [stable7] Cleanup handling of temporary files 08 January 2015, 17:35:00 UTC
06bc987 Use the TempManager to handle temporary files Conflicts: lib/private/helper.php 08 January 2015, 15:22:14 UTC
344606b Add \OC\TempManager to handle creating and cleaning temporary files Conflicts: lib/private/server.php lib/public/iservercontainer.php 08 January 2015, 15:22:14 UTC
a5574e8 Fix source path when share is a mount point Whenever an external storage mount point is shared directly, its path is empty which causes a leading slash to appear in the source path. This fix removes the bogus leading slash in such situation. Backport of 01c83158bb997a68736ef3dd548bcbc96e9cca94 from master 08 January 2015, 15:07:44 UTC
bf1f9df Prevent leaking db connection info in the stacktrace 07 January 2015, 08:48:25 UTC
2fd2b18 Check for version before mounting a public link * ownCloud 7.0.0 is needed - version of merge of server <-> server sharing - https://github.com/owncloud/core/pull/8399 * adjust error message 05 January 2015, 12:23:53 UTC
8778af6 Added error check to lib/private/image.php This checks that imagecreatetruecolor actually creates an image, rather than returning FALSE. Without this check, subsequent loop might create billions of ERROR-level log messages. Signed-off-by: Byron Marohn <combustible@live.com> 02 January 2015, 07:48:59 UTC
fb63e75 Merge pull request #12643 from owncloud/ldap-user-cleanup-stable7 LDAP User Cleanup - stable7 19 December 2014, 18:04:50 UTC
4c0af1b Merge pull request #12332 from owncloud/langbport2 more strings to backport 19 December 2014, 13:14:03 UTC
9c38baa show spinner on file upload in IE8, 9 19 December 2014, 01:04:35 UTC
dd18f96 and don't forget to adjust tests 18 December 2014, 11:22:34 UTC
5d46dfd PHPdoc fixes, no code change 17 December 2014, 15:08:01 UTC
1d54735 forgotten file 17 December 2014, 12:52:09 UTC
cb5f9d2 add ldap:check-user to check user existance on the fly 17 December 2014, 12:37:53 UTC
a26ddb3 Merge pull request #12798 from cyberb/stable7 fixes #12434 (stable7) 16 December 2014, 13:35:11 UTC
dd8ba68 LDAP User Cleanup background job for user clean up adjust user backend for clean up register background job remove dead code dependency injection make Helper non-static for proper testing check whether it is OK to run clean up job. Do not forget to pass arguments. use correct method to get the config from server methods can be private, proper indirect testing is given no automatic user deletion make limit readable for test purposes make method less complex add first tests let preferences accept limit and offset for getUsersForValue DI via constructor does not work for background jobs after detecting, now we have retrieving deleted users and their details we need this method to be public for now finalize export method, add missing getter clean up namespaces and get rid of unnecessary files helper is not static anymore cleanup according to scrutinizer add cli tool to show deleted users uses are necessary after recent namespace change also remove user from mappings table on deletion add occ command to delete users fix use statement improve output big fixes / improvements PHP doc return true in userExists early for cleaning up deleted users bump version control state and interval with one config.php setting, now ldapUserCleanupInterval. 0 will disable it. enabled by default. improve doc rename cli method to be consistent with others introduce ldapUserCleanupInterval in sample config don't show last login as unix epoche start when no login happend less log output consistent namespace for OfflineUser rename GarbageCollector to DeletedUsersIndex and move it to user subdir fix unit tests add tests for deleteUser more test adjustements 15 December 2014, 11:56:16 UTC
bfe4ee6 Merge pull request #12825 from d1saster/stable7-fixpcre make regex in controllermethodreflector.php compatible with PCRE 6.x 14 December 2014, 09:51:56 UTC
a429fa7 Merge pull request #12655 from owncloud/fix-appstore-link fix broken link on app management page for apps without ocsid 13 December 2014, 10:54:30 UTC
f0a0e44 fix broken link on app management page for apps without ocsid - fix #9574, fix #10461 13 December 2014, 07:39:38 UTC
533e8e1 make regex in controllermethodreflector.php compatible with PCRE 6.x The syntax ?<...> seems to be only supported from PCRE 7.0 on. For backwards-compability ?P<...> is used. 13 December 2014, 01:16:37 UTC
60099b9 Merge pull request #12624 from nazar-pc/stable7 Backport of #11524 into stable7 12 December 2014, 10:34:40 UTC
5fd1d54 remove ugly hack and don't use OC\Preview\Image for tiffs and svgs 12 December 2014, 07:30:17 UTC
0eb3496 Return real mime type on PROPFIND Return the real (insecure) mime type on PROPFIND 12 December 2014, 07:29:44 UTC
bd06b4c Ensure user mountpoints are setup when using getUserFolder 12 December 2014, 07:29:15 UTC
72c0cc2 Do not remove dir entry if it has the same name as the parent This fixes an issue when a subdir has the same name as its parent, it would get exluded from the list. 11 December 2014, 22:57:17 UTC
43b6676 fixes #12434 11 December 2014, 18:44:50 UTC
36e7d3b Merge pull request #12663 from zinks-/l10n-fr-backport Patched french translation (backported from master) 10 December 2014, 07:59:11 UTC
7a60651 Merge pull request #12656 from owncloud/stable7-fix-12164 Wipe cache if there is no response from feed 10 December 2014, 07:26:02 UTC
50705cf Add js unit test 10 December 2014, 07:24:35 UTC
3720ba9 Dont show the delete button for selected files if one of the selected files is not deletable 10 December 2014, 07:24:31 UTC
a05fc9d Check if files are deletable before trying to delete them 10 December 2014, 07:24:27 UTC
cf0a12f fix placeholder fake in IE8 & 9 that brokes group listing in user management - fixes #12525 10 December 2014, 07:23:26 UTC
5fcc340 translated saved message in files external 10 December 2014, 07:23:03 UTC
60b2dd6 Skip headers that can not be split 10 December 2014, 07:22:06 UTC
ed96f8c remove duplicate loaded personal.js - fixes #12674 10 December 2014, 07:21:40 UTC
77bcc5b 7.0.4 08 December 2014, 18:27:21 UTC
1b1951a add doc 08 December 2014, 18:18:28 UTC
a33dcd3 preserve an asterisk at the start when escaping a search term 08 December 2014, 18:18:24 UTC
55ebf02 Create config if it does not exists The codepath that is executed when executing ownCloud via CLI is different than via browser. Specifically, the config is created by the user session already in `OC_Util::getInstanceId()` by a call to `setValue`. That said, this seems to be quite a bad side-effect, but for the sake of "not breaking whatever might break if we touch this" let's keep it that way for now. When executing the autoconfig via `php -f index.php` the said session was not setup and thus no `config/config.php` file was created resulting in an installation error. To reproduce this try to setup ownCloud via `php -f index.php` with and without that patch. (ensure to delete all existing configs before and don't access ownCloud with a browser in the meantime) Fixes itself. 07 December 2014, 21:34:55 UTC
21f467d Wipe cache if there is no response from feed 06 December 2014, 12:19:34 UTC
26e504e Patched french translation (backported from master) 05 December 2014, 18:14:08 UTC
5d56eba Add test for IPv6 without port 05 December 2014, 10:29:04 UTC
back to top