Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #43980 from nextcloud/backport/43898/stable27 | Louis | 2024-03-05 | 1 | -43/+50 |
|\ | | | | | [stable27] Improve files version listing | ||||
| * | fix(files_versions): Improve files version listing | Louis Chemineau | 2024-03-04 | 1 | -43/+50 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-05 | 70 | -38/+596 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-04 | 12 | -6/+286 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-03 | 6 | -4/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-02 | 28 | -6/+194 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(files_versions): Do not create a new version for empty files | Louis Chemineau | 2024-03-01 | 1 | -2/+3 |
| | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-01 | 106 | -464/+580 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #43798 from nextcloud/backport/42459/stable27 | John Molakvoæ | 2024-02-29 | 3 | -3/+3 |
|\ | |||||
| * | fix(dav): fallback realm for HTTP authentication | MichaIng | 2024-02-23 | 3 | -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/stable27 | John Molakvoæ | 2024-02-29 | 1 | -2/+4 |
|\ \ | |||||
| * | | Bug fix: Select the correct table based on CALENDAR_TYPE_CALENDAR | Patrick Fischer | 2024-02-23 | 1 | -2/+4 |
| |/ | | | | | | | Signed-off-by: Patrick Fischer <mail@patrickfischer.ch> | ||||
* | | Merge pull request #43789 from nextcloud/backport/39607/stable27 | John Molakvoæ | 2024-02-29 | 1 | -1/+1 |
|\ \ | |||||
| * | | Add "-i" to sendmail's pipe | FedericoHeichou | 2024-02-23 | 1 | -1/+1 |
| |/ | | | | | Signed-off-by: FedericoHeichou <federicoheichou@gmail.com> | ||||
* | | Merge pull request #43815 from nextcloud/backport/43060/stable27 | John Molakvoæ | 2024-02-29 | 1 | -0/+3 |
|\ \ | |||||
| * | | fix: Allow to disable multipart copy on external s3 storage | Julius Härtl | 2024-02-24 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #43832 from nextcloud/backport/43428/stable27 | John Molakvoæ | 2024-02-29 | 4 | -10/+21 |
|\ \ \ | |||||
| * | | | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-26 | 4 | -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/stable27 | John Molakvoæ | 2024-02-29 | 1 | -8/+2 |
|\ \ \ \ | | | | | | | | | | | [stable27] only cleanup orphaned shared daily | ||||
| * | | | | fix: only cleanup orphaned shared daly | Robin Appelman | 2024-02-26 | 1 | -8/+2 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #43868 from nextcloud/backport/43768/stable27 | John Molakvoæ | 2024-02-29 | 1 | -5/+5 |
|\ \ \ \ | |||||
| * | | | | fix(dav): Init ViewOnlyPlugin after auth | Louis Chemineau | 2024-02-28 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-29 | 110 | -156/+338 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-28 | 220 | -1182/+1812 |
| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-27 | 186 | -420/+542 |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-26 | 12 | -0/+12 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-25 | 28 | -86/+102 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-24 | 90 | -182/+458 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-23 | 18 | -2/+106 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #43556 from ↵ | John Molakvoæ | 2024-02-22 | 1 | -2/+4 |
|\ | | | | | | | nextcloud/fix/42364/allow-multi-select-for-files-when-clicking-checkbox | ||||
| * | fix: checkbox now allows shift-click and multi-select | Eduardo Morales | 2024-02-22 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | | Merge pull request #43752 from nextcloud/backport/43732/stable27 | John Molakvoæ | 2024-02-22 | 7 | -0/+305 |
|\ \ | |/ |/| | |||||
| * | fix(dav): Rate limit calendar/subscription creation | Christoph Wurst | 2024-02-22 | 7 | -0/+305 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #43740 from nextcloud/backport/43727/stable27 | John Molakvoæ | 2024-02-22 | 7 | -13/+117 |
|\ \ | |||||
| * | | Hide some actions based on node permissions and share attributes | Louis Chemineau | 2024-02-21 | 1 | -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 version | Louis Chemineau | 2024-02-21 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | | Check node permissions when restoring a version | Louis Chemineau | 2024-02-21 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | | Check node permissions when deleting a version | Louis Chemineau | 2024-02-21 | 1 | -1/+29 |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
| * | | Check share attributes when downloading versions | Louis Chemineau | 2024-02-21 | 5 | -8/+45 |
| | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | Merge pull request #43686 from nextcloud/backport/43661/stable27 | John Molakvoæ | 2024-02-22 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix undefined share object during expirationDate update | fenn-cs | 2024-02-21 | 1 | -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/stable27 | John Molakvoæ | 2024-02-22 | 2 | -4/+0 |
|\ \ \ | |||||
| * | | | fix(dav): Adjust tests as we no longer set a status on REPORT | Ferdinand Thiessen | 2024-02-21 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
| * | | | fix(dav): report status | John Molakvoæ | 2024-02-21 | 1 | -1/+0 |
| | |/ | |/| | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-22 | 4 | -2/+422 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | Merge pull request #43715 from nextcloud/backport/43712/stable27 | Joas Schilling | 2024-02-21 | 2 | -3/+30 |
|\ \ \ | |/ / |/| | | [stable27] fix: Add bruteforce protection to federation endpoint | ||||
| * | | fix(federation): Add bruteforce protection to federation endpoint | Joas Schilling | 2024-02-21 | 2 | -3/+30 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* / | perf: skip request without read permission | Richard Steinmetz | 2024-02-21 | 1 | -4/+9 |
|/ | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-21 | 12 | -8/+106 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-20 | 12 | -8/+68 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |