summaryrefslogtreecommitdiffstats
path: root/lib/public/iservercontainer.php
Commit message (Collapse)AuthorAgeFilesLines
* Add \OC\TempManager to handle creating and cleaning temporary filesRobin Appelman2014-10-241-0/+7
|
* Rename namespace to DiagnosticsRobin Appelman2014-10-201-2/+2
|
* Add QueryLogger interface to allow apps to get a list of used queriesRobin Appelman2014-10-201-0/+9
|
* Add an EventLogger interface to allow apps to get a log of the request timelineRobin Appelman2014-10-201-0/+7
|
* Do only follow HTTP and HTTPS redirectsLukas Reschke2014-09-221-0/+6
| | | | | | | | We do not want to follow redirects to other protocols since they might allow an adversary to bypass network restrictions. (i.e. a redirect to ftp:// might be used to access files of a FTP server which might be in a secure zone and not be reachable from the net but from the ownCloud server) Get final redirect manually using get_headers() Migrate to HTTPHelper class and add unit tests
* Better phpdoc and method namingRobin Appelman2014-09-041-2/+2
|
* Add event source to the public apiRobin Appelman2014-09-031-0/+7
|
* Merge pull request #10420 from owncloud/external-share-self-signedLukas Reschke2014-08-311-0/+7
|\ | | | | Make external shares work with imported self signed certificates
| * Move certificate management code to coreRobin Appelman2014-08-311-0/+7
| |
* | Merge pull request #10770 from owncloud/getUserFolderMorris Jobke2014-08-311-1/+2
|\ \ | | | | | | update public interface for getUserFolder
| * | update public interface for getUserFolderMorris Jobke2014-08-311-1/+2
| |/
* / Also extend public server interfaceRobin Appelman2014-08-311-1/+2
|/
* Add group management to the public apiRobin Appelman2014-07-161-0/+7
|
* Expose the user manager in the public server containerRobin Appelman2014-07-141-0/+7
|
* make search non-static, add ISearch to server container, make legacy a ↵Jörn Friedrich Dreyer2014-06-061-0/+8
| | | | static wrapper for it, move provider and result to public api
* move db into iservercontainerBernhard Posselt2014-04-191-0/+8
|
* Merge branch 'master' into type-hintingBart Visscher2014-03-311-0/+6
|\ | | | | | | | | | | | | | | | | Conflicts: lib/private/image.php lib/private/l10n.php lib/private/request.php lib/private/share/mailnotifications.php lib/private/template/base.php
| * Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-0/+6
| |
* | More PHPDoc updatesBart Visscher2014-02-281-1/+1
|/
* Merge pull request #7156 from owncloud/backgroundjob-publicThomas Müller2014-02-141-0/+7
|\ | | | | Add the background job list to the public server container
| * Add the background job list to the public server containerRobin Appelman2014-02-111-0/+7
| |
* | use the 'new' server container for appconfigRobin Appelman2014-02-071-0/+61
|\|
| * Fix some phpdoc errors and rename interfaceRobin Appelman2014-01-241-1/+1
| |
| * Also update the OCP\IServerContainerRobin Appelman2014-01-081-3/+3
| |
| * Remove the static dependency on OC_Util from MemcacheRobin Appelman2014-01-061-0/+7
| |
| * API doc for contacts manager, server container and shareMorris Jobke2013-11-271-1/+10
| |
| * fixing PHPDoc comments and syntaxThomas Müller2013-11-221-1/+1
| |
| * Add public API for \OC\Avatarkondou2013-11-071-0/+6
| |
| * fix "No page-level DocBlock"Morris Jobke2013-11-031-0/+8
| |
| * Merge branch 'master' into activities-apiThomas Müller2013-10-091-0/+17
| |\
| | * Add Helper and URLGenerator interfaces to server containerBart Visscher2013-10-041-0/+10
| | |
| | * Add L10N interface to server containerBart Visscher2013-10-041-0/+7
| |/ |/|
| * Merge branch 'appframework-master' into activities-apiThomas Müller2013-09-291-0/+46
| |\ | |/ |/| | | | | Conflicts: lib/public/iservercontainer.php
| * adding basic interfaces for the activities apiThomas Müller2013-09-201-0/+7
| |
* | Merge pull request #4892 from owncloud/vcategories_publicThomas Müller2013-09-251-0/+8
|\ \ | | | | | | OC_VCategories => OC\Tags. Public interface and getter in server container
| * | Add factory class for the server container.Thomas Tanghus2013-09-241-1/+2
| | |
| * | OC_VCategories=>OC\Tags. Public interface + getter in server containerThomas Tanghus2013-09-231-0/+7
| | |
* | | Remove duplicate method definitionsThomas Tanghus2013-09-241-14/+1
| | |
* | | Merge branch 'server_folder_methods' of github.com:owncloud/core into ↵Thomas Tanghus2013-09-241-0/+13
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | server_folder_methods Conflicts: lib/public/iservercontainer.php lib/server.php
| * \ \ Merge branch 'appframework-master' into server_folder_methodsThomas Tanghus2013-09-191-0/+7
| |\ \ \ | | | |/ | | |/|
| * | | Add getUserFolder/getAppFolder to Server.Thomas Tanghus2013-09-181-0/+14
| | | |
* | | | Add getUserFolder/getAppFolder to Server.Thomas Tanghus2013-09-231-0/+14
| |_|/ |/| |
* | | Add Config container class to server containerBart Visscher2013-09-201-0/+5
| | |
* | | Add Navigation class to server containerBart Visscher2013-09-201-0/+5
| | |
* | | Add DBConnection to server containerBart Visscher2013-09-201-0/+7
| | |
* | | Add UserSession to server containerBart Visscher2013-09-201-0/+7
| |/ |/|
* | Merge branch 'appframework-master' into public_cacheThomas Tanghus2013-09-181-0/+7
|\| | | | | | | | | | | Conflicts: lib/public/iservercontainer.php lib/server.php
| * Add interface for Session and add getter in server container.Thomas Tanghus2013-09-171-0/+7
| |
* | OC_Cache namespace changes and add UserCache to server container.Thomas Tanghus2013-09-171-0/+7
|/ | | | Refs #4863
* adding getRootFolder() to server container and hooking up the new files apiThomas Müller2013-09-151-0/+8
|