Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the private namespace OC into lib/private - OCP will stay in lib/public | Thomas Müller | 2013-09-30 | 1 | -255/+0 |
| | | | | | Conflicts: lib/private/vcategories.php | ||||
* | fixing error in initialization of TagManager | Thomas Müller | 2013-09-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #4892 from owncloud/vcategories_public | Thomas Müller | 2013-09-25 | 1 | -1/+15 |
|\ | | | | | OC_VCategories => OC\Tags. Public interface and getter in server container | ||||
| * | Add factory class for the server container. | Thomas Tanghus | 2013-09-24 | 1 | -1/+2 |
| | | |||||
| * | Fix conflict | Thomas Tanghus | 2013-09-23 | 1 | -3/+4 |
| |\ | |||||
| | * | Merge branch 'appframework-master' into vcategories_public | Thomas Müller | 2013-09-18 | 1 | -15/+36 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: lib/server.php | ||||
| | * | | OC_VCategories=>OC\Tags. Public interface + getter in server container | Thomas Tanghus | 2013-09-18 | 1 | -0/+12 |
| | | | | |||||
| * | | | OC_VCategories=>OC\Tags. Public interface + getter in server container | Thomas Tanghus | 2013-09-23 | 1 | -2/+14 |
| | | | | |||||
* | | | | stripos return value check | Thomas Müller | 2013-09-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'server_folder_methods' of github.com:owncloud/core into ↵ | Thomas Tanghus | 2013-09-24 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | server_folder_methods Conflicts: lib/public/iservercontainer.php lib/server.php | ||||
| * | | | | Fix syntax error | Thomas Tanghus | 2013-09-19 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch 'appframework-master' into server_folder_methods | Thomas Tanghus | 2013-09-19 | 1 | -2/+12 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Don't try to be clever | Thomas Tanghus | 2013-09-18 | 1 | -15/+18 |
| | | | | | |||||
| * | | | | Update to adhere to the coding guidelines. | Thomas Tanghus | 2013-09-18 | 1 | -10/+7 |
| | | | | | |||||
| * | | | | Add getUserFolder/getAppFolder to Server. | Thomas Tanghus | 2013-09-18 | 1 | -0/+35 |
| | | | | | |||||
* | | | | | Don't try to be clever | Thomas Tanghus | 2013-09-24 | 1 | -0/+36 |
| |_|/ / |/| | | | |||||
* | | | | PHPDoc & get UserManager from container for RooFolder | Thomas Müller | 2013-09-20 | 1 | -2/+6 |
| | | | | |||||
* | | | | Add Config container class to server container | Bart Visscher | 2013-09-20 | 1 | -0/+9 |
| | | | | |||||
* | | | | Add Navigation class to server container | Bart Visscher | 2013-09-20 | 1 | -0/+10 |
| | | | | |||||
* | | | | Add DBConnection to server container | Bart Visscher | 2013-09-20 | 1 | -0/+8 |
| | | | | |||||
* | | | | Add UserSession to server container | Bart Visscher | 2013-09-20 | 1 | -0/+55 |
| |/ / |/| | | |||||
* | | | Merge branch 'appframework-master' into public_cache | Thomas Tanghus | 2013-09-18 | 1 | -1/+9 |
|\| | | | | | | | | | | | | | | | | | Conflicts: lib/public/iservercontainer.php lib/server.php | ||||
| * | | Purge session from Request - and fix some styles | Thomas Tanghus | 2013-09-17 | 1 | -1/+0 |
| | | | |||||
| * | | Add interface for Session and add getter in server container. | Thomas Tanghus | 2013-09-17 | 1 | -0/+10 |
| |/ | |||||
* / | OC_Cache namespace changes and add UserCache to server container. | Thomas Tanghus | 2013-09-17 | 1 | -12/+22 |
|/ | | | | Refs #4863 | ||||
* | adding getRootFolder() to server container and hooking up the new files api | Thomas Müller | 2013-09-15 | 1 | -0/+20 |
| | |||||
* | adding public interface for preview | Thomas Müller | 2013-09-04 | 1 | -0/+40 |
| | |||||
* | move new interfaces into lib/public and OCP | Thomas Müller | 2013-08-31 | 1 | -2/+14 |
| | |||||
* | as a quick example the public contacts API has been ported over as a service ↵ | Thomas Müller | 2013-08-26 | 1 | -1/+14 |
| | | | | hosted within the server container | ||||
* | initial setup of the server container | Thomas Müller | 2013-08-21 | 1 | -0/+15 |