summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #27451 from nextcloud/enh/log-exceptionMorris Jobke2021-06-101-5/+9
|\ | | | | Move exception logging to separate field
| * Move exception logging to separate fieldJulius Härtl2021-06-101-5/+9
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [3rdparty] streams-0.7.4Robin Appelman2021-06-101-1/+1
| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #27430 from nextcloud/fix/feedback_response_checkblizzz2021-06-092-2/+2
|\ \ | | | | | | Correctly check the reception of a remote feedback
| * | Correctly check the reception of a remote feedbackLouis Chemineau2021-06-092-2/+2
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | [tx-robot] updated from transifexNextcloud bot2021-06-092-26/+26
|/ /
* | Merge pull request #27306 from ↵Christoph Wurst2021-06-081-1/+10
|\ \ | | | | | | | | | | | | nextcloud/enh/noid/set-local-domain-for-swiftmailer Set local domain for swiftmailer
| * | Set local domain for swiftmailer transportDaniel Kesselberg2021-05-311-1/+10
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #27189 from ↵blizzz2021-06-089-60/+404
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feat/26866/account-collection-properties Extend Accounts with multivalue properties (PropertyCollection)
| * | | psalm happinessArthur Schiwon2021-06-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> psalm happiness Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | adjust property type declarationArthur Schiwon2021-06-031-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | fix code styleArthur Schiwon2021-06-033-3/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | allow interacting with IAccountPropertyCollectionsArthur Schiwon2021-06-038-16/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - in fact the API could be done in a nicer way and it might be possible to work without IAccountPropertyCollection, but only with the IAccountProperties. - To keep it simple at first and not overengineer the blunt attempt is followed - If necessary helpful in the further cause of development adjustements or extensions can be done quickly with this base Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | add IAccountPropertyCollection with implementationArthur Schiwon2021-06-034-0/+167
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | deal with property collections when fetching users (with update)Arthur Schiwon2021-06-031-14/+39
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | refactor validators and sanitizersArthur Schiwon2021-06-031-35/+57
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | extend AccountManager API with collection constArthur Schiwon2021-06-031-1/+6
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2021-06-082-0/+2
| | | |
* | | | Merge pull request #26494 from rigrig/fix-php8-deprecationsMorris Jobke2021-06-073-4/+8
|\ \ \ \ | |_|_|/ |/| | | Fix some php 8 warnings
| * | | Check whether output buffering is active before turning it offRichard de Boer2021-05-291-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Before we just turned it off and @suppressed the error if ob was not active. In PHP 8 this error is no longer suppressed, so try to not cause it at all. Signed-off-by: Richard de Boer <git@tubul.net>
| * | | Fix a usort comparison function returning a boolean instead of an integerRichard de Boer2021-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHP 8 shows deprecation warnings about this, see #25806 Signed-off-by: Richard de Boer <git@tubul.net>
| * | | Fix functions taking optional parameters before required onesRichard de Boer2021-05-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP 8 shows deprecation warnings about this, see #25806 Removes the "default" values, as they actually are required parameters anyway. Signed-off-by: Richard de Boer <git@tubul.net>
* | | | [tx-robot] updated from transifexNextcloud bot2021-06-072-0/+2
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-06-062-0/+2
| | | |
* | | | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041269-2613/+1074
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-06-0412-56/+78
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2021-06-0354-110/+112
| | |
* | | 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