Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-25 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-24 | 80 | -154/+198 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Merge pull request #39553 from ↵ | John Molakvoæ | 2024-02-23 | 1 | -2/+4 |
|\ | | | | | | | zero0cool0/fix/caldavbackend_getChangesForCalendar | ||||
| * | 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 #39750 from nextcloud/Jerome-Herbinet-to-dos-wording-change | John Molakvoæ | 2024-02-23 | 1 | -1/+1 |
|\ \ | |||||
| * | | "Taks" to fit calendar wording | Jérôme Herbinet | 2024-02-23 | 1 | -1/+1 |
| |/ | | | | | Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | ||||
* | | Merge pull request #39214 from shdehnavi/replace_substr_calls_in_dav_app | John Molakvoæ | 2024-02-23 | 7 | -7/+7 |
|\ \ | |||||
| * | | Refactors "substr" calls to improve code readability | Hamid Dehnavi | 2024-02-23 | 7 | -7/+7 |
| |/ | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> | ||||
* | | Merge pull request #32466 from nextcloud/fix/skip-dav-migrator | John Molakvoæ | 2024-02-23 | 2 | -17/+33 |
|\ \ | |||||
| * | | Skip instead of throwing on invalid address book migration | Christopher Ng | 2024-02-23 | 1 | -13/+23 |
| | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
| * | | Skip instead of throwing on invalid calendar migration | Christopher Ng | 2024-02-23 | 1 | -4/+10 |
| |/ | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | | Merge pull request #42459 from nextcloud/fix/dav/fallback-realm | John Molakvoæ | 2024-02-23 | 3 | -3/+3 |
|\ \ | |/ |/| | |||||
| * | fix(dav): fallback realm for HTTP authentication | MichaIng | 2024-02-14 | 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 #43732 from nextcloud/fix/dav/rate-limit-create-calendar | Christoph Wurst | 2024-02-23 | 7 | -0/+305 |
|\ \ | | | | | | | fix(dav): Rate limit calendar/subscription creation | ||||
| * | | fix(dav): Rate limit calendar/subscription creation | Christoph Wurst | 2024-02-23 | 7 | -0/+305 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #43340 from nextcloud/fix/43118/remove-redundant-index | Richard Steinmetz | 2024-02-23 | 4 | -1/+58 |
|\ \ \ | |/ / |/| | | fix(db): remove redundant index in cards | ||||
| * | | fix(db): remove redundant index in cards | Johannes Merkel | 2024-02-18 | 4 | -1/+58 |
| | | | | | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de> | ||||
* | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-23 | 14 | -0/+16 |
| | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | | feat: added l10n translation prop to calendar component | Eduardo Morales | 2024-02-21 | 1 | -0/+1 |
| | | | | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> | ||||
* | | | Merge pull request #43727 from nextcloud/artonge/fix/prevent_download_of_shares | Louis | 2024-02-21 | 5 | -8/+45 |
|\ \ \ | | | | | | | | | Check share status when touching versions | ||||
| * | | | Check share attributes when downloading versions | Louis Chemineau | 2024-02-21 | 5 | -8/+45 |
| | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me> | ||||
* | | | | chore(deps): Update openapi-extractor | provokateurin | 2024-02-21 | 1 | -0/+1 |
|/ / / | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | | | Merge pull request #43664 from nextcloud/perf/early-exit-report | John Molakvoæ | 2024-02-20 | 1 | -4/+9 |
|\ \ \ | |||||
| * | | | perf: skip request without read permission | Richard Steinmetz | 2024-02-19 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | | | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-20 | 2 | -2/+2 |
|/ / / | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* / / | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-19 | 4 | -0/+4 |
|/ / | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-18 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-16 | 10 | -20/+58 |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | | enh(sharing): enable unsharing for sharees for DAV shares (addressbooks and ↵ | Anna Larch | 2024-02-15 | 25 | -262/+1217 |
| | | | | | | | | | | | | calendars) Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-15 | 10 | -0/+54 |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-14 | 74 | -148/+148 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix: replace `Account name` by `Login` | John Molakvoæ | 2024-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | fix: openapi | John Molakvoæ | 2024-02-13 | 1 | -1/+1 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | feat: rename users to account or person | Vincent Petry | 2024-02-13 | 1 | -1/+1 |
| | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Merge pull request #43387 from nextcloud/fix/migrate-away-from-ilogger-in-jobs | Côme Chilliet | 2024-02-08 | 4 | -117/+53 |
| | |||||
* | Revert "Merge branch 'master' of github.com:nextcloud/server" | Louis Chemineau | 2024-02-08 | 4 | -53/+117 |
| | | | | | This reverts commit d9d60238c7aaab9c61bf2d50c15aa59bc88c8975, reversing changes made to ba3fdb0cdcfbb84f0080a2146a4ba2f01569915d. | ||||
* | fix!: Migrate jobs away from deprecated interfaces | Côme Chilliet | 2024-02-08 | 4 | -117/+53 |
| | | | | | | BREAKING CHANGE: Removed ILogFactory::getCustomLogger deprecated method Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(files): add mount root property and adjust delete wording | John Molakvoæ | 2024-02-06 | 1 | -0/+11 |
| | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-04 | 2 | -0/+2 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-03 | 2 | -6/+8 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(caldav): only call getTimestamp() on actual DateTime data | Thomas Citharel | 2024-02-02 | 1 | -2/+1 |
| | | | | | | | | For some reason the value of $component['DTSTART'][0] may not be a DateTimeImmutable Closes #42464 Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-02-01 | 2 | -0/+4 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | chore: Update `@nextcloud/vue` to 8.5.1 | Ferdinand Thiessen | 2024-01-30 | 1 | -35/+35 |
| | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | chore: Fix missing template parameter for IEventListener | Côme Chilliet | 2024-01-30 | 13 | -1/+13 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-27 | 2 | -0/+34 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | ||||
* | fix(tests): Make PHP 8.1.2 with Datetime Diff Bug pass the notifier test | Joas Schilling | 2024-01-26 | 1 | -3/+11 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(userstatus): Also set the user status when the user has no status at all | Joas Schilling | 2024-01-25 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | fix(userstatus): CALL status should overwrite MEETING status | Anna Larch | 2024-01-24 | 1 | -16/+19 |
| | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> | ||||
* | chore: Update dav snapshot | Christopher Ng | 2024-01-23 | 1 | -83/+94 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Fix(l10n): Update translations from Transifex | Nextcloud bot | 2024-01-23 | 2 | -12/+12 |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |