Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Require CSRF token for non WebDAV authenticated requests | Lukas Reschke | 2016-02-18 | 1 | -1/+2 |
| | |||||
* | Fix parsing empty Webdav property nodes | Vincent Petry | 2016-02-02 | 1 | -1/+1 |
| | | | | Return empty string instead of undefined | ||||
* | Add pagination support for comments GUI | Vincent Petry | 2016-02-02 | 1 | -8/+14 |
| | |||||
* | Fix system tags proppatch with booleans | Vincent Petry | 2016-01-27 | 1 | -2/+7 |
| | | | | | | | Backbone webdav adapter now converts booleans and ints to strings. Fixed system tags to use "true" / "false" strings for booleans instead of 1 / 0. | ||||
* | Added system tags GUI in sidebar | Vincent Petry | 2016-01-19 | 1 | -1/+1 |
| | | | | | Added files details sidebar panel to assign/unassign/rename/delete system tags. | ||||
* | Backbone transport for Webdav | Vincent Petry | 2016-01-16 | 1 | -0/+316 |