summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4146 from nextcloud/unread-comments-folderMorris Jobke2017-04-101-0/+12
|\ | | | | Allow getting the unread comment count for an entire folder at once
| * Allow getting the unread comment count for an entire folder at onceRobin Appelman2017-03-301-0/+12
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #4136 from nextcloud/expire-date-for-all-sharesMorris Jobke2017-04-071-1/+1
|\ \ | | | | | | Unified sharing options
| * | update unit testsBjoern Schiessle2017-04-071-1/+1
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Don't force the use of Accept-Language anymoreJoas Schilling2017-04-071-8/+0
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not intended anymore, since it falls back to force english when the header is not set. Also 0228bc6e66cbcb2848eacb41f1de6e7f63ebcb65 makes clear that the order should be: 1. User setting 2. Accept language 3. Admin default This is the case since the commit from above, unless via OCS and DAV. Both forced to accept-language falling back to english. By removing the force, it now also matches the w3 priority list: https://www.w3.org/International/questions/qa-lang-priorities Signed-off-by: Joas Schilling <coding@schilljs.com>
* | rename fun to funcRobin Appelman2017-03-301-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | fix licence headersRobin Appelman2017-03-301-8/+9
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Add function builder to the query builderRobin Appelman2017-03-302-0/+80
|/ | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Web app manifestPierre Rudloff2017-03-281-0/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix type hints and doc blocksJoas Schilling2017-03-231-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Don't do a recursive searchJoas Schilling2017-03-221-0/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #3957 from nextcloud/downstream-27307Christoph Wurst2017-03-201-0/+1
|\ | | | | Follow up to #3949 (app exists on enable)
| * Don't use a generic exceptionJoas Schilling2017-03-201-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Add ignore_files to config,Felix Heidecke2017-03-201-0/+6
|/ | | | | | | | | | | | | | | | test files against ignore_files list on upload fix typo and indentation Move blacklist declaration to lib/public/Files/FileInfo.php, Rename *ignored to *blacklisted Mocked blacklist_files for testing Mocked blacklist_files for testing Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use SystemConfig instead of AllConfig for DB stuffMorris Jobke2017-03-191-1/+1
| | | | | | * preparation for followup PRs to clean up the DB bootstrapping Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add base-uri to CSP policyLukas Reschke2017-03-161-0/+1
| | | | | | As per https://twitter.com/we1x/status/842032709543333890 a nice security hardening Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #3600 from coletivoEITA/masterRoeland Jago Douma2017-03-141-0/+2
|\ | | | | added method needsPartFile() in Storage
| * added method needsPartFile() in StorageVinicius Cubas Brand2017-03-141-0/+2
| | | | | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* | Allow searching for favoritesRobin Appelman2017-03-081-0/+10
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #3360 from nextcloud/dav-searchRobin Appelman2017-03-087-1/+257
|\ \ | | | | | | Implement webdav SEARCH
| * | add tests for searchQueryRobin Appelman2017-03-011-0/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Implement webdav SEARCHRobin Appelman2017-03-016-2/+50
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | add icewind/searchdavRobin Appelman2017-02-285-0/+205
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Remove deprecated OC_User::isLoggedInSebastian Wessalowski2017-03-021-1/+1
|/ / | | | | | | Signed-off-by: Sebastian Wessalowski <sebastian@wessalowski.org>
* | IServerContainer is effectively an IContainerChristoph Wurst2017-02-201-1/+1
| | | | | | | | | | | | This relation was not explicitly declared in the class description. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Add missing PHPDoc and properly throw exceptionMorris Jobke2017-02-132-0/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix detection of the new iOS appJoas Schilling2017-02-101-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix copyright headersRobin Appelman2017-02-092-2/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-083-0/+119
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-303-0/+136
|\ \ | | | | | | Login credential store
| * | fix @since annotations (9.1->12)Christoph Wurst2017-01-113-7/+7
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | add @since annotations and document methodsChristoph Wurst2017-01-112-0/+14
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | add login credential storeChristoph Wurst2017-01-113-0/+122
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Add sinceRobin Appelman2017-01-273-0/+28
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Add a more powerful notify mechanismRobin Appelman2017-01-274-0/+145
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #3240 from nextcloud/storage-interface-tweaksChristoph Wurst2017-01-252-2/+3
|\ \ \ | | | | | | | | minor storage interface tweaks
| * | | minor storage interface tweaksRobin Appelman2017-01-242-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Allow apps to specify an icon with the sections via the APIJoas Schilling2017-01-192-0/+39
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #3106 from nextcloud/spreed-calls-are-objectsJoas Schilling2017-01-171-0/+25
|\ \ \ | | | | | | | | Define spreed calls
| * | | Add call-type in case the information shall be used for styling or something ↵Joas Schilling2017-01-171-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | else in the future Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Define spreed callsJoas Schilling2017-01-161-0/+19
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #3023 from ↵Christoph Wurst2017-01-171-0/+9
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/issue-2915-filter-out-sensitive-appconfigs Filter out sensitive appconfig values
| * | | Filter out sensitive appconfig valuesJoas Schilling2017-01-111-0/+9
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #2918 from nextcloud/encryption-recovery-improvementsMorris Jobke2017-01-131-0/+10
|\ \ \ \ | |_|/ / |/| | | create new encryption keys on password reset and backup the old one
| * | | create new encryption keys on password reset and backup the old oneBjoern Schiessle2017-01-101-0/+10
| |/ / | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | fix coding style and increase code coverageChristoph Wurst2017-01-111-12/+13
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Update TwoFactorException.phpCornelius Kölbel2017-01-111-2/+2
| | | | | | | | | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | Add a TwoFactorExceptionCornelius Kölbel2017-01-111-0/+37
|/ / | | | | | | | | | | | | | | | | | | | | A Two Factor third party App may throw a TwoFactorException() with a more detailed error message in case the authentication fails. The 2FA Controller will then display the message of this Exception to the user. Working on #26593 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #3000 from nextcloud/cache-no-storeRoeland Jago Douma2017-01-101-2/+2
|\ \ | | | | | | set 'no-store' cache header if we do not want FF to cache
| * | set 'no-store' cache header if we do not want FF to cacheChristoph Wurst2017-01-091-2/+2
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>