aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/oc-backbone-webdav.js
Commit message (Collapse)AuthorAgeFilesLines
* Require CSRF token for non WebDAV authenticated requestsLukas Reschke2016-02-181-1/+2
|
* Fix parsing empty Webdav property nodesVincent Petry2016-02-021-1/+1
| | | | Return empty string instead of undefined
* Add pagination support for comments GUIVincent Petry2016-02-021-8/+14
|
* Fix system tags proppatch with booleansVincent Petry2016-01-271-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 sidebarVincent Petry2016-01-191-1/+1
| | | | | Added files details sidebar panel to assign/unassign/rename/delete system tags.
* Backbone transport for WebdavVincent Petry2016-01-161-0/+316