summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Updated method names and added a few more tests.Thomas Tanghus2013-09-233-20/+57
| | * | | | | | | | | | | fixing namespaces and rename hasCategory to hasTagThomas Müller2013-09-231-9/+9
| | * | | | | | | | | | | OC_VCategories=>OC\Tags. Public interface + getter in server containerThomas Tanghus2013-09-237-963/+948
| | * | | | | | | | | | | More trimmingThomas Tanghus2013-09-231-3/+15
| * | | | | | | | | | | | stripos return value checkThomas Müller2013-09-251-1/+1
| * | | | | | | | | | | | class API decommissioning part 1Thomas Müller2013-09-252-285/+21
| * | | | | | | | | | | | AppFramework:Thomas Müller2013-09-252-25/+37
| * | | | | | | | | | | | Merge branch 'master' into appframework-masterThomas Müller2013-09-25639-8315/+21411
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #4898 from owncloud/server_folder_methodsThomas Müller2013-09-242-0/+51
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Remove duplicate method definitionsThomas Tanghus2013-09-241-14/+1
| | * | | | | | | | | | | | Merge branch 'server_folder_methods' of github.com:owncloud/core into server_...Thomas Tanghus2013-09-242-0/+14
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | Fix syntax errorThomas Tanghus2013-09-191-1/+1
| | | * | | | | | | | | | | | Merge branch 'appframework-master' into server_folder_methodsThomas Tanghus2013-09-1915-41/+292
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / / / / / | | | | |/| | | | | | | | | |
| | | * | | | | | | | | | | | 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-182-0/+49
| | * | | | | | | | | | | | | Don't try to be cleverThomas Tanghus2013-09-241-0/+36
| | * | | | | | | | | | | | | Add getUserFolder/getAppFolder to Server.Thomas Tanghus2013-09-231-0/+14
| |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #4928 from owncloud/interfacesThomas Tanghus2013-09-2313-72/+473
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Add missing implements and fix parameters in IConfigBart Visscher2013-09-205-11/+19
| | * | | | | | | | | | | | PHPDoc & get UserManager from container for RooFolderThomas Müller2013-09-201-2/+6
| | * | | | | | | | | | | | fixing typos + adding missing filed $activeEntryThomas Müller2013-09-202-3/+4
| | * | | | | | | | | | | | fixing PHPDocThomas Müller2013-09-201-8/+8
| | * | | | | | | | | | | | fixing typosThomas Müller2013-09-202-8/+8
| | * | | | | | | | | | | | Add Config container class to server containerBart Visscher2013-09-204-0/+151
| | * | | | | | | | | | | | Add Navigation class to server containerBart Visscher2013-09-205-19/+117
| | * | | | | | | | | | | | Add DBConnection to server containerBart Visscher2013-09-204-1/+87
| | * | | | | | | | | | | | Add UserSession to server containerBart Visscher2013-09-204-41/+94
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | Merge pull request #4886 from owncloud/public_cacheThomas Müller2013-09-1815-51/+301
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | updating php docsThomas Müller2013-09-185-9/+22
| | * | | | | | | | | | | Note to self 2: Do as you preach. Test!Thomas Tanghus2013-09-184-6/+6
| | * | | | | | | | | | | Note to self: Test before pushing!!!Thomas Tanghus2013-09-181-1/+1
| | * | | | | | | | | | | Merge branch 'appframework-master' into public_cacheThomas Tanghus2013-09-188-61/+89
| | |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Merge pull request #4888 from owncloud/public_sessionThomas Müller2013-09-188-61/+90
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | Add some docs to the sessions interface.Thomas Tanghus2013-09-181-2/+14
| | * | | | | | | | | | | Still some session leftovers.Thomas Tanghus2013-09-172-15/+0
| | * | | | | | | | | | | Purge session from Request - and fix some stylesThomas Tanghus2013-09-173-45/+16
| | * | | | | | | | | | | Add interface for Session and add getter in server container.Thomas Tanghus2013-09-174-1/+62
| |/ / / / / / / / / / /
| | * | | | | | | | | | Use new emitter systemThomas Tanghus2013-09-181-1/+3
| | * | | | | | | | | | Add legacy wrapperThomas Tanghus2013-09-171-0/+10
| | * | | | | | | | | | OC_Cache namespace changes and add UserCache to server container.Thomas Tanghus2013-09-1713-44/+270
| |/ / / / / / / / / /
| * | | | | | | | | | use \OC::$server->getPreviewManager() instead of \OCP\PreviewThomas Müller2013-09-174-6/+6
| * | | | | | | | | | fix namingThomas Müller2013-09-171-1/+1
| * | | | | | | | | | Merge branch 'master' into appframework-masterThomas Müller2013-09-17307-7383/+13212
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | class files have to be lowercaseThomas Müller2013-09-171-0/+0
| * | | | | | | | | | | adding interface for middlewareThomas Müller2013-09-171-0/+88
| * | | | | | | | | | | /OC/Server has created too early causing issues with config operations as OC:...Thomas Müller2013-09-151-3/+3
| * | | | | | | | | | | adding getRootFolder() to server container and hooking up the new files apiThomas Müller2013-09-152-0/+28
| * | | | | | | | | | | first log the exceptionThomas Müller2013-09-151-1/+1
| * | | | | | | | | | | Merge branch 'master' into appframework-masterThomas Müller2013-09-15214-1077/+5087
| |\ \ \ \ \ \ \ \ \ \ \