summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | 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
* 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-201-0/+4
* 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
* fixing method namesThomas Müller2014-03-121-1/+1
* set content-type on ocs exceptionsThomas Müller2014-03-121-3/+30
* 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-051-16/+54
* make mail notification header color themableJan-Christoph Borchardt2014-03-031-0/+14