| Commit message (Expand) | Author | Age | Files | Lines |
* | If the parent is not cached we should request the file | Roeland Jago Douma | 2018-12-07 | 1 | -3/+3 |
* | Merge pull request #12836 from nextcloud/backport/12624/stable15 | Morris Jobke | 2018-12-05 | 2 | -2/+2 |
|\ |
|
| * | Fix wrong used type | Joas Schilling | 2018-12-05 | 2 | -2/+2 |
* | | No DAV user enumeration if disabled | Roeland Jago Douma | 2018-12-05 | 4 | -1/+61 |
|/ |
|
* | Fix the system address book | Roeland Jago Douma | 2018-12-04 | 1 | -7/+8 |
* | Only run the AnonymousOptionsPlugion on Anonymous requests | Roeland Jago Douma | 2018-12-04 | 1 | -1/+1 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-12-04 | 2 | -0/+8 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-29 | 2 | -2/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-27 | 2 | -0/+30 |
* | extend anonymous options to work on every dav url | Robin Appelman | 2018-11-23 | 2 | -2/+2 |
* | Merge pull request #12500 from nextcloud/swift-object-not-found | Morris Jobke | 2018-11-20 | 1 | -0/+4 |
|\ |
|
| * | forward object not found error in switch as dav 404 | Robin Appelman | 2018-11-19 | 1 | -0/+4 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-18 | 2 | -0/+2 |
|/ |
|
* | Merge pull request #12458 from nextcloud/bugfix/dav_shares_hickup | Morris Jobke | 2018-11-15 | 4 | -32/+36 |
|\ |
|
| * | fix caldav tests | Georg Ehrke | 2018-11-15 | 2 | -18/+18 |
| * | fixes dav share issue with owner | Georg Ehrke | 2018-11-14 | 2 | -14/+18 |
* | | Merge pull request #12447 from nextcloud/bugfix/12446/fix-oracle-install-again | Morris Jobke | 2018-11-15 | 5 | -2/+63 |
|\ \ |
|
| * | | Shorten index name of calendar changes table | Joas Schilling | 2018-11-14 | 5 | -2/+63 |
| |/ |
|
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-15 | 2 | -76/+148 |
* | | Load apps that have a dav type set before the dav server plugins | Julius Härtl | 2018-11-14 | 2 | -3/+2 |
|/ |
|
* | Merge pull request #12275 from nextcloud/bugfix/11975/oracle_calendar_subscri... | Morris Jobke | 2018-11-13 | 8 | -12/+221 |
|\ |
|
| * | Fix Calendarsubscriptions source column change on Oracle | Georg Ehrke | 2018-11-13 | 8 | -12/+221 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-13 | 24 | -24/+0 |
* | | Merge pull request #11942 from nextcloud/techdebt/noid/use-count-function | Morris Jobke | 2018-11-12 | 2 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 2 | -3/+3 |
* | | Fix displayName return of dav groups request | John Molakvoæ (skjnldsv) | 2018-11-10 | 2 | -48/+17 |
|/ |
|
* | cache webcal calendars on server | Georg Ehrke | 2018-11-07 | 20 | -116/+2379 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-07 | 2 | -0/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-11-06 | 2 | -0/+14 |
* | Allow writing an empty file with the new writeStream | Roeland Jago Douma | 2018-11-05 | 1 | -0/+4 |
* | Phpunit tests | John Molakvoæ (skjnldsv) | 2018-11-05 | 1 | -25/+112 |
* | Add check for vCard uid | John Molakvoæ (skjnldsv) | 2018-11-05 | 1 | -0/+13 |
* | Merge pull request #12004 from nextcloud/dl-vcf-groups-plugin | John Molakvoæ | 2018-11-05 | 4 | -0/+126 |
|\ |
|
| * | Added multi-get vcf download plugin | John Molakvoæ (skjnldsv) | 2018-11-04 | 4 | -0/+126 |
* | | Merge pull request #12265 from nextcloud/dav-bump | Roeland Jago Douma | 2018-11-05 | 2 | -7/+9 |
|\ \ |
|
| * | | bump dav version for migration | John Molakvoæ (skjnldsv) | 2018-11-05 | 2 | -7/+9 |
| |/ |
|
* | | Fix tests | Roeland Jago Douma | 2018-11-04 | 2 | -20/+10 |
* | | Do not log FileLock as exception | Roeland Jago Douma | 2018-11-04 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #12071 from nextcloud/addressbook-uid-check-migration | Roeland Jago Douma | 2018-11-02 | 5 | -23/+109 |
|\ |
|
| * | Phpunit fix | John Molakvoæ (skjnldsv) | 2018-11-02 | 2 | -25/+36 |
| * | Update PHPDoc to reflect the actual behaviour | Morris Jobke | 2018-11-01 | 1 | -2/+2 |
| * | move migration | John Molakvoæ (skjnldsv) | 2018-11-01 | 4 | -2/+67 |
| * | Properly set uid and create and update | John Molakvoæ (skjnldsv) | 2018-11-01 | 1 | -3/+13 |
* | | Merge pull request #12148 from nextcloud/suppress-wrong-audit-log-message | Roeland Jago Douma | 2018-11-02 | 1 | -2/+3 |
|\ \ |
|
| * | | first check if the user is already logged in and then try to authenticate via... | Bjoern Schiessle | 2018-10-30 | 1 | -2/+3 |
* | | | Fix tests | Roeland Jago Douma | 2018-11-01 | 1 | -6/+6 |
| |/
|/| |
|
* | | fix writeStream for jail wrapper | Robin Appelman | 2018-10-31 | 1 | -1/+1 |
* | | update dav tests | Robin Appelman | 2018-10-31 | 1 | -3/+3 |
* | | extend storage api to allow directly writing a stream to storage | Robin Appelman | 2018-10-31 | 1 | -11/+16 |
* | | Merge pull request #12020 from nextcloud/bugfix/11795/calendar_invitation_fal... | blizzz | 2018-10-30 | 1 | -1/+1 |
|\ \ |
|