https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
080b837 8.0.4 RC1 29 May 2015, 17:52:10 UTC
8b635cd Merge pull request #16117 from owncloud/fix-api-when-firewall-app-is-installed Use existing IRequest to not read php://input multiple times 29 May 2015, 10:27:06 UTC
2d24ad5 Merge pull request #15306 from netzkolchose/stable8 Fixing: Undefined index: REMOTE_ADDR in lib/private/request.php 28 May 2015, 18:14:50 UTC
cd311c1 Merge pull request #16423 from rullzer/backport_15738 [stable8] Fix to make sure expiration date is properly set 28 May 2015, 08:28:33 UTC
d5d3cbd Merge pull request #16416 from owncloud/stable8-16415 [stable8] fix theme in IE8 and IE9 27 May 2015, 14:40:27 UTC
e1492d9 Merge pull request #16462 from owncloud/stable8-backport-16444 [stable8] Closes "New" dropdown when switching category 26 May 2015, 14:51:57 UTC
a3b53a7 Merge pull request #16496 from owncloud/stable8-share-readonlyfile-permissions [stable8] Do not automatically add "update" permission to shared mounts 26 May 2015, 14:51:30 UTC
94f7b3e Merge pull request #16497 from owncloud/stable8-backport-16473 Skip disable3rdParty Apps 26 May 2015, 11:32:06 UTC
609da64 Do not automatically add "update" permission to shared mounts In the past it seems the update permission was needed to be able to rename shared mounts, but it doesn't seem to be the case any more. Removing the "update" permission that used to be added automatically fixes the read-only permission check when trying to overwrite a read-only file over WebDAV. 21 May 2015, 10:18:12 UTC
6eb8bdb Skip disable3rdParty Apps 21 May 2015, 09:32:17 UTC
d24d30f Closes "New" dropdown when switching category * fixes #16394 * return false - stops all following event callbacks 20 May 2015, 09:49:51 UTC
3bc312e Merge pull request #15401 from owncloud/response-setContentLengthHeader-stable8 [stable8] Add OC_Response::setContentLengthHeader() for Apache PHP SAPI workaround. 20 May 2015, 09:17:24 UTC
68b2a85 Merge pull request #16459 from owncloud/sync-3rdparty Sync third-party 20 May 2015, 09:14:46 UTC
71a88d5 Sync third-party Resolves https://github.com/owncloud/3rdparty/pull/173 20 May 2015, 08:06:11 UTC
0c231f5 Merge pull request #15959 from owncloud/backport-15596-remote-share-feedback-urls Backport 15596 remote share feedback urls 20 May 2015, 07:14:05 UTC
7015dd7 Merge pull request #16421 from owncloud/stable8-replace-static-dbtableprefix-with-config-dbtableprefix [stable8] Replace static dbtableprefix with config dbtableprefix 19 May 2015, 10:18:10 UTC
80afbd3 Add unit test for migrator with different prefix 19 May 2015, 08:44:23 UTC
488c4a9 Fix to make sure expiration date is properly set This did not happen correctly when the password was enforced since a different code path was taken. * moved generation of the default date string to separate function * added unit test 18 May 2015, 19:34:36 UTC
524045c replace 'oc_' with dbtableprefix form config for temporary table names and indexes 18 May 2015, 15:01:06 UTC
bb79a6b fix theme in IE8 and IE9 18 May 2015, 14:01:04 UTC
4e44d2e Merge pull request #16375 from owncloud/tests-properlogout [stable8] Properly log out test users in unit tests 18 May 2015, 10:26:58 UTC
23b8277 Merge pull request #15078 from owncloud/fix-smb-oc-admin-stable8 [stable8] Support constructing an SMB_OC without saved session credentials 17 May 2015, 11:14:57 UTC
1d35c01 Merge pull request #15974 from owncloud/backport-15549 [stable8] don't update identical values 15 May 2015, 16:22:49 UTC
a5466fc Properly log out test users in unit tests 15 May 2015, 15:36:38 UTC
15c8501 Merge pull request #16248 from owncloud/stable8-fixrmdirtodeletefolderstotrash [stable8] Added rmdir to trashbin storage wrapper 15 May 2015, 12:59:09 UTC
8c4322e Merge pull request #15270 from owncloud/stable8-fix-ext-owncloud [stable8] Fix bugs in ownCloud external storage 13 May 2015, 07:39:23 UTC
6fa4ee8 Merge pull request #15797 from owncloud/stable8-backport-15489 Stable8 backport 15489 13 May 2015, 06:41:51 UTC
485d415 Merge pull request #16270 from owncloud/stable8-fix-16179 Check if cURL supports the desired features 12 May 2015, 16:27:23 UTC
62e7696 Check if cURL supports the desired features Older versions of cURL that are unfortunately still bundled by distributors don't support these features which will result in errors and other possibly unpredictable behaviour. Fixes https://github.com/owncloud/core/issues/16179 for stable8 12 May 2015, 10:05:41 UTC
a97dae9 Added rmdir to trashbin storage wrapper This makes sure that folders are moved to trash when deleted with rmdir() instead of unlink(). This happens for example when deleting a folder over WebDAV. The web UI uses unlink() so it wasn't affected. 12 May 2015, 09:11:06 UTC
f50fc14 Merge pull request #16201 from owncloud/stable8-backport-16124 Fix the share mail notification when the item is in a folder 08 May 2015, 13:31:52 UTC
dbaaae0 Fix the share mail notification when the item is in a folder 08 May 2015, 12:54:19 UTC
21c4331 Merge pull request #16110 from owncloud/stable8-backport-15510-and-15465 [stable8] block cron.php and OCS API when in single user mode or maintenance mode 08 May 2015, 10:27:36 UTC
b290348 Use existing IRequest to not read php://input multiple times Fixes https://github.com/owncloud/client/issues/3204#issuecomment-99427563 - the firewall app has instantiiated an IRequest before and thus broke a lot of stuff on < PHP 5.6. 06 May 2015, 12:23:24 UTC
df9de41 Merge pull request #16102 from owncloud/backport-add-workaround-for-populate-raw-post-data Backport add workaround for populate raw post data 06 May 2015, 11:12:10 UTC
3be30ba Fix singe user mode on public.php - take two 06 May 2015, 09:40:28 UTC
30ed561 Fix single user check in case no user is logged in 06 May 2015, 09:38:46 UTC
714ca7a block ocs in single user mode 06 May 2015, 09:38:41 UTC
7c0c34f block webdav in single user mode 06 May 2015, 09:38:32 UTC
eded1f0 block cron when in single user mode 06 May 2015, 09:38:05 UTC
3f4eba1 Disable OCS api when in maintenance mode 06 May 2015, 09:38:01 UTC
8e59d4c Don't depend on always_populate_raw_post_data 06 May 2015, 08:38:32 UTC
ecf8343 Don't display errors and log them Fixes https://github.com/owncloud/core/issues/16014 06 May 2015, 08:38:28 UTC
5733878 Add tests for the correct share id on the call aswell 04 May 2015, 08:47:43 UTC
45a36fe Correctly send Federate-Cloud Share Feedback against the remote share ID 04 May 2015, 08:47:13 UTC
92ae7c2 Fix scrutinizer complains and return type doc 04 May 2015, 08:47:02 UTC
f3a6adf make scrutinizer happy 04 May 2015, 08:46:55 UTC
927eb76 Correctly remove the protocol before prepeding it 04 May 2015, 08:46:37 UTC
2e0c366 Add tests for the remote sharing url 04 May 2015, 08:46:20 UTC
b1a9e26 check the called URL 04 May 2015, 08:46:10 UTC
3dbe7e1 Correctly generate the feedback URL for remote share The trailing slash was added in c78e3c4a7fa1d2f474ab58551e67a50e093f6ed8 to correctly generate the encryption keys 04 May 2015, 08:45:57 UTC
5b5bf27 Merge the two tests into one 04 May 2015, 08:43:36 UTC
c501ca9 *cough* 04 May 2015, 08:43:18 UTC
739e5f9 Add a unit test for the naming conflict on the mountpoint name 04 May 2015, 08:42:41 UTC
67ee025 Use insertIfNotExists() instead of manual logic 04 May 2015, 08:42:32 UTC
6a6acd2 Correctly get the unique mountpoint name when mounting the share Previously the mount name was checked for uniqueness prior to inserting the share. This caused problems, when two shares with the same name where done or folder, mount point, local share with the same name was done, between sending and accepting of the remote share 04 May 2015, 08:42:21 UTC
a2af0aa Do not make setupMounts() public just because of testing 04 May 2015, 08:41:33 UTC
1aeb4c0 Add unit tests for external share mananger 04 May 2015, 08:41:23 UTC
66f1495 Fix external shares without password on oracle 04 May 2015, 08:41:08 UTC
053ac11 Merge pull request #16012 from owncloud/add-use-statement Add use statement 02 May 2015, 19:42:15 UTC
5230854 Add use statement Just fixes the PHPDoc and also fixes #16011 02 May 2015, 17:51:01 UTC
c668a7c clarify the duplication of the $params array 30 April 2015, 14:07:06 UTC
8d51e8e 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. 30 April 2015, 14:07:01 UTC
b453ccc Merge pull request #15369 from owncloud/stable8-backport-15353 Cron has to be executed with the correct user - fixes 13912 and others 28 April 2015, 13:57:47 UTC
5be2aa4 Merge pull request #15502 from owncloud/backport-14293-public-download-activities Correctly create activities for public downloads 28 April 2015, 13:57:41 UTC
84287fe Merge pull request #15533 from owncloud/stable8-davclient-catchmoreexceptions [stable8] Catch more exceptions when connecting to remote DAV server 28 April 2015, 13:57:32 UTC
a4961af Merge pull request #15605 from owncloud/backport-15566 [stable8] fix filepicker 28 April 2015, 13:57:27 UTC
aacfe93 Merge pull request #15609 from owncloud/stable8-share-donotreturntrashedfiles [stable8] Do not return shares for files outside "files" 28 April 2015, 13:57:16 UTC
f87d492 Merge pull request #15610 from rullzer/backport-15564 [stable8] Backport of #15564 28 April 2015, 13:57:09 UTC
337c541 Merge pull request #15672 from owncloud/revert-15666-revert-15572-stable8-shares-properlyformatmountpoint [stable8] Properly add trailing slash to mount point 28 April 2015, 13:57:03 UTC
d32a5d5 Merge pull request #15862 from owncloud/public-reshare-webdav-stable8 [stable8] Fix webdav access for public reshare 28 April 2015, 13:56:57 UTC
ad2738f Merge pull request #15287 from dratini0/stable8 Backporting #14125 to stable8, as called for by @LukasReschke 28 April 2015, 13:56:51 UTC
ba46469 fix subfolder reshares over webdav 24 April 2015, 12:04:20 UTC
e296709 remove unneeded readonlycache 24 April 2015, 12:04:14 UTC
f6df154 resolve reshares in public webdav 24 April 2015, 12:02:05 UTC
2e694ed use the permissions mask cache wrapper instead of the read only cache 24 April 2015, 12:01:59 UTC
3f2069b 8.0.3 23 April 2015, 18:14:08 UTC
0fb207a 8.0.3 RC4 23 April 2015, 18:03:15 UTC
3b7d285 throw exception when LDAP Connection was lost 22 April 2015, 21:40:36 UTC
15f54c2 fix unit tests 22 April 2015, 21:40:36 UTC
1f1e6f2 Throw ServerNotAvailableException always 22 April 2015, 21:40:36 UTC
92febbf fix cherrypicking 22 April 2015, 21:40:36 UTC
69ae83e fix typo and comment 22 April 2015, 21:40:36 UTC
ac062bd fix filesystem and encryption tests Conflicts: apps/files_encryption/lib/util.php apps/files_encryption/tests/hooks.php 22 April 2015, 21:40:36 UTC
8939d13 throw exception when backends don't provide a user instead of creating legacy local storages 22 April 2015, 21:40:36 UTC
2eced9e throw exception if setup is incomplete 22 April 2015, 21:40:35 UTC
3fe9093 more robust share dialog 22 April 2015, 21:40:35 UTC
f98a624 fix_tests Conflicts: apps/user_ldap/tests/user_ldap.php 22 April 2015, 21:40:35 UTC
fed8ff8 do not disclose information, show generic error on login page Conflicts: core/templates/login.php lib/base.php 22 April 2015, 21:40:35 UTC
01328b4 do not hide exception when ldap server has a hiccup 22 April 2015, 21:40:35 UTC
0f314ce Revert "Revert "[stable8] Properly add trailing slash to mount point"" 16 April 2015, 09:03:01 UTC
273719f Merge pull request #15666 from owncloud/revert-15572-stable8-shares-properlyformatmountpoint Revert "[stable8] Properly add trailing slash to mount point" 16 April 2015, 09:02:50 UTC
6e04108 Revert "[stable8] Properly add trailing slash to mount point" 16 April 2015, 08:03:15 UTC
da23ab0 Merge pull request #15572 from owncloud/stable8-shares-properlyformatmountpoint [stable8] Properly add trailing slash to mount point 16 April 2015, 07:35:12 UTC
b7ab280 8.0.3RC3 15 April 2015, 20:59:15 UTC
76eadfa Merge pull request #15577 from owncloud/isolation-level-stable8 Using TRANSACTION_READ_COMMITTED 16 April 2015, 09:30:04 UTC
d3761e0 8.0.3 RC2 15 April 2015, 20:11:22 UTC
68d37af Do not try to make user subadmin of group twice If the provisioning api is used to make a user subadmin of a group that user is already a subadmin just return success. Added unit test to ensure things keep working. 14 April 2015, 13:16:27 UTC
823f2d2 Add logout in share test to avoid nasty side effects 14 April 2015, 13:07:20 UTC
80461da Do not return shares for files outside "files" 14 April 2015, 13:07:14 UTC
back to top