aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
Commit message (Expand)AuthorAgeFilesLines
* Add some more documentation to attach_store()Klaus Weidenbach2015-05-171-32/+39
* make dropItem more universal and move delete up in the dropdown menuMario Vavti2015-04-121-1/+1
* make fs deletion of directories workMario Vavti2015-04-121-2/+2
* reverse file activity logicMario Vavti2015-04-121-2/+2
* Merge https://github.com/friendica/red into pending_mergefriendica2015-03-291-61/+55
|\
| * Correcting reported Doxygen syntax warnings.Klaus Weidenbach2015-03-291-61/+55
* | fix os_mkdirfriendica2015-03-291-1/+1
|/
* we only need item mid. some documentation.Mario Vavti2015-03-241-1/+35
* do not override item_private here anymoreMario Vavti2015-03-221-1/+1
* Bugfix und variable initialization.Klaus Weidenbach2015-03-211-23/+38
* some cleanupMario Vavti2015-03-201-13/+8
* possible improvement regarding deletionMario Vavti2015-03-201-29/+42
* do not send activity to channels with no permission to view filestoragemarijus2015-02-181-2/+21
* item_unseen updatemarijus2015-02-131-0/+1
* provide relief to sites that are severely impacted by the slow ITEM_UNSEEN se...friendica2015-02-121-1/+3
* issue #843friendica2015-02-111-2/+2
* improve sql querymarijus2015-02-091-6/+1
* typomarijus2015-02-051-1/+1
* forgot to remove some debug stuffmarijus2015-02-051-2/+0
* make file activity respect parent dir permissions workmarijus2015-02-051-22/+66
* not quite there yet but getting closer a littlemarijus2015-02-041-28/+60
* comment out latest changes - needs more testingmarijus2015-02-021-4/+4
* comment this out for now - it is not always truemarijus2015-02-021-2/+2
* one important line missingmarijus2015-02-021-0/+1
* we also need folder heremarijus2015-02-021-1/+1
* typomarijus2015-02-021-1/+1
* just select permsmarijus2015-02-021-1/+1
* respect parent dir permissionsmarijus2015-02-021-0/+74
* local_user => local_channelfriendica2015-01-281-1/+1
* optimize check querymarijus2015-01-241-2/+7
* the old item must be removed before the new is createdmarijus2015-01-241-1/+8
* disable noticesmarijus2015-01-241-2/+2
* some more kissmarijus2015-01-241-65/+51
* typomarijus2015-01-231-1/+1
* we get the object info before it is deleted nowmarijus2015-01-231-12/+12
* some code restructuremarijus2015-01-231-43/+55
* add some mimetypesmarijus2015-01-221-0/+21
* make $links an array of linksmarijus2015-01-221-1/+2
* change mod/sharedwithme backend to use activity object - this is not backward...marijus2015-01-221-27/+76
* put cloud back in get_cloudpath - just have to be careful where we use it.friendica2015-01-191-2/+4
* remove all hardwired references to 'cloud' in the files interfaces and replac...friendica2015-01-181-2/+2
* basic proof of concept file activity support - will send activity via the fil...marijus2015-01-181-1/+108
* fix recursive file permissionsmarijus2014-12-301-1/+1
* allow directory searches to be filtered by (public forums) and/or (! public f...friendica2014-11-231-0/+1
* postgres fixesHabeas Codice2014-11-181-3/+3
* PostgreSQL support initial commitHabeas Codice2014-11-131-10/+10
* When you delete something in /cloud stay in the right folder.Klaus Weidenbach2014-10-141-109/+135
* provide os_mkdir to workaround permission issues with php mkdirfriendica2014-07-161-2/+2
* Add rename support for DAV directories.Klaus Weidenbach2014-06-301-3/+3
* Fixed some more timestamp bugs in RedDAV.Klaus Weidenbach2014-06-291-13/+30