summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #7268 from owncloud/stable5-fix-ocsprivFrank Karlitschek2014-02-252-50/+60
|\ \ \ | |/ / |/| |
| * | Get rid of the SELECT query. Try UPDATE, on failure INSERT.Andreas Fischer2014-02-181-8/+4
| * | fixing undefined index in delete()Thomas Müller2014-02-181-5/+7
| * | PHPDoc comment updated - checkLoggedIn() removedThomas Müller2014-02-181-9/+10
| * | no need to check if the user is logged inThomas Müller2014-02-181-1/+0
| * | fixing php notice: Undefined index keyThomas Müller2014-02-181-1/+1
| * | no need to check if the user is logged in - this is already done in the ocs d...Thomas Müller2014-02-181-6/+6
| * | fix the privatedata key value storeFrank Karlitschek2014-02-182-43/+55
| |/
* | Backport #7259 to stable5Lukas Reschke2014-02-223-16/+46
* | Revert "Backport #7259 to stable5"Lukas Reschke2014-02-223-46/+16
* | Backport #7259 to stable5Lukas Reschke2014-02-223-16/+46
* | Merge pull request #7313 from owncloud/stable5_fix_folder_deleteVincent Petry2014-02-201-4/+5
|\ \
| * | don't send delete for every single file if a folder gets deletedBjoern Schiessle2014-02-201-4/+5
| |/
* / initial backport of #6777 - mobile public pages - to stable5Jörn Friedrich Dreyer2014-02-131-1/+1
|/
* getData() always needs to return an array, backport of #6988Bjoern Schiessle2014-02-101-6/+12
* Merge pull request #6859 from owncloud/always_log_db_error_verbose_stable5Jörn Friedrich Dreyer2014-01-211-5/+3
|\
| * always be verbose when logging db errorJörn Friedrich Dreyer2014-01-211-5/+3
* | use 'download.zip' as default name for zip downloads instead of 'owncloud.zip'Jörn Friedrich Dreyer2014-01-211-1/+1
|/
* Fix mimetype detectionJörn Friedrich Dreyer2014-01-172-1/+11
* remove duplicate exe mimetype, add correct msi mimetypeJörn Friedrich Dreyer2014-01-071-3/+2
* 5.0.14av5.0.14aFrank Karlitschek2013-12-181-2/+2
* 5.0.14v5.0.14Frank Karlitschek2013-12-171-2/+2
* add getOwner to Home StorageJörn Friedrich Dreyer2013-12-161-0/+10
* 5.0.14 RC1Frank Karlitschek2013-12-131-2/+2
* reuse etags when doing a background scanRobin Appelman2013-12-081-1/+1
* make rmdir recursive for mappellocal storage backendRobin Appelman2013-12-031-3/+23
* Make rmdir recursive for local storageRobin Appelman2013-12-031-1/+21
* Add post hooks for filesystem scannerRobin Appelman2013-11-281-0/+5
* Fix getRawPathInfo for the '/' edge caseRobin Appelman2013-11-281-1/+5
* fix custom routes defined by appsRobin Appelman2013-11-281-1/+1
* Merge pull request #6042 from owncloud/backport-6035-oc5Morris Jobke2013-11-271-4/+28
|\
| * fixing failing unit testThomas Müller2013-11-261-1/+1
| * fixes #6050Thomas Müller2013-11-261-8/+21
| * in case uri and script name don't match we better throw an exceptionThomas Müller2013-11-251-2/+10
| * handle duplicate slashes in case of reverse proxy configurationThomas Müller2013-11-251-1/+4
* | clear permissions cache when scanning a fileRobin Appelman2013-11-251-4/+16
|/
* Merge pull request #5934 from owncloud/stable5-excludeextstoragefromquotaVincent Petry2013-11-225-8/+18
|\
| * Fixed ext storage free space to not be restricted by quotaVincent Petry2013-11-191-0/+5
| * Fixed quota calculation to also exclude ext storageVincent Petry2013-11-191-1/+1
| * External storage space is now not counted in total spaceVincent Petry2013-11-194-7/+12
* | Merge branch 'stable5' into fixing-4866-stable5Thomas Müller2013-11-2225-157/+661
|\ \
| * | Emulate touch() for backends that don't support itRobin Appelman2013-11-211-1/+5
| |/
| * backport search scrollto & filter to stable5Jörn Friedrich Dreyer2013-11-182-2/+4
| * Merge pull request #5883 from owncloud/stable5-singledotdirsVincent Petry2013-11-151-3/+17
| |\
| | * Fixed normalizePath() to strip out single dot dirsVincent Petry2013-11-151-3/+17
| * | Merge pull request #5307 from nicokaiser/fixing-3694-stable5Frank Karlitschek2013-11-151-0/+2
| |\ \ | | |/ | |/|
| | * Fix static function call. Sorry.Nico Kaiser2013-10-111-1/+1
| | * Fix OC_User::getDisplayName to persist between (browser) sessions. Fixes #3694Nico Kaiser2013-10-111-0/+2
| * | fixes #5808Thomas Müller2013-11-111-6/+6
| * | Merge pull request #5725 from owncloud/fix_enabling_apps_on_oracle_cornercaseThomas Müller2013-11-111-3/+23
| |\ \