summaryrefslogtreecommitdiffstats
path: root/lib/server.php
Commit message (Collapse)AuthorAgeFilesLines
* move the private namespace OC into lib/private - OCP will stay in lib/publicThomas Müller2013-09-301-255/+0
| | | | | Conflicts: lib/private/vcategories.php
* fixing error in initialization of TagManagerThomas Müller2013-09-271-1/+1
|
* Merge pull request #4892 from owncloud/vcategories_publicThomas Müller2013-09-251-1/+15
|\ | | | | OC_VCategories => OC\Tags. Public interface and getter in server container
| * Add factory class for the server container.Thomas Tanghus2013-09-241-1/+2
| |
| * Fix conflictThomas Tanghus2013-09-231-3/+4
| |\
| | * Merge branch 'appframework-master' into vcategories_publicThomas Müller2013-09-181-15/+36
| | |\ | | | | | | | | | | | | | | | | Conflicts: lib/server.php
| | * | OC_VCategories=>OC\Tags. Public interface + getter in server containerThomas Tanghus2013-09-181-0/+12
| | | |
| * | | OC_VCategories=>OC\Tags. Public interface + getter in server containerThomas Tanghus2013-09-231-2/+14
| | | |
* | | | stripos return value checkThomas Müller2013-09-251-1/+1
| | | |
* | | | Merge branch 'server_folder_methods' of github.com:owncloud/core into ↵Thomas Tanghus2013-09-241-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server_folder_methods Conflicts: lib/public/iservercontainer.php lib/server.php
| * | | | Fix syntax errorThomas Tanghus2013-09-191-1/+1
| | | | |
| * | | | Merge branch 'appframework-master' into server_folder_methodsThomas Tanghus2013-09-191-2/+12
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Don't try to be cleverThomas Tanghus2013-09-181-15/+18
| | | | |
| * | | | Update to adhere to the coding guidelines.Thomas Tanghus2013-09-181-10/+7
| | | | |
| * | | | Add getUserFolder/getAppFolder to Server.Thomas Tanghus2013-09-181-0/+35
| | | | |
* | | | | Don't try to be cleverThomas Tanghus2013-09-241-0/+36
| |_|/ / |/| | |
* | | | PHPDoc & get UserManager from container for RooFolderThomas Müller2013-09-201-2/+6
| | | |
* | | | Add Config container class to server containerBart Visscher2013-09-201-0/+9
| | | |
* | | | Add Navigation class to server containerBart Visscher2013-09-201-0/+10
| | | |
* | | | Add DBConnection to server containerBart Visscher2013-09-201-0/+8
| | | |
* | | | Add UserSession to server containerBart Visscher2013-09-201-0/+55
| |/ / |/| |
* | | Merge branch 'appframework-master' into public_cacheThomas Tanghus2013-09-181-1/+9
|\| | | | | | | | | | | | | | | | | Conflicts: lib/public/iservercontainer.php lib/server.php
| * | Purge session from Request - and fix some stylesThomas Tanghus2013-09-171-1/+0
| | |
| * | Add interface for Session and add getter in server container.Thomas Tanghus2013-09-171-0/+10
| |/
* / OC_Cache namespace changes and add UserCache to server container.Thomas Tanghus2013-09-171-12/+22
|/ | | | Refs #4863
* adding getRootFolder() to server container and hooking up the new files apiThomas Müller2013-09-151-0/+20
|
* adding public interface for previewThomas Müller2013-09-041-0/+40
|
* move new interfaces into lib/public and OCPThomas Müller2013-08-311-2/+14
|
* as a quick example the public contacts API has been ported over as a service ↵Thomas Müller2013-08-261-1/+14
| | | | hosted within the server container
* initial setup of the server containerThomas Müller2013-08-211-0/+15