aboutsummaryrefslogtreecommitdiffstats
path: root/include/reddav.php
Commit message (Collapse)AuthorAgeFilesLines
* move code out of templates - not sure how this even worked.friendica2014-07-031-1/+9
|
* Add rename support for DAV directories.Klaus Weidenbach2014-06-301-12/+60
| | | | This works only over DAV right now, no GUI yet.
* Return a correct timestamp when a folder is empty.Klaus Weidenbach2014-06-291-9/+23
| | | | | If a folder was empty a zero timestamp was returned. Now it will return the timestamp of the folder itself.
* Fixed some more timestamp bugs in RedDAV.Klaus Weidenbach2014-06-291-5/+7
| | | | Fixed an SQL-query in RedFile::put(), where parameters where in wrong order.
* Fixed a wrong timestamp update when adding a file.Klaus Weidenbach2014-06-291-3/+9
| | | | | | | When a file was uploaded the timestamp of the containing folder should get updated, but the timestamp of the first file in the folder was mistakenly updated. There are some more wrong timestamps, but still looking for the bug.
* Some documentation for include/reddav.php and a new tpl-file.Klaus Weidenbach2014-06-291-433/+586
| | | | | | | | | | | Documented include/reddav.php a bit more to understand what it is about to try to clean up some parts. Still a lot to be done here. I put serveral @todo markers that need to be checked. Moved some more HTML to template file. Changed getETag() return format according to documentation. (ETag MUST be surrounded by double-quotes)
* bring back profile_tabs for unauthenticated visitors to /cloud pagefriendica2014-06-251-1/+1
|
* Templified cloud's directory listing.Klaus Weidenbach2014-06-261-190/+170
| | | | | | Moved HTML for the directory listing from include/reddav.php to it's own template file. Still need to clean it up bit more, but should be useable already.
* Delete confirmation is translatablePaolo Tacconi2014-06-251-1/+1
|
* Display quota and translatable stringsPaolo Tacconi2014-06-251-37/+66
|
* Fixes to links and forward URLs in filestoragetuscanhobbit2014-06-241-17/+21
|
* block edit/delete ability for everybody but the ownerfriendica2014-06-231-7/+16
|
* Dav file browser on a single pagetuscanhobbit2014-06-241-27/+78
|
* give the cloud file list a bit of paddingfriendica2014-05-271-1/+1
|
* Fixed some wrapping problems when the user has set a larger font size. And ↵jeroenpraat2014-05-051-8/+8
| | | | some UI love for the file permissions page (as requested by Mike ;) and changed the position of the file properties link on the cloud page.
* some fixes to #395friendica2014-04-071-1/+1
|
* issue #395, item 2friendica2014-04-061-1/+5
|
* cleanupfriendica2014-03-181-1/+2
|
* oopsThomas Willingham2014-03-181-1/+1
|
* Missed oneThomas Willingham2014-03-181-2/+3
|
* sprintf errorfriendica2014-03-171-1/+1
|
* little fixes of hopefully nil significancefriendica2014-03-161-2/+2
|
* This should resolve the dav authentication loop (correctly)friendica2014-02-221-0/+2
|
* Make asset icons work in subdir installs as well.Klaus2014-02-151-1/+1
| | | This should be the right way I guess, especially if red# is installed in a subdirectory. (untested)
* Fix call to asset icons in RedBrowser.Klaus2014-02-151-0/+10
| | | RedBrowser was not displaying asset icons correctly, because the URL was wrong.
* more debugging dav in windows, windows never forgets your dav credentials ↵friendica2014-02-131-0/+1
| | | | even if you get them wrong and even if you remove them from the credential vault. This makes it very difficult to manage two or more channels with file resources.
* reddav - disable assetsfriendica2014-02-131-1/+1
|
* dav issue when listing protected contents from OS interfacefriendica2014-02-121-7/+26
|
* better auth logging in davfriendica2014-02-111-0/+12
|
* don't allow the browser to open uploaded html/css/jsfriendica2014-02-091-1/+12
|
* fix basic auth with account (not channel) loginfriendica2014-01-301-1/+1
|
* more testing of chatroom interfaces, also corrected a function call that ↵friendica2014-01-291-1/+1
| | | | should have been a class instantiation in reddav
* seems you can't easily have a blank password for DAV guests, so the guest ↵friendica2014-01-211-0/+6
| | | | password is now +++
* add the quota and volume size codefriendica2014-01-211-1/+29
|
* revert 26dfcecf054e1friendica2014-01-191-6/+2
|
* Prevent zids messing up davThomas Willingham2014-01-201-3/+5
|
* Fix dav directory creation.Thomas Willingham2014-01-201-2/+3
|
* Un-break dav auth.Thomas Willingham2014-01-171-3/+4
|
* fix folder timestamps and change them when a child DAV file is written tofriendica2014-01-151-5/+31
|
* dav: throw exception if channel for requested DAV directory is deletedfriendica2014-01-151-12/+18
|
* mod_attach: output stream wasn't workingfriendica2014-01-111-0/+2
|
* DAV put() issuesfriendica2014-01-101-1/+6
|
* other reddav issues, but probably won't fix the empty filefriendica2014-01-101-4/+5
|
* this may fix filesize 0 issuesfriendica2014-01-101-3/+3
|
* break delivery loop if an item is deleted twicefriendica2014-01-101-1/+1
|
* directory creation error, display localtimes on cloud webpage, doc updatesfriendica2014-01-101-2/+6
|
* only let visitors remove their own files.friendica2014-01-091-2/+10
|
* add link from DAV web ui to filestorage to set properties or delete or whateverfriendica2014-01-091-0/+8
|
* wrap the web interface to DAV in a Red page. This is before we make the ↵friendica2014-01-091-0/+181
| | | | strings translateable and put it in a template.
* remove a lot of extraneous debugging now that most of this stuff basically worksfriendica2014-01-091-63/+28
|