summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* replace 'size' with 'unencrypted_size' if encryption is enabledBjoern Schiessle2014-02-071-1/+1
* change order of issubdirectory() calls to avoid error messages for non-appsBjoern Schiessle2014-02-071-2/+2
* add icons.css file, first step to get rid of %webroot%Jan-Christoph Borchardt2014-02-061-0/+1
* 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-032-4/+17
* remove passwords in URLs from all log messagesBjoern Schiessle2014-02-032-4/+12
* Added exception logger plugin for sabre connectorVincent Petry2014-01-283-5/+59
* Add check for apc.enabled optionOtto Sabart2014-01-271-0/+2
* show link to app documentationBjoern Schiessle2014-01-241-0/+4
* fixing comment + adding unit test for checkPasswordProtectedShareThomas Müller2014-01-211-1/+7
* in case no share is found for the given token we can return right awayThomas Müller2014-01-211-0/+3
* adding password protection check to getShareByToken()Thomas Müller2014-01-211-4/+32
* Merge pull request #6869 from owncloud/fix-setupfs-only-for-existing-users-st...Thomas Müller2014-01-213-1/+27
|\
| * OC_Util::setupFS($user) will create a data dir for the given string - no matt...Thomas Müller2014-01-213-1/+27
* | 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
* 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