aboutsummaryrefslogtreecommitdiffstats
path: root/mod/filer.php
Commit message (Collapse)AuthorAgeFilesLines
* protect filed conversations from expiration - we check the parent to see if ↵friendica2014-03-111-0/+14
| | | | it is filed, but one may have filed a comment and that will vanish when the parent expires unless the parent is protected.
* making tags workfriendica2012-07-091-6/+12
|
* Merge branch 'master' of https://github.com/friendica/friendicaAlexander Kampmann2012-04-051-4/+17
|\ | | | | | | | | | | Conflicts: include/config.php update.php
| * correct some filer dialog weirdness caused by introduction of categoriesMichael Johnston2012-04-041-1/+2
| |
| * handle escaped file chars in display and searchfriendica2012-03-311-2/+2
| |
| * rename "file as" to "save to folder"friendica2012-03-301-1/+1
| |
| * filer: replace "file as" prompt with combobox opened in fancyboxFabio Comuni2012-03-281-2/+14
|/
* file as widget and basic filing implementation for duepuntozero,slackrfriendica2012-03-131-0/+23
much more work needed - this is just for test/evaluation currently