summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #43980 from nextcloud/backport/43898/stable27Louis2024-03-051-43/+50
|\ | | | | [stable27] Improve files version listing
| * fix(files_versions): Improve files version listingLouis Chemineau2024-03-041-43/+50
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0570-38/+596
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0412-6/+286
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-036-4/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-0228-6/+194
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files_versions): Do not create a new version for empty filesLouis Chemineau2024-03-011-2/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-01106-464/+580
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #43798 from nextcloud/backport/42459/stable27John Molakvoæ2024-02-293-3/+3
|\
| * fix(dav): fallback realm for HTTP authenticationMichaIng2024-02-233-3/+3
| | | | | | | | | | | | | | | | | | | | By default, the name of the Nextcloud instance is an empty string, until changed by the admin. This leads to an empty realm sent with the WWW-Authenticate header, while the realm is mandatory for Basic HTTP authentication. Some clients have issues with an empty realm, e.g. Thunderbird cannot store passwords in this case. This commit applies "Nextcloud" as fallback for the realm, in case the name of the Nextcloud instance is not set. Solves: https://help.nextcloud.com/t/thunderbird-dont-save-caldav-password-because-of-missing-httprealm-or-formsubmiturl/93233 Signed-off-by: MichaIng <micha@dietpi.com>
* | Merge pull request #43799 from nextcloud/backport/39553/stable27John Molakvoæ2024-02-291-2/+4
|\ \
| * | Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDARPatrick Fischer2024-02-231-2/+4
| |/ | | | | | | Signed-off-by: Patrick Fischer <mail@patrickfischer.ch>
* | Merge pull request #43789 from nextcloud/backport/39607/stable27John Molakvoæ2024-02-291-1/+1
|\ \
| * | Add "-i" to sendmail's pipe FedericoHeichou2024-02-231-1/+1
| |/ | | | | Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
* | Merge pull request #43815 from nextcloud/backport/43060/stable27John Molakvoæ2024-02-291-0/+3
|\ \
| * | fix: Allow to disable multipart copy on external s3 storageJulius Härtl2024-02-241-0/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #43832 from nextcloud/backport/43428/stable27John Molakvoæ2024-02-294-10/+21
|\ \ \
| * | | feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-264-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because of timezones, not saving time can lead to unexpected behaviour when sharing an item sooner than timezone offset Example: sharing a file before 9am when in UTC+9 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | Merge pull request #43837 from nextcloud/backport/43605/stable27John Molakvoæ2024-02-291-8/+2
|\ \ \ \ | | | | | | | | | | [stable27] only cleanup orphaned shared daily
| * | | | fix: only cleanup orphaned shared dalyRobin Appelman2024-02-261-8/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | 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-29110-156/+338
|/ / / / | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-28220-1182/+1812
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-27186-420/+542
|/ / / | | | | | | | | | 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-2528-86/+102
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2490-182/+458
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2318-2/+106
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* 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 #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-227-13/+117
|\ \
| * | Hide some actions based on node permissions and share attributesLouis Chemineau2024-02-211-4/+35
| | | | | | | | | | | | | | | | | | | | | 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-221-1/+1
|\ \ \ | |_|/ |/| |
| * | 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 #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>
* / 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>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2012-8/+68
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>