summaryrefslogtreecommitdiffstats
path: root/lib/public/api.php
Commit message (Collapse)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
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Update license headersJenkins for ownCloud2015-03-261-12/+13
|
* Revert "Updating license headers"Morris Jobke2015-02-261-13/+19
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* 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
| | | | | | | | | | | | | | Conflicts: l10n/templates/core.pot l10n/templates/files.pot l10n/templates/files_encryption.pot l10n/templates/files_external.pot l10n/templates/files_sharing.pot l10n/templates/files_versions.pot l10n/templates/lib.pot l10n/templates/settings.pot l10n/templates/user_ldap.pot l10n/templates/user_webdavauth.pot
* 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