| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | added method needsPartFile() in Storage | Vinicius Cubas Brand | 2017-03-14 | 1 | -2/+2 |
* | | safer casting of datetime | Robin Appelman | 2017-03-14 | 1 | -1/+5 |
* | | fix searching and ordering on getlastmodified | Robin Appelman | 2017-03-13 | 1 | -2/+4 |
* | | Merge pull request #3772 from nextcloud/favorite-search | Morris Jobke | 2017-03-13 | 1 | -5/+11 |
|\ \ |
|
| * | | Allow searching for favorites | Robin Appelman | 2017-03-08 | 1 | -5/+11 |
* | | | Correct incorrectly typed X-OC-Mtime header | Stefan Schneider | 2017-03-10 | 1 | -1/+6 |
* | | | Merge pull request #3621 from kuimovvg/master | Roeland Jago Douma | 2017-03-09 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | don't setted status when file is lock | vkuimov | 2017-02-25 | 1 | -0/+1 |
* | | | Merge pull request #3360 from nextcloud/dav-search | Robin Appelman | 2017-03-08 | 2 | -0/+273 |
|\ \ \ |
|
| * | | | add tests for filesearchbackend | Robin Appelman | 2017-03-01 | 1 | -7/+4 |
| * | | | Implement webdav SEARCH | Robin Appelman | 2017-03-01 | 2 | -6/+206 |
| * | | | add icewind/searchdav | Robin Appelman | 2017-02-28 | 1 | -0/+76 |
* | | | | Set a status code when setting a body | Joas Schilling | 2017-03-07 | 1 | -0/+1 |
* | | | | Add new user agent of windows 10 dav backend | Joas Schilling | 2017-03-07 | 1 | -0/+1 |
* | | | | Merge pull request #3678 from nextcloud/issue-3677-caldav-sharing-permission-... | Roeland Jago Douma | 2017-03-03 | 2 | -17/+42 |
|\ \ \ \ |
|
| * | | | | Make sure shares use read-write when available | Joas Schilling | 2017-03-02 | 2 | -4/+24 |
| * | | | | Don't waste energy unless necessary | Joas Schilling | 2017-03-02 | 2 | -16/+21 |
| |/ / / |
|
* / / / | handle non existing owners when handling dav requests | Robin Appelman | 2017-03-02 | 1 | -3/+10 |
|/ / / |
|
* | | | Properly handle groups with a / | Roeland Jago Douma | 2017-02-27 | 2 | -4/+4 |
* | | | Merge pull request #3598 from nextcloud/issue-3583-shared-addressbooks-fail-o... | Roeland Jago Douma | 2017-02-24 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Use the correct principal for shared addressbooks | Joas Schilling | 2017-02-23 | 1 | -1/+1 |
* | | | | Clean up single user mode | Morris Jobke | 2017-02-22 | 1 | -3/+0 |
|/ / / |
|
* | | | this is public | John Molakvoæ (skjnldsv) | 2017-02-14 | 1 | -1/+1 |
* | | | getUsersOwnAddressBooks | John Molakvoæ (skjnldsv) | 2017-02-14 | 2 | -1/+28 |
* | | | Merge pull request #3430 from nextcloud/fix-ios-client-detection | Morris Jobke | 2017-02-10 | 1 | -4/+3 |
|\ \ \ |
|
| * | | | Fix detection of the new iOS app | Joas Schilling | 2017-02-10 | 1 | -4/+3 |
| |/ / |
|
* / / | Add integration tests for legacy DAV endpoints | Lukas Reschke | 2017-02-10 | 2 | -1/+19 |
|/ / |
|
* | | fix shared-as-busy events for owner | Georg Ehrke | 2017-01-26 | 1 | -1/+7 |
* | | Make sure the used event type and the setting/filter are the same | Joas Schilling | 2017-01-10 | 2 | -2/+2 |
* | | Merge pull request #2512 from nextcloud/cleanup-system-tag-usage | Roeland Jago Douma | 2017-01-06 | 1 | -3/+4 |
|\ \ |
|
| * | | Only allow admins to delete tags | Joas Schilling | 2016-12-06 | 1 | -3/+4 |
* | | | Fix generation of birthday, deathdate and anniversary in case where no year i... | Thomas Müller | 2017-01-05 | 1 | -6/+39 |
* | | | Merge pull request #2850 from nextcloud/downstream-26603 | Roeland Jago Douma | 2017-01-02 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Fixed size issues on main detail view and disappearing of share recipients (#... | Michael Jobst | 2016-12-23 | 1 | -0/+3 |
* | | | | Fix legacy caldav endpoints | Roeland Jago Douma | 2017-01-02 | 3 | -31/+22 |
* | | | | Add test execution against legacy DAV backend | Lukas Reschke | 2017-01-02 | 1 | -1/+1 |
|/ / / |
|
* | | | Return explicit values instead of boolean from sabre (#26654) | Sergio Bertolín | 2016-12-22 | 1 | -1/+5 |
* | | | Merge pull request #2758 from nextcloud/only-one-dav-backend | Lukas Reschke | 2016-12-21 | 3 | -25/+28 |
|\ \ \ |
|
| * | | | Fix error when $view is null when being passed into some plugins | Thomas Müller | 2016-12-19 | 2 | -24/+27 |
| * | | | Fix "Call to a member function getUID() on null" | Thomas Müller | 2016-12-19 | 1 | -0/+1 |
| * | | | Allow registration of federated auth | Thomas Müller | 2016-12-19 | 1 | -4/+3 |
| * | | | Register only one dav auth backend | Thomas Citharel | 2016-12-19 | 1 | -4/+4 |
* | | | | Merge pull request #2273 from nextcloud/fix_invalid_calendar | Lukas Reschke | 2016-12-20 | 2 | -0/+134 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add DAV repair step to fix calendar data | Roeland Jago Douma | 2016-11-24 | 2 | -0/+134 |
* | | | | Merge pull request #2625 from nextcloud/fix-todo-filter | Roeland Jago Douma | 2016-12-16 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix the Todos filter | Joas Schilling | 2016-12-12 | 1 | -1/+1 |
* | | | | | Don't set Content-Disposition header if one already exists | Lukas Reschke | 2016-12-14 | 1 | -2/+4 |
|/ / / / |
|
* | / / | Overwrite the schedule target calendar with the personal one and create it if... | Joas Schilling | 2016-12-09 | 2 | -0/+66 |
| |/ /
|/| | |
|
* | | | Merge pull request #1934 from nextcloud/move-latly-used-tags-to-the-top | Morris Jobke | 2016-12-05 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | First list tags the user used lately | Joas Schilling | 2016-11-07 | 1 | -1/+1 |