Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete old birthday calendar object when moving contact to another address book | Christian Weiske | 2021-03-26 | 1 | -3/+17 |
| | | | | | | | | | | | | | When an contact is moved to another address book, the contact is copied to the second address book. During copying, the birthday event is created - but it gets the same UID as the contact's birthday event in the first address book. To prevent the "Calendar object with uid already exists" error that followed, we need to delete the old entry before the new one is created. Resolves: https://github.com/nextcloud/server/issues/20492 Signed-off-by: Christian Weiske <cweiske@cweiske.de> | ||||
* | Merge pull request #26298 from nextcloud/backport/26287/stable21 | John Molakvoæ | 2021-03-26 | 1 | -1/+1 |
|\ | | | | | [stable21] Fix l10n | ||||
| * | Fix l10n | Valdnet | 2021-03-25 | 1 | -1/+1 |
| | | | | | | Issue: #26286 | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-26 | 60 | -60/+60 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-24 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-23 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-15 | 2 | -2/+2 |
| | |||||
* | Add a setting to restrict returning a full match unless in phonebook or same ↵ | Joas Schilling | 2021-03-11 | 2 | -13/+74 |
| | | | | | | group Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Restrict autocompletion also based on the phonebook known users | Joas Schilling | 2021-03-11 | 9 | -36/+77 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add a KnownUsers database with model | Joas Schilling | 2021-03-11 | 1 | -2/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-06 | 4 | -0/+232 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-28 | 2 | -4/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-23 | 2 | -58/+156 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-16 | 2 | -2/+28 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-15 | 2 | -0/+14 |
| | |||||
* | Do not send imip email to invalid recipients | Christoph Wurst | 2021-02-11 | 2 | -0/+19 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #25450 from nextcloud/backport/25393/stable21 | Roeland Jago Douma | 2021-02-09 | 1 | -0/+1 |
|\ | | | | | [stable21] add repair job for unencoded group share uris | ||||
| * | take into account that UNIQUE index might not work as expected | Arthur Schiwon | 2021-02-02 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-07 | 2 | -38/+46 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-05 | 2 | -2/+2 |
| | | |||||
* | | Parse calendar object for attendees and emit interaction events | Christoph Wurst | 2021-02-03 | 2 | -5/+267 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Emit an interaction event for calendar event user attendees | Christoph Wurst | 2021-02-03 | 2 | -14/+39 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Emit an interaction event for calendar share recipients | Christoph Wurst | 2021-02-03 | 4 | -0/+105 |
|/ | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #25383 from nextcloud/bugfix/24893 | Roeland Jago Douma | 2021-01-29 | 1 | -0/+3 |
|\ | | | | | Properly handle SMB ACL blocking scanning a directory | ||||
| * | Properly handle SMB ACL blocking scanning a directory | Julius Härtl | 2021-01-29 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | This makes sure that a possible ForbiddenException is properly passed through the storage as a ForbiddenException and can be catched when trying to fetch the quota info of a parent folder Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #25218 from ↵ | Christoph Wurst | 2021-01-29 | 1 | -2/+18 |
|\ \ | |/ |/| | | | | | nextcloud/fix/25213/do-no-remove-vali-dav-group-shares do not remove valid group shares | ||||
| * | do not remove valid group shares | Arthur Schiwon | 2021-01-19 | 1 | -2/+18 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-29 | 4 | -0/+182 |
| | | |||||
* | | Update all composer autoloader files | Christoph Wurst | 2021-01-28 | 2 | -1/+33 |
| | | | | | | | | | | | | The format changed between 2.0.8 and 2.0.9. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #25310 from nextcloud/dav-validate-email-addresses | Roeland Jago Douma | 2021-01-25 | 2 | -64/+116 |
|\ \ | | | | | | | [CalDAV] Validate notified emails | ||||
| * | | [CalDAV] Validate notified emails | Thomas Citharel | 2021-01-25 | 2 | -64/+116 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Catch NotFoundException when querying quota | Vincent Petry | 2021-01-25 | 1 | -0/+2 |
|/ / | | | | | | | | | | | | | | | Fixes parent folder that becomes inaccessible when it contains a non-existing / broken entry because the quota check made the PROPFIND on parent fail altogether. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* / | also use storage copy when dav copying directories | Robin Appelman | 2021-01-21 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #25168 from nextcloud/fix/cards_abiduri | Morris Jobke | 2021-01-18 | 1 | -0/+1 |
|\ | | | | | Add cards_abiduri index on install | ||||
| * | Add cards_abiduri index on install | Roeland Jago Douma | 2021-01-16 | 1 | -0/+1 |
| | | | | | | | | | | | | Else we directly tell the admin to add this on install. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-17 | 2 | -0/+16 |
|/ | |||||
* | Merge pull request #25114 from ↵ | Roeland Jago Douma | 2021-01-14 | 2 | -7/+83 |
|\ | | | | | | | | | nextcloud/dismiss-reminder-notifications-from-passed-events Dismiss reminder notifications from passed events | ||||
| * | Dismiss reminder notifications from passed events | Thomas Citharel | 2021-01-14 | 2 | -7/+83 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Migrate internal classes to the OCP db col types | Christoph Wurst | 2021-01-12 | 10 | -10/+10 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 4 | -10/+10 |
|/ | | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-10 | 2 | -0/+10 |
| | |||||
* | Bump doctrine/dbal from 2.12.0 to 3.0.0 | Christoph Wurst | 2021-01-08 | 7 | -14/+14 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #24911 from ↵ | Julius Härtl | 2021-01-07 | 1 | -2/+4 |
|\ | | | | | | | | | nextcloud/fix/tasks-calendar/undefined-index-search Tasks search: make sure we have existing indexes before using them | ||||
| * | Make sure we have existing indexes before using them | John Molakvoæ (skjnldsv) | 2021-01-04 | 1 | -2/+4 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #24964 from ↵ | Roeland Jago Douma | 2021-01-05 | 1 | -1/+6 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/internal-server-error-when-importing-broken-ics-file Don't throw a 500 when importing a broken ics reminder file | ||||
| * | | Don't throw a 500 when importing a broken ics reminder file | Joas Schilling | 2021-01-05 | 1 | -1/+6 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2021-01-05 | 2 | -2/+2 |
| |/ |/| | |||||
* | | Merge pull request #24907 from nextcloud/fix/license-headers-21-II | Christoph Wurst | 2021-01-04 | 6 | -4/+6 |
|\ \ | |/ |/| | Update license headers | ||||
| * | Update license headers | Christoph Wurst | 2020-12-30 | 6 | -4/+6 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-31 | 2 | -22/+22 |
|/ |