https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
ec0a29c 8.2.4 RC2 02 May 2016, 08:15:36 UTC
fe26682 Merge pull request #24344 from owncloud/stable8.2_24326 [Stable 8.2] Make ownCloud work again in php 7.0.6 02 May 2016, 08:09:39 UTC
2fef88c Make ownCloud work again in php 7.0.6 See https://bugs.php.net/bug.php?id=72117 29 April 2016, 09:27:20 UTC
2b18334 8.2.4 RC1 27 April 2016, 01:24:24 UTC
cac5afd Merge pull request #24283 from owncloud/backport-24262-stable8.2 [stable8.2] check whether index is set before using it 26 April 2016, 18:49:29 UTC
96ce579 Merge pull request #24288 from owncloud/local-invalid-82 [8.2] error out if a local storage isn't setup correctly 26 April 2016, 18:23:25 UTC
e2437c5 add tests 26 April 2016, 14:10:09 UTC
dca1945 error out if a local storage isn't setup correctly 26 April 2016, 14:10:06 UTC
898266f check whether index is set before using it 26 April 2016, 12:47:59 UTC
f5f5dff Merge pull request #24243 from owncloud/stable8.2-backport-24052 [stable8.2] Fix LDAP race conditions 26 April 2016, 11:04:42 UTC
9828ae4 Merge pull request #24260 from owncloud/scanner-locking-82 [8.2] add locks in the scanner to prevent multiple scanners running on the … 26 April 2016, 08:57:49 UTC
c58f168 add locks in the scanner to prevent multiple scanners running on the same files 25 April 2016, 16:25:54 UTC
6c0d61c Revert "add locks in the scanner to prevent multiple scanners running on the same files" This reverts commit fd8e3f730169ef97de98578b5b7aa726951a424e. 25 April 2016, 16:23:26 UTC
94aa8f9 Merge pull request #24237 from owncloud/backport-24214-stable8.2 [stable8.2] on clone Connection, do not take over the existing LDAP resource 25 April 2016, 14:37:44 UTC
fd8e3f7 add locks in the scanner to prevent multiple scanners running on the same files 25 April 2016, 13:48:03 UTC
8005299 Fix LDAP race conditions * getFromCache is wrapped in isCached * inbetween the two calls the cache entry hits it's TTL * getFromCache returns null * this fix only checkes if the returned value is null and return only non-null values 25 April 2016, 11:44:22 UTC
26869c1 on clone Connection, do not take over the existing LDAP resource For one, it solves potential conflicts when using the resource. For the other, one on the login check (the only place where a clone happens currently) we do not need to rebind after confirming the user's login was successful. 25 April 2016, 10:43:33 UTC
505e2b3 Merge pull request #24144 from owncloud/stable8.2-filelist-redirectonstoragenotavailable Fix StorageNotAvailable exception string detection 22 April 2016, 23:25:12 UTC
3ab41be Merge pull request #24181 from owncloud/backport-24145-limit-background-job-runtime-8.2 [8.2] Make sure that CLI cron doesn't run for ever, but makes use of the ne… 22 April 2016, 15:25:14 UTC
4ed979d Merge pull request #24197 from owncloud/backport-24183-change-background-job-sort-order-8.2 [8.2] Change the sort order of background jobs to be DESC instead of ASC 22 April 2016, 13:17:32 UTC
6c1680a Change the sort order of background jobs to be DESC instead of ASC In theory, if your instance ever creates more jobs then your system cron can handle, the default background jobs get never executed anymore. Because everytime when the joblist returns the next job it looks for the next ID, however there is always a new next ID, so it will never wrap back to execute the low IDs. But when we change the sort order to be DESC, we make sure that these low IDs are always executed, before the system jumps back up to execute the new IDs. 22 April 2016, 12:17:45 UTC
db6b6d8 Make sure that CLI cron doesn't run for ever, but makes use of the next spawn 22 April 2016, 08:01:22 UTC
05b9503 Merge pull request #24171 from owncloud/stable8.2-certificate [stable8.2] Ignore certificate file if it starts with file:// 22 April 2016, 07:36:17 UTC
1e017ea Merge pull request #24162 from owncloud/backport-23461-activity-without-sharing-8.2 Fix "AutoloadNotAllowedException" when files_sharing is disabled 22 April 2016, 07:23:45 UTC
e912db0 Merge pull request #23807 from owncloud/backport-of-#23760-1 [stable8.2] Fix conditional check in MySQL setup 22 April 2016, 07:18:35 UTC
4648f63 Merge pull request #24152 from owncloud/remember-email-when-setting-expiration [stable8.2] remember email when setting expiration date 21 April 2016, 18:31:59 UTC
d3f585c [stable8.2] Ignore certificate file if it starts with file:// 21 April 2016, 16:56:58 UTC
8bd3ea0 Merge pull request #24113 from owncloud/backport-24111-chunking-users-in-background-jobs-8.2 [8.2] Chunk the users correctly in the trashbin and versions background job 21 April 2016, 14:21:27 UTC
d727ade Fix "AutoloadNotAllowedException" when files_sharing is disabled 21 April 2016, 14:13:28 UTC
8f2759d Merge pull request #23548 from owncloud/stable8.2-quota-recognizeremoteunlimitedquota [stable8.2] Workaround to be able to recognize unlimited quota in fed shares 21 April 2016, 10:56:57 UTC
699691f remember email when setting expiration date fixes #22947 21 April 2016, 10:32:41 UTC
88613de Fix StorageNotAvailable exception string detection 21 April 2016, 08:23:21 UTC
2aed501 Merge pull request #24130 from owncloud/stable82_24108 [stable8.2] Allow setting can edit permissions on federated shares in webUI 20 April 2016, 20:34:47 UTC
af5d08d Merge pull request #23984 from owncloud/fix-infinite-loop-in-unavailable-mount [stable8.2] Fixes a possible infinite change-dir-loop 20 April 2016, 19:07:20 UTC
c53acac Allow setting can edit permissions on federated shares in webUI Fixes #24032 Since we have a slightly different UI for the federated shares our normal logic fails us. This makes sure to add the correct permissions when it is a federated share. 20 April 2016, 17:19:21 UTC
3a83912 Merge pull request #24100 from owncloud/fix_23632_8.2 [stable8.2] init users mount point before recovery 20 April 2016, 15:05:45 UTC
b54faa9 Merge pull request #23363 from owncloud/smb-1.0.8-82 [8.2] update icewind/smb to 1.0.8 20 April 2016, 09:04:32 UTC
2d59027 Merge pull request #24000 from owncloud/shared-islocal-82 [8.2] implement isLocal for shared storage 20 April 2016, 08:56:59 UTC
85a860a Copy the 9.0 method for the background jobs 20 April 2016, 08:43:58 UTC
aa408de Merge pull request #23402 from owncloud/backport-23282-stable8.2 [stable8.2] fix writing to cache when fallback server should be used immediately 20 April 2016, 08:42:59 UTC
f052f0e Chunk the users correctly in the trashbin and versions background job 20 April 2016, 08:41:56 UTC
36c43ba Merge pull request #24008 from owncloud/fix_repeating_user_list Fix repeating user list in webUI 19 April 2016, 18:12:37 UTC
60680cb Fix repeating user list in webUI Steps: 1. create a folder A 2. share A with user1, user2 and user3 3. create a folder A/B 4. share A/B with user4 ("Shared in A with user1, user2, user3" appears in the sidebar below the share input field) 5. share A/B with user5 (the text is expanded with ", user1, user2, user3") After: user1, user2, user3 is only shown once 19 April 2016, 17:31:20 UTC
d5b2d94 we need to initialize the mount points of the given user before we recover access to his files 19 April 2016, 15:18:26 UTC
b818e24 Merge pull request #24044 from owncloud/stable8.2-autoload [stable8.2] Exclude autoload_static.php 18 April 2016, 06:47:55 UTC
fdc157f Exclude autoload_static.php 17 April 2016, 09:14:04 UTC
fd3f090 implement isLocal for shared storage 14 April 2016, 13:50:28 UTC
39004c2 Fixes a possible infinite change-dir-loop Those can occure when browsing in a mount that got unavailable 13 April 2016, 20:43:33 UTC
d45ecad Merge pull request #23785 from owncloud/stable8.2-backport-23304 [stable8.2] Fix PHP memory leak in file_get_contents() 12 April 2016, 08:42:10 UTC
511487e Correctly return an empty string for empty files 08 April 2016, 13:12:01 UTC
f07323d [stable9] Fix conditional check in MySQL setup Backport of "Fix conditional check in MySQL setup #23760" 05 April 2016, 14:06:17 UTC
acb67a8 Fix PHP memory leak in file_get_contents() * ref https://bugs.php.net/bug.php?id=61961 * ref https://github.com/owncloud/core/issues/20261#issuecomment-180000256 * code is based on the proposal of @chriseqipe * fixes #20261 04 April 2016, 16:19:08 UTC
cb9d0b9 Merge pull request #23711 from owncloud/fix_encryption_versions_on_external_storages_8.2 [stable8.2] fix creation of versions of encrypted files on external storages 01 April 2016, 06:49:40 UTC
1b663a8 fix creation of versions of encrypted files on external storages in order to create a 1:1 copy of a file if a version gets created we need to store this information on copyBetweenStorage(). This allows us to by-pass the encryption wrapper if we read the source file. 31 March 2016, 21:19:51 UTC
7c86d79 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) 24 March 2016, 13:11:06 UTC
3b3780f Merge pull request #23505 from owncloud/ee-1149-share-propagation-entries-in-db Grab the values for share propagation manually from the DB 23 March 2016, 13:40:56 UTC
579f50b Merge pull request #23457 from owncloud/backport-23329-stable8.2 [stable8.2] Avatar must be saved after login is done and external storages set up… 23 March 2016, 12:04:22 UTC
aa95ac6 Chunk the shareId query 23 March 2016, 10:16:37 UTC
a951858 Grab the values for share propagation manually from the DB 23 March 2016, 09:54:30 UTC
0d8617a Merge pull request #23481 from owncloud/smb-handle-forbidden-82 [8.2] handle forbidden exceptions in smb backend 23 March 2016, 08:12:22 UTC
2b36716 handle forbidden exceptions in smb backend 22 March 2016, 14:37:21 UTC
d0ad124 Merge pull request #23433 from owncloud/stable82_fix_22128 Do not show hash if parent is shared by link 22 March 2016, 09:18:12 UTC
cf73db1 Avatar must be saved after login is done and external storages set up properly, fixes #21555 21 March 2016, 21:38:18 UTC
22ca4c5 Do not show hash if parent is shared by link fixes #22128 Since we store the password in the shared_with field of the database we need to do some extra processing not to show it. 21 March 2016, 18:51:00 UTC
8ba3669 Merge pull request #23391 from owncloud/stable8.2-share-keepoptioncheckboxinblocks [stable8.2] Keep share checkboxes together 21 March 2016, 13:13:08 UTC
01d12ec fix writing to cache when fallback server should be used immediately 18 March 2016, 19:41:00 UTC
efad504 Merge pull request #23379 from owncloud/stable8.2-backport-23370 [stable8.2] Update avatar on username change if avatar is set 18 March 2016, 14:53:34 UTC
b706ba4 Keep share checkboxes together - removed leading spaces before markup which can affect rendering in some cases - added shareOption CSS class to group and keep share option checkbox + label - moved ".showCruds" arrow into the matching shareOption to keep the arrow together with the checkbox 18 March 2016, 13:31:37 UTC
65971f1 Merge pull request #22766 from owncloud/ceph-keystone-readiness-stable8.2 Synchronise files_external and objectstore Docker tests with master 18 March 2016, 10:24:58 UTC
1179462 Update avatar on username change if avatar is set * fixes #20455 18 March 2016, 07:59:47 UTC
9c00957 Merge pull request #23354 from owncloud/stable8.2_backport_23346 [Stable 8.2] Set proper public webdav permissions when public upload disabled 17 March 2016, 19:50:53 UTC
b88acd5 update icewind/smb to 1.0.8 17 March 2016, 15:16:37 UTC
499eba5 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, 12:56:24 UTC
a110bdb Merge pull request #23312 from owncloud/check-syntax-travis-stable8.2 [stable8.2] Execute parallel-lint 16 March 2016, 17:10:28 UTC
aee10f0 [stable8.2] Execute parallel-lint Backport of https://github.com/owncloud/core/pull/22994 and https://github.com/owncloud/core/pull/23303 16 March 2016, 14:10:45 UTC
7e92ef3 Merge pull request #23234 from owncloud/stable8.2-fix_21678 [stable8.2] Gracefull handle link shares rename hook 16 March 2016, 12:21:00 UTC
cd78b90 Merge pull request #23266 from owncloud/fix_22907_8.2 allow group shares, even if not all public keys are available 15 March 2016, 18:07:06 UTC
38f8f28 allow group shares, even if not all public keys are available 15 March 2016, 14:14:45 UTC
1acc045 Gracefull handle link shares rename hook Fixes #21678 The hook is called on all renames. However when we use a link share the getUserFolder fails. We now just opt out. 14 March 2016, 16:29:18 UTC
a5de6b3 Merge pull request #22934 from owncloud/stable8.2-backport-22872 [stable8.2] Update error text for link passwords 14 March 2016, 15:17:00 UTC
4b8094a Merge pull request #22944 from owncloud/backport-22800-stable8.2 [8.2] don't hide server not available exception, fixes #20536 14 March 2016, 15:15:31 UTC
127f764 Merge pull request #23103 from owncloud/stable8.2-backport-23094 [stable8.2] Fake LOCK statement for Windows 7, 8 and 10 network mounts 13 March 2016, 13:53:17 UTC
24f94ee Fake LOCK statement for Windows 7, 8 and 10 network mounts * fixes #22596 10 March 2016, 15:01:06 UTC
236d16e Merge pull request #23025 from owncloud/stable8.2-backport-22986 [stable8.2] Remove disabled autocorrect for new file names 09 March 2016, 16:31:30 UTC
755ca52 Remove disabled autocorrect for new file names * ref #22784 09 March 2016, 14:01:51 UTC
0010c87 Merge pull request #22842 from owncloud/stable82_22830 [Stable 8.2] Rename and move permissions are set when a file is updatable 09 March 2016, 07:44:18 UTC
a03173c Merge pull request #22923 from owncloud/stable8.2-share-archivenamedownloadall [stable8.2] Fix archive file name when downloading public share 09 March 2016, 07:43:11 UTC
7a94a58 Merge pull request #22935 from owncloud/stable8.2-remove-wrongly-backported-test Remove wrongly backported test 09 March 2016, 07:42:33 UTC
6ebaef5 Merge pull request #22927 from owncloud/stable8.2-files-newmenu-removebrowsercomplete [stable8.2] Remove browser autocomplete in new file menu 09 March 2016, 07:34:57 UTC
fc18c05 8.2.3 08 March 2016, 14:02:46 UTC
35200de don't hide server not available exception, fixes #20536 08 March 2016, 11:48:26 UTC
c2f3127 Fix casing - causes failure on php 5.4 08 March 2016, 09:31:38 UTC
9464d71 Remove wrongly backported test * backported with #22752 08 March 2016, 08:57:53 UTC
9cd2ef6 Update error text for link passwords * this removes the old tooltip first before showing the new one to update the text - otherwise the old text will be shown 08 March 2016, 08:06:12 UTC
9b22ecd Remove browser autocomplete in new file menu 07 March 2016, 21:04:57 UTC
4bc0eb5 Remove "files" arg from download URL in public link page When no files were specified for download, it means folder download. In this case, no need to pass an empty "files" argument. 07 March 2016, 20:50:45 UTC
f9a14e5 Fix archive file name when downloading public share When download a public link share folder using the button on the top right, it doesn't provide a list of files. This fix makes sure to trigger the correct logic when no file list was given. 07 March 2016, 20:50:41 UTC
c51ae5f 8.2.3 RC2 04 March 2016, 23:15:14 UTC
0c03e7c Merge pull request #22868 from owncloud/stable8.2-backport-22865 [stable8.2] Run cleanup of expired DB file locks to background job 04 March 2016, 19:25:53 UTC
bf9be4b Merge pull request #22862 from owncloud/stable8.2-trashbin-checkpath [stable8.2] Properly check path validity before deleting to trash 04 March 2016, 18:33:43 UTC
back to top