https://github.com/owncloud/core

sort by:
Revision Author Date Message Commit Date
a4e842f 6.0.1 RC1 16 January 2014, 16:09:54 UTC
aec0f06 Fix untranslated text when deleting user This should fix issue #6728 16 January 2014, 11:23:34 UTC
f9e4d0a updated the unit test for OCP\Share::unshareAll() to verify that shares by all users are removed for an item. 16 January 2014, 11:14:53 UTC
3093c63 Unshare all will now delete all shares for the item, instead of only for a single owner. 16 January 2014, 11:14:37 UTC
b0edbd8 Merge pull request #6783 from owncloud/backport-6530-stable6 Backport 6530 stable6 15 January 2014, 19:01:47 UTC
5dd20db Fixed Dropbox/Google storage async save call When clicking "Grant access", the settings for Dropbox/Google were saved through a call that gets cancelled when redirecting to the grant page (for example in Firefox) This fix makes sure the "save settings" call finished before redirecting to the grant page. Fixes #6176 Backport of e13be94 to stable6 15 January 2014, 15:41:54 UTC
0c140d5 in order to work properly with encryption ocTransferId is added to the file path - questionable usage of magic string 15 January 2014, 15:37:23 UTC
4996982 Adding a random postfix to the part file. 15 January 2014, 15:37:23 UTC
3b21499 extended test to also check the status messages 15 January 2014, 15:10:31 UTC
3fde29e keep response message 15 January 2014, 15:10:22 UTC
afe35ca call getFileInfo to enforce a file cache entry for the new version, fix #6286 15 January 2014, 15:01:48 UTC
a83e37c remove old code 15 January 2014, 14:59:04 UTC
3c7541e don't try to encrypt/decrypt cache chunks or files in the trash bin 15 January 2014, 14:58:56 UTC
3ec3ebb copy files to owner trash recursively 15 January 2014, 14:58:48 UTC
3e71827 Merge pull request #6293 from owncloud/stable6-legacy-settings-popup Stable6 legacy settings popup 15 January 2014, 10:12:27 UTC
6adac6a Use storage_mtime when determining if we can reuse cached data while scanning Backport to stable6 of the following commits, in order: - 203d5d0 - 4113042 - 7e4c80f - 16b898d 15 January 2014, 09:36:32 UTC
88dc713 Fix calculated folder size to use unencrypted size The encrypted size was used when calculating folder sizes. This fix now also sums up the unencrypted size and shows that one when available. Backport of 4faba49 to stable6 14 January 2014, 15:37:48 UTC
c6ca9be Merge pull request #6612 from owncloud/user-no-change-displayname-stable Backport: Re-add the config options to remove the ability for users to change their displayname 14 January 2014, 15:13:21 UTC
7dddf59 it is not an urgent error... a DEBUG message is enough at this point 14 January 2014, 14:09:26 UTC
8ef3282 Fixed timezone issue with SMB storage Now forcing smbclient to also run on UTC Backport of 1eb5ebd to stable6 14 January 2014, 14:04:41 UTC
1e9f040 Merge pull request #6408 from owncloud/ldap_fix_tls_detection LDAP fix TLS detection 14 January 2014, 13:01:08 UTC
bcec9ce Merge pull request #6756 from owncloud/remove-ru_RU-stable6 remove ru_RU - it's almost untranslated * owncloud/remove-ru_RU-stable6: remove ru_RU - it's almost untranslated 13 January 2014, 23:45:55 UTC
87cfbb3 Merge pull request #6753 from owncloud/no_unshare_on_delete don't unshare on delete 13 January 2014, 15:48:22 UTC
3b1396b remove ru_RU - it's almost untranslated 13 January 2014, 15:44:03 UTC
ce1a199 Fixing Issue #6301 on master branch Added private var $certPath to store the user root cert Move logic to determine the $certPath path to the constructor and modify to get the path from OC_User::getHome() Add curl options to use the certificate to avoid certificate errors with self-signed certicates in the downdload/upload method so we don't get blank files Only set SSL things when ```$this->secure``` is ```true``` Fix ```createCertificateBundle``` and ```getCertificates``` methods from ```OC_Mount_config``` to use ```OC_User::getHome``` to get the path Backport of 7c264c88fe06c61ef602fa8a241428c99f220061, b245e2e3d86299092448e3223b0d658d88206873 and c06844c374c145b2f05ae0800678f68acc9ae2e3 to stable6 (squashed) 13 January 2014, 15:38:30 UTC
5f2e8f7 fixing typo in redirection query string Backport of a2cae551f30a0166439af9d467134d4bd802e940 to stable6 13 January 2014, 14:58:29 UTC
54cd174 don't unshare on delete 13 January 2014, 14:25:59 UTC
28be849 Fixed various file name escaping issues in core apps - Refactored file tr lookup into FileList.findFileEl that uses filterAttr to avoid escaping issues in jQuery selectors - Fixed versions and sharing app to properly escape file names in attributes Backport to stable6 of 1042733 12 January 2014, 12:29:54 UTC
3ae7bfc fix preview for reshared file 11 January 2014, 10:31:43 UTC
1cbe189 Prevent deleting storage root Storage mount points are not deletable, so make sure that the unlink operation and its hooks aren't run in such cases. Note that some storages might recursively delete their contents when calling unlink on their root. This fix prevents that as well. Backport of f642ad3 to stable6 10 January 2014, 15:50:26 UTC
ebe3872 Infowarning about 32bit 09 January 2014, 16:00:35 UTC
f1ea0bc add tests for user counting 09 January 2014, 16:00:28 UTC
cf8fc22 if backends have the same class name, sum their users up instead of overwriting 09 January 2014, 16:00:21 UTC
1636c6d LDAP: add tests for countUsers 09 January 2014, 16:00:14 UTC
59ff838 remove unnecessary line 09 January 2014, 16:00:06 UTC
1c58d8b LDAP: implement userCount action. This required to (finally) clean up and refactor the search method, which will have a positive performance impact on paged search. 09 January 2014, 15:59:58 UTC
0f58bd0 Add command line tool to show numbers of users and user directories 09 January 2014, 15:59:47 UTC
4b49015 Introduce user count action to user management 09 January 2014, 15:59:39 UTC
a711d4e Removed special handling of part files in shared storage rename This fixes the issue introduced by the transfer id which itself wasn't taken into account by the shortcut code for part file in the shared storage class. Backport of 8eaa39f to stable6 09 January 2014, 14:23:55 UTC
52dc90d Merge pull request #6696 from owncloud/backport-6693-stable6 Backport 6693 stable6 09 January 2014, 12:56:26 UTC
9a1cbab rename user-id to loginname to stay consistent 09 January 2014, 11:34:19 UTC
596ab75 set login name within apache auth backend 09 January 2014, 11:34:19 UTC
ea23a09 fixing PHPDoc and use cameCase names 09 January 2014, 11:34:19 UTC
394bd17 typo, grammar 08 January 2014, 18:55:28 UTC
627612c Merge pull request #6679 from owncloud/backport-6675-stable6 Backport 6675 stable6 08 January 2014, 12:33:40 UTC
c6fa2dd turn off mod_pagespeed 08 January 2014, 11:19:30 UTC
8d38228 Merge pull request #6678 from owncloud/backport-6660-stable6 Backport 6660 stable6 08 January 2014, 10:50:15 UTC
bbba8fd trimming all array elements 08 January 2014, 09:45:37 UTC
5e928fc we shall explode on ',' only 08 January 2014, 09:45:37 UTC
7e36763 reuse existing helper function OC_Helper::is_function_enabled 08 January 2014, 09:45:37 UTC
542cf79 Now also preventing to override "files" dir size with -1 Fixes #6526 Backport of 5be4af9 to stable6 08 January 2014, 08:56:00 UTC
2ea3765 Added isUserAgent() method to request - added isUserAgent() method to OC_Request which makes it possible to test it - OC_Response::setContentDisposition now uses OC_Request::isUserAgent() 07 January 2014, 21:11:39 UTC
b7aaebf Added workaround for Android content disposition Fixes #5807 07 January 2014, 21:11:30 UTC
c9cb258 Moved content disposition code+workarounds to OCP\Response Added new OC\Response API called setContentDispositionHeader() that contains the needed workarounds for UTF8 and IE. Refactored download code to use the new API. Removed unused trashbin download file. 07 January 2014, 21:11:22 UTC
697ad1c Merge pull request #6666 from ogasser/decimal_precision_scale_stable6_bp DB: Support DECIMAL(precision,scale) syntax in XML 07 January 2014, 19:11:32 UTC
6a83871 Merge pull request #6664 from owncloud/fix_empty_mimetypes_stable6 remove duplicate exe mimetype, add correct msi mimetype 07 January 2014, 15:31:29 UTC
6a21922 DB: Support DECIMAL(precision,scale) syntax in XML Add support for specifying the precision and scale of a decimal data type to the XML description language. Added new unit tests and adapted existing ones. See owncloud/core#6475 Backported from owncloud/core#6476 07 January 2014, 15:07:54 UTC
c81a05c remove duplicate exe mimetype, add correct msi mimetype 07 January 2014, 14:54:33 UTC
956a441 Fix APCIterator syntax in \OC\Memcache\APCU::clear see http://www.php.net/manual/en/apciterator.construct.php 03 January 2014, 13:31:19 UTC
f356ef9 Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free space on a local storage 02 January 2014, 16:30:39 UTC
a8fd55d Pass config object in testGetHomeNotSupported 02 January 2014, 15:58:30 UTC
208037b Replace static usage of OC_Config and OC_Preferences with the injected \OC\ConfigAll 02 January 2014, 15:58:12 UTC
62887c6 fix the config option to remove the ability for users to set their displayname 02 January 2014, 15:58:05 UTC
9960596 fix fallback overwriting result of getHome 02 January 2014, 15:57:52 UTC
b5ef21b cache the home folder of a User 02 January 2014, 15:57:45 UTC
44fb817 Also add default to the \OCP\IConfig interface 02 January 2014, 15:54:44 UTC
2c54dcd add default parameter for AllConfig->get*Value() 02 January 2014, 15:54:39 UTC
0bb7202 Merge pull request #6562 from syncloud/stable6 Made admin password field required on client side 25 December 2013, 11:36:00 UTC
75eaea1 Made password field required on client side Fix for case described in https://github.com/syncloud/owncloud-setup/issues/19 24 December 2013, 02:39:14 UTC
93b6c83 Backport of PR #4378: Don't use xcache in case admin auth is enabled. 20 December 2013, 16:15:48 UTC
d9df271 Do not use xcache variable cache if cache size is 0. This is possible because it is possible to only use xcache as an opcode cache but not a variable cache. 20 December 2013, 15:50:18 UTC
1346169 tests added 19 December 2013, 19:10:42 UTC
eaa5dd0 we can also have a path user/cache/... 19 December 2013, 19:10:29 UTC
672cbc5 check if the old owner and the old path is available 19 December 2013, 18:20:29 UTC
2f568c9 fix rename of shared files 19 December 2013, 18:20:17 UTC
c4c972f Merge pull request #6498 from owncloud/stable6-oracleencryptiontestfix [stable6] Trying to fix failing encryption tests on Oracle 19 December 2013, 14:45:37 UTC
6de259e Merge pull request #6291 from owncloud/ldap_doc_link LDAP: Adjust help link to documentation 19 December 2013, 10:56:34 UTC
1f93b4e Removed numRows usage from encryption app numRows on Oracle always seem to return 0. This fix removes numRows usage from the encryption and sharing app. This fixes unit tests and potentially the encryption app itself (migration status) when running on Oracle 18 December 2013, 20:14:26 UTC
4c2d2f4 check if a $_SESSION entry exists before we try to remove it 18 December 2013, 13:26:27 UTC
148c16b preserve 3rd party values in in the Session destructor 18 December 2013, 13:26:21 UTC
77af1a7 Fixed JS plural function to be per app Some apps might not define the same "nplural" value. To avoid conflicts, the plural function is now generated per app. Fixes #6427 18 December 2013, 11:13:22 UTC
2f0ec82 reliable detect encrypted files 17 December 2013, 17:14:36 UTC
913df0c clarifying license 17 December 2013, 16:30:57 UTC
c88109a always show home breadcrumb in files view 17 December 2013, 10:02:02 UTC
8f5dfd0 always show 'Deleted Files' breadcrumb 17 December 2013, 10:01:43 UTC
ae58a38 Do not use L10n when logging exceptions In some specific situations, the L10N bundle isn't loadable yet (for example when there is an issue with the app_config table). In such case, we still want to be able to log the real exception. This fixes errors that say "OC_L10N_String::__toString must not throw exceptions" 17 December 2013, 09:56:02 UTC
3160b23 update file cache for target file 16 December 2013, 16:49:14 UTC
73a0b69 only remove encryption keys if a real file gets deleted, skip this method if a file outside of /data/user/files was deleted 16 December 2013, 16:49:05 UTC
bdb4890 call set password hook because it doesn't get triggered during test execution and fix paths 16 December 2013, 16:48:52 UTC
9091dd7 enable more tests 16 December 2013, 16:48:44 UTC
a8a35f4 Use DEBUG instead of ERROR when favourites not found. Fix #6419 16 December 2013, 16:31:03 UTC
0d24b22 6.0.0a 14 December 2013, 19:40:17 UTC
e8a696c Merge pull request #6389 from owncloud/ignore_comments_on_columns ignore comments on schema as a quickfix for oc6 14 December 2013, 19:31:20 UTC
811ef19 Removed comments in database schema of encryption app 14 December 2013, 10:18:48 UTC
db696a2 ignore comments on schema as a quickfix for oc6 13 December 2013, 18:21:14 UTC
3d81009 LDAP: only read config from database, if configID is given. Not what we want to do when on-the-fly-testing settings from the admin page 13 December 2013, 17:01:42 UTC
0b66570 Merge pull request #6406 from owncloud/stable6-no-backgroundjobs-during-upgrade dont try to register background jobs if we haven't upgraded yet 13 December 2013, 16:58:50 UTC
1e40748 remove unused variables 13 December 2013, 16:52:43 UTC
d343c66 LDAP: fix TLS detection 13 December 2013, 16:52:19 UTC
0a0d892 dont try to register background jobs if we haven't upgraded yet 13 December 2013, 16:13:18 UTC
back to top