Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | warn if quota exceeds 90% of storage limit | Mario Vavti | 2015-10-21 | 1 | -1/+1 |
| | |||||
* | move file storage quota display to upload section. add a warning if ↵ | Mario Vavti | 2015-10-21 | 1 | -27/+28 |
| | | | | remaining space is less than 100MB and fix % calculation | ||||
* | bring some more generic-content-wrappers and fix some of them | Mario Vavti | 2015-06-19 | 1 | -5/+2 |
| | |||||
* | missed one | Habeas Codice | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | "PHP Strict Standards: Only variables should be passed by reference" | Habeas Codice | 2015-04-07 | 1 | -3/+4 |
| | |||||
* | fix os_mkdir | friendica | 2015-03-29 | 1 | -0/+2 |
| | |||||
* | local_user => local_channel | friendica | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | show shared button only to local user | marijus | 2015-01-28 | 1 | -1/+2 |
| | |||||
* | move userReadableSize() and getIconFromType() from ↵ | marijus | 2015-01-27 | 1 | -88/+7 |
| | | | | /include/RedDAV/RedBrowser.php to include/text.php and add template for mod/sharedwithme | ||||
* | add some mimetypes | marijus | 2015-01-22 | 1 | -2/+5 |
| | |||||
* | basic proof of concept file activity support - will send activity via the ↵ | marijus | 2015-01-18 | 1 | -1/+4 |
| | | | | filestorage module and via attach_delete() | ||||
* | uninitialised theme parent in mod/cloud | friendica | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | theme toggle issue when viewing mod/cloud of another channel | friendica | 2015-01-12 | 1 | -0/+9 |
| | |||||
* | design fixes for photos, files and random fixes | marijus | 2014-12-30 | 1 | -0/+6 |
| | |||||
* | some more mime-type -> icon for filebrowser | marijus | 2014-12-27 | 1 | -2/+13 |
| | |||||
* | more work on files | marijus | 2014-12-27 | 1 | -0/+41 |
| | |||||
* | files: make mod/filestorage.php load via ajax and some design work. work in ↵ | marijus | 2014-12-21 | 1 | -10/+14 |
| | | | | progress... | ||||
* | Add security logger to RedDAV. | Klaus Weidenbach | 2014-12-14 | 1 | -4/+5 |
| | | | | Some smaller clean ups whitepsaces and tabs, use PHP_EOL, Doxygen, etc. | ||||
* | move all theme initialisation to one place - just after calling module_init. ↵ | friendica | 2014-10-20 | 1 | -0/+1 |
| | | | | Revert if there are serious issues, but please note the issues in as much detail as possible so we can work through them. | ||||
* | When you delete something in /cloud stay in the right folder. | Klaus Weidenbach | 2014-10-14 | 1 | -0/+8 |
| | | | | | | | 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 | -7/+10 |
| | | | | | | 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. | ||||
* | change parent constructor per discussion | friendica | 2014-10-08 | 1 | -1/+1 |
| | |||||
* | dav issue | friendica | 2014-10-08 | 1 | -1/+1 |
| | |||||
* | Moved RedBrowser class from reddav.php to it's own file. | Klaus Weidenbach | 2014-10-06 | 1 | -0/+361 |
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. |