Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #20042 from nextcloud/fix/noid/styled-dav-browser-error | Roeland Jago Douma | 2020-03-22 | 2 | -36/+12 |
|\ | | | | | fix dav browser error page not styled | ||||
| * | use core templates for displaying dav errors in the browser | Arthur Schiwon | 2020-03-20 | 2 | -36/+9 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | fix dav browser error page not styled | Arthur Schiwon | 2020-03-19 | 2 | -3/+6 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Fix tests due to config adjustments | Julius Härtl | 2020-03-20 | 1 | -16/+12 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Return empty system addressbook since we cannot easily limit it to groups | Julius Härtl | 2020-03-20 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Limit enumeration in principal search | Julius Härtl | 2020-03-20 | 2 | -1/+150 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update autoloaders for composer v1.10.1 | Christoph Wurst | 2020-03-19 | 1 | -0/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-19 | 2 | -0/+4 |
| | |||||
* | rebuild autoloader | Robin Appelman | 2020-03-18 | 2 | -2/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix tests | Robin Appelman | 2020-03-18 | 1 | -57/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | remove the detour trough node and work with path directly | Robin Appelman | 2020-03-18 | 2 | -73/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | use INode instead of Node for custom properties | Robin Appelman | 2020-03-18 | 2 | -6/+20 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | handle long property paths to hasing paths >250 chars | Robin Appelman | 2020-03-18 | 2 | -32/+77 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | remove unused code | Robin Appelman | 2020-03-18 | 1 | -53/+0 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | test custom properties backend against real database | Robin Appelman | 2020-03-18 | 1 | -52/+87 |
| | | | | | | test behaviour not implementation Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | merge the two almost identical custom property backends | Robin Appelman | 2020-03-18 | 5 | -376/+135 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-18 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-17 | 4 | -4/+52 |
| | |||||
* | Merge pull request #19704 from Nils160988/master | Roeland Jago Douma | 2020-03-09 | 2 | -5/+4 |
|\ | | | | | Fix hostname in Apple configuration profile | ||||
| * | Fix test | Nils Wittenbrink | 2020-02-29 | 1 | -4/+3 |
| | | | | | | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de> | ||||
| * | Fix hostname given in Apple config file | Nils Wittenbrink | 2020-02-28 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de> | ||||
* | | Merge pull request #19746 from nextcloud/locked-exception-forward-existing | Roeland Jago Douma | 2020-03-09 | 1 | -1/+1 |
|\ \ | | | | | | | pass the existing locks info when making locked exception with absolu… | ||||
| * | | pass the existing locks info when making locked exception with absolute paths | Robin Appelman | 2020-03-02 | 1 | -1/+1 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Prevent creation of reserved address book name | Christoph Wurst | 2020-03-09 | 1 | -0/+11 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Add address book plugins | Christoph Wurst | 2020-03-09 | 9 | -20/+292 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-06 | 2 | -2/+40 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-05 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-03-04 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request #19655 from ↵ | Roeland Jago Douma | 2020-02-28 | 1 | -3/+2 |
|\ | | | | | | | | | nextcloud/bugfix/noid/upload-cleanup-user-not-found Catch NotFoundException when getting the user folder | ||||
| * | Catch NotFoundException when getting the user folder | Julius Härtl | 2020-02-26 | 1 | -3/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-28 | 2 | -26/+26 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-27 | 2 | -4/+4 |
|/ | |||||
* | Merge pull request #19252 from nextcloud/bug/fix-notification-object-id | Joas Schilling | 2020-02-25 | 2 | -2/+5 |
|\ | | | | | Hash event UID to make sure it's not too long for PushProvider notifications | ||||
| * | Hash event UID to make sure it's not too long for PushProvider | Thomas Citharel | 2020-02-01 | 2 | -2/+5 |
| | | | | | | | | | | | | notifications Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Correctly trim long cyrillic note | Joas Schilling | 2020-02-25 | 2 | -4/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #19196 from ↵ | Roeland Jago Douma | 2020-02-23 | 9 | -3/+590 |
|\ \ | | | | | | | | | | | | | nextcloud/feature/17126/allow_apps_to_register_their_own_calendars Allow apps to provide Calendars in user's calendarHome | ||||
| * | | Allow apps to provide Calendars in user's calendarHome | Georg Ehrke | 2020-02-18 | 9 | -3/+590 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-22 | 2 | -0/+2 |
| | | | |||||
* | | | Introduce a default refresh rate app setting for calendar subscriptions | Thomas Citharel | 2020-02-21 | 2 | -4/+24 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Merge pull request #19398 from ↵ | Christoph Wurst | 2020-02-21 | 7 | -547/+708 |
|\ \ \ | |/ / |/| | | | | | | | | nextcloud/bug/dav-load-subscriptions-at-activation Move RefreshWebcalJob logic to a proper service so that it may be called independently | ||||
| * | | Move RefreshWebcalJob logic to a proper service so that it may be called | Thomas Citharel | 2020-02-10 | 7 | -547/+708 |
| | | | | | | | | | | | | | | | | | | independently Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-16 | 2 | -0/+26 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-12 | 2 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-11 | 2 | -4/+4 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-07 | 104 | -160/+56 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-06 | 6 | -14/+14 |
| | | |||||
* | | Merge pull request #19219 from ↵ | Roeland Jago Douma | 2020-02-05 | 1 | -0/+4 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/19135/wrong_dtend_invitation_mail Fix display of DTEND for multi-day all-day event | ||||
| * | | Fix display of DTEND for multi-day all-day event | Georg Ehrke | 2020-01-30 | 1 | -0/+4 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | Check for empty authorization headers for office requests and allow ↵ | Julius Härtl | 2020-02-04 | 2 | -4/+20 |
| | | | | | | | | | | | | | | | | | | anonymous option on the whole tree Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-02-03 | 2 | -6/+6 |
| | | |