aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6027 from owncloud/public-api-restful-routing-oc6Morris Jobke2013-11-271-0/+23
|\
| * adding documentation for registerRoutes()Thomas Müller2013-11-251-1/+13
| * fix appframework routingThomas Müller2013-11-251-0/+11
* | Merge pull request #6034 from owncloud/fix-api-documentationOwen Winkler2013-11-2528-19/+187
|\ \ | |/ |/|
| * fix some capital lettersMorris Jobke2013-11-255-5/+14
| * page level doc blocks and class descriptionsMorris Jobke2013-11-2515-0/+95
| * AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixesMorris Jobke2013-11-257-4/+58
| * fix defaults.php docMorris Jobke2013-11-251-10/+18
| * fix db.php docMorris Jobke2013-11-251-0/+2
* | Merge pull request #5040 from owncloud/public_api_avatar_masterblizzz2013-11-223-0/+67
|\ \
| * | fixing PHPDoc comments and syntaxThomas Müller2013-11-221-1/+1
| * | Add missing Avatar InterfaceArthur Schiwon2013-11-221-0/+38
| * | Round out Avatar Public APIArthur Schiwon2013-11-211-20/+5
| * | Add public API for \OC\Avatarkondou2013-11-072-0/+44
| |/
* / Fix fatal error when trying to open a non existing public linkRobin Appelman2013-11-121-1/+1
|/
* unify license headers for public API filesMorris Jobke2013-11-0345-382/+676
* fix "No page-level DocBlock"Morris Jobke2013-11-0323-9/+166
* Always select item_source.Andreas Fischer2013-11-031-3/+3
* Deduplicate expiration date check into a method.Andreas Fischer2013-11-031-15/+21
* Use unshareItem() when unsharing expired shares.Andreas Fischer2013-11-031-2/+2
* Use unshareItem() in unshareAll().Andreas Fischer2013-11-031-1/+1
* Extract unshare() code into unshareItem().Andreas Fischer2013-11-031-17/+1
* OCP\Share::unshareAll(): Deduplicate hook parameters.Andreas Fischer2013-11-031-8/+26
* fix documentation stuffMorris Jobke2013-10-318-417/+413
* pass the name of the item source from the browser to the server - no need to ...Thomas Müller2013-10-231-24/+20
* Merge branch 'master' into fix-sharing-codeThomas Müller2013-10-238-1/+156
|\
| * Merge pull request #5478 from owncloud/core-logexceptionstacktraceThomas Müller2013-10-231-0/+33
| |\
| | * Added $app parameter to logExceptionVincent Petry2013-10-231-4/+4
| | * Moved logException to OCP\Util classVincent Petry2013-10-231-0/+33
| * | Fix namespace for OCP\Appframework\HttpThomas Tanghus2013-10-233-1/+3
| * | Merge pull request #5249 from owncloud/activities-apiThomas Müller2013-10-214-0/+104
| |\ \
| | * \ Merge branch 'master' into activities-apiThomas Müller2013-10-166-99/+180
| | |\ \
| | * | | remove test codeThomas Müller2013-10-161-4/+0
| | * | | Merge branch 'master' into activities-apiThomas Müller2013-10-164-4/+37
| | |\ \ \
| | * | | | adding OC6 public API for activitiesThomas Müller2013-10-092-2/+20
| | * | | | Merge branch 'master' into activities-apiThomas Müller2013-10-099-23/+329
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | initial implementation of activity managerThomas Müller2013-09-292-0/+13
| | * | | | Merge branch 'appframework-master' into activities-apiThomas Müller2013-09-2912-110/+504
| | |\ \ \ \
| | * | | | | adding basic interfaces for the activities apiThomas Müller2013-09-203-0/+77
| * | | | | | Remove "link" shares right after disabling the "allow_link_share" settingMorris Jobke2013-10-181-0/+12
| * | | | | | Don't return links for shared files if disabledMichael Gapczynski2013-10-181-0/+4
* | | | | | | Fix sharing error message - id -> file nameMorris Jobke2013-10-171-11/+29
|/ / / / / /
* | | | | / Public API documentation fixesMorris Jobke2013-10-1712-167/+166
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'master' into fixing-appframework-masterThomas Müller2013-10-165-13/+48
|\ \ \ \ \
| * \ \ \ \ Merge pull request #5067 from owncloud/urlParams_fixThomas Müller2013-10-161-9/+11
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Get urlParams registered before Request is instantiatedThomas Tanghus2013-10-011-9/+11
| | | |/ / | | |/| |
| * | | | Merge pull request #5207 from owncloud/fixing-4011-part2-masterThomas Müller2013-10-113-0/+33
| |\ \ \ \
| | * | | | adding additional exceptions for special cases where creating a file might no...Thomas Müller2013-10-073-0/+33
| * | | | | make sure that we only find file/folder sharesBjoern Schiessle2013-10-091-4/+4
| | |_|_|/ | |/| | |
* | | | | OCP\AppFramework\Controller\Controller => OCP\AppFramework\ControllerThomas Tanghus2013-10-112-2/+2