summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27354 from nextcloud/escape-download-responseblizzz2021-06-021-6/+2
|\ | | | | Escape filename in Content-Disposition
| * Escape filename in Content-DispositionLukas Reschke2021-06-021-6/+2
| | | | | | | | | | | | We should escape all occurences of ' and \ in here. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #27088 from nextcloud/fix/27074/removing-appsJohn Molakvoæ2021-06-021-4/+0
|\ \ | | | | | | Allow removing apps with app store disabled
| * | Allow removing apps with app store disabledGary Kim2021-05-241-4/+0
| | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | Merge pull request #24295 from nextcloud/perf/noid/routerblizzz2021-06-021-12/+14
|\ \ \ | |_|/ |/| | First attempt to check against core routes before loading all app routes
| * | First attempt to check against core routes before loading all app routesJulius Härtl2021-06-021-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | Most of the time we will find a matching route in either the loaded ones matched on the URL or in the core ones. Therfore we can attempt to try those first and only load all app routes if no match was found by the Symfony URLMatcher. Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | l10n: Spelling unificationValdnet2021-06-021-1/+1
|/ / | | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | Merge pull request #26792 from nextcloud/user-delete-cleanup-filesJohn Molakvoæ2021-06-025-14/+76
|\ \ | | | | | | better cleanup of user files on user deletion
| * | better cleanup of user files on user deletionRobin Appelman2021-04-275-14/+76
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #27053 from ↵Joas Schilling2021-06-021-3/+2
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/dont-throw-when-comments-is-disabled Don't throw when comments is disabled
| * | | Don't throw when comments is disabledJoas Schilling2021-05-211-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #27329 from ↵Lukas Reschke2021-06-011-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/propagate-throttle-state-for-baseresponse Propagate throttling on OCS response
| * | | | Propagate throttling on OCS responseLukas Reschke2021-06-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The BaseResponse converter did not take over any throttling state from the DataResponse. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | Merge pull request #27316 from ↵Lukas Reschke2021-06-011-3/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/getNumberOfUnreadCommentsForObjects Fix populating the array and closing the cursors
| * | | | | Fix populating the array and closing the cursorsJoas Schilling2021-06-011-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #27328 from nextcloud/fix/noid/UserLoggedInEvent-apache-authChristoph Wurst2021-06-011-0/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | emit UserLoggedInEvent on apache auth
| * | | | | | emit UserLoggedInEvent on apache authArthur Schiwon2021-06-011-0/+12
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | - post_login OC_Hook is barely used or listened to Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / | | | | Add mbstring as dependencyDaniel Kesselberg2021-06-013-4/+327
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Merge pull request #25658 from ↵Christoph Wurst2021-06-011-0/+11
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/dav-respect-disallow-sharing-with-groups Dav respect disallow sharing with groups
| * | | | Also make other shares listen to the "Allow sharing with groups"Joas Schilling2021-05-261-0/+11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-05-312-2/+2
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-05-302-2/+2
| | | | |
* | | | | Merge pull request #27199 from nextcloud/fix/26683/use-noreply-as-share-emailMorris Jobke2021-05-281-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Use noreply@ as email address for share emails
| * | | | | Use noreply@ as email address for share emailsMorris Jobke2021-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #26683 Before it used the instance name, which a) doesn't make sense to randomly guess email addresses and b) could contain characters that are not allowed in email addresses like spaces. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #27187 from ↵Morris Jobke2021-05-281-5/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | Simounet/fix/comments-query-oracle-limit-compliance Fix Oracle query limit compliance in Comments
| * | | | | Fix Oracle query limit compliance in CommentsSimounet2021-05-281-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simounet <contact@simounet.net>
* | | | | | Merge pull request #25770 from nextcloud/fix/25742/cli-cache-backend-recursionblizzz2021-05-271-26/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Don't allow executing cli if cache backend is unavailable
| * | | | | Don't allow executing cli if cache backend is unavailableRichard Steinmetz2021-05-261-26/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | Merge pull request #27117 from nextcloud/fix/add-exception-doc-to-qbmapperkesselb2021-05-261-7/+17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add DB exception '@throws' tag to QBMapper PHPDoc
| * | | | | Add DB exception throws tag to QBMapper PHPDocAnna Larch2021-05-261-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-05-264-6/+18
| | | | | |
* | | | | | Merge pull request #27043 from nextcloud/storage-info-include-externalMorris Jobke2021-05-251-6/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix return value of getStorageInfo when 'quota_include_external_storage' is enabled
| * | | | | | fix return value of getStorageInfo when 'quota_include_external_storage' is ↵Robin Appelman2021-05-201-6/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enabled Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | Merge pull request #27035 from ↵blizzz2021-05-254-6/+34
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/26866/userscontroller-accountmanager-api do not use private AccountManager in UsersController
| * | | | | | | do not use private AccountManager in UsersControllerArthur Schiwon2021-05-254-6/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - extends IAccountProperty for verificationData getters and setters - implementation thereof ^ - and of course adaption of UsersController Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | | Merge pull request #23065 from TomG736/FixEmptyDisplayNameMorris Jobke2021-05-251-1/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix null displayname crash as described in #21885
| * | | | | | | | Fix indentation errorTom Grant2021-03-171-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: tgrant <tom.grant760@gmail.com>
| * | | | | | | | Fix null displayname crash as described in #21885tgrant2021-03-171-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: tgrant <tom.grant760@gmail.com>
* | | | | | | | | Merge pull request #27104 from nextcloud/properly-name-executekesselb2021-05-251-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [Quick Review] executeUpdate is also deprecated
| * | | | | | | | | executeUpdate is also deprecatedLukas Reschke2021-05-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref https://github.com/nextcloud/server/blob/1089ad5d9e74a0cfd3b48ed1514f23be40fe6d45/lib/private/DB/QueryBuilder/QueryBuilder.php#L312-L323 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | | | | | Remove unused constantsLukas Reschke2021-05-251-13/+0
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No calls in all of GitHub as per https://sourcegraph.com/search?q=USER_AGENT_OWNCLOUD_&patternType=literal Deprecation has also been years ago. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | | | | | | | Merge pull request #26600 from hosting-de/feature/occ-tagsMorris Jobke2021-05-254-4/+57
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Add commands to manage tags via OCC
| * | | | | | | | Add commands to manage tags via OCCJohannes Leuker2021-05-254-4/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | list, add, delete, edit Signed-off-by: Johannes Leuker <j.leuker@hosting.de>
* | | | | | | | | Merge pull request #27062 from nextcloud/search-limit-offset-jailVincent Petry2021-05-251-7/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | properly use limit and offset for search in Jail wrapper
| * | | | | | | | | properly use limit and offset for search in Jail wrapperRobin Appelman2021-05-211-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | | Merge pull request #27040 from nextcloud/FlorentCoppint-masterMorris Jobke2021-05-251-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Avoid reading ~/.aws/config when using S3 provider
| * | | | | | | | | | Avoid reading ~/.aws/config when using S3 providerFlorent2021-05-201-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using S3 storage, we sometimes have open_basedir errors due to aws-sdk-php trying to read ~/.aws/config which is out of open_basedir restrictions. Christoph Wurst already added csm=false config in #21406 but it wasn't enough, we also need to set use_arn_region=false, added in this commit. Signed-off-by: Florent <florent@coppint.com>
* | | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-05-2510-8/+46
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-05-234-0/+24
| | | | | | | | | |
* | | | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-05-2212-2/+74
| | | | | | | | | |