summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | merge master into filesystemRobin Appelman2012-10-171-1251/+1267
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | don't use depricated OC_FilesystemRobin Appelman2012-10-102-4/+4
* | | | | | | | | | | | | | | | | Merge branch 'master' of github.com:owncloud/coreSam Tuke2013-01-239-29/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge pull request #986 from owncloud/fixing-784-masterThomas Müller2013-01-181-0/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | fixing indentThomas Mueller2013-01-181-10/+10
| | * | | | | | | | | | | | | | | Merge branch 'master' into fixing-784-masterThomas Mueller2013-01-111-96/+484
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into fixing-784-masterThomas Mueller2013-01-064-73/+117
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | the maximum upload size is now part of the response of the upload and delete ...Thomas Müller2012-12-201-0/+10
| * | | | | | | | | | | | | | | | | Whitespace cleanupBart Visscher2013-01-164-9/+8
| * | | | | | | | | | | | | | | | | Spaces to tabsBart Visscher2013-01-162-3/+3
| * | | | | | | | | | | | | | | | | Merge pull request #1178 from owncloud/return_true_because_of_poniesThomas Müller2013-01-151-3/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | Remove uneeded returnsLukas Reschke2013-01-141-3/+1
| | | |_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'master' into fixing-unused-and-undefined-in-masterThomas Mueller2013-01-141-96/+484
| |\| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | fixing returnsThomas Mueller2013-01-062-8/+8
| * | | | | | | | | | | | | | | | | fixing returnsThomas Mueller2013-01-061-4/+3
| * | | | | | | | | | | | | | | | | add missing returnThomas Mueller2013-01-061-1/+2
| * | | | | | | | | | | | | | | | | fixing undefined variable $whereThomas Mueller2013-01-061-1/+1
| | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Added two hooks: pre_unshare and pre_unshareAll, useful for files_encryptionSam Tuke2013-01-141-0/+13
| |/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | add more linebreaks, replace SQL LIMIT with paramJörn Friedrich Dreyer2013-01-091-96/+484
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #1053 from owncloud/ocs_apiMichael Gapczynski2013-01-041-0/+44
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into ocs_apiTom Needham2012-12-312-11/+47
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into ocs_apiTom Needham2012-12-161-16/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge master into ocs_api, fix conflicts.Tom Needham2012-12-148-45/+386
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge master into ocs_apiTom Needham2012-10-284-44/+141
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | 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 merge conflictsTom Needham2012-09-1311-310/+1598
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | 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
* | | | | | | | | | | | | | | | | phpdoc fixes for public apiRobin Appelman2013-01-023-71/+71
| |_|_|_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | fixing variable nameThomas Müller2012-12-211-2/+2
| |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | fixes default email sender addressRandolph Carter2012-12-191-0/+36
| |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | More whitespace fixesBart Visscher2012-12-151-16/+17
| |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #584 from wardragon/ldap_access_userExists_fixblizzz2012-12-121-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add an $excludingBackend optional parameterLorenzo M. Catucci2012-12-071-3/+3
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | [contacts_api] IAddressBook moved to OCP as it's used by apps to provide acce...Thomas Mueller2012-12-112-5/+79
* | | | | | | | | | | | | [contacts_api] move addressbook to it's own fileThomas Mueller2012-12-081-51/+0
* | | | | | | | | | | | | [contacts_api] update documentationThomas Mueller2012-12-061-8/+8
* | | | | | | | | | | | | [Contacts API] example for searching addedThomas Mueller2012-12-021-0/+32
* | | | | | | | | | | | | test for search and unregister addedThomas Mueller2012-11-281-2/+2
* | | | | | | | | | | | | first unit tests implementedThomas Mueller2012-11-281-4/+11
* | | | | | | | | | | | | change name to IAddressBookThomas Mueller2012-11-281-6/+6
* | | | | | | | | | | | | plugin mechanism implementedThomas Mueller2012-11-281-63/+158
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #401 from owncloud/share_hooksJörn Friedrich Dreyer2012-11-281-5/+0
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Create functions to install standard hooksBart Visscher2012-11-131-5/+0
* | | | | | | | | | | | | readd fallback code for pre token linksJörn Friedrich Dreyer2012-11-231-1/+1
* | | | | | | | | | | | | implement share via link tokenJörn Friedrich Dreyer2012-11-201-19/+47
| |/ / / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #383 from owncloud/contacts_apiThomas Müller2012-11-191-0/+103
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | function isEnabled() addedThomas Mueller2012-11-131-3/+13