Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | backtrack on attribution for wall-to-wall comments - triggered too often and ↵ | friendica | 2014-10-22 | 1 | -2/+2 |
| | | | | unnecessarily. | ||||
* | When you delete something in /cloud stay in the right folder. | Klaus Weidenbach | 2014-10-14 | 1 | -15/+19 |
| | | | | | | | When you deleted a file in /cloud you was always jumped back to /cloud/[channel], now you will stay in the parent folder. Some more doxygen documentation. Removed duplicate data from logging output and reduced logging in RedDAV in general. | ||||
* | Moved classes from reddav.php into own files. | Klaus Weidenbach | 2014-10-12 | 1 | -917/+27 |
| | | | | | | Finished moving classes out from include/reddav.php into own files. Also continued with namespace for RedDAV. Improved some docs and added some todos and fixmes. | ||||
* | Moved RedBrowser class from reddav.php to it's own file. | Klaus Weidenbach | 2014-10-06 | 1 | -324/+5 |
| | | | | | | | | | First step on cleaning up ReadDAV classes and restructuring it bit in preparation for adding some more DAV features, photo access, CalDAV, etc. and hopefully also some PHPunits. Add a PHP5.3 namespace for RedDAV classes. Any objections against this or the vendor namespace? Add some more documentation for RedBrowser. | ||||
* | Some documentation for include/reddav.php and a bit code cleanup. | Klaus Weidenbach | 2014-10-05 | 1 | -42/+153 |
| | | | | | Removed some duplicate code in RedBasicAuth and restructured a bit. Still work in progress. | ||||
* | move code out of templates - not sure how this even worked. | friendica | 2014-07-03 | 1 | -1/+9 |
| | |||||
* | Add rename support for DAV directories. | Klaus Weidenbach | 2014-06-30 | 1 | -12/+60 |
| | | | | This works only over DAV right now, no GUI yet. | ||||
* | Return a correct timestamp when a folder is empty. | Klaus Weidenbach | 2014-06-29 | 1 | -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 Weidenbach | 2014-06-29 | 1 | -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 Weidenbach | 2014-06-29 | 1 | -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 Weidenbach | 2014-06-29 | 1 | -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 page | friendica | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | Templified cloud's directory listing. | Klaus Weidenbach | 2014-06-26 | 1 | -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 translatable | Paolo Tacconi | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | Display quota and translatable strings | Paolo Tacconi | 2014-06-25 | 1 | -37/+66 |
| | |||||
* | Fixes to links and forward URLs in filestorage | tuscanhobbit | 2014-06-24 | 1 | -17/+21 |
| | |||||
* | block edit/delete ability for everybody but the owner | friendica | 2014-06-23 | 1 | -7/+16 |
| | |||||
* | Dav file browser on a single page | tuscanhobbit | 2014-06-24 | 1 | -27/+78 |
| | |||||
* | give the cloud file list a bit of padding | friendica | 2014-05-27 | 1 | -1/+1 |
| | |||||
* | Fixed some wrapping problems when the user has set a larger font size. And ↵ | jeroenpraat | 2014-05-05 | 1 | -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 #395 | friendica | 2014-04-07 | 1 | -1/+1 |
| | |||||
* | issue #395, item 2 | friendica | 2014-04-06 | 1 | -1/+5 |
| | |||||
* | cleanup | friendica | 2014-03-18 | 1 | -1/+2 |
| | |||||
* | oops | Thomas Willingham | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | Missed one | Thomas Willingham | 2014-03-18 | 1 | -2/+3 |
| | |||||
* | sprintf error | friendica | 2014-03-17 | 1 | -1/+1 |
| | |||||
* | little fixes of hopefully nil significance | friendica | 2014-03-16 | 1 | -2/+2 |
| | |||||
* | This should resolve the dav authentication loop (correctly) | friendica | 2014-02-22 | 1 | -0/+2 |
| | |||||
* | Make asset icons work in subdir installs as well. | Klaus | 2014-02-15 | 1 | -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. | Klaus | 2014-02-15 | 1 | -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 ↵ | friendica | 2014-02-13 | 1 | -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 assets | friendica | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | dav issue when listing protected contents from OS interface | friendica | 2014-02-12 | 1 | -7/+26 |
| | |||||
* | better auth logging in dav | friendica | 2014-02-11 | 1 | -0/+12 |
| | |||||
* | don't allow the browser to open uploaded html/css/js | friendica | 2014-02-09 | 1 | -1/+12 |
| | |||||
* | fix basic auth with account (not channel) login | friendica | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | more testing of chatroom interfaces, also corrected a function call that ↵ | friendica | 2014-01-29 | 1 | -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 ↵ | friendica | 2014-01-21 | 1 | -0/+6 |
| | | | | password is now +++ | ||||
* | add the quota and volume size code | friendica | 2014-01-21 | 1 | -1/+29 |
| | |||||
* | revert 26dfcecf054e1 | friendica | 2014-01-19 | 1 | -6/+2 |
| | |||||
* | Prevent zids messing up dav | Thomas Willingham | 2014-01-20 | 1 | -3/+5 |
| | |||||
* | Fix dav directory creation. | Thomas Willingham | 2014-01-20 | 1 | -2/+3 |
| | |||||
* | Un-break dav auth. | Thomas Willingham | 2014-01-17 | 1 | -3/+4 |
| | |||||
* | fix folder timestamps and change them when a child DAV file is written to | friendica | 2014-01-15 | 1 | -5/+31 |
| | |||||
* | dav: throw exception if channel for requested DAV directory is deleted | friendica | 2014-01-15 | 1 | -12/+18 |
| | |||||
* | mod_attach: output stream wasn't working | friendica | 2014-01-11 | 1 | -0/+2 |
| | |||||
* | DAV put() issues | friendica | 2014-01-10 | 1 | -1/+6 |
| | |||||
* | other reddav issues, but probably won't fix the empty file | friendica | 2014-01-10 | 1 | -4/+5 |
| | |||||
* | this may fix filesize 0 issues | friendica | 2014-01-10 | 1 | -3/+3 |
| | |||||
* | break delivery loop if an item is deleted twice | friendica | 2014-01-10 | 1 | -1/+1 |
| |