https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
1d9d0f6 this is actually 8.0.1 RC1 27 February 2015, 23:54:51 UTC
846fdec 8.0.1 RC1 ≈ 27 February 2015, 23:34:48 UTC
95cfc41 Merge pull request #14587 from owncloud/fix/14283 Only read php://input when parameters are requested 27 February 2015, 18:52:42 UTC
c78b545 Merge pull request #14584 from owncloud/cache-rename-overwrite-stable8 [stable8] Fix cache update when doing a rename that overwrites the target 27 February 2015, 17:18:14 UTC
75cae3b Only read php://input when parameters are requested Less invasive version of https://github.com/owncloud/core/pull/14574 for stable8 as requested at https://github.com/owncloud/core/issues/14283#issuecomment-76402295 Alarm: Major hack detected :see_no_evil: 27 February 2015, 16:58:18 UTC
a796021 Fix cache update when doing a rename that overwrites the target 27 February 2015, 16:35:28 UTC
0ec73a5 Merge pull request #14579 from owncloud/intuitive-version-check-8 Intuitive version check 8 27 February 2015, 15:30:38 UTC
d292343 add phpdoc 27 February 2015, 14:23:26 UTC
411cd5b make version check work on the lowest common version denominator 27 February 2015, 14:23:22 UTC
6d8d4ea Merge pull request #14568 from owncloud/node-check-fileinfo-stable8 [Stable8] Check if we have a proper fileinfo 27 February 2015, 14:02:52 UTC
9f6a640 Add "throws" lines to calling methods and interface aswell 27 February 2015, 11:23:08 UTC
810ac0f Add unit test 27 February 2015, 11:22:52 UTC
c77fd2e Check if we have a proper fileinfo 27 February 2015, 11:22:37 UTC
3356abe Merge pull request #14504 from owncloud/stable8-quota-preventdatalossforfailedmove [stable8] Fix file move/copy when storage space is not enough 27 February 2015, 09:08:37 UTC
5faf9f8 Merge pull request #14533 from owncloud/stable8-defaultvalueforremoteid [stable8] Add default value for remote_id 26 February 2015, 17:37:31 UTC
c8d61dd Merge pull request #14518 from owncloud/backport-14282-stable8 [Backport-14282-stable8] 26 February 2015, 16:24:37 UTC
80e3337 Delete target file for unsuccessful copy/rename 26 February 2015, 14:13:52 UTC
1763505 Bump up files_sharing version for schema update 26 February 2015, 14:05:03 UTC
e82f30c Cleanup garbage collection for global file cache 26 February 2015, 13:02:25 UTC
ca7acd8 Merge pull request #14424 from owncloud/backport-13767 [stable8] Use insertIfNotExists() and reload mimetypes after inserting one 26 February 2015, 11:45:13 UTC
c0550ed Merge pull request #14484 from owncloud/backport/auth/14471 [Backport] Always load authentication apps 26 February 2015, 11:40:10 UTC
b0a6a54 Add default value for remote_id Fixes SQLite migration with non-null column. 26 February 2015, 11:06:28 UTC
b057ae2 Merge pull request #14515 from owncloud/stable8-dbal-251 [Stable8] Update doctrine/dbal to 251 26 February 2015, 09:28:39 UTC
e277a9b print app upgrade information to console as well 25 February 2015, 22:07:48 UTC
5c7157e 3rd-party apps are only disabled in case core is upgraded 25 February 2015, 22:07:48 UTC
1188c74 shipped and 3rd-party apps of type authentication and session will remain enabled during update 25 February 2015, 22:07:48 UTC
06742fe 3rd-party apps are disabled on upgrade - refs #14026 Conflicts: lib/private/app.php 25 February 2015, 22:07:40 UTC
9e38e2c Skip primary index if the table has one 25 February 2015, 20:23:39 UTC
2e36161 Update doctrine/dbal to 2.5.1 25 February 2015, 20:16:52 UTC
bc14181 Merge pull request #14491 from owncloud/backport_apostrophe_fix_to_stable8 back port of #14419 25 February 2015, 15:05:30 UTC
c6c888c Properly detect streamCopy errors Now checking whether the written bytes match the number of read bytes. 25 February 2015, 15:04:43 UTC
5fef637 fix issue with previews not being displayed if filename contains apostrophe 25 February 2015, 11:21:41 UTC
2ed3c7a Always load authentication apps The current code path may trigger situations where the LDAP application is not yet loaded and thus problems with the authentication appeared. In previous versions of ownCloud the authentication mechanism manually loaded these apps which is why this affects ownCloud 8 and master only for my knowledge. (certainly not 6, maybe 7) Backport to 8 might be something to consider. Fixes https://github.com/owncloud/core/issues/14469 25 February 2015, 09:32:59 UTC
673c8a7 Merge pull request #14423 from owncloud/backport/14275 Backport/14275 23 February 2015, 13:46:35 UTC
089ad7c Merge pull request #14257 from owncloud/backport/14194 [backport-14194-stabe8] URLEncode logout attribute 23 February 2015, 13:39:23 UTC
ee83fa6 Use insertIfNotExists() and reload mimetypes after inserting one 23 February 2015, 09:44:30 UTC
033635c Merge pull request #14191 from owncloud/bump-random-lib Bump RandomLib to 1.1.0 for stable8 23 February 2015, 09:33:54 UTC
3c51f5f DAV authentication: also use Owncloud's internal user for short-circuit It still works otherwise, but without this, the performance optimization of #13416 is defeated in these situations. 23 February 2015, 09:25:45 UTC
62029c3 DAV authentication: use Owncloud's internal user instead of HTTP-supplied one Fixes: #14048, #14104, calendar#712 23 February 2015, 09:25:42 UTC
9735fbb Merge pull request #14382 from owncloud/backport-14311 [stable8] Fix #14310 20 February 2015, 15:16:11 UTC
c8f55ae Merge pull request #14388 from RealRancor/backport_14097_stable8 Backport #14097 (in some case charset can be in lower case) 20 February 2015, 15:15:47 UTC
9e4be29 in some case charset can be in lower case 19 February 2015, 18:53:43 UTC
d8b676f Merge pull request #14304 from owncloud/backport/14278 [Stable8 - Backport] Check if the offset exists before accessing 19 February 2015, 17:12:14 UTC
08e1ae1 Fix #14310 19 February 2015, 15:44:48 UTC
88f62bf Merge pull request #14373 from owncloud/fix-nav-s8 Backport #14338 to stable8 19 February 2015, 14:15:12 UTC
e198564 if no link text has been set for the navigation show the link nonetheless 19 February 2015, 12:24:20 UTC
8e55425 Merge pull request #14367 from owncloud/remove-old-l10n-files-stable8 [Stable8] Remove old l10n files stable8 19 February 2015, 12:04:58 UTC
42c6963 Remove old l10n files 19 February 2015, 11:00:53 UTC
cb3060c Merge pull request #14345 from owncloud/stable8-fix-14247 [stable8] Add mapping for a broken varchar type. Fixes #14247 18 February 2015, 19:42:45 UTC
cd75ac2 Add mapping for a broken varchar type. Fixes #14247 18 February 2015, 16:24:13 UTC
968dc81 Merge pull request #14274 from owncloud/backport/14273 [stable8] Use APCu only if available in version 4.0.6 and higher 18 February 2015, 00:08:15 UTC
fc4bb1a Check if the offset exists before accessing Minified backport of https://github.com/owncloud/core/pull/14278 17 February 2015, 16:40:02 UTC
f4f5097 URLEncode logout attribute Otherwise logout can fail if the requesttoken contains a + 17 February 2015, 13:05:50 UTC
f558ee5 Use APCu only if available in version 4.0.6 and higher APCu before 4.0.6 is unbelievable buggy and tend to segfault the PHP process (i.e. the whole webserver) This potentially fixes https://github.com/owncloud/core/issues/14175 Requires a backport to stable8 17 February 2015, 12:28:51 UTC
2740bdc Merge pull request #14262 from owncloud/fix-last-login-stable8 Return milliseconds instead of seconds for lastLogin - refs #14005 16 February 2015, 20:12:33 UTC
1378c17 Merge pull request #14259 from owncloud/fix-autoloader-message-stable8 Properly show the warning about the missing composer autoloader 16 February 2015, 19:22:59 UTC
033873c fixing unit tests in UsersControllerTest 16 February 2015, 18:45:09 UTC
159d1e4 Return milliseconds instead of seconds for lastLogin - refs #14005 16 February 2015, 16:43:13 UTC
5642f1b Merge pull request #14258 from owncloud/fix-image-glip-php53-stable8 Check if imageflip is available 16 February 2015, 16:35:49 UTC
b25bfb2 Properly show the warning about the missing composer autoloader 16 February 2015, 16:04:21 UTC
4b8d1e8 Merge pull request #14019 from owncloud/13925-stable8 no fruitless count attempts, and notification should disappear 16 February 2015, 16:01:41 UTC
95aa9a8 Check if imageflip is available * imageflip() isn't available in PHP < 5.5 * fixes #14130 16 February 2015, 16:01:21 UTC
05e5671 Merge pull request #14253 from owncloud/console-execution-time-stable8 [backport-14243-stable8] console commands shall not be limited with respect to execution time 16 February 2015, 15:55:13 UTC
5dd63bd Bump RandomLib to 1.1.0 for stable8 Ref https://github.com/owncloud/3rdparty/pull/160 16 February 2015, 15:41:31 UTC
8bd2f2e console commands shall not be limited with respect to execution time - fixes #14156 16 February 2015, 14:36:53 UTC
676c91d Merge pull request #13987 from owncloud/group-share-collition-wrong-type-in-post-hook-stable8 [stable8] Do not overwrite the shareType so the post hook is still correct 16 February 2015, 13:41:46 UTC
a719f02 Merge pull request #14198 from owncloud/backport-14086-stable8 [backport-14086-stable8] 16 February 2015, 12:41:48 UTC
47ceebb Merge pull request #14235 from owncloud/typoTurkish fix typo 16 February 2015, 08:52:28 UTC
ae89229 Update tr.json 15 February 2015, 15:31:12 UTC
2885a84 fix typo 15 February 2015, 15:30:38 UTC
def1ffa Removed anchor in config.sample.php 13 February 2015, 14:28:16 UTC
948ee0e App install behind a Proxy 13 February 2015, 12:32:07 UTC
4e9fd63 Merge pull request #14168 from owncloud/backport/13771 generate valid human readable text for 0 - fixed #9342 13 February 2015, 09:47:44 UTC
cc243e1 generate valid human readable text for 0 - fixed #9342 12 February 2015, 17:35:28 UTC
d6c7f6f Merge pull request #14146 from owncloud/no-whitespace-from-themes-stable8 catch any whitespaces which might get written to the output buffer while... 12 February 2015, 16:07:02 UTC
662ebc6 catch any whitespaces which might get written to the output buffer while loading a theme 12 February 2015, 10:25:01 UTC
4f1f68e Merge pull request #14041 from owncloud/stable8-app-upgrade-order [Stable 8] app upgrade order 12 February 2015, 10:02:19 UTC
ab456be Merge pull request #14080 from owncloud/stable8-preview-hint Add hint for troubleshooting MS Word previews 11 February 2015, 20:17:39 UTC
4825a4c Add hint for troubleshooting MS Word previews 11 February 2015, 00:16:33 UTC
36cb41d Fix "other" app update stack 10 February 2015, 10:56:51 UTC
61eaf0e on ownCloud upgrade: upgrade all apps in order, load important ones 10 February 2015, 10:56:47 UTC
e95d274 Merge pull request #14018 from owncloud/backport-13842 [stable8] check if cache files are readable 10 February 2015, 08:32:14 UTC
1740fb2 no fruitless count attempts, and notification should disappear 09 February 2015, 23:07:55 UTC
de0c167 check if cache files are readable :camel:case readd is_file 09 February 2015, 22:47:56 UTC
f99ca64 Merge pull request #13983 from owncloud/tempmanager-check-handle-stable8 [stable8] Check directory handle before we use it 09 February 2015, 16:06:19 UTC
46186dc Add a test for the post_shared hook shareType 09 February 2015, 15:24:19 UTC
d0fd28c Do not overwrite the shareType so the post hook is still correct 09 February 2015, 15:24:04 UTC
c5a87c2 Check directory handle before we use it 09 February 2015, 15:00:00 UTC
85d695d external user app: Add note to enable it first 07 February 2015, 19:11:58 UTC
df2808e 8.0 final 06 February 2015, 07:08:29 UTC
c8e8456 Merge pull request #13960 from owncloud/revert-13692-capabilities Revert "Add OCS sharing info to capabilities" 06 February 2015, 23:13:05 UTC
a676271 Revert "Add OCS sharing info to capabilities" 06 February 2015, 23:12:26 UTC
0b421e8 Merge pull request #13692 from rullzer/capabilities Add OCS sharing info to capabilities 06 February 2015, 21:46:47 UTC
b4b45a1 Merge pull request #13954 from owncloud/fix-enc-mig-user-retrieval Fix enc mig user retrieval 06 February 2015, 20:26:32 UTC
988027f [tx-robot] updated from transifex 06 February 2015, 20:26:04 UTC
492fadd Merge pull request #13952 from owncloud/fix_migration [encryption] don't check if we have a valid user during migration 06 February 2015, 19:03:53 UTC
15b2d33 always specify limit, except you do like questionable surprises always specify limit, except you do like questionable surprises, part 2 06 February 2015, 16:51:40 UTC
b2e1322 don't check if we have a valid user 06 February 2015, 16:31:15 UTC
4d91fa4 Normalize before processing 06 February 2015, 14:03:29 UTC
80e38b8 [tx-robot] updated from transifex 06 February 2015, 11:49:06 UTC
back to top