Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-18 | 10 | -10/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-17 | 10 | -10/+10 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-12 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-10 | 2 | -0/+2 |
| | |||||
* | Merge pull request #9029 from nextcloud/settings-restructure | Morris Jobke | 2018-05-07 | 2 | -2/+2 |
|\ | | | | | Restructure server settings | ||||
| * | Fix settings tests | Julius Härtl | 2018-05-03 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | Move dav settings to main server settings | Julius Härtl | 2018-05-03 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #9355 from nextcloud/dav-upload-lock | Morris Jobke | 2018-05-03 | 1 | -1/+10 |
|\ \ | |/ |/| | only allow a single concurrent dav write to a file | ||||
| * | only allow a single concurrent dav write to a file | Robin Appelman | 2018-04-26 | 1 | -1/+10 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #9293 from nextcloud/feature/9166/custom-auditlogfile | Morris Jobke | 2018-05-02 | 1 | -1/+1 |
|\ \ | | | | | | | option for a seperate audit log file | ||||
| * | | use SystemConfig, less dependencies, and not publicly needed | Arthur Schiwon | 2018-04-26 | 1 | -2/+1 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | fix dav test | Arthur Schiwon | 2018-04-26 | 1 | -1/+2 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | destaticfy Log classes | Arthur Schiwon | 2018-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #9346 from nextcloud/techdep/noid/needsPartFile_to_storage | Morris Jobke | 2018-05-02 | 1 | -17/+5 |
|\ \ \ | | | | | | | | | Use an actual function of the storage to determine needsPartFile | ||||
| * | | | Use an actual function of the storage to determine needsPartFile | Roeland Jago Douma | 2018-05-01 | 1 | -17/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have a function for it so better to override that. Also because other codes that might check this should get the right value. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | | External mount does not get DELETE and UPDATE if readonly | Roeland Jago Douma | 2018-05-01 | 1 | -1/+1 |
|/ / / | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #9178 from nextcloud/feature/9142/directdownload | Morris Jobke | 2018-05-01 | 17 | -2/+1238 |
|\ \ \ | | | | | | | | | Add directdownload endpoint | ||||
| * | | | Improve the directContoller | Roeland Jago Douma | 2018-04-26 | 2 | -15/+169 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Tests * No directdownload from storage yet (as it is not tested at all) * No direct links for folders Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | Add tests for DirectFile and DirectHome | Roeland Jago Douma | 2018-04-26 | 3 | -1/+315 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | Throttle requests to unknown tokens | Roeland Jago Douma | 2018-04-26 | 3 | -5/+28 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | Add backgroundjob to cleanup expired direct links | Roeland Jago Douma | 2018-04-26 | 5 | -2/+74 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | Check if a direct link is expired | Roeland Jago Douma | 2018-04-26 | 2 | -21/+31 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | Add directDownload support of storage | Roeland Jago Douma | 2018-04-26 | 2 | -12/+16 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | No listing | Roeland Jago Douma | 2018-04-26 | 1 | -12/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | Dav endpoint returns proper data | Roeland Jago Douma | 2018-04-26 | 5 | -15/+90 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | Request a direct link | Roeland Jago Douma | 2018-04-26 | 2 | -5/+53 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | First step of DAV endpoint | Roeland Jago Douma | 2018-04-26 | 9 | -1/+372 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | Add DB mapping | Roeland Jago Douma | 2018-04-26 | 2 | -0/+93 |
| | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | | | Add directdownload table | Roeland Jago Douma | 2018-04-26 | 2 | -1/+81 |
| | |/ | |/| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-27 | 2 | -2/+2 |
| |/ |/| | |||||
* | | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #9255 from nextcloud/less-deprecated-calls | Roeland Jago Douma | 2018-04-23 | 1 | -3/+3 |
|\ | | | | | Less deprecated calls to OCP\Util::writeLog | ||||
| * | Less deprecated calls to OCP\Util::writeLog | Morris Jobke | 2018-04-22 | 1 | -3/+3 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-22 | 2 | -4/+6 |
|/ | |||||
* | log more information about insufficient storage in dav plugin | Robin Appelman | 2018-04-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | [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> |