summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Introduce user count action to user managementArthur Schiwon2014-01-093-7/+42
| | | |
* | | | Removed special handling of part files in shared storage renameVincent Petry2014-01-092-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-stable6Thomas Müller2014-01-093-9/+11
|\ \ \ \ | | | | | | | | | | Backport 6693 stable6
| * | | | rename user-id to loginname to stay consistentThomas Müller2014-01-091-2/+2
| | | | |
| * | | | set login name within apache auth backendThomas Müller2014-01-091-0/+2
| | | | |
| * | | | fixing PHPDoc and use cameCase namesThomas Müller2014-01-091-7/+7
|/ / / /
* | | | Merge pull request #6679 from owncloud/backport-6675-stable6Thomas Müller2014-01-082-0/+6
|\ \ \ \ | | | | | | | | | | Backport 6675 stable6
| * | | | turn off mod_pagespeedThomas Müller2014-01-082-0/+6
|/ / / /
* | | | Merge pull request #6678 from owncloud/backport-6660-stable6Thomas Müller2014-01-083-4/+6
|\ \ \ \ | | | | | | | | | | Backport 6660 stable6
| * | | | trimming all array elementsThomas Müller2014-01-081-1/+3
| | | | |
| * | | | we shall explode on ',' onlyThomas Müller2014-01-081-1/+1
| | | | |
| * | | | reuse existing helper function OC_Helper::is_function_enabledThomas Müller2014-01-082-2/+2
|/ / / /
* | | | Now also preventing to override "files" dir size with -1Vincent Petry2014-01-082-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #6526 Backport of 5be4af9 to stable6
* | | | Added isUserAgent() method to requestVincent Petry2014-01-073-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 dispositionVincent Petry2014-01-071-1/+2
| | | | | | | | | | | | | | | | Fixes #5807
* | | | Moved content disposition code+workarounds to OCP\ResponseVincent Petry2014-01-076-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_bpThomas Müller2014-01-076-3/+50
|\ \ \ \ | | | | | | | | | | DB: Support DECIMAL(precision,scale) syntax in XML
| * | | | DB: Support DECIMAL(precision,scale) syntax in XMLOliver Gasser2014-01-076-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_stable6Thomas Müller2014-01-071-2/+1
|\ \ \ \ \ | |/ / / / |/| | | | remove duplicate exe mimetype, add correct msi mimetype
| * | | | remove duplicate exe mimetype, add correct msi mimetypeJörn Friedrich Dreyer2014-01-071-2/+1
|/ / / /
* | | | Fix APCIterator syntax in \OC\Memcache\APCU::clearRobin Appelman2014-01-031-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 Appelman2014-01-021-1/+1
| |/ / |/| | | | | | | | space on a local storage
* | | Merge pull request #6562 from syncloud/stable6Frank Karlitschek2013-12-251-1/+1
|\ \ \ | | | | | | | | Made admin password field required on client side
| * | | Made password field required on client sideVladimir Sapronov2013-12-231-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 Fischer2013-12-202-10/+22
| | |
* | | Do not use xcache variable cache if cache size is 0.Andreas Fischer2013-12-201-3/+7
| | | | | | | | | | | | | | | This is possible because it is possible to only use xcache as an opcode cache but not a variable cache.
* | | tests addedBjoern Schiessle2013-12-193-1/+44
| | |
* | | we can also have a path user/cache/...Bjoern Schiessle2013-12-191-1/+1
| | |
* | | check if the old owner and the old path is availableBjoern Schiessle2013-12-191-3/+10
| | |
* | | fix rename of shared filesBjoern Schiessle2013-12-192-19/+38
| | |
* | | Merge pull request #6498 from owncloud/stable6-oracleencryptiontestfixVincent Petry2013-12-192-31/+19
|\ \ \ | | | | | | | | [stable6] Trying to fix failing encryption tests on Oracle
| * | | Removed numRows usage from encryption appVincent Petry2013-12-182-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_linkThomas Müller2013-12-192-2/+2
|\ \ \ \ | | | | | | | | | | LDAP: Adjust help link to documentation
| * | | | LDAP: adjust documentation URL for OC 6Arthur Schiwon2013-12-102-2/+2
| | |_|/ | |/| |
* | | | check if a $_SESSION entry exists before we try to remove itRobin Appelman2013-12-181-1/+3
| | | |
* | | | preserve 3rd party values in in the Session destructorRobin Appelman2013-12-182-2/+11
| | | |
* | | | Fixed JS plural function to be per appVincent Petry2013-12-181-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 filesBjoern Schiessle2013-12-171-10/+12
| | | |
* | | | clarifying licenseFrank Karlitschek2013-12-171-0/+4
| | | |
* | | | always show home breadcrumb in files viewBjoern Schiessle2013-12-172-11/+9
| | | |
* | | | always show 'Deleted Files' breadcrumbBjoern Schiessle2013-12-171-4/+4
| | | |
* | | | Do not use L10n when logging exceptionsVincent Petry2013-12-172-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 fileBjoern Schiessle2013-12-161-0/+9
| | | |
* | | | only remove encryption keys if a real file gets deleted, skip this method if ↵Bjoern Schiessle2013-12-162-9/+67
| | | | | | | | | | | | | | | | a file outside of /data/user/files was deleted
* | | | call set password hook because it doesn't get triggered during test ↵Bjoern Schiessle2013-12-161-3/+12
| | | | | | | | | | | | | | | | execution and fix paths
* | | | enable more testsBjoern Schiessle2013-12-161-8/+4
| | | |
* | | | Use DEBUG instead of ERROR when favourites not found. Fix #6419Thomas Tanghus2013-12-161-1/+1
| |/ / |/| |
* | | 6.0.0av6.0.0aFrank Karlitschek2013-12-141-2/+2
| | |
* | | Merge pull request #6389 from owncloud/ignore_comments_on_columnsFrank Karlitschek2013-12-142-6/+4
|\ \ \ | | | | | | | | ignore comments on schema as a quickfix for oc6
| * | | Removed comments in database schema of encryption appVincent Petry2013-12-141-4/+1
| | | |