Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Move documentation link in relation to the heading | Julius Härtl | 2018-05-03 | 2 | -5/+12 | |
| * | | | | | Move files settings to main server settings | Julius Härtl | 2018-05-03 | 1 | -1/+1 | |
| * | | | | | Move dav settings to main server settings | Julius Härtl | 2018-05-03 | 1 | -1/+1 | |
* | | | | | | Fix jsunit tests | Julius Härtl | 2018-05-07 | 1 | -1/+1 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-07 | 10 | -0/+18 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-06 | 6 | -0/+6 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-05 | 10 | -4/+14 | |
| |/ / / / |/| | | | | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-04 | 8 | -0/+12 | |
* | | | | | Merge pull request #9353 from nextcloud/feature/4724/versions_dav | Morris Jobke | 2018-05-03 | 10 | -1/+570 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow to read get old versions | Roeland Jago Douma | 2018-05-01 | 2 | -4/+20 | |
| * | | | | | Add rollback | Roeland Jago Douma | 2018-05-01 | 6 | -0/+105 | |
| * | | | | | Add version collection to DAV | Roeland Jago Douma | 2018-05-01 | 9 | -1/+449 | |
* | | | | | | 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 | Robin Appelman | 2018-04-26 | 1 | -1/+10 | |
* | | | | | | | Move quota icon to core | Julius Härtl | 2018-05-03 | 3 | -5/+1 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-03 | 14 | -0/+14 | |
* | | | | | | Merge pull request #9293 from nextcloud/feature/9166/custom-auditlogfile | Morris Jobke | 2018-05-02 | 6 | -42/+115 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | use SystemConfig, less dependencies, and not publicly needed | Arthur Schiwon | 2018-04-26 | 1 | -2/+1 | |
| * | | | | | | log to $datadir/audit.log by default and add rotation | Arthur Schiwon | 2018-04-26 | 5 | -1/+60 | |
| * | | | | | | fix dav test | Arthur Schiwon | 2018-04-26 | 1 | -1/+2 | |
| * | | | | | | offer API to create own File log. admin_audit makes use of it | Arthur Schiwon | 2018-04-26 | 2 | -42/+56 | |
| * | | | | | | destaticfy Log classes | Arthur Schiwon | 2018-04-26 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #9346 from nextcloud/techdep/noid/needsPartFile_to_storage | Morris Jobke | 2018-05-02 | 3 | -17/+12 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | Use an actual function of the storage to determine needsPartFile | Roeland Jago Douma | 2018-05-01 | 3 | -17/+12 | |
* | | | | | | | Fix tests | Roeland Jago Douma | 2018-05-01 | 2 | -3/+6 | |
* | | | | | | | External mount does not get DELETE and UPDATE if readonly | Roeland Jago Douma | 2018-05-01 | 1 | -1/+1 | |
* | | | | | | | Make it possible to make external storages read only | Roeland Jago Douma | 2018-05-01 | 3 | -3/+13 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #9178 from nextcloud/feature/9142/directdownload | Morris Jobke | 2018-05-01 | 17 | -2/+1238 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Improve the directContoller | Roeland Jago Douma | 2018-04-26 | 2 | -15/+169 | |
| * | | | | | | Add tests for DirectFile and DirectHome | Roeland Jago Douma | 2018-04-26 | 3 | -1/+315 | |
| * | | | | | | Throttle requests to unknown tokens | Roeland Jago Douma | 2018-04-26 | 3 | -5/+28 | |
| * | | | | | | Add backgroundjob to cleanup expired direct links | Roeland Jago Douma | 2018-04-26 | 5 | -2/+74 | |
| * | | | | | | Check if a direct link is expired | Roeland Jago Douma | 2018-04-26 | 2 | -21/+31 | |
| * | | | | | | Add directDownload support of storage | Roeland Jago Douma | 2018-04-26 | 2 | -12/+16 | |
| * | | | | | | No listing | Roeland Jago Douma | 2018-04-26 | 1 | -12/+4 | |
| * | | | | | | Dav endpoint returns proper data | Roeland Jago Douma | 2018-04-26 | 5 | -15/+90 | |
| * | | | | | | Request a direct link | Roeland Jago Douma | 2018-04-26 | 2 | -5/+53 | |
| * | | | | | | First step of DAV endpoint | Roeland Jago Douma | 2018-04-26 | 9 | -1/+372 | |
| * | | | | | | Add DB mapping | Roeland Jago Douma | 2018-04-26 | 2 | -0/+93 | |
| * | | | | | | Add directdownload table | Roeland Jago Douma | 2018-04-26 | 2 | -1/+81 | |
* | | | | | | | Merge pull request #9202 from nextcloud/feature/1332/trashbin_dav | Roeland Jago Douma | 2018-05-01 | 14 | -1/+923 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Add folder for trashbin | Roeland Jago Douma | 2018-04-25 | 12 | -74/+158 | |
| * | | | | | | Use getType to determine type of entry | Roeland Jago Douma | 2018-04-25 | 3 | -6/+6 | |
| * | | | | | | Add propfind properties to trashbin | Roeland Jago Douma | 2018-04-25 | 9 | -10/+131 | |
| * | | | | | | Add special restore folder | Roeland Jago Douma | 2018-04-25 | 9 | -4/+145 | |
| * | | | | | | Emptry trashbin | Roeland Jago Douma | 2018-04-25 | 1 | -1/+1 | |
| * | | | | | | List trashbin in DAV | Roeland Jago Douma | 2018-04-25 | 10 | -1/+577 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-01 | 2 | -0/+2 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-30 | 8 | -14/+30 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-04-29 | 14 | -0/+30 |