summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| * | Doc improvementsArthur Schiwon2016-02-091-1/+3
| * | Consolidate getQuota and setQuota methods in User instanceArthur Schiwon2016-02-091-0/+17
* | | Merge pull request #22228 from owncloud/comments-limit-messageThomas Müller2016-02-092-0/+32
|\ \ \ | |/ / |/| |
| * | on DAV throw Bad Request if provided message is too longArthur Schiwon2016-02-091-2/+2
| * | Limit comment message to 1k charsArthur Schiwon2016-02-092-0/+32
| |/
* / Send events when enabling and disabling of appsArthur Schiwon2016-02-091-0/+86
|/
* Merge pull request #22200 from owncloud/node-checksum-resolvefileinfoThomas Müller2016-02-081-0/+10
|\
| * Add proper throw tags to FileRoeland Jago Douma2016-02-081-0/+10
* | Merge pull request #22164 from owncloud/files_external-verifyThomas Müller2016-02-081-0/+26
|\ \
| * | Add occ command to verify storage configurationsRobin Appelman2016-02-081-0/+26
| |/
* / Respect not allowing outgoing sharesRoeland Jago Douma2016-02-081-0/+7
|/
* getSharesBy should also expire link sharesRoeland Jago Douma2016-02-061-1/+1
* Merge pull request #22139 from owncloud/comments-files-cleanupThomas Müller2016-02-061-0/+10
|\
| * Move casting to IExpressionBuilderJoas Schilling2016-02-051-0/+10
* | Merge pull request #22166 from owncloud/remove-local-folderThomas Müller2016-02-062-19/+0
|\ \
| * | remove unused Storage->getLocalFolderRobin Appelman2016-02-052-19/+0
* | | Merge pull request #22169 from owncloud/cache-interface-fixesThomas Müller2016-02-052-10/+8
|\ \ \ | |_|/ |/| |
| * | remove unused Storage->searchRobin Appelman2016-02-051-9/+0
| * | additional phpdoc for searchRobin Appelman2016-02-051-1/+1
| * | add deprecation notice to search methodsRobin Appelman2016-02-051-0/+7
| |/
* | Merge pull request #22152 from owncloud/activities-for-commentsThomas Müller2016-02-052-1/+71
|\ \
| * | Dispatch events when adding, updating and deleting commentsJoas Schilling2016-02-052-1/+71
| |/
* / Dispatch an event when a console command is runJoas Schilling2016-02-051-0/+69
|/
* Also add type (file/folder) to IShare objectRoeland Jago Douma2016-02-041-0/+26
* Make the share object lazyRoeland Jago Douma2016-02-041-4/+12
* Merge pull request #22110 from owncloud/comment-types-always-pluralThomas Müller2016-02-042-7/+7
|\
| * types shall always be pluralArthur Schiwon2016-02-032-7/+7
* | [Share 2.0] Fix shareManagerRoeland Jago Douma2016-02-031-10/+10
* | [Share 2.0] Fix defaultshare providerRoeland Jago Douma2016-02-031-1/+1
* | [Share 2.0] Use strings for idsRoeland Jago Douma2016-02-032-17/+17
|/
* Merge pull request #22071 from owncloud/cache-split-insertThomas Müller2016-02-031-0/+13
|\
| * split cache->insert from cache->putRobin Appelman2016-02-031-0/+13
* | Merge pull request #22070 from owncloud/share2_exceptionsThomas Müller2016-02-032-0/+60
|\ \
| * | [Share 2.0] Add exceptions to OCPRoeland Jago Douma2016-02-022-0/+60
* | | Add store/retrieve checksumsRoeland Jago Douma2016-02-031-0/+8
|/ /
* | Merge pull request #22013 from owncloud/share2_moveshareThomas Müller2016-02-022-3/+30
|\ \ | |/ |/|
| * [Share 2.0] Allow moving of sharesRoeland Jago Douma2016-02-022-3/+30
* | Merge pull request #22049 from owncloud/issue-22041-activities-for-systemtagsThomas Müller2016-02-022-0/+178
|\ \ | |/ |/|
| * Dispatch events when tags are added/updated/deletedJoas Schilling2016-02-021-0/+85
| * Dispatch some events when tags are un-/assignedJoas Schilling2016-02-021-0/+93
* | [Share 2.0] Allow recipient to be passed in to getShareByIdRoeland Jago Douma2016-02-022-4/+9
|/
* Merge pull request #21967 from owncloud/comments-webdavThomas Müller2016-02-011-1/+47
|\
| * introduce comments read marke tables, comes with user cleanup after deletionArthur Schiwon2016-01-291-0/+19
| * Comments WebDAV adjustementsArthur Schiwon2016-01-291-1/+28
* | Merge pull request #21989 from owncloud/make-csp-modifiableThomas Müller2016-02-015-323/+458
|\ \
| * | Add public API to give developers the possibility to adjust the global CSP de...Lukas Reschke2016-01-285-323/+458
* | | Merge pull request #22022 from owncloud/share_ocs_filter_path_sharedwithmeThomas Müller2016-02-012-2/+6
|\ \ \
| * | | Add path filter to OCS Share API ?shared_with_me=trueRoeland Jago Douma2016-01-292-2/+6
| | |/ | |/|
* | | Merge pull request #22012 from owncloud/storagenotavailableexception-codeThomas Müller2016-02-011-1/+1
|\ \ \
| * | | Default to STATUS_ERROR in StorageNotAvailableExceptionRobin McCorkell2016-01-291-1/+1