summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* set content-type on ocs exceptionsThomas Müller2014-03-121-3/+30
* fix path creation for re-shares, issue #7662Bjoern Schiessle2014-03-111-2/+7
* remove magic handling of recipient lists by exploding the string - this funct...Thomas Müller2014-03-111-4/+1
* Reset time of last update feed pollingVictor Dubiniuk2014-03-111-0/+2
* Disable XML entities when parsing XMLVincent Petry2014-03-102-4/+14
* fixing identThomas Müller2014-03-071-9/+9
* we first shall check if the current session is valid - otherwise the session-...Thomas Müller2014-03-071-12/+13
* Merge pull request #7586 from owncloud/dont_create_shared_folder_stable6Björn Schießle2014-03-072-2/+5
|\
| * don't allow to create a file or folder named 'Shared' in the root folder, als...Bjoern Schiessle2014-03-062-2/+5
* | Use $installedVersion instead of $currentVersionLukas Reschke2014-03-061-1/+1
|/
* Fixed X-Forwarded-Host parsingVincent Petry2014-03-051-1/+2
* Added localhost as trusted domainVincent Petry2014-03-051-0/+5
* Show warning page when accessing server from an untrusted domainVincent Petry2014-03-052-16/+70