summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* Use ::class in test mocksMorris Jobke2017-10-2440-248/+338
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-10-2424-38/+134
|
* Merge pull request #6892 from nextcloud/rakekniven-patch-2Lukas Reschke2017-10-231-1/+1
|\ | | | | Update settings-admin-caldav.php
| * Update settings-admin-caldav.phprakekniven2017-10-211-1/+1
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-232-2/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-10-226-6/+24
|/
* [tx-robot] updated from transifexNextcloud bot2017-10-2112-12/+44
|
* Merge pull request #6811 from nextcloud/feature/noid/disable_caldav_invitationsJoas Schilling2017-10-197-3/+209
|\ | | | | Opt out of IMip CalDAV Plugin
| * Make it possible to opt out of IMip Plugin for CalDAVGeorg Ehrke2017-10-162-2/+10
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * add admin settings panel for dav appGeorg Ehrke2017-10-165-1/+199
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #6835 from nextcloud/dav-plugins-from-apps-onlyLukas Reschke2017-10-195-4/+291
|\ \ | | | | | | Let apps register Sabre plugins or collections (v2)
| * | Dav: codestyle fixes in PluginManagerJulius Härtl2017-10-141-8/+8
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Let apps register Sabre plugins or collectionsVincent Petry2017-10-145-4/+291
| | | | | | | | | | | | | | | | | | upstream #26761 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #6791 from nextcloud/fix-test-warningsRoeland Jago Douma2017-10-151-1/+1
|\ \ \ | |/ / |/| | Fix test warnings
| * | Fix tests with group managerJoas Schilling2017-10-091-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Use ::class to avoid errorsJoas Schilling2017-10-131-6/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix class name, regression from 44cf67accdc294f46bf82b3f8661f353dc5e22f0Joas Schilling2017-10-131-1/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / Check if the user/group exists for dav sharesJoas Schilling2017-10-0511-30/+96
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-10-042-0/+96
|
* Merge pull request #6563 from nextcloud/bigint-idsMorris Jobke2017-09-292-1/+36
|\ | | | | Migrate ID columns to bigint
| * Fix copy paste errorsJoas Schilling2017-09-291-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Restore the sequencial orderJoas Schilling2017-09-292-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Migrate ids to bigint in the dav appJoas Schilling2017-09-291-0/+35
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-09-292-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2017-09-284-24/+118
|
* Merge pull request #6633 from nextcloud/dav-remove-like-when-not-neededJoas Schilling2017-09-251-1/+5
|\ | | | | Don't add a LIKE condition when it's not needed
| * Don't add a LIKE condition when it's not neededThomas Citharel2017-09-251-1/+5
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add indexes to cards and cards_properties tablesRoeland Jago Douma2017-09-252-1/+51
|/ | | | | | Fixes #6170 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Increase versionJoas Schilling2017-09-191-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix unsigned stateJoas Schilling2017-09-191-0/+36
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix migration namingJoas Schilling2017-09-191-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #6264 from nextcloud/dav-migrationsRoeland Jago Douma2017-09-193-802/+481
|\ | | | | Move DAV app to migrations
| * Move DAV app to migrationsRoeland Jago Douma2017-09-183-802/+481
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Revert "Do not list system users in contacts menu if sharing autocompletion ↵Lukas Reschke2017-09-151-8/+2
|/ | | | | | is disabled" This reverts commit 56a9084dd2f9a5726a74e1e789773558fade8b44.
* Fix quota calculation on new dav upload endpointRoeland Jago Douma2017-09-134-21/+88
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #5304 from ↵Morris Jobke2017-09-064-5/+134
|\ | | | | | | | | nextcloud/bugfix/2855/dont_send_invitations_for_past_events don't send invitation emails for past events
| * Sabre/VObject returns DateTimeImmutable, not a simple DateTimeGeorg Ehrke2017-09-052-7/+13
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
| * don't send invitation emails for past eventsGeorg Ehrke2017-09-054-5/+128
| | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | Merge pull request #5415 from nextcloud/search-cache-nodeMorris Jobke2017-09-066-15/+55
|\ \ | |/ |/| cache nodes from search results
| * Fix testRobin Appelman2017-08-261-3/+3
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * cache nodes from search resultsRobin Appelman2017-08-265-12/+52
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #6309 from nextcloud/new-dav-eventRoeland Jago Douma2017-09-042-0/+8
|\ \ | | | | | | add a new dav event to allow apps to register their own sabredav plugins
| * | also allow to register additional plugins if the old endpoint is usedBjoern Schiessle2017-08-301-0/+5
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | add a new dav event to allow apps to register their own sabredav pluginsBjoern Schiessle2017-08-301-0/+3
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | not to backquote LIMIT on CalDavBackend.phpnhirokinet2017-09-031-1/+1
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-08-302-4/+4
| | |
* | | Merge pull request #4925 from nextcloud/error-stylingMorris Jobke2017-08-291-3/+2
|\ \ \ | |/ / |/| | Improve design and wording of various error messages
| * | Improve design of various error messagesJan-Christoph Borchardt2017-08-121-3/+2
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | add propfind to detect encryption statusBjoern Schiessle2017-08-281-1/+7
| |/ |/| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Do not log WebDAV maintenance mode exceptionMorris Jobke2017-08-152-3/+10
|/ | | | | | Log the maintenance mode exception only in debug level. Fixes #6124 Signed-off-by: Morris Jobke <hey@morrisjobke.de>