| Commit message (Expand) | Author | Age | Files | Lines |
* | cache webcal calendars on server | Georg Ehrke | 2018-11-07 | 7 | -0/+933 |
* | Phpunit tests | John Molakvoæ (skjnldsv) | 2018-11-05 | 1 | -25/+112 |
* | Fix tests | Roeland Jago Douma | 2018-11-04 | 2 | -20/+10 |
* | Merge pull request #12071 from nextcloud/addressbook-uid-check-migration | Roeland Jago Douma | 2018-11-02 | 1 | -20/+27 |
|\ |
|
| * | Phpunit fix | John Molakvoæ (skjnldsv) | 2018-11-02 | 1 | -20/+27 |
* | | Fix tests | Roeland Jago Douma | 2018-11-01 | 1 | -6/+6 |
|/ |
|
* | update dav tests | Robin Appelman | 2018-10-31 | 1 | -3/+3 |
* | allow group principal search for dav displayname property | Georg Ehrke | 2018-10-22 | 1 | -9/+180 |
* | allow user principal search for dav displayname property | Georg Ehrke | 2018-10-22 | 1 | -13/+47 |
* | add correct calendar-user-type to resource and room backend | Georg Ehrke | 2018-10-22 | 3 | -0/+9 |
* | move disableFreeBusy check from User principal backend to Scheduling Outbox c... | Georg Ehrke | 2018-10-16 | 2 | -98/+164 |
* | remove LogicException, because it's also triggered with legitimate parameters | Georg Ehrke | 2018-09-05 | 1 | -5/+1 |
* | Merge pull request #10543 from nextcloud/ignore-deactivated-users | Roeland Jago Douma | 2018-08-10 | 1 | -4/+21 |
|\ |
|
| * | Test sync service when user is deactivated | Thomas Citharel | 2018-08-06 | 1 | -5/+21 |
| * | Remove users from system addressbook when user deactivated | Thomas Citharel | 2018-08-06 | 1 | -0/+1 |
* | | Add room shares to DAV and recent files "share-types" property | Daniel Calviño Sánchez | 2018-08-08 | 1 | -0/+1 |
* | | Adding test for table schedulingobjects and fixing postgres LOB | Thomas Müller | 2018-08-06 | 1 | -2/+78 |
|/ |
|
* | Fixed tests | John Molakvoæ (skjnldsv) | 2018-07-19 | 1 | -1/+1 |
* | Fix getting ocs share permissions if a storage is not available | Robin Appelman | 2018-07-18 | 1 | -1/+2 |
* | Also shorten the name of the invitation tokens | Joas Schilling | 2018-07-12 | 3 | -7/+7 |
* | Shorten resource table names to allow install on oracle again | Joas Schilling | 2018-07-12 | 3 | -11/+11 |
* | Include accept / decline links in CalDAV invitation emails | Georg Ehrke | 2018-06-29 | 3 | -3/+638 |
* | Merge pull request #9773 from nextcloud/feature/noid/resource_booking | Morris Jobke | 2018-06-29 | 5 | -2/+1298 |
|\ |
|
| * | Calendar resource booking: unit tests / adding missing annotations | Georg Ehrke | 2018-06-25 | 1 | -0/+285 |
| * | apply group restrictions to resources | Georg Ehrke | 2018-06-25 | 4 | -2/+1013 |
* | | Add groupware settings section | Julius Härtl | 2018-06-27 | 1 | -2/+2 |
|/ |
|
* | Add tests for handling anonymous auth | Robin Appelman | 2018-06-01 | 1 | -0/+71 |
* | Fix the master unit tests | Roeland Jago Douma | 2018-06-01 | 2 | -0/+4 |
* | Merge pull request #9550 from nextcloud/bugfix/noid/override_freebusy_sharing... | Morris Jobke | 2018-06-01 | 1 | -81/+147 |
|\ |
|
| * | allow admins to override FreeBusy capabilities without modifying ShareAPI cap... | Georg Ehrke | 2018-05-22 | 1 | -81/+147 |
* | | Move repairstep to a custom command | Roeland Jago Douma | 2018-05-28 | 1 | -4/+5 |
* | | Fix tests | Roeland Jago Douma | 2018-05-27 | 2 | -2/+16 |
* | | Adding repair step which cleans shares of invalid principals | Roeland Jago Douma | 2018-05-27 | 1 | -0/+70 |
* | | CalDAV and CardDAV plugins need to be registered for the principals collectio... | Roeland Jago Douma | 2018-05-27 | 1 | -5/+17 |
|/ |
|
* | Fix settings tests | Julius Härtl | 2018-05-03 | 1 | -1/+1 |
* | Merge pull request #9293 from nextcloud/feature/9166/custom-auditlogfile | Morris Jobke | 2018-05-02 | 1 | -1/+1 |
|\ |
|
| * | use SystemConfig, less dependencies, and not publicly needed | Arthur Schiwon | 2018-04-26 | 1 | -2/+1 |
| * | fix dav test | Arthur Schiwon | 2018-04-26 | 1 | -1/+2 |
| * | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 1 | -1/+1 |
| * | destaticfy Log classes | Arthur Schiwon | 2018-04-26 | 1 | -1/+1 |
* | | Improve the directContoller | Roeland Jago Douma | 2018-04-26 | 1 | -0/+155 |
* | | Add tests for DirectFile and DirectHome | Roeland Jago Douma | 2018-04-26 | 2 | -0/+314 |
|/ |
|
* | adjust tests to new exception log format | Robin Appelman | 2018-04-11 | 1 | -8/+18 |
* | Fixed caldav tests and metadata 2 | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -1/+7 |
* | Loglevel is an int | Roeland Jago Douma | 2018-02-27 | 1 | -1/+1 |
* | Make ILogger strict | Roeland Jago Douma | 2018-02-27 | 1 | -1/+1 |
* | Fix dav server test | Roeland Jago Douma | 2018-02-22 | 1 | -0/+2 |
* | adjust tests | Robin Appelman | 2018-02-07 | 1 | -17/+21 |
* | Add all parameters to returnValueMap | Julius Härtl | 2018-01-31 | 1 | -2/+2 |
* | Merge pull request #7707 from nextcloud/bugfix/noid/birthdaycalendar-differen... | Morris Jobke | 2018-01-26 | 1 | -1/+1 |
|\ |
|