aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge pull request #21956 from owncloud/cross-cache-moveThomas Müller2016-01-292-1/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | Add fallback moveFromCache implementationRobin Appelman2016-01-292-1/+5
* | | | Remove other broken usages in deprecated methodsJoas Schilling2016-01-291-35/+3
* | | | Deprecate the method and warn against using itJoas Schilling2016-01-281-0/+2
| |_|/ |/| |
* | | Merge pull request #21858 from owncloud/getMountsForFileIdThomas Müller2016-01-281-0/+15
|\ \ \
| * | | add IUserMountCache->getMountsForFileIdRobin Appelman2016-01-271-0/+15
| |/ /
* | | [Share 2.0] Remove setId and setProviderId from the interfaceRoeland Jago Douma2016-01-281-18/+0
* | | [Share 2.0] Fix interfaces and commentsRoeland Jago Douma2016-01-283-49/+51
* | | [Share 2.0] Add getShareManager to OCP\IServerContainerRoeland Jago Douma2016-01-271-0/+8
* | | [Share 2.0] Create IManger interface for share managerRoeland Jago Douma2016-01-271-0/+210
* | | [Share 2.0] Move IShare to OCPRoeland Jago Douma2016-01-273-0/+474
* | | clean cache interfaceRobin Appelman2016-01-271-15/+0
|/ /
* | Merge pull request #21741 from owncloud/l10n-improvementsThomas Müller2016-01-271-0/+43
|\ \
| * | Move finding the language files and creating the function out of the objectJoas Schilling2016-01-261-0/+10
| * | Move findLanguage() and setLanguageFromRequest() to factoryJoas Schilling2016-01-261-0/+16
| * | Move languageExists() to the factoryJoas Schilling2016-01-261-0/+8
| * | Move findAvailableLanguages() to the factoryJoas Schilling2016-01-261-0/+9
* | | Fix Oracle comparisonsJoas Schilling2016-01-261-25/+73
* | | Adjust comments to the new constantsJoas Schilling2016-01-261-1/+1
|/ /
* | Merge pull request #21894 from owncloud/refactor-csrfThomas Müller2016-01-261-3/+13
|\ \ | |/ |/|
| * Add new CSRF manager for unit testing purposesLukas Reschke2016-01-251-3/+13
* | Merge pull request #21892 from owncloud/issue-21890-parametersThomas Müller2016-01-251-0/+39
|\ \
| * | Add parameters to public interfaceJoas Schilling2016-01-251-0/+39
* | | Adding support of -1 as size to be passed into get and getFileThomas Müller2016-01-251-3/+3
|/ /
* / Remove OC_Helper::imagePath and use the proper public interfaceMorris Jobke2016-01-241-2/+2
|/
* Merge pull request #21719 from owncloud/move-notification-api-to-ocpThomas Müller2016-01-226-2/+487
|\
| * Allow automatic injection of the ManagerJoas Schilling2016-01-221-1/+1
| * Adjust the since on the interfaceJoas Schilling2016-01-225-48/+48
| * Move the notification API to public namespaceJoas Schilling2016-01-226-1/+486
* | Merge pull request #18531 from owncloud/ext-user-credentialsThomas Müller2016-01-224-1/+96
|\ \
| * | allow comparing clob using expressionbuilder->eq if you explicitly say you're...Robin Appelman2016-01-181-1/+3
| * | Introduce CredentialsManager for storage of credentials in DBRobin McCorkell2016-01-182-0/+79
| * | Introduce IDBConnection::setValues()Robin McCorkell2016-01-181-0/+14
* | | Merge pull request #20768 from owncloud/mount-cacheThomas Müller2016-01-223-0/+160
|\ \ \ | |_|/ |/| |
| * | clear mount cache when removing applicablesRobin Appelman2016-01-201-0/+19
| * | clear mount cache when deleting userRobin Appelman2016-01-201-1/+9
| * | multiple minor fiesRobin Appelman2016-01-203-0/+12
| * | cache mountpoints in the dbRobin Appelman2016-01-203-0/+121
| |/
* | Fix PHPDoc - @changed is no official tag -> use @sinceMorris Jobke2016-01-223-6/+3
* | Merge pull request #21792 from owncloud/systemtags-managerfactoryThomas Müller2016-01-212-0/+69
|\ \
| * | Allow custom implementation of system tag managersVincent Petry2016-01-202-0/+69
| |/