summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #8260 from owncloud/stable6-backport-8183-and-coThomas Müller2014-04-237-114/+185
|\
| * Backport of #8197 to stable6Lukas Reschke2014-04-184-89/+156
| * Backport of #8183 to stable6Lukas Reschke2014-04-183-25/+29
* | merge middleware string registrationBernhard Posselt2014-04-182-5/+5
* | 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
|/
* Verify that a file exists before we share itRobin Appelman2014-04-171-0/+10
* 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
| |/
* | Merge pull request #8119 from Raydiation/stable6Bernhard Posselt2014-04-101-7/+15
|\ \
| * | Update controller.phpBernhard Posselt2014-04-101-1/+9
| * | Remove dependency on container, removing service locator antipatternBernhard Posselt2014-04-081-7/+7
| |/
* | Fixed Sabre Node implementation to correctly return timestamps as intVincent Petry2014-04-101-3/+6
* | Disabled internet checking as mentioned when in proxy modeJoan2014-04-101-0/+5
|/
* Fixed chunking and insufficient storage checkVincent Petry2014-04-072-2/+50
* Do not expire chunks while checking for their existenceVincent Petry2014-04-041-5/+0
* Add bindParam to statement wrapperRobin Appelman2014-04-041-0/+14
* use a non-recursive chmod on the datadirRobin Appelman2014-04-032-30/+1
* Improve phpdocRobin Appelman2014-04-031-1/+3
* Give storages the option to implement the getById behaviour for View->getPathRobin Appelman2014-04-032-6/+29
* Fix admin-dir_permissions redirection when cannot write warningVolkan Gezer2014-04-021-1/+1
* remove pl_PL - fixes #7973Thomas Müller2014-03-311-5/+0
* Fix 'Undefined variable: message' in OCP\Util::logExceptionThomas Tanghus2014-03-251-5/+2
* Still return quota value when free space is unknownVincent Petry2014-03-211-1/+8
* Return unencrypted_size of folder when queriedVincent Petry2014-03-211-0/+5
* Propagate unencrypted_size up to the file cache rootVincent Petry2014-03-211-2/+7
* Return 503 when a config/data dir error existsVincent Petry2014-03-202-0/+5
* Added .ocdata file to check for data folder validityVincent Petry2014-03-203-4/+37
* Added warning for trusted_domains after CLI upgradeVincent Petry2014-03-171-1/+1
* finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-131-2/+4
* fixing method namesThomas Müller2014-03-121-1/+1