aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [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
| | | | | | | |
* | | | | | | | Merge pull request #27052 from nextcloud/bugfix/noid/fix-log-entry-readabilitykesselb2021-05-211-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Fix log entry readability
| * | | | | | | Fix log entry readabilityJoas Schilling2021-05-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | | Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-214-90/+121
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add option to exclude groups from creating link shares
| * | | | | | | | update public interface with new methodsRobin Appelman2021-05-121-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | allow excluding groups from creating link sharesRobin Appelman2021-05-122-61/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | load share settings from the share manager in more placesRobin Appelman2021-05-121-29/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Merge pull request #25679 from nextcloud/drop/ocp-userMorris Jobke2021-05-215-89/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | Drop \OCP\User
| * | | | | | | | Drop \OCP\UserChristoph Wurst2021-05-215-89/+2
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inlines and remaining usages and drops the deprecated public API. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | Merge pull request #27032 from nextcloud/bugfix/noid/log-rotation-errorblizzz2021-05-211-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix filesize error on log rotation, if file does not exist
| * | | | | | | | typodartcafe2021-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de>
| * | | | | | | | fix #25813dartcafe2021-05-191-1/+1
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de>
* | | | | | | | Merge pull request #26832 from nextcloud/object-close-stream-non-countJulius Härtl2021-05-211-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | explicitly close source stream on object store upload even if count…
| * | | | | | | | explicitly close source stream on object store upload even if count wrapper ↵Robin Appelman2021-04-291-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | isn't needed Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | | Merge pull request #27039 from nextcloud/fix/2973/rename-external-storagesMorris Jobke2021-05-214-4/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Rename External storages to External storage
| * | | | | | | | | Rename External storages to External storageszaimen2021-05-204-4/+4
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* / | | | | | | | [tx-robot] updated from transifexNextcloud bot2021-05-21132-752/+720
|/ / / / / / / /
* | | | | | | | 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.