aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #32948 from nextcloud/dashboardFixSimon L2022-06-213-4/+5
|\ | | | | make 'text-overflow: ellipsis' possible again in dashboard
| * make 'text-overflow: ellipsis' possible again in dashboardArtur Neumann2022-06-213-4/+5
| | | | | | | | | | Signed-off-by: Artur Neumann <artur@jankaritech.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #32868 from ↵blizzz2022-06-215-4/+15
|\ \ | | | | | | | | | | | | nextcloud/fix/replace-opis-closure-by-laravel-fork Replace opis/closure by laravel/serializable-closure
| * | Explicitely only accept closures from our dependencies in ClosureJobCôme Chilliet2022-06-211-1/+4
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Update 3rdparty branch with opis/closure backCôme Chilliet2022-06-211-0/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Update 3rdparty branch with opis/closure backCôme Chilliet2022-06-211-0/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Add a test about unserializing data from opis/closure serializationCôme Chilliet2022-06-201-0/+7
| | | | | | | | | | | | | | | | | | We need to be able to unserialize data from before upgrade. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Replace opis/closure with laravel/serializable-closure in codeCôme Chilliet2022-06-143-4/+5
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Replace opis/closure by laravel/serializable-closureCôme Chilliet2022-06-141-0/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #32861 from ↵Carl Schwan2022-06-213-36/+26
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/remove-at-matcher-in-user_ldap-tests Remove deprecated at() matcher from user_ldap tests
| * | | Remove bogus expects from user_ldap testsCôme Chilliet2022-06-141-3/+0
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Remove deprecated at() matcher from user_ldap testsCôme Chilliet2022-06-133-34/+27
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #32900 from nextcloud/fix/remove-at-matcher-in-theming-testsCôme Chilliet2022-06-215-137/+141
|\ \ \ \ | | | | | | | | | | Remove at matcher in theming tests
| * | | | Remove deprecated expectException from theming testsCôme Chilliet2022-06-201-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Remove deprecated at matcher from theming testsCôme Chilliet2022-06-164-134/+138
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #32901 from nextcloud/fix/remove-at-matcher-in-lib-testsCôme Chilliet2022-06-2118-966/+872
|\ \ \ \ \ | |_|_|_|/ |/| | | | Remove at matcher uses in tests/lib
| * | | | Remove some more at matchers in tests/libCôme Chilliet2022-06-209-405/+350
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Remove at matcher uses in tests/libCôme Chilliet2022-06-169-561/+522
| |/ / / | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | [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