aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-06-2186-1008/+988
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #32881 from nextcloud/Valdnet-patch-2rakekniven2022-06-203-14/+14
|\ | | | | l10n: Spelling unification
| * Spelling unificationValdnet2022-06-151-1/+1
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * l10n: Spelling unificationValdnet2022-06-151-12/+12
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
| * l10n: Spelling unificationValdnet2022-06-151-1/+1
| | | | | | Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | Merge pull request #32719 from nextcloud/fix/noid/email-shares-not-shownRichard Steinmetz2022-06-202-1/+313
|\ \ | | | | | | Fix email shares not being shown to other users
| * | Fix email shares not being shown to other usersRichard Steinmetz2022-06-172-1/+313
| | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | Merge pull request #32910 from nextcloud/fix/profiler-invalid-utf8blizzz2022-06-201-1/+9
|\ \ \ | | | | | | | | Fix profiler trying to serialize invalid utf8
| * | | Fix profiler trying to serialize invalid utf8Carl Schwan2022-06-201-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The cookie value contains invalid utf8 characters most of the time so let's just ignore it as it is also not that interesting to analyse. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-204-10/+12
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-1912-2/+60
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-1812-2/+18
| |/ / |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32874 from bill-mcgonigle/patch-1Simon L2022-06-171-1/+1
|\ \ \ | | | | | | | | Mention missing files subdir
| * | | Mention missing files subdirBill McGonigle2022-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | Many users are getting confused by the inaccurate error message "Home storage for user $user not writable" because the storage *is* writable. The actual issue is a missing files/ subdirectory. cf. https://help.nextcloud.com/t/home-storage-for-user-not-writable/10831/7 By mentioning the possible cause in the error message, users are going to be able to rapidly solve their problem rather than bang their heads against the screen, Google, and eventually forums to find out that the error message is wrong in their case. Yes, it would be better to detect and precisely describe the fault, or fix the problem automatically, but until then, be kind to the users for the next however many years.
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-1724-0/+92
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32898 from nextcloud/fix/noid/logger-overwrites-varsblizzz2022-06-162-4/+76
|\ \ \ \ | | | | | | | | | | Fix logger overwriting vars in some circumstances
| * | | | make placeholder a const for reuseArthur Schiwon2022-06-162-3/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | fix overwriting original vars when loggingArthur Schiwon2022-06-162-3/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | add serializer testArthur Schiwon2022-06-161-0/+67
|/ / / / | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2022-06-1624-2/+82
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #32876 from nextcloud/fix/fix-string-interpolationblizzz2022-06-155-5/+5
|\ \ \ \ | | | | | | | | | | Use {$var} instead of ${var} for PHP 8.2 compatibility
| * | | | Use {$var} instead of ${var} for PHP 8.2 compatibilityCôme Chilliet2022-06-145-5/+5
| |/ / / | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #32878 from ↵blizzz2022-06-151-1/+1
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | nextcloud/fix-default-toast-message-for-failed-uploads-with-http2 Fix default toast message for failed uploads with HTTP/2
| * | | Fix default toast message for failed uploads with HTTP/2Daniel Calviño Sánchez2022-06-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an upload fails a toast is shown with either a specific message or just the textual part of the HTTP error code (which comes from the upload failure handler and set by "jQuery.ajax()". However, if there is neither a message nor an error then the toast will show the default message from the Toastify-js library, which is an undescriptive "Hi there!". When HTTP/2 is used Chromium does not provide the textual part of the HTTP error code, so when an upload fails the toast can receive an empty message and thus just show "Hi there!". Now an explicit message is provided as a fallback to prevent that. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #32584 from nextcloud/fix-ResetTokenBackgroundJobDaniel2022-06-152-9/+30
|\ \ \ \ | |_|_|/ |/| | | Make sure ResetTokenBackgroundJob doesn't execute if config is read-only
| * | | Update tests after ResetTokenBackgroundJob changesThomas Citharel2022-06-151-6/+26
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | Use OCP version of TimedJob instead of OC for ResetTokenBackgroundJobThomas Citharel2022-06-151-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | Make sure ResetTokenBackgroundJob doesn't execute if config is read-onlyThomas Citharel2022-06-151-1/+1
|/ / / | | | | | | | | | | | | | | | | | | No need to try to delete the config key in config.php if we aren't allowed to. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | [tx-robot] updated from transifexNextcloud bot2022-06-15124-130/+236
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #32351 from nextcloud/dav-handle-move-operation-properlyChristoph Wurst2022-06-1411-11/+312
|\ \ \ | | | | | | | | Handle the move operation properly between shared calendars
| * | | Handle the move operation properly between shared calendarsThomas Citharel2022-06-1411-11/+312
| | |/ | |/| | | | | | | | | | | | | | | | | | | - Introduce a new CalendarObjectMovedEvent typed event dedicated for this operation - Handle the event in the activity backend and add new appropriate activity subjects Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #32875 from nextcloud/fix/setup-set-up-2faChristoph Wurst2022-06-141-1/+1
|\ \ \ | |/ / |/| | Fix 2FA setup vs set up typo
| * | Fix 2FA setup vs set up typoChristoph Wurst2022-06-141-1/+1
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #32813 from nextcloud/debt/noid/check-for-3rdparty-updatesDaniel2022-06-141-0/+2
|\ \ | |/ |/| Run php tests when 3rdparty changed
| * Run php tests when 3rdparty changedDaniel Kesselberg2022-06-101-0/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | [tx-robot] updated from transifexNextcloud bot2022-06-1440-8/+220
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #32853 from nextcloud/fix/update-acceptance-composer-lockCôme Chilliet2022-06-131-327/+899
|\ \ | | | | | | Update dependencies in acceptance tests composer.lock
| * | Update dependencies in acceptance tests composer.lockCôme Chilliet2022-06-131-327/+899
| | | | | | | | | | | | | | | | | | It should allow to run them on PHP>=8.0 with a recent phpunit. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #31966 from nextcloud/unencrypted-sizeVincent Petry2022-06-1320-173/+321
|\ \ \ | | | | | | | | store unencrypted size in the unencrypted_size column
| * | | store unencrypted size in the unencrypted_size columnRobin Appelman2022-06-029-52/+153
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | add case statement to sql function builderRobin Appelman2022-06-023-0/+40
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | make expression build return IQueryFunction instead of stringRobin Appelman2022-06-028-121/+128
| | | | | | | | | | | | | | | | | | | | | | | | this allows passing the expressions to further expressions without them being escaped as column names Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #32847 from ↵Joas Schilling2022-06-131-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/followup/32748/fix-second-integration-test Fix second integration test as well
| * | | | Fix second integration test as wellJoas Schilling2022-06-131-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #31637 from nextcloud/add-password-reset-typed-eventsVincent Petry2022-06-136-65/+228
|\ \ \ \ \ | | | | | | | | | | | | Add password reset typed events and modernize LostController
| * | | | | Make LostController use IInitialState and LoggerInterfaceThomas Citharel2022-06-102-21/+33
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | | Modernize the LostControllerTest testThomas Citharel2022-06-101-33/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove some depreciated at() calls Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | | | Add password reset typed eventsThomas Citharel2022-06-106-13/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These hooks are only used in the Encryption app from what I can see. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge pull request #32843 from ↵Vincent Petry2022-06-131-4/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/correctly-log-failed-attempts Correctly log failed attempts
| * | | | | | Correctly log failed attemptsJoas Schilling2022-06-131-4/+12
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>