Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move \OCP to PSR-4 | Roeland Jago Douma | 2016-05-19 | 1 | -75/+0 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+1 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -0/+1 |
| | |||||
* | Add @since tag to public namespace constants | Morris Jobke | 2015-04-18 | 1 | -0/+2 |
| | |||||
* | Move constants to OCP\API so apps can use them | Joas Schilling | 2015-04-18 | 1 | -2/+18 |
| | |||||
* | Correctly prefix OC_API with \ since its not in the namespace | Joas Schilling | 2015-04-18 | 1 | -2/+2 |
| | |||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -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 headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+13 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -13/+19 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -19/+13 |
| | |||||
* | unify license headers for public API files | Morris Jobke | 2013-11-03 | 1 | -19/+19 |
| | |||||
* | fix "No page-level DocBlock" | Morris Jobke | 2013-11-03 | 1 | -0/+8 |
| | |||||
* | Style-fix: Breakup long lines | Bart Visscher | 2013-02-14 | 1 | -1/+2 |
| | |||||
* | Spaces to tabs | Bart Visscher | 2013-01-16 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into ocs_api | Tom Needham | 2012-12-31 | 1 | -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 calls | Tom Needham | 2012-10-28 | 1 | -2/+4 |
| | |||||
* | API: Default to user authentication level | Tom Needham | 2012-09-13 | 1 | -2/+3 |
| | |||||
* | Fix error with namespacing | Tom Needham | 2012-07-31 | 1 | -1/+1 |
| | |||||
* | Make method static | Tom Needham | 2012-07-31 | 1 | -1/+1 |
| | |||||
* | Add public class for registering api calls | Tom Needham | 2012-07-30 | 1 | -0/+41 |