summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | fix(CI): Temporary workaround - Run Psalm CI with 1 thread only so it finishesJoas Schilling2023-06-082-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | fix: keep important php and node versionsJohn Molakvoæ2023-06-083-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | | | | | fix(CI): Update oracle image and configJoas Schilling2023-06-081-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | | | chore: update workflows from templatesJohn Molakvoæ2023-06-0810-52/+119
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | | Merge pull request #38698 from nextcloud/backport/38694/stable26John Molakvoæ2023-06-081-19/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | fix(actions): cypressJohn Molakvoæ2023-06-081-19/+30
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0846-128/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #38672 from nextcloud/backport/38577/stable26Julien Veyssier2023-06-071-0/+55
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable26] Improve oauth2 database migration from ownCloud
| * | | | | | | | shorten oauth2 client names before resizing the columnJulien Veyssier2023-06-071-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
| * | | | | | | | drop the oauth2_clients trusted column, delete unsupported clients and their ↵Julien Veyssier2023-06-071-0/+34
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | access tokens Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | | | | | Merge pull request #38487 from nextcloud/backport/37522/stable26Ferdinand Thiessen2023-06-075-8/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable26] Ungroup `placeholder` css rules
| * | | | | | | | fix(core): Ungroup `placeholder` css rules to prevent browsers from removing ↵Ferdinand Thiessen2023-06-075-8/+21
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | all rules When rules are grouped using the comma operator and one selector is invalid / unknown then the whole group is invalidated[1]. In this case `::-ms-input-placeholder` is unknown to Firefox and Chrome, so the `::placeholder` rule is never applied. [1]: https://www.w3.org/TR/selectors-3/#grouping Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | Merge pull request #38677 from nextcloud/backport/38648/stable26Christoph Wurst2023-06-071-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable26] fix(caldav): Cast calendar objects id to int when building index
| * | | | | | | | fix(caldav): Cast calendar objects id to int when building indexChristoph Wurst2023-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0714-182/+220
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #38660 from nextcloud/backport/38649/stable26Christoph Wurst2023-06-061-2/+4
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [stable26] fix(caldav): Close DB cursor in reminder index background job
| * | | | | | | | fix(caldav): Close DB cursor in reminder index background jobChristoph Wurst2023-06-061-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | | Merge pull request #38479 from nextcloud/backport/38440/stable26Simon L2023-06-061-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | [stable26] fix: Catch Deadlock properly as execute throws Doctrine exceptions not our wrapped ones
| * | | | | | | | fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | | Merge pull request #38654 from nextcloud/backport/37904/stable26Julius Härtl2023-06-063-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix: Use proper link for navigating to files on click handlerJulius Härtl2023-06-053-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | | Merge pull request #38521 from nextcloud/artonge/backport/stable26/38469Julius Härtl2023-06-052-4/+31
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix initialisation of versions in the DBLouis Chemineau2023-06-052-4/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Broken after https://github.com/nextcloud/server/pull/36690 Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | | | | Merge pull request #38573 from nextcloud/backport/38355/stable26Arthur Schiwon2023-06-056-19/+88
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | [stable26] fix(trashbin): Truncate long filenames
| * | | | | | | | | fix(trashbin): Truncate long filenamesChristopher Ng2023-06-016-19/+88
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0510-8/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-044-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #38598 from ↵Daniel2023-06-031-6/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable26-update-psalm-baseline [stable26] Update psalm-baseline.xml
| * | | | | | | | | Update psalm baselinenextcloud-command2023-06-031-6/+0
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-0314-4/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | | Merge pull request #38118 from nextcloud/automated/noid/stable26-fix-npm-auditSimon L2023-06-021-54/+96
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | [stable26] Fix npm audit
| * | | | | | | | | chore(deps): fix npm auditnextcloud-command2023-06-021-54/+96
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-06-022-2/+2
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #38517 from nextcloud/backport/38496/stable26Daniel2023-06-011-2/+13
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | [stable26] fix: catch errors in id3parser library
| * | | | | | | fix: catch errors in id3parser libraryDaniel Kesselberg2023-05-301-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We use a forked version of getID3 to read embedded images from mp3 files to use them as previews. If the library is unable to extract a image or fails on something different we should handle it properly. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | | | | Merge pull request #38539 from nextcloud/backport/37758/stable26Julius Härtl2023-06-012-35/+61
|\ \ \ \ \ \ \ \
| * | | | | | | | redis: move lua scripts to class and add type hintsVarun Patil2023-05-312-32/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Varun Patil <varunpatil@ucla.edu>
| * | | | | | | | add test to verify redis lua script hashesRobin Appelman2023-05-311-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | | | redis: use atomic operations everywhereVarun Patil2023-05-311-26/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes a lot of acrobatics in the code and does each operation atomically using a lua script. This also reduces several round trips to the server, and the scripts are compiled and cached server-side. Notably, since all operations work only on a single key (except clear, which is broken anyway and shouldn't be used), they will continue to function and be atomic for Redis cluster. Signed-off-by: Varun Patil <varunpatil@ucla.edu>
* | | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-014-2/+10
| |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | | Merge pull request #38530 from ↵Joas Schilling2023-05-312-57/+48
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/stable26-update-ca-cert-bundle [stable26] Update ca-cert bundle
| * | | | | | | Update CA certificate bundlenextcloud-command2023-05-312-57/+48
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* / / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2023-05-3114-0/+50
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #38509 from nextcloud/artonge/backport/stable26/38467Louis2023-05-305-13/+26
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable26] Add fallback when a there is no preview for a version
| * | | | | | Add fallback when a there is no preview for a versionLouis Chemineau2023-05-305-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | | | | Improve handling of undefined version labelLouis Chemineau2023-05-301-4/+6
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-3034-104/+296
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-2810-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-05-271438-12758/+1746
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>