summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | 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
* | | | | Merge branch 'master' into fixing-appframework-masterThomas Müller2013-10-081-0/+49
|\| | | |
| * | | | Merge pull request #5072 from owncloud/apache-auth-masterThomas Müller2013-10-071-0/+49
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | fixing namespace of ApacheBackend - now know as OCP\Authentication\IApacheBac...Thomas Müller2013-10-021-5/+5
| | * | | adding PHPDoc commentThomas Müller2013-10-021-1/+3
| | * | | adding getCurrentUserId() to ApacheBackendThomas Müller2013-10-011-1/+7
| | * | | Squashed commit of the following:Thomas Müller2013-10-011-0/+41
| | |/ /
* | | | removing log(), getTemplate(), getLocalFilePath(), getUrlContent(), getFileIn...Thomas Müller2013-10-071-20/+0
* | | | removing all link/url related calls from API classThomas Müller2013-10-071-45/+0
* | | | remove getTrans() from API classThomas Müller2013-10-071-8/+0
* | | | remove unused classesThomas Müller2013-10-071-2/+0
* | | | fixing SecurityMiddleware to use OC6 APIThomas Müller2013-10-073-17/+24
* | | | move controller to OCPThomas Müller2013-10-061-0/+147
|/ / /
* | | Merge pull request #5144 from owncloud/public_middlewareBernhard Posselt2013-10-061-6/+18
|\ \ \
| * | | Remove misleading IMiddleware interfaceThomas Tanghus2013-10-052-89/+1
| * | | Make abstract Middleware class publicThomas Tanghus2013-10-051-0/+100
* | | | passesCSRFCheck added to OCP\IRequestBart Visscher2013-10-041-0/+5
* | | | Add Helper and URLGenerator interfaces to server containerBart Visscher2013-10-043-0/+80
* | | | Add L10N interface to server containerBart Visscher2013-10-042-0/+74
|/ / /
* | | Merge pull request #5068 from owncloud/improved_requestBart Visscher2013-10-041-8/+22
|\ \ \
| * | | Remove getContent() from IRequestThomas Tanghus2013-10-011-8/+0
| * | | Implement PUT an PATCH supportThomas Tanghus2013-10-011-1/+1
| * | | Add interface docs to IRequest.Thomas Tanghus2013-10-011-0/+22
| |/ /
* | | Merge pull request #5087 from owncloud/templatefunction-relativedateVincent Petry2013-10-041-2/+2
|\ \ \
| * | | Removed $fromTime argument from public template APIVincent Petry2013-10-041-2/+2
| * | | Fixed missing default valuesVincent Petry2013-10-031-1/+1
| * | | Added unit tests for relative_modified_date, changed method signatureVincent Petry2013-10-031-2/+2
| * | | Added dateOnly argument to relative_modified_dateVincent Petry2013-10-021-2/+2
| |/ /