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> | ||||
* | | Merge pull request #43986 from nextcloud/backport/43972/stable27 | Julius Härtl | 2024-03-05 | 3 | -5/+15 |
|\ \ | | | | | | | [stable27] fix: Fetch custom app store url without internet connection | ||||
| * | | fix: Fetch custom app store url without internet connection | Julius Härtl | 2024-03-04 | 3 | -5/+15 |
| |/ | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-05 | 154 | -188/+806 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #43971 from ↵ | Robin Appelman | 2024-03-04 | 2 | -2/+9 |
|\ | | | | | | | | | nextcloud/artonge/fix/metdata_column_migration_table_prefix [stable27] Use table prefix in metadata migration | ||||
| * | Use table prefix in metadata migration | Louis Chemineau | 2024-03-04 | 2 | -2/+9 |
| | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | Merge pull request #43977 from nextcloud/backport/43959/stable27 | Ferdinand Thiessen | 2024-03-04 | 1 | -0/+1 |
|\ \ | |/ |/| | [stable27] fix(IUrlGenerator): Add `throws` documentation for `imagePath` function | ||||
| * | fix(IUrlGenerator): Add `throws` documentation for `imagePath` function | Ferdinand Thiessen | 2024-03-04 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-04 | 18 | -16/+312 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-03 | 8 | -4/+10 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-03-02 | 32 | -6/+208 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #43931 from nextcloud/backport/43896/stable27 | John Molakvoæ | 2024-03-01 | 1 | -2/+3 |
|\ | |||||
| * | 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 | 188 | -542/+1140 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #43901 from nextcloud/backport/30957/stable27 | John Molakvoæ | 2024-02-29 | 1 | -2/+2 |
|\ | |||||
| * | fix(collaboration): collaboration MailPlugin: Protect access to a ↵ | Claus-Justus Heine | 2024-02-29 | 1 | -2/+2 |
| | | | | | | | | | | | | potentially missing array component by ??. Signed-off-by: Claus-Justus Heine <himself@claus-justus-heine.de> | ||||
* | | 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 | 3 | -10/+6 |
|\ \ \ | |||||
| * | | | Fix backport | Git'Fellow | 2024-02-29 | 1 | -8/+4 |
| | | | | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
| * | | | Add "-i" to MailTest's pipe | FedericoHeichou | 2024-02-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: FedericoHeichou <federicoheichou@gmail.com> [skip ci] | ||||
| * | | | 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 #43830 from nextcloud/backport/43787/stable27 | John Molakvoæ | 2024-02-29 | 1 | -0/+6 |
|\ \ \ \ | |||||
| * | | | | fix: Throw instead of yielding nothing when listing local directories | Julius Härtl | 2024-02-26 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | | Merge pull request #43832 from nextcloud/backport/43428/stable27 | John Molakvoæ | 2024-02-29 | 7 | -43/+115 |
|\ \ \ \ \ | |||||
| * | | | | | feat(share): save date and time for expiration | Benjamin Gaussorgues | 2024-02-26 | 7 | -43/+115 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #43863 from nextcloud/backport/43850/stable27 | John Molakvoæ | 2024-02-29 | 1 | -1/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | fix(core): Convert text to path in f-droid banner SVG | Ferdinand Thiessen | 2024-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | | | | Merge pull request #43887 from nextcloud/release/27.1.7v27.1.7 | John Molakvoæ | 2024-02-29 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | 27.1.7 | skjnldsv | 2024-02-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | | | | | 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 | 200 | -250/+462 |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* / / / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-28 | 224 | -1182/+1870 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* / / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-27 | 192 | -420/+626 |
|/ / / | | | | | | | | | | 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 | 36 | -126/+232 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-24 | 96 | -190/+702 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-23 | 20 | -2/+108 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #43717 from nextcloud/release/27.1.7rc2v27.1.7rc2 | John Molakvoæ | 2024-02-22 | 1 | -2/+2 |
|\ | |||||
| * | 27.1.7rc2 | skjnldsv | 2024-02-22 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #43772 from nextcloud/chore/wait-for-copy-27 | John Molakvoæ | 2024-02-22 | 1 | -3/+24 |
|\ \ | |||||
| * | | fix(cypress): Wait for copy before continue | Ferdinand Thiessen | 2024-02-22 | 1 | -3/+24 |
| | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> |