summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Remove uneeded `strip_tags`Lukas Reschke2014-07-221-2/+2
* Extract Auth Header logic into new function handleAuthHeaders().Andreas Fischer2014-07-221-20/+21
* Deduplicate user/password extraction from alternative HTTP headers.Andreas Fischer2014-07-221-16/+14
* append file extension to the temporary file which contains the downloaded arc...Thomas Müller2014-07-141-9/+4
* do not write to appconfig or preference tables if the value is unchangedArthur Schiwon2014-07-112-8/+15
* Upload abortion is now detected within the OC_Connector_Sabre_File::put()Thomas Müller2014-07-082-116/+17
* Backport of #9156Arthur Schiwon2014-07-044-7/+37
* trusted domains shall not be ignored on autosetupArthur Schiwon2014-06-171-1/+7
* Merge pull request #9033 from owncloud/validate-direLukas Reschke2014-06-161-5/+16
|\
| * Add deprecation notice to load* functionsLukas Reschke2014-06-141-5/+16
* | remove unused argumentRobin Appelman2014-06-121-4/+3
* | add some commentsRobin Appelman2014-06-121-0/+2
* | Repair broken parent link in the scannerRobin Appelman2014-06-121-36/+38
|/
* Fix size calculation during recursive scanRobin Appelman2014-06-101-7/+3
* Fix recursive scanningRobin Appelman2014-06-101-3/+5
* propagate changes in the scannerRobin Appelman2014-06-102-1/+21
* Split of cache writes in the scanner to their own methodsRobin Appelman2014-06-101-40/+46
* Add a change propagator class to handle propagating etag and mtime changesRobin Appelman2014-06-101-0/+98
* added missing LockNotAcquiredExceptionThomas Müller2014-06-051-0/+47
* Continued flock work.ringmaster2014-06-0511-14/+105
* Pass any methods custom to specific storage implementations to the wrapped st...Robin Appelman2014-06-041-0/+11
* Fix storage wrapper being called with nullRobin Appelman2014-06-041-1/+1
* Use instanceOfStorage instead of instanceofRobin Appelman2014-06-042-5/+8
* Add ->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-06-043-1/+28
* Merge pull request #8847 from owncloud/stable6_backport_8557Thomas Müller2014-06-041-2/+11
|\
| * Allow apps to create custom session handlers.ringmaster2014-06-031-2/+11
* | [backport] [stable6] Skip filescan but execute hooksringmaster2014-06-031-8/+42
|/
* Added password obfuscation for external storage configVincent Petry2014-05-222-69/+9
* Only accept success as 100 like the OCS spec doestomneedham2014-05-141-1/+1
* Fixed getAbsolutePath case when path is "0"Vincent Petry2014-05-131-1/+1
* Harden issubdirectory()Lukas Reschke2014-05-121-1/+13
* Fix getPathById for OracleVincent Petry2014-05-091-0/+4
* Fix getPath for storage rootsRobin Appelman2014-05-071-2/+2
* Added PostgreSQL version warning + log on upgradeVincent Petry2014-05-071-0/+35
* fix getUserFolder() of server containerMorris Jobke2014-05-051-2/+10
* fix issue with spamming logging files when loading cached thumbnailGeorg Ehrke2014-05-051-2/+5
* always encrypt files to ownerBjoern Schiessle2014-05-051-3/+3
* Fix setting the max-upload-size for really large values.Fabian Henze2014-05-032-3/+27
* Merge pull request #8384 from owncloud/kill_office_fallback_stable6Thomas Müller2014-04-282-149/+0
|\
| * backport b68098ebbaaa3bd816d24c1ed304425e838ee6b8 to stable6Georg Ehrke2014-04-282-149/+0
* | Update outdated commentVolkan Gezer2014-04-281-1/+1
|/
* Clarify the trusted_domain error pageLukas Reschke2014-04-271-1/+1
* Revert "Clarify the trusted_domain error page"Lukas Reschke2014-04-271-1/+1
* Clarify the trusted_domain error pageLukas Reschke2014-04-271-1/+1
* fix after rebaseArthur Schiwon2014-04-231-1/+0
* keep the constant to not provoke PHP warningsArthur Schiwon2014-04-231-2/+1
* trim must not be used in empty in PHP < 5.5Arthur Schiwon2014-04-231-1/+2
* implement getDisplayNames in group managerArthur Schiwon2014-04-233-13/+36
* clean up group backendsArthur Schiwon2014-04-232-45/+0
* remove OC_GROUP_BACKEND_GET_DISPLAYNAME option for group backendsArthur Schiwon2014-04-232-6/+3