Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-13 | 2 | -0/+4 |
| | |||||
* | Merge pull request #9148 from nextcloud/dav-read-exception | Roeland Jago Douma | 2018-04-11 | 1 | -1/+5 |
|\ | | | | | transform exception during file read to sabre exceptions | ||||
| * | transform exception during file read to sabre exceptions | Robin Appelman | 2018-04-11 | 1 | -1/+5 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #9097 from nextcloud/bugfix/7661/use_mb_substr | Julius Härtl | 2018-04-11 | 1 | -2/+2 |
|\ \ | |/ |/| | Use multibyte substring | ||||
| * | Use multibyte substring | Roeland Jago Douma | 2018-04-05 | 1 | -2/+2 |
| | | | | | | | | | | | | Fixes #7661 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #8946 from nextcloud/log-exceptions-as-nested-array-2 | Morris Jobke | 2018-04-11 | 1 | -8/+18 |
|\ \ | | | | | | | Log exceptions as nested array instead of encoded json | ||||
| * | | adjust tests to new exception log format | Robin Appelman | 2018-04-11 | 1 | -8/+18 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | more consistent naming | Arthur Schiwon | 2018-04-05 | 1 | -6/+6 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | admin_audit and dav listen to announce and revoke signals | Arthur Schiwon | 2018-04-05 | 1 | -0/+18 |
|/ | | | | | | also place them in doc Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-05 | 2 | -0/+2 |
| | |||||
* | Merge pull request #8996 from brandonkirsch/fix-onenote-dav | Morris Jobke | 2018-04-03 | 2 | -2/+2 |
|\ | | | | | Fix webdav support for OneNote clients | ||||
| * | Fix webdav support for OneNote clients | Brandon Kirsch | 2018-03-26 | 2 | -2/+2 |
| | | |||||
* | | Merge pull request #9006 from ↵ | Morris Jobke | 2018-04-03 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/8977/ignore_encrypted_custom_properties Do not treat is-encrypted as custom property | ||||
| * | | Do not treat is-encrypted as customer property | Roeland Jago Douma | 2018-03-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | fixes #8977 Else for all files in a folder we would launch off more queries. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-03 | 2 | -0/+76 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-02 | 2 | -0/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-31 | 4 | -2/+10 |
|/ / | |||||
* / | MethodNotAllowed is not a Fatal error | Roeland Jago Douma | 2018-03-26 | 1 | -0/+4 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-26 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-23 | 2 | -0/+2 |
| | |||||
* | Make displayname selectable | Roeland Jago Douma | 2018-03-22 | 1 | -1/+1 |
| | | | | It is dav. so if it is not properly set we just return a 404 anyway. | ||||
* | Merge pull request #8255 from nextcloud/bugfix/noid/group-display-name | blizzz | 2018-03-15 | 4 | -26/+61 |
|\ | | | | | Full implement group display names | ||||
| * | Fixed caldav tests and metadata 2 | John Molakvoæ (skjnldsv) | 2018-03-08 | 1 | -1/+7 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | Fix group displaynames in activity | Joas Schilling | 2018-03-08 | 3 | -25/+54 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #8112 from nextcloud/fix-integer-overflow | Morris Jobke | 2018-03-09 | 1 | -1/+4 |
|\ \ | | | | | | | Fix integer overflow in ChunkingPlugin | ||||
| * | | Fix integer overflow in ChunkingPlugin | Morris Jobke | 2018-03-06 | 1 | -1/+4 |
| |/ | | | | | | | | | | | Avoids errors when the size exceeds MAX_INT because of the cast to int. Better cast it to float to avoid this. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-09 | 2 | -2/+6 |
| | | |||||
* | | emit pre-hooks earlier when not using part files | Robin Appelman | 2018-03-08 | 1 | -5/+3 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-03-02 | 2 | -0/+2 |
| | |||||
* | Loglevel is an int | Roeland Jago Douma | 2018-02-27 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make ILogger strict | Roeland Jago Douma | 2018-02-27 | 1 | -1/+1 |
| | | | | | | | * Make implementations strict * Add scalar typehints Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-27 | 2 | -0/+2 |
| | |||||
* | Fix dav server test | Roeland Jago Douma | 2018-02-22 | 1 | -0/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-21 | 2 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-20 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-19 | 2 | -0/+2 |
| | |||||
* | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -15/+22 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #8335 from nextcloud/remove-unused-import | Morris Jobke | 2018-02-14 | 17 | -23/+0 |
|\ | | | | | Remove unused import statements | ||||
| * | Remove unused import statements | Morris Jobke | 2018-02-14 | 17 | -23/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Simplify return statement | Morris Jobke | 2018-02-13 | 3 | -7/+3 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-13 | 8 | -6/+174 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-12 | 24 | -0/+30 |
| | |||||
* | Merge pull request #8023 from nextcloud/webdavsearch_limit_order_fixing | Morris Jobke | 2018-02-08 | 2 | -55/+138 |
|\ | | | | | Respect limit and order in webdav search | ||||
| * | adjust tests | Robin Appelman | 2018-02-07 | 1 | -17/+21 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | CacheJail should apply limit and offset after searching | Roeland Jago Douma | 2018-02-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Else the results might not be correct. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Adjust to updated searchdav library | Robin Appelman | 2018-02-07 | 1 | -67/+51 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Respect limit and order in webdav search | Roeland Jago Douma | 2018-02-07 | 1 | -3/+98 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | keep previous exception when transforming to dav exception | Robin Appelman | 2018-02-07 | 2 | -5/+6 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-07 | 2 | -0/+4 |
| | |||||
* | Add all parameters to returnValueMap | Julius Härtl | 2018-01-31 | 1 | -2/+2 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> |