summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'Jörn Friedrich Dreyer2014-01-211-1/+1
* Fixed quota wrapper to not wrap failed fopen streamsVincent Petry2014-01-201-1/+1
* add needUpgrade() check to addQueuedTask()Jörn Friedrich Dreyer2014-01-171-2/+4
* Unshare all will now delete all shares for the item, instead of only for a si...ben-denham2014-01-161-1/+9
* in order to work properly with encryption ocTransferId is added to the file p...Thomas Müller2014-01-151-1/+1
* Adding a random postfix to the part file.Thomas Müller2014-01-151-1/+1
* keep response messageBjoern Schiessle2014-01-151-20/+22
* Use storage_mtime when determining if we can reuse cached data while scanningRobin Appelman2014-01-151-1/+1
* Fix calculated folder size to use unencrypted sizeVincent Petry2014-01-141-5/+17
* Merge pull request #6612 from owncloud/user-no-change-displayname-stableicewind19912014-01-146-90/+152
|\
| * Replace static usage of OC_Config and OC_Preferences with the injected \OC\Co...Robin Appelman2014-01-021-5/+13
| * fix the config option to remove the ability for users to set their displaynameRobin Appelman2014-01-023-9/+37
| * fix fallback overwriting result of getHomeRobin Appelman2014-01-021-1/+2
| * cache the home folder of a UserRobin Appelman2014-01-022-67/+73
| * Also add default to the \OCP\IConfig interfaceRobin Appelman2014-01-022-5/+18
| * add default parameter for AllConfig->get*Value()Robin Appelman2014-01-021-6/+12
* | remove ru_RU - it's almost untranslatedThomas Müller2014-01-131-12/+0
* | fixing typo in redirection query stringst3so2014-01-131-1/+1
* | Prevent deleting storage rootVincent Petry2014-01-101-0/+13
* | Infowarning about 32bitArthur Schiwon2014-01-091-0/+1
* | add tests for user countingArthur Schiwon2014-01-091-0/+9
* | if backends have the same class name, sum their users up instead of overwritingArthur Schiwon2014-01-091-1/+5
* | Introduce user count action to user managementArthur Schiwon2014-01-093-7/+42
* | Removed special handling of part files in shared storage renameVincent Petry2014-01-091-1/+4
* | 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
* | turn off mod_pagespeedThomas Müller2014-01-081-0/+3
* | 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-081-1/+1
* | Added isUserAgent() method to requestVincent Petry2014-01-072-2/+24
* | Added workaround for Android content dispositionVincent Petry2014-01-071-1/+2
* | Moved content disposition code+workarounds to OCP\ResponseVincent Petry2014-01-073-6/+24
* | Merge pull request #6666 from ogasser/decimal_precision_scale_stable6_bpThomas Müller2014-01-071-0/+8
|\ \
| * | DB: Support DECIMAL(precision,scale) syntax in XMLOliver Gasser2014-01-071-0/+8
* | | 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
* | Return SPACE_UNKNOWN if disk_free_space is disabled when getting the free spa...Robin Appelman2014-01-021-1/+1
|/
* 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
* 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
* Do not use L10n when logging exceptionsVincent Petry2013-12-172-4/+2
* Use DEBUG instead of ERROR when favourites not found. Fix #6419Thomas Tanghus2013-12-161-1/+1
* ignore comments on schema as a quickfix for oc6Jörn Friedrich Dreyer2013-12-131-2/+3
* dont try to register background jobs if we haven't upgraded yetRobin Appelman2013-12-132-46/+51
* Merge pull request #6308 from owncloud/fix_webdav_session_login_user_comparisonblizzz2013-12-132-3/+37
|\
| * coding styleArthur Schiwon2013-12-111-0/+1