Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-12 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-05 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-04-03 | 2 | -2/+54 |
| | |||||
* | Merge pull request #26342 from pirate/cal-invite-email-use-pngs | Morris Jobke | 2021-03-29 | 1 | -7/+7 |
|\ | | | | | Fix broken Calendar Event Invite email icons in Gmail by using PNGs instead of SVGs | ||||
| * | change calendar invite emails to use pngs instead of svgs | Nick Sweeting | 2021-03-26 | 1 | -7/+7 |
| | | | | | | | | Signed-off-by: Nick Sweeting <git@sweeting.me> | ||||
* | | Map old account scope properties to new names | Vincent Petry | 2021-03-26 | 3 | -16/+16 |
|/ | | | | | | | | Use new scope values in settings page. Adjust all consumers to use the new constants. Map old scope values to new ones in account property getter. Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Merge pull request #22201 from cweiske/20492-move-contacts-with-birthday | John Molakvoæ | 2021-03-26 | 1 | -3/+17 |
|\ | | | | | Delete old birthday calendar object when moving contact to another ad… | ||||
| * | 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> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-26 | 60 | -60/+60 |
| | | |||||
* | | Fix l10n | Valdnet | 2021-03-25 | 1 | -1/+1 |
|/ | | | Issue: #26286 | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-24 | 2 | -2/+2 |
| | |||||
* | Merge pull request #25776 from nextcloud/fix/sabre-file-checksum-no-file-info | Roeland Jago Douma | 2021-03-23 | 1 | -1/+4 |
|\ | | | | | Only write checksum if we have a valid file info | ||||
| * | Only write checksum if we have a valid file info | Christoph Wurst | 2021-03-22 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | [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-10 | 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-10 | 9 | -36/+77 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-03-06 | 4 | -0/+232 |
| | |||||
* | Merge pull request #25881 from nextcloud/techdept/psalm/sharesplugin | Roeland Jago Douma | 2021-03-04 | 1 | -19/+41 |
|\ | | | | | Fix the SharesPlugin | ||||
| * | Fix the SharesPlugin | Roeland Jago Douma | 2021-03-02 | 1 | -19/+41 |
| | | | | | | | | | | | | | | | | Another attempt to fix all the typing and handling in the sharesplugin. In short we should probably have a lot more type hinting in several places. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Move DirectMapper to QBMapper | Roeland Jago Douma | 2021-03-03 | 2 | -13/+10 |
| | | | | | | | | | | | | Mapper has been deprecated for some time now. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Update autoloader files | Roeland Jago Douma | 2021-03-02 | 1 | -2/+4 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [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 |
| | |||||
* | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 30 | -71/+71 |
| | | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move getChangesForAddressBook to QueryBuilder | Roeland Jago Douma | 2021-02-17 | 1 | -12/+32 |
| | | | | | | Makes psalm happy, and makes me happy. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Drop redundant indes | Roeland Jago Douma | 2021-02-16 | 5 | -2/+58 |
| | | | | | | | Those indexes are already covered by others. So those can just be used. THose extra indexes just take up space. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-16 | 2 | -2/+28 |
| | |||||
* | Fix some RedundantCast in dav code | Roeland Jago Douma | 2021-02-15 | 2 | -3/+3 |
| | | | | | | For #25641 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #25595 from ↵ | Roeland Jago Douma | 2021-02-15 | 1 | -13/+34 |
|\ | | | | | | | | | nextcloud/enh/caldavbackend/getChangesForCalendar_querybuilder Move getChangesForCalendar to QueryBuilder | ||||
| * | Move getChangesForCalendar to QueryBuilder | Roeland Jago Douma | 2021-02-15 | 1 | -13/+34 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #25625 from nextcloud/enh/psalm/substr | Christoph Wurst | 2021-02-15 | 2 | -3/+6 |
|\ \ | | | | | | | Check substr results | ||||
| * | | Check substr results | Roeland Jago Douma | 2021-02-15 | 2 | -3/+6 |
| |/ | | | | | | | | | | | | | Else this might lead to unexpeted errors. Found by psalm. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #25636 from nextcloud/fix/psalm/closure_return_types | Christoph Wurst | 2021-02-15 | 3 | -6/+6 |
|\ \ | |/ |/| | Add some closure return types | ||||
| * | Add some closure return types | Roeland Jago Douma | 2021-02-14 | 3 | -6/+6 |
| | | | | | | | | | | | | Found by psalm Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #25580 from nextcloud/enh/fix/psalm_pluginmanager | Roeland Jago Douma | 2021-02-15 | 2 | -101/+129 |
|\ \ | | | | | | | Enhancing the dav pluginmanager | ||||
| * | | Fix PluginManager annotation | Roeland Jago Douma | 2021-02-14 | 2 | -101/+129 |
| |/ | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2021-02-15 | 2 | -0/+14 |
| | | |||||
* | | Use correct namespace (casing) in CalendarHome | Roeland Jago Douma | 2021-02-14 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | add event for when a direct download is triggered | Robin Appelman | 2021-02-12 | 9 | -15/+98 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | 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> | ||||
* | [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> | ||||
* | This is 22 | Joas Schilling | 2021-02-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | take into account that UNIQUE index might not work as expected | Arthur Schiwon | 2021-01-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | 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> |