Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add admin settings panel for dav app | Georg Ehrke | 2017-10-16 | 5 | -1/+199 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-04 | 2 | -0/+96 |
| | |||||
* | Merge pull request #6563 from nextcloud/bigint-ids | Morris Jobke | 2017-09-29 | 2 | -1/+36 |
|\ | | | | | Migrate ID columns to bigint | ||||
| * | Fix copy paste errors | Joas Schilling | 2017-09-29 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Restore the sequencial order | Joas Schilling | 2017-09-29 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Migrate ids to bigint in the dav app | Joas Schilling | 2017-09-29 | 1 | -0/+35 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-29 | 2 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-28 | 4 | -24/+118 |
| | |||||
* | Merge pull request #6633 from nextcloud/dav-remove-like-when-not-needed | Joas Schilling | 2017-09-25 | 1 | -1/+5 |
|\ | | | | | Don't add a LIKE condition when it's not needed | ||||
| * | Don't add a LIKE condition when it's not needed | Thomas Citharel | 2017-09-25 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Add indexes to cards and cards_properties tables | Roeland Jago Douma | 2017-09-25 | 2 | -1/+51 |
|/ | | | | | | Fixes #6170 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Increase version | Joas Schilling | 2017-09-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix unsigned state | Joas Schilling | 2017-09-19 | 1 | -0/+36 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix migration naming | Joas Schilling | 2017-09-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #6264 from nextcloud/dav-migrations | Roeland Jago Douma | 2017-09-19 | 3 | -802/+481 |
|\ | | | | | Move DAV app to migrations | ||||
| * | Move DAV app to migrations | Roeland Jago Douma | 2017-09-18 | 3 | -802/+481 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Revert "Do not list system users in contacts menu if sharing autocompletion ↵ | Lukas Reschke | 2017-09-15 | 1 | -8/+2 |
|/ | | | | | | is disabled" This reverts commit 56a9084dd2f9a5726a74e1e789773558fade8b44. | ||||
* | Fix quota calculation on new dav upload endpoint | Roeland Jago Douma | 2017-09-13 | 4 | -21/+88 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #5304 from ↵ | Morris Jobke | 2017-09-06 | 4 | -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 DateTime | Georg Ehrke | 2017-09-05 | 2 | -7/+13 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | don't send invitation emails for past events | Georg Ehrke | 2017-09-05 | 4 | -5/+128 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Merge pull request #5415 from nextcloud/search-cache-node | Morris Jobke | 2017-09-06 | 6 | -15/+55 |
|\ \ | |/ |/| | cache nodes from search results | ||||
| * | Fix test | Robin Appelman | 2017-08-26 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | cache nodes from search results | Robin Appelman | 2017-08-26 | 5 | -12/+52 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #6309 from nextcloud/new-dav-event | Roeland Jago Douma | 2017-09-04 | 2 | -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 used | Bjoern Schiessle | 2017-08-30 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
| * | | add a new dav event to allow apps to register their own sabredav plugins | Bjoern Schiessle | 2017-08-30 | 1 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | not to backquote LIMIT on CalDavBackend.php | nhirokinet | 2017-09-03 | 1 | -1/+1 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-08-30 | 2 | -4/+4 |
| | | | |||||
* | | | Merge pull request #4925 from nextcloud/error-styling | Morris Jobke | 2017-08-29 | 1 | -3/+2 |
|\ \ \ | |/ / |/| | | Improve design and wording of various error messages | ||||
| * | | Improve design of various error messages | Jan-Christoph Borchardt | 2017-08-12 | 1 | -3/+2 |
| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | add propfind to detect encryption status | Bjoern Schiessle | 2017-08-28 | 1 | -1/+7 |
| |/ |/| | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Do not log WebDAV maintenance mode exception | Morris Jobke | 2017-08-15 | 2 | -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 transifex | Nextcloud bot | 2017-08-09 | 50 | -50/+0 |
| | |||||
* | Fix file size comparison | Joas Schilling | 2017-08-01 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix comparisons in the dav app | Joas Schilling | 2017-08-01 | 7 | -9/+9 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix sabre test | Roeland Jago Douma | 2017-08-01 | 1 | -3/+5 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [DAV] Fix URLUtil::splitPath usage | Roeland Jago Douma | 2017-08-01 | 14 | -23/+23 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [DAV][CalDAV] Fixes | Roeland Jago Douma | 2017-08-01 | 5 | -14/+15 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Stricter phan config fixes | Lukas Reschke | 2017-08-01 | 1 | -5/+3 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-30 | 2 | -2/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-27 | 2 | -2/+80 |
| | |||||
* | refactor chunked assembly stream | Robin Appelman | 2017-07-21 | 1 | -56/+32 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #5803 from nextcloud/fix-public-links | Morris Jobke | 2017-07-21 | 1 | -1/+3 |
|\ | | | | | fix preview for public links | ||||
| * | fix preview for public links | Bjoern Schiessle | 2017-07-20 | 1 | -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 injections | Lukas Reschke | 2017-07-20 | 2 | -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-tokens | Joas Schilling | 2017-07-19 | 1 | -1/+1 |
|\ | | | | | Only use readable chars in Share Tokens | ||||
| * | Only use readable chars in Share Tokens | Joas Schilling | 2017-07-18 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-15 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-13 | 2 | -14/+14 |
| | |