summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
...
* Allow XML entity loader for MDB2 schema loaderVincent Petry2014-03-031-0/+2
* Also delete legacy storages when deleting a userRobin Appelman2014-02-271-1/+3
* Also quote old column name during DB migrationVincent Petry2014-02-261-0/+3
* introduce new theme function to allow full creation of documentation links: b...Thomas Müller2014-02-262-1/+8
* Replace deleteAll call with unlink callVincent Petry2014-02-251-1/+1
* don't overwrite keys if rename was done by a stream copyBjoern Schiessle2014-02-251-0/+2
* Fix case where port is missingVincent Petry2014-02-251-1/+1
* Adjust version for stable6Lukas Reschke2014-02-221-1/+1
* Add overwritehost config on setup and upgradeLukas Reschke2014-02-223-15/+47
* Fix "headers are already sent" introduced with #6519Lukas Reschke2014-02-212-1/+1
* Test if $url is already prefixed by '/'Thomas Tanghus2014-02-201-1/+2
* Add missing slash in URLGenerator::getAbsoluteURL(). Refs. #6840Thomas Tanghus2014-02-201-1/+1
* Update user.php to fix duplicate session-duplicatenhirokinet2014-02-201-1/+0
* Security Update: session fixationNARUKAWA Hiroki2014-02-201-0/+1
* Also clean up the filecache table when deleting a storage entryRobin Appelman2014-02-121-0/+6
* Also remove the user's home storage from the storage table when deleting a userRobin Appelman2014-02-122-0/+16
* Merge pull request #7157 from owncloud/stable6-xsendfilequotacheckVincent Petry2014-02-111-0/+3
|\
| * Fix xsendfile local storage detection with quotaVincent Petry2014-02-111-0/+3
* | Merge pull request #6778 from owncloud/fix_6430blizzz2014-02-111-0/+59
|\ \ | |/ |/|
| * fix DIArthur Schiwon2014-02-101-4/+6
| * Inject loggerArthur Schiwon2014-02-101-3/+6
| * wrong tldArthur Schiwon2014-02-101-1/+1
| * sort following entries in alphabetical orderArthur Schiwon2014-02-101-3/+4
| * move sorter into a classArthur Schiwon2014-02-101-0/+53
* | getData() always needs to return an arrayBjoern Schiessle2014-02-101-6/+12
|/
* change order of issubdirectory() calls to avoid error messages for non-appsBjoern Schiessle2014-02-071-2/+2
* Allow getting info or renaming part files through WebDAVVincent Petry2014-02-051-1/+14
* add test for password remove methodBjoern Schiessle2014-02-041-1/+1
* also load error handler if debugging is enabledBjoern Schiessle2014-02-031-3/+15
* remove passwords in URLs from all log messagesBjoern Schiessle2014-02-032-4/+12
* Added exception logger plugin for sabre connectorVincent Petry2014-01-282-3/+53
* Add check for apc.enabled optionOtto Sabart2014-01-271-0/+2
* show link to app documentationBjoern Schiessle2014-01-241-0/+4
* Merge pull request #6869 from owncloud/fix-setupfs-only-for-existing-users-st...Thomas Müller2014-01-212-0/+18
|\
| * OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller2014-01-212-0/+18
* | add getOwner impementation to Home StorageJörn Friedrich Dreyer2014-01-211-0/+10
|/
* 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
* 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-145-87/+140
|\
| * 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-021-2/+6
| * add default parameter for AllConfig->get*Value()Robin Appelman2014-01-021-6/+12