Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-07-12 | 2 | -20/+20 |
|/ | |||||
* | Merge pull request #5483 from nextcloud/issue-5075-png-files-for-activity-emails | Morris Jobke | 2017-07-07 | 3 | -3/+15 |
|\ | | | | | Use PNGs for icons in activity emails | ||||
| * | Use PNG version of the icons for shipped activities | Joas Schilling | 2017-06-20 | 3 | -3/+15 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | fix and extend dav test to also test the master-key setup | Bjoern Schiessle | 2017-07-06 | 2 | -0/+52 |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | Don't log passwords on dav exceptions | Joas Schilling | 2017-06-29 | 2 | -24/+7 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-26 | 2 | -0/+98 |
| | | |||||
* | | Enhance the logging if the part file can not be renamed | Morris Jobke | 2017-06-22 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-17 | 2 | -2/+2 |
| | |||||
* | Merge pull request #5124 from nextcloud/allow-dirlisting-with-unreadable-items | Joas Schilling | 2017-06-16 | 2 | -4/+11 |
|\ | | | | | Allow dir-listing also when one child is blocked by access control | ||||
| * | Fix unit test | Joas Schilling | 2017-06-07 | 1 | -4/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Allow dir-listing also when one child is blocked by access control | Joas Schilling | 2017-05-26 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #5298 from ↵ | Morris Jobke | 2017-06-14 | 5 | -0/+20 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/4885/calendar_shares_url_special_char_issue urldecode group principals in Cal- and CardDAV backend | ||||
| * | | urldecode group principals in Cal- and CardDAV backend | Georg Ehrke | 2017-06-12 | 5 | -0/+20 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | Merge pull request #5300 from ↵ | Morris Jobke | 2017-06-14 | 2 | -0/+12 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix_proppatch_requests_to_groupshares allow users to send PropPatch request when calendar is group-shared with them | ||||
| * | | | allow users to send PropPatch request when calendar is group-shared with them | Georg Ehrke | 2017-06-08 | 2 | -0/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-15 | 2 | -0/+2 |
| | | | | |||||
* | | | | Merge pull request #5295 from ↵ | Morris Jobke | 2017-06-13 | 2 | -0/+11 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/5077/allow_proppatches_to_birthday_calendar allow PropPatch requests to contact_birthdays | ||||
| * | | | | allow PropPatch requests to contact_birthdays | Georg Ehrke | 2017-06-08 | 2 | -0/+11 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | / / | Prevent sending second WWW-Authenticate header | Lukas Reschke | 2017-06-13 | 2 | -3/+23 |
| |/ / |/| | | | | | | | | | | | | | | | | | | | | Overrides \Sabre\DAV\Auth\Backend\AbstractBearer::challenge to prevent sending a second WWW-Authenticate header which is standard-compliant but most DAV clients simply fail hard. Fixes https://github.com/nextcloud/server/issues/5088 Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | add missing parent::setUp that broke any other dav app test | Georg Ehrke | 2017-06-08 | 1 | -0/+1 |
|/ / | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-07 | 2 | -0/+98 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-04 | 2 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-03 | 6 | -18/+20 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-06-01 | 2 | -0/+98 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-30 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-27 | 2 | -0/+2 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-25 | 2 | -0/+98 |
| | |||||
* | Merge pull request #5004 from ↵ | Roeland Jago Douma | 2017-05-23 | 2 | -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 table | Georg Ehrke | 2017-05-21 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-23 | 2 | -0/+2 |
| | | |||||
* | | Bump app versions as well | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Adjust version requirement | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-05-19 | 2 | -0/+2 |
| | |||||
* | Adjust realm from SabreDAV to Nextcloud | Lukas Reschke | 2017-05-18 | 1 | -0/+4 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> |