summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #43868 from nextcloud/backport/43768/stable27John Molakvoæ2024-02-291-5/+5
|\
| * fix(dav): Init ViewOnlyPlugin after authLouis Chemineau2024-02-281-5/+5
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-29200-250/+462
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-28224-1182/+1870
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-27192-420/+626
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2612-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2536-126/+232
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2496-190/+702
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2320-2/+108
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #43717 from nextcloud/release/27.1.7rc2v27.1.7rc2John Molakvoæ2024-02-221-2/+2
|\
| * 27.1.7rc2skjnldsv2024-02-221-2/+2
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | Merge pull request #43772 from nextcloud/chore/wait-for-copy-27John Molakvoæ2024-02-221-3/+24
|\ \
| * | fix(cypress): Wait for copy before continueFerdinand Thiessen2024-02-221-3/+24
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #43580 from nextcloud/artonge/fix/metdata_column_migrationJohn Molakvoæ2024-02-228-28/+208
|\ \ \
| * | | Move oc_file_metadata.metadata migration to a background jobLouis Chemineau2024-02-228-28/+208
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #43767 from nextcloud/chore/27-update-dialogsJohn Molakvoæ2024-02-225-14/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | chore: Compile assetsFerdinand Thiessen2024-02-223-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | chore(deps): Update `@nextcloud/dialogs` to 4.2.6Ferdinand Thiessen2024-02-222-10/+10
| |/ / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #43556 from ↵John Molakvoæ2024-02-221-2/+4
|\ \ \ | | | | | | | | | | | | nextcloud/fix/42364/allow-multi-select-for-files-when-clicking-checkbox
| * | | fix: checkbox now allows shift-click and multi-selectEduardo Morales2024-02-221-2/+4
| | |/ | |/| | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* | | Merge pull request #41006 from nextcloud/backport/40879/stable27John Molakvoæ2024-02-221-7/+19
|\ \ \ | |_|/ |/| |
| * | fix(session): Do not log fresh/empty session as errorChristoph Wurst2024-02-091-12/+18
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | fix(session): Log when crypto session data is lostChristoph Wurst2024-02-091-1/+7
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #43752 from nextcloud/backport/43732/stable27John Molakvoæ2024-02-227-0/+305
|\ \ \ | |_|/ |/| |
| * | fix(dav): Rate limit calendar/subscription creationChristoph Wurst2024-02-227-0/+305
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #43740 from nextcloud/backport/43727/stable27John Molakvoæ2024-02-2210-16/+142
|\ \ \
| * | | Hide some actions based on node permissions and share attributesLouis Chemineau2024-02-214-7/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | Check permissions when labeling a versionLouis Chemineau2024-02-211-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | Check node permissions when restoring a versionLouis Chemineau2024-02-211-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | Check node permissions when deleting a versionLouis Chemineau2024-02-211-1/+29
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
| * | | Check share attributes when downloading versionsLouis Chemineau2024-02-215-8/+45
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | Merge pull request #43686 from nextcloud/backport/43661/stable27John Molakvoæ2024-02-223-4/+4
|\ \ \ \
| * | | | chore(assets): Recompile assetsnextcloud-command2024-02-212-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | Fix undefined share object during expirationDate updatefenn-cs2024-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 04e87337211351127cd02a0404936de8cb1b0837 a regression was introduced. `this` means nothing inside arrow functions, hence this.share was referring to an undefined object and so all attempted updates for expiration dates would fail. Resolves : https://github.com/nextcloud/server/issues/43256 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | | Merge pull request #43725 from nextcloud/backport/43653/stable27John Molakvoæ2024-02-221-2/+2
|\ \ \ \ \
| * | | | | fix(security): Describe `occ security:bruteforce:attempts` accuratelyJosh2024-02-211-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This command is used to list a summary of brute force protection attempts associated with a given IP address and, optionally, a specific action. It does not reset attempts (there's already another command for that). Signed-off-by: Josh <josh.t.richards@gmail.com> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* | | | | Merge pull request #43670 from nextcloud/backport/43637/stable27John Molakvoæ2024-02-221-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Move away from deprecated utf_encode() on PHP 8.2+Git'Fellow2024-02-201-1/+1
| | | | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* | | | | Merge pull request #43734 from nextcloud/backport/40474/stable27John Molakvoæ2024-02-222-4/+0
|\ \ \ \ \
| * | | | | fix(dav): Adjust tests as we no longer set a status on REPORTFerdinand Thiessen2024-02-211-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix(dav): report statusJohn Molakvoæ2024-02-211-1/+0
| | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-224-2/+422
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #43715 from nextcloud/backport/43712/stable27Joas Schilling2024-02-212-3/+30
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | [stable27] fix: Add bruteforce protection to federation endpoint
| * | | | | fix(federation): Add bruteforce protection to federation endpointJoas Schilling2024-02-212-3/+30
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #43707 from nextcloud/backport/43701/stable27John Molakvoæ2024-02-213-5/+8
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | compile assetsJulien Veyssier2024-02-212-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | | stop the auto-logout loop after redirecting to the logoutJulien Veyssier2024-02-211-2/+5
| |/ / / | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | Merge pull request #43724 from nextcloud/backport/43664/stable27John Molakvoæ2024-02-211-4/+9
|\ \ \ \ | |/ / / |/| | |
| * | | perf: skip request without read permissionRichard Steinmetz2024-02-211-4/+9
|/ / / | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* / / Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2112-8/+106
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>