Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Introduce user count action to user management | Arthur Schiwon | 2014-01-09 | 3 | -7/+42 | |
| | | | | ||||||
* | | | | Removed special handling of part files in shared storage rename | Vincent Petry | 2014-01-09 | 2 | -22/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | | Merge pull request #6696 from owncloud/backport-6693-stable6 | Thomas Müller | 2014-01-09 | 3 | -9/+11 | |
|\ \ \ \ | | | | | | | | | | | Backport 6693 stable6 | |||||
| * | | | | rename user-id to loginname to stay consistent | Thomas Müller | 2014-01-09 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | set login name within apache auth backend | Thomas Müller | 2014-01-09 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | fixing PHPDoc and use cameCase names | Thomas Müller | 2014-01-09 | 1 | -7/+7 | |
|/ / / / | ||||||
* | | | | Merge pull request #6679 from owncloud/backport-6675-stable6 | Thomas Müller | 2014-01-08 | 2 | -0/+6 | |
|\ \ \ \ | | | | | | | | | | | Backport 6675 stable6 | |||||
| * | | | | turn off mod_pagespeed | Thomas Müller | 2014-01-08 | 2 | -0/+6 | |
|/ / / / | ||||||
* | | | | Merge pull request #6678 from owncloud/backport-6660-stable6 | Thomas Müller | 2014-01-08 | 3 | -4/+6 | |
|\ \ \ \ | | | | | | | | | | | Backport 6660 stable6 | |||||
| * | | | | trimming all array elements | Thomas Müller | 2014-01-08 | 1 | -1/+3 | |
| | | | | | ||||||
| * | | | | we shall explode on ',' only | Thomas Müller | 2014-01-08 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | reuse existing helper function OC_Helper::is_function_enabled | Thomas Müller | 2014-01-08 | 2 | -2/+2 | |
|/ / / / | ||||||
* | | | | Now also preventing to override "files" dir size with -1 | Vincent Petry | 2014-01-08 | 2 | -7/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes #6526 Backport of 5be4af9 to stable6 | |||||
* | | | | Added isUserAgent() method to request | Vincent Petry | 2014-01-07 | 3 | -2/+74 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - added isUserAgent() method to OC_Request which makes it possible to test it - OC_Response::setContentDisposition now uses OC_Request::isUserAgent() | |||||
* | | | | Added workaround for Android content disposition | Vincent Petry | 2014-01-07 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | Fixes #5807 | |||||
* | | | | Moved content disposition code+workarounds to OCP\Response | Vincent Petry | 2014-01-07 | 6 | -69/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | Merge pull request #6666 from ogasser/decimal_precision_scale_stable6_bp | Thomas Müller | 2014-01-07 | 6 | -3/+50 | |
|\ \ \ \ | | | | | | | | | | | DB: Support DECIMAL(precision,scale) syntax in XML | |||||
| * | | | | DB: Support DECIMAL(precision,scale) syntax in XML | Oliver Gasser | 2014-01-07 | 6 | -3/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | | | Merge pull request #6664 from owncloud/fix_empty_mimetypes_stable6 | Thomas Müller | 2014-01-07 | 1 | -2/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | remove duplicate exe mimetype, add correct msi mimetype | |||||
| * | | | | remove duplicate exe mimetype, add correct msi mimetype | Jörn Friedrich Dreyer | 2014-01-07 | 1 | -2/+1 | |
|/ / / / | ||||||
* | | | | Fix APCIterator syntax in \OC\Memcache\APCU::clear | Robin Appelman | 2014-01-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | see http://www.php.net/manual/en/apciterator.construct.php | |||||
* | | | | Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free ↵ | Robin Appelman | 2014-01-02 | 1 | -1/+1 | |
| |/ / |/| | | | | | | | | space on a local storage | |||||
* | | | Merge pull request #6562 from syncloud/stable6 | Frank Karlitschek | 2013-12-25 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Made admin password field required on client side | |||||
| * | | | Made password field required on client side | Vladimir Sapronov | 2013-12-23 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | Fix for case described in https://github.com/syncloud/owncloud-setup/issues/19 | |||||
* | | | Backport of PR #4378: Don't use xcache in case admin auth is enabled. | Andreas Fischer | 2013-12-20 | 2 | -10/+22 | |
| | | | ||||||
* | | | Do not use xcache variable cache if cache size is 0. | Andreas Fischer | 2013-12-20 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | | This is possible because it is possible to only use xcache as an opcode cache but not a variable cache. | |||||
* | | | tests added | Bjoern Schiessle | 2013-12-19 | 3 | -1/+44 | |
| | | | ||||||
* | | | we can also have a path user/cache/... | Bjoern Schiessle | 2013-12-19 | 1 | -1/+1 | |
| | | | ||||||
* | | | check if the old owner and the old path is available | Bjoern Schiessle | 2013-12-19 | 1 | -3/+10 | |
| | | | ||||||
* | | | fix rename of shared files | Bjoern Schiessle | 2013-12-19 | 2 | -19/+38 | |
| | | | ||||||
* | | | Merge pull request #6498 from owncloud/stable6-oracleencryptiontestfix | Vincent Petry | 2013-12-19 | 2 | -31/+19 | |
|\ \ \ | | | | | | | | | [stable6] Trying to fix failing encryption tests on Oracle | |||||
| * | | | Removed numRows usage from encryption app | Vincent Petry | 2013-12-18 | 2 | -31/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | | Merge pull request #6291 from owncloud/ldap_doc_link | Thomas Müller | 2013-12-19 | 2 | -2/+2 | |
|\ \ \ \ | | | | | | | | | | | LDAP: Adjust help link to documentation | |||||
| * | | | | LDAP: adjust documentation URL for OC 6 | Arthur Schiwon | 2013-12-10 | 2 | -2/+2 | |
| | |_|/ | |/| | | ||||||
* | | | | check if a $_SESSION entry exists before we try to remove it | Robin Appelman | 2013-12-18 | 1 | -1/+3 | |
| | | | | ||||||
* | | | | preserve 3rd party values in in the Session destructor | Robin Appelman | 2013-12-18 | 2 | -2/+11 | |
| | | | | ||||||
* | | | | Fixed JS plural function to be per app | Vincent Petry | 2013-12-18 | 1 | -4/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some apps might not define the same "nplural" value. To avoid conflicts, the plural function is now generated per app. Fixes #6427 | |||||
* | | | | reliable detect encrypted files | Bjoern Schiessle | 2013-12-17 | 1 | -10/+12 | |
| | | | | ||||||
* | | | | clarifying license | Frank Karlitschek | 2013-12-17 | 1 | -0/+4 | |
| | | | | ||||||
* | | | | always show home breadcrumb in files view | Bjoern Schiessle | 2013-12-17 | 2 | -11/+9 | |
| | | | | ||||||
* | | | | always show 'Deleted Files' breadcrumb | Bjoern Schiessle | 2013-12-17 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | Do not use L10n when logging exceptions | Vincent Petry | 2013-12-17 | 2 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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" | |||||
* | | | | update file cache for target file | Bjoern Schiessle | 2013-12-16 | 1 | -0/+9 | |
| | | | | ||||||
* | | | | only remove encryption keys if a real file gets deleted, skip this method if ↵ | Bjoern Schiessle | 2013-12-16 | 2 | -9/+67 | |
| | | | | | | | | | | | | | | | | a file outside of /data/user/files was deleted | |||||
* | | | | call set password hook because it doesn't get triggered during test ↵ | Bjoern Schiessle | 2013-12-16 | 1 | -3/+12 | |
| | | | | | | | | | | | | | | | | execution and fix paths | |||||
* | | | | enable more tests | Bjoern Schiessle | 2013-12-16 | 1 | -8/+4 | |
| | | | | ||||||
* | | | | Use DEBUG instead of ERROR when favourites not found. Fix #6419 | Thomas Tanghus | 2013-12-16 | 1 | -1/+1 | |
| |/ / |/| | | ||||||
* | | | 6.0.0av6.0.0a | Frank Karlitschek | 2013-12-14 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #6389 from owncloud/ignore_comments_on_columns | Frank Karlitschek | 2013-12-14 | 2 | -6/+4 | |
|\ \ \ | | | | | | | | | ignore comments on schema as a quickfix for oc6 | |||||
| * | | | Removed comments in database schema of encryption app | Vincent Petry | 2013-12-14 | 1 | -4/+1 | |
| | | | |