https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
1287036 7.0.8 RC1 03 August 2015, 12:55:49 UTC
e8cc365 7.0.8 beta 1 23 July 2015, 02:28:57 UTC
3feccc9 Merge pull request #17765 from owncloud/backport-17723-stable7 Backport of #17723 to stable7 20 July 2015, 22:05:22 UTC
6dfb2af Merge pull request #17368 from owncloud/fix_16740_7.0 [stable7] owner is stored as 'uid_owner', not as 'owner' in the oc_share table 20 July 2015, 21:14:46 UTC
a1815cf Backport of #17723 to stable7 fix runtime caching in ldap's user manager, fixes #17631 20 July 2015, 21:09:47 UTC
5c4e6b1 Merge pull request #17406 from owncloud/stable7-backport-17095 [stable7] Proper error handling 16 July 2015, 09:56:10 UTC
374dd3c Merge pull request #17630 from owncloud/stable7-rescanversionsonlyonce [stable7] Only rescan versions once in trashbin 14 July 2015, 12:04:26 UTC
895285a Only rescan versions once in trashbin Whenever versions need to be rescanned, only do it once per PHP request. Happens whenever multiple files need to be expired. 14 July 2015, 04:39:06 UTC
f4aa78c Merge pull request #17416 from owncloud/issue-17260-NaN-when-creating-new-user-and-group Return correct user count when the group has none 09 July 2015, 20:47:47 UTC
0dfc47c Return correct user count when the group has none 06 July 2015, 11:32:11 UTC
fba6ac5 [updater] mark failure in red 06 July 2015, 08:58:22 UTC
917002f [updater] propagate error case properly * add $success to the updateEnd hook * add new return code for a update failure * add exception class to failure hook message 06 July 2015, 08:58:12 UTC
8df3927 Added error message on initMountpoints exception 06 July 2015, 08:53:25 UTC
4df15bf 7.0.7 03 July 2015, 10:17:54 UTC
5fadc7e owner is stored as 'uid_owner', not as 'owner' in the oc_share table 03 July 2015, 08:43:16 UTC
84b1253 Merge pull request #17208 from owncloud/stable7-fix-16812 [Stable7] Oracle workaround for adding a column with not-null default value 02 July 2015, 19:26:00 UTC
065bcf4 Merge pull request #17319 from owncloud/stable7-clean-ocsid [stable7] Delete OCS ID from DB if none is specified 02 July 2015, 12:39:43 UTC
d8f88aa Merge pull request #17314 from owncloud/stable7-remove-ocs-ids [stable7] Remove OCS IDs 02 July 2015, 12:39:35 UTC
a1da45a Bump versions 02 July 2015, 07:27:36 UTC
6170aa5 Delete OCS ID from DB if none is specified If no OCS ID is specified in appinfo.xml and an app update is triggered and a OCS ID is stored in the DB we should clean the value. Ref https://github.com/owncloud/activity/issues/320#issuecomment-117937748 02 July 2015, 07:26:37 UTC
552bcf1 [stable7] Remove OCS IDs While making the AppStore ready for 8.1 I also deleted some dummy entries which means that these IDs do not resolve anymore. We should remove them to prevent errors such as https://github.com/owncloud/core/issues/17307 Ref https://github.com/owncloud/activity/issues/320#issuecomment-117691867 02 July 2015, 06:54:57 UTC
f29af9c 7.0.7RC1 30 June 2015, 22:49:26 UTC
4448c06 Merge pull request #17234 from owncloud/oc-version-to-app-store-stable7 Add oc version to app store requests in stable7 29 June 2015, 14:35:24 UTC
f5f9244 Add oc version to app store requests in stable7 29 June 2015, 14:01:57 UTC
ed1565e Oracle-specific workaround for adding a column with not-null default value 26 June 2015, 21:03:27 UTC
c1bed64 Merge pull request #17180 from owncloud/stable7-backport-17026 [stable7] [config.sample.php] set correct default value for skeletondirectory 25 June 2015, 18:56:25 UTC
3c02cbe [config.sample.php] set correct default value for skeletondirectory 25 June 2015, 15:08:55 UTC
e2a9c7a Merge pull request #17116 from owncloud/stable7-17115 [stable7] [sharing] handle shares of users that aren't available anymore 24 June 2015, 15:38:47 UTC
81ceb00 [sharing] handle shares of users that aren't available anymore * properly handle the case where an abandoned share is left and simply skip it 23 June 2015, 16:18:26 UTC
e5237a2 version 7.0.7 beta 23 June 2015, 15:56:31 UTC
e2b486e Merge pull request #17034 from owncloud/backport-16890-stable7 Backport of #16890 to stable7 23 June 2015, 14:32:21 UTC
b1fc1b2 Merge pull request #17096 from owncloud/stable7-fix-deleted-users [Stable7] fix deleted users during upgrade migration 23 June 2015, 12:51:31 UTC
063b8ea Merge pull request #16581 from owncloud/stable7-cors-no-cookie-auth Disallow cookie auth for cors requests stable7 23 June 2015, 11:37:50 UTC
6fdd1d0 Merge pull request #17020 from owncloud/stable7-proper-repair-step-info Proper repair step info during upgrade on cli 23 June 2015, 11:37:38 UTC
e6bf1ca skip users that are not available anymore during sharing upgrade 23 June 2015, 09:34:30 UTC
6ee4fe5 Merge pull request #17073 from owncloud/appframework-type-cast-stable7 [stable7] Allow multiple whitespace in type hints in AppFramework 22 June 2015, 13:46:51 UTC
28ea652 AppFramework annotation whitespace unit test 22 June 2015, 11:18:03 UTC
8592c0e Allow multiple whitespace in type hints in AppFramework Type hints such as `@param bool $doSomething` will now correctly get parsed, allowing for alignment of docblock parameters if the app developer so wishes. 22 June 2015, 11:18:02 UTC
1e0febe Merge pull request #17021 from owncloud/stable7-verify-path [stable7] Verify if path exists 19 June 2015, 13:47:12 UTC
0766a67 Backport of #16890 to stable7 the user is gone, userExists will not bring him back. But the user's folder needs to be deleted anyway delete user test to take getHome into account to ensure it is also deleted subsequently Conflicts: apps/user_ldap/tests/user_ldap.php 18 June 2015, 20:14:59 UTC
ff2de84 Verify if path exists We need to check if the path exists and throw an error instead of handling this situation ungraciously. 18 June 2015, 15:28:09 UTC
d48ab2b Proper repair step info during upgrade on cli 18 June 2015, 14:49:20 UTC
f2b7eb8 Merge pull request #16991 from owncloud/stable7-verify-if-path-exists [stable7] Verify if path exists 17 June 2015, 14:59:24 UTC
1fc8afe Throw nicer error message instead 500 17 June 2015, 13:41:21 UTC
f4bc29a Verify if path exists We need to verify if the specified path exists to gracefully prevent errors. 17 June 2015, 13:08:39 UTC
448ee4e Merge pull request #16969 from owncloud/stable7-backport-15549 [Stable7] don't update identical values 17 June 2015, 08:22:44 UTC
07ef143 clarify the duplication of the $params array 16 June 2015, 14:30:24 UTC
4eb90cf don't update identical values The UPDATE oc_filecache statement blindly overwrites identical data. Databases like Postgres that create a new row on an update and mark the old one as dead will suffer from the previous behaviour, as millions of "new" rows are created in the database. This patch changes the WHERE clause to test for identical values and not updating if the values in the DB are identical to the ones being passed. 16 June 2015, 14:30:19 UTC
99d03da Merge pull request #16864 from owncloud/backport-concatenation-7 [stable7] Don't use command concatenation 11 June 2015, 07:42:49 UTC
532a919 Merge pull request #16863 from owncloud/stable7-backport-16840 [stable7] Disable video preview if previews are disabled 10 June 2015, 13:53:18 UTC
b031490 Don't use command concatenation Possibly fixes https://github.com/owncloud/core/issues/16853 10 June 2015, 13:19:18 UTC
7ca01a6 Disable video preview if previews are disabled 10 June 2015, 13:00:30 UTC
429fb87 Merge pull request #16759 from owncloud/backport-16748-stable7 Backport stable7: port detection needs to take care of now thrown exceptions when LDAP … 10 June 2015, 07:14:17 UTC
e5ff9f0 Merge pull request #16682 from owncloud/stable7-check-for-arry Check if array 10 June 2015, 05:36:31 UTC
fe92dd7 Merge pull request #16707 from owncloud/stable7-fix-ie8-ie9 [stable7] Add min-height to login page for IE8 and IE9 10 June 2015, 05:35:47 UTC
02bffbe Merge pull request #16773 from owncloud/fix-16582 return name instead of false, as it is on oc8 and master, so groups a… 09 June 2015, 21:52:25 UTC
fda8d66 return name instead of false, as it is on oc8 and master, so groups are displayed in files_external 05 June 2015, 20:06:50 UTC
ef16f4b port detection needs to take care of now thrown exceptions when LDAP server is not available 05 June 2015, 11:20:46 UTC
59b3c2f 7.0.6 04 June 2015, 00:41:01 UTC
c72de30 Add min-height to login page for IE8 and IE9 03 June 2015, 08:48:15 UTC
a88df5c Check if array The great library that we use apparently uses mixed types for everything because :see_no_evil: Fixes https://github.com/owncloud/core/issues/16679 02 June 2015, 10:39: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
6b4f170 backport #16532 to stable7 27 May 2015, 12:32:37 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
back to top