summaryrefslogtreecommitdiffstats
path: root/lib/public/api.php
Commit message (Expand)AuthorAgeFilesLines
* Move \OCP to PSR-4Roeland Jago Douma2016-05-191-75/+0
* Happy new year!Thomas Müller2016-01-121-1/+1
* update license headers and authorsMorris Jobke2015-06-251-0/+1
* Add @since tag to public namespace constantsMorris Jobke2015-04-181-0/+2
* Move constants to OCP\API so apps can use themJoas Schilling2015-04-181-2/+18
* Correctly prefix OC_API with \ since its not in the namespaceJoas Schilling2015-04-181-2/+2
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+2
* Update license headersJenkins for ownCloud2015-03-261-12/+13
* Revert "Updating license headers"Morris Jobke2015-02-261-13/+19
* Updating license headersJenkins for ownCloud2015-02-231-19/+13
* unify license headers for public API filesMorris Jobke2013-11-031-19/+19
* fix "No page-level DocBlock"Morris Jobke2013-11-031-0/+8
* Style-fix: Breakup long linesBart Visscher2013-02-141-1/+2
* Spaces to tabsBart Visscher2013-01-161-2/+2
* Merge branch 'master' into ocs_apiTom Needham2012-12-311-11/+11
* Allow apps to pass defaults and requirements for their API callsTom Needham2012-10-281-2/+4
* API: Default to user authentication levelTom Needham2012-09-131-2/+3
* Fix error with namespacingTom Needham2012-07-311-1/+1
* Make method staticTom Needham2012-07-311-1/+1
* Add public class for registering api callsTom Needham2012-07-301-0/+41