aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* add missing parent::setUp that broke any other dav app testGeorg Ehrke2017-06-081-0/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* [tx-robot] updated from transifexNextcloud bot2017-06-072-0/+98
|
* [tx-robot] updated from transifexNextcloud bot2017-06-042-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-036-18/+20
|
* [tx-robot] updated from transifexNextcloud bot2017-06-012-0/+98
|
* [tx-robot] updated from transifexNextcloud bot2017-05-302-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-272-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-252-0/+98
|
* Merge pull request #5004 from ↵Roeland Jago Douma2017-05-232-2/+2
|\ | | | | | | | | nextcloud/bugfix/fix_replacing_4mbunicode_for_calendar_properties_table fix replacing of 4MB Unicode Chars in cal props table
| * fix replacing of 4MB Unicode Chars in cal props tableGeorg Ehrke2017-05-212-2/+2
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | [tx-robot] updated from transifexNextcloud bot2017-05-232-0/+2
| |
* | Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Adjust version requirementJoas Schilling2017-05-221-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-05-192-0/+2
|
* Adjust realm from SabreDAV to NextcloudLukas Reschke2017-05-181-0/+4
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-184-6/+17
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use Bearer backend for SabreDAVLukas Reschke2017-05-184-12/+172
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Add basic implementation for OAuth 2.0 Authorization Code FlowLukas Reschke2017-05-181-0/+13
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2017-05-182-0/+24
|
* [tx-robot] updated from transifexNextcloud bot2017-05-174-20/+22
|
* [tx-robot] updated from transifexNextcloud bot2017-05-172-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-162-0/+2
|
* Revert "fix objectstore rename"Roeland Jago Douma2017-05-151-1/+0
| | | | | | This reverts commit 5334a3dc337b5883763ac8e1eaef58c1a435144b. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-05-132-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-114-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-05-1014-0/+14
|
* Stop if user folder is not availableMorris Jobke2017-05-091-0/+4
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Do not list system users in contacts menu if sharing autocompletion is disabledChristoph Wurst2017-05-091-2/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2017-05-092-0/+2
|
* Merge pull request #4621 from nextcloud/fix_readonly_shared_calendar_proppatchMorris Jobke2017-05-083-2/+11
|\ | | | | fix PROPPATCH requests to read-only shared calendars
| * fix PROPPATCH requests to read-only shared calendarsGeorg Ehrke2017-05-083-2/+11
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #4675 from nextcloud/fix_4651Morris Jobke2017-05-088-245/+476
|\ \ | | | | | | Create a photo cache to speedup the contactsmenu
| * | Fix initRoeland Jago Douma2017-05-082-2/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Fix ImageExportPluginTestRoeland Jago Douma2017-05-082-129/+115
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | No more XSSRoeland Jago Douma2017-05-081-1/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Clear cache on vcard change/deleteRoeland Jago Douma2017-05-083-8/+31
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Request proper size for contacts menuRoeland Jago Douma2017-05-082-72/+7
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Cache the carddav photo endpointRoeland Jago Douma2017-05-084-19/+281
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Always dispatch Carddav eventsRoeland Jago Douma2017-05-083-33/+58
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | fix error when browsing the dav rootRobin Appelman2017-05-081-4/+3
|/ / | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-05-082-2/+2
| |
* | Enforce type hints in dav appMorris Jobke2017-05-042-2/+6
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | check password for mail shares as wellBjoern Schiessle2017-05-042-2/+52
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Fix testsRoeland Jago Douma2017-05-021-1/+15
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Add caching to the imageexport pluginRoeland Jago Douma2017-05-021-0/+5
|/ | | | | | | | | | | Since we now heavily use this endpoint for the contacts menu we better set proper caching on the images. Else this gets reload over and over again leading to slow loading menu and unneded bytes transfered. * cache for 1 hour by default * added ETag for validation Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2017-05-012-0/+96
|
* Merge pull request #4098 from nextcloud/feature/caldav_searchMorris Jobke2017-04-2818-1/+1761
|\ | | | | add Nextcloud Search extension to CalDAV
| * rename calendarobjects_properties -> calendarobjects_propsGeorg Ehrke2017-04-282-3/+3
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * unit test custom calendar searchGeorg Ehrke2017-04-283-22/+162
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * require at least one param or prop filter elementGeorg Ehrke2017-04-252-1/+9
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>