aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* l10n: Unify spellingValdnet2021-05-201-13/+13
| | | Spelling unification in Nextcloud applications.
* l10n: Unify spellingValdnet2021-05-201-5/+5
| | | Spelling unification in Nextcloud applications.
* l10n: Unify spellingValdnet2021-05-201-2/+2
| | | Spelling unification in Nextcloud applications.
* l10n: Unify spellingValdnet2021-05-201-1/+1
| | | Spelling unification in Nextcloud applications.
* better cleanup of filecache when deleting an external storageRobin Appelman2021-05-191-0/+40
| | | | | | this way it can delete the cache entries even with per-user credentials Signed-off-by: Robin Appelman <robin@icewind.nl>
* Refine version comparision for repair job for major version updatesMorris Jobke2021-05-191-2/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #26834 from nextcloud/enh/only_run_onceJoas Schilling2021-05-191-1/+2
|\ | | | | Inject the repair job only once
| * Inject the repair job only onceRoeland Jago Douma2021-04-291-1/+2
| | | | | | | | | | | | | | Since we backproted we should do a better check. Else we run the code again for everybody upgrading to 22. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #26852 from nextcloud/fix-noauth-corsJoas Schilling2021-05-191-5/+4
|\ \ | | | | | | fix error when using CORS with no auth credentials
| * | fix error when using CORS with no auth credentialskorelstar2021-05-181-5/+4
| | |
* | | Merge pull request #26963 from nextcloud/bugfix/noid/empty-template-errorRoeland Jago Douma2021-05-191-0/+1
|\ \ \ | | | | | | | | Fix log error when creating files from an empty template
| * | | Fix log error when creating files from an empty templateJulius Härtl2021-05-181-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #26322 from nextcloud/recent-searchJulius Härtl2021-05-181-161/+36
|\ \ \ \ | |/ / / |/| | | Use file search for recent files and optimize getting share types
| * | | adjust testsRobin Appelman2021-04-211-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | use search query for Folder::getRecentRobin Appelman2021-04-211-160/+36
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #26626 from J0WI/strict-securityRoeland Jago Douma2021-05-189-50/+79
|\ \ \ \ | |_|/ / |/| | | Make Security module strict
| * | | Make Security module strictJ0WI2021-04-199-50/+79
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-05-162-0/+2
| | | |
* | | | Merge pull request #26679 from ↵blizzz2021-05-132-3/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-unauthorized-ocs-status-in-provisioning Fix unauthorized OCS status in provisioning
| * | | | Fix unauthorized OCS status in provisioningJoas Schilling2021-05-122-3/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Repair job to use public AccoutManager APIArthur Schiwon2021-05-121-12/+10
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #26923 from ↵blizzz2021-05-122-11/+23
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/techdebt/noid/provapi-no-private-accountmanager provisioning API to use only public API of IAccountManager
| * | | | allow to set valid scopes only in AccountPropertyArthur Schiwon2021-05-122-11/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the auto-fallback to v2-local is removed as well to react on wrong input Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-05-084-0/+38
|/ / / /
* | | | Merge pull request #26848 from ↵Morris Jobke2021-05-072-3/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/add-datetime-support-to-qbmapper Add datetime support to QBMapper
| * | | | Add datetime support to QBMapperJoas Schilling2021-05-012-3/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-05-062-0/+22
| | | | |
* | | | | Merge pull request #26877 from nextcloud/chore/query-builder-execute-statementMorris Jobke2021-05-053-9/+24
|\ \ \ \ \ | | | | | | | | | | | | Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatement
| * | | | | Rename IQueryBuilder::executeUpdate to IQueryBuilder::executeStatementChristoph Wurst2021-05-053-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because executeUpdate wasn't a great name. And in DBAL they also use executeStatement more consistently now. Ref https://github.com/doctrine/dbal/issues/4607 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | Don't break OCC if an app is breaking in it's Application classJoas Schilling2021-05-052-14/+24
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-05-046-0/+22
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-05-022-10/+10
|/ / / /
* | | | Filter mounts for file id before trying to get user informationJulius Härtl2021-04-301-4/+16
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2021-04-302-0/+2
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2021-04-292-4/+4
| | |
* | | Do not try to contact lookup server if not neededRoeland Jago Douma2021-04-284-1/+69
| | | | | | | | | | | | | | | | | | | | | In some cases (for example you never send data to the lookup server) there is no need for this job to even try. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #26758 from J0WI/more-strictChristoph Wurst2021-04-288-34/+52
|\ \ \ | | | | | | | | Some more strict_types
| * | | Fix ini_set() typeJ0WI2021-04-261-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
| * | | Some more strict_typesJ0WI2021-04-267-33/+51
| | | | | | | | | | | | | | | | Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-04-286-2/+6
| | | |
* | | | Merge pull request #26591 from nextcloud/techdebt/noid/less-iloggerChristoph Wurst2021-04-2728-228/+161
|\ \ \ \ | | | | | | | | | | Less ILogger
| * | | | Fix PHP CSJoas Schilling2021-04-271-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix PHP CSJoas Schilling2021-04-271-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix psalm errorsJoas Schilling2021-04-273-14/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Fix unit testsJoas Schilling2021-04-274-13/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | Less ILoggerJoas Schilling2021-04-2723-199/+127
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #26718 from nextcloud/bugfix/noid/fix-ratelimit-templateJoas Schilling2021-04-272-15/+10
|\ \ \ \ \ | | | | | | | | | | | | Fix ratelimit template
| * | | | | Do not allow to overwrite some variablesJoas Schilling2021-04-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | Fix ratelimit templateJoas Schilling2021-04-271-14/+7
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #26572 from ↵Joas Schilling2021-04-271-0/+2
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/bugfix/noid/throw-401-when-authentication-is-provided-and-invalid Throw "401 Unauthenticated" when authentication is provided but invalid