summaryrefslogtreecommitdiffstats
path: root/apps/dav
Commit message (Collapse)AuthorAgeFilesLines
* add admin settings panel for dav appGeorg Ehrke2017-10-165-1/+199
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.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>
* [tx-robot] updated from transifexNextcloud bot2017-08-0950-50/+0
|
* Fix file size comparisonJoas Schilling2017-08-011-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix comparisons in the dav appJoas Schilling2017-08-017-9/+9
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix sabre testRoeland Jago Douma2017-08-011-3/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [DAV] Fix URLUtil::splitPath usageRoeland Jago Douma2017-08-0114-23/+23
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [DAV][CalDAV] FixesRoeland Jago Douma2017-08-015-14/+15
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Stricter phan config fixesLukas Reschke2017-08-011-5/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2017-07-302-2/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-07-272-2/+80
|
* refactor chunked assembly streamRobin Appelman2017-07-211-56/+32
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #5803 from nextcloud/fix-public-linksMorris Jobke2017-07-211-1/+3
|\ | | | | fix preview for public links
| * fix preview for public linksBjoern Schiessle2017-07-201-1/+3
| | | | | | | | | | | | | | | | in case a user is already logged in on the same server from which the public link comes from, we need to setup the owners file system in order to show the preview Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-202-0/+11
|/ | | | | | | | | | This adds a phan plugin which checks for SQL injections on code using our QueryBuilder, while it isn't perfect it should already catch most potential issues. As always, static analysis will sometimes have false positives and this is also here the case. So in some cases the analyzer just doesn't know if something is potential user input or not, thus I had to add some `@suppress SqlInjectionChecker` in front of those potential injections. The Phan plugin hasn't the most awesome code but it works and I also added a file with test cases. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #5734 from nextcloud/only-readable-chars-in-share-tokensJoas Schilling2017-07-191-1/+1
|\ | | | | Only use readable chars in Share Tokens
| * Only use readable chars in Share TokensJoas Schilling2017-07-181-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2017-07-152-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-07-132-14/+14
| |