summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Backport of #9156Arthur Schiwon2014-07-044-7/+37
* trusted domains shall not be ignored on autosetupArthur Schiwon2014-06-171-1/+7
* 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
* Continued flock work.ringmaster2014-06-0510-14/+94
* 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-042-1/+20
* [backport] [stable6] Skip filescan but execute hooksringmaster2014-06-031-8/+42
* Added password obfuscation for external storage configVincent Petry2014-05-221-69/+0
* 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
* 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
|/
* 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
* Merge pull request #8260 from owncloud/stable6-backport-8183-and-coThomas Müller2014-04-236-114/+156
|\
| * Backport of #8197 to stable6Lukas Reschke2014-04-184-89/+156
| * Backport of #8183 to stable6Lukas Reschke2014-04-182-25/+0
* | merge middleware string registrationBernhard Posselt2014-04-181-3/+3
* | use references for middleware to fix problems on 5.3Bernhard Posselt2014-04-181-2/+3
* | merge dicontainerBernhard Posselt2014-04-181-4/+3
* | default to GET request when no method is set to fix unittests, also set parse...Bernhard Posselt2014-04-181-0/+7
* | Correctly process request parameters other than GET or POST, dont use globals...Bernhard Posselt2014-04-182-50/+39
* | Backport of #7682 to stable6Lukas Reschke2014-04-181-1/+2
|/
* Remove limit and offset manipulation when getting users or groups, because it...Arthur Schiwon2014-04-153-32/+0
* Merge pull request #8150 from owncloud/backport-8138-stable6Thomas Müller2014-04-111-1/+9
|\
| * fix code formattingThomas Müller2014-04-101-1/+2
| * To isolate the variable scope used inside the $file it is required in it's o...Thomas Müller2014-04-101-1/+8
* | Merge pull request #8151 from owncloud/backport-8137-stable6Bernhard Posselt2014-04-101-1/+9
|\ \
| * | add requirements to routingBernhard Posselt2014-04-101-1/+9
| |/