openrat-webdav

git clone http://git.code.weiherhei.de/openrat-webdav.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2019-11-07 21:57Documentation.Jan Dankert1+28-6
2019-11-07 21:42Cleanup: Clean default configuration and empty logfile.Jan Dankert4+30-1026186
2019-11-07 21:23New: Delete objects.Jan Dankert3+83-44
2019-11-07 21:05Fix: Needing a filename for a new file.Jan Dankert2+3-3
2019-11-07 20:54Fix: Uploading files.Jan Dankert2+3-2
2019-11-07 00:07No direct calls any more. All data of the CMS is transferred via the API within an array.Jan Dankert4+6-9
2019-11-06 22:55Fixes for uploading files.Jan Dankert3+13-13
2019-11-06 22:30Security Fix: The user password must be part of the key for the cookie store.Jan Dankert1+18-17
2019-11-06 22:21Fix: Enable creation of projects and folders.Jan Dankert5+91-25
2019-11-06 22:20Refactoring: Forward CMS errors to the DAV client.Jan Dankert5+63-4
2019-11-06 22:14Refactoring: Externalize config readerJan Dankert2+40-36
2019-11-04 23:03Fix: WebDAV was renamed to DAV.Jan Dankert1+1-1
2019-11-04 23:02Refactoring: Multistatus is only used for PROPFIND.Jan Dankert2+77-72
2019-11-04 22:56Refactoring: Renaming WebDAV to DAV base class.Jan Dankert16+401-401
2019-11-04 22:54Refactoring: Splitting DAV methods into single files.Jan Dankert15+861-779
2019-11-04 22:08Cleaned up unnecessary file.Jan Dankert1+0-243
2019-11-04 22:03Refactoring: Cleaned up the folder structure.Jan Dankert10+1026176-133
2019-11-01 21:56Refactoring: Do not use sessions, because most DAV clients (including DAVFS2, Cadaver) do not support cookies. Instead, use Shared Memory for credentials cache.Jan Dankert2+54-30
2019-10-31 03:33Use Cookies for the connection to the CMS serverJan Dankert4+116-53
2019-10-31 01:13Fix: Directories are now browseable.Jan Dankert9+450-142
2019-10-29 23:37This file is for unifying the coding style for different editors and IDEs.Jan Dankert1+15-0
2019-10-29 23:36Refactoring: URIParser has now its own class; Fix: Read root folder of projects.Jan Dankert4+194-136
2019-04-15 21:02moved from repository openrat-cms into this fresh new repository.Jan Dankert9+1808-0