summaryrefslogtreecommitdiffstats
path: root/core/js/oc-backbone-webdav.js
Commit message (Collapse)AuthorAgeFilesLines
* Backbone Webdav Adapter MKCOL supportVincent Petry2017-03-171-5/+41
| | | | | | | | | | Usually Backbone collections cannot be created and just simply exists. But in the Webdav world they need to be creatable. This enhancement makes it possible to use a Backbone Model to represent such collections and when creating it, it will use MKCOL instead of PUT. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* 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