aboutsummaryrefslogtreecommitdiffstats
path: root/include/RedDAV/RedBrowser.php
Commit message (Collapse)AuthorAgeFilesLines
* fix issue #210Mario Vavti2015-12-071-1/+1
|
* warn if quota exceeds 90% of storage limitMario Vavti2015-10-211-1/+1
|
* move file storage quota display to upload section. add a warning if ↵Mario Vavti2015-10-211-27/+28
| | | | remaining space is less than 100MB and fix % calculation
* bring some more generic-content-wrappers and fix some of themMario Vavti2015-06-191-5/+2
|
* missed oneHabeas Codice2015-04-071-1/+1
|
* "PHP Strict Standards: Only variables should be passed by reference"Habeas Codice2015-04-071-3/+4
|
* fix os_mkdirfriendica2015-03-291-0/+2
|
* local_user => local_channelfriendica2015-01-281-1/+1
|
* show shared button only to local usermarijus2015-01-281-1/+2
|
* move userReadableSize() and getIconFromType() from ↵marijus2015-01-271-88/+7
| | | | /include/RedDAV/RedBrowser.php to include/text.php and add template for mod/sharedwithme
* add some mimetypesmarijus2015-01-221-2/+5
|
* basic proof of concept file activity support - will send activity via the ↵marijus2015-01-181-1/+4
| | | | filestorage module and via attach_delete()
* uninitialised theme parent in mod/cloudfriendica2015-01-121-1/+1
|
* theme toggle issue when viewing mod/cloud of another channelfriendica2015-01-121-0/+9
|
* design fixes for photos, files and random fixesmarijus2014-12-301-0/+6
|
* some more mime-type -> icon for filebrowsermarijus2014-12-271-2/+13
|
* more work on filesmarijus2014-12-271-0/+41
|
* files: make mod/filestorage.php load via ajax and some design work. work in ↵marijus2014-12-211-10/+14
| | | | progress...
* Add security logger to RedDAV.Klaus Weidenbach2014-12-141-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. ↵friendica2014-10-201-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 Weidenbach2014-10-141-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 Weidenbach2014-10-121-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 discussionfriendica2014-10-081-1/+1
|
* dav issuefriendica2014-10-081-1/+1
|
* Moved RedBrowser class from reddav.php to it's own file.Klaus Weidenbach2014-10-061-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.