aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a wrong timestamp update when adding a file.Klaus Weidenbach2014-06-291-4/+4
* Oops I left some debug stuff aroundtuscanhobbit2014-06-241-5/+11
* Fixes to links and forward URLs in filestoragetuscanhobbit2014-06-241-0/+39
* Doxygen include/attach.phpKlaus2014-02-191-70/+126
* add epub mimetype (application/epub+zip)friendica2014-02-021-0/+1
* mod_attach: output stream wasn't workingfriendica2014-01-111-1/+2
* fix cloud path in filestorage edit pagefriendica2014-01-101-1/+1
* directory creation error, display localtimes on cloud webpage, doc updatesfriendica2014-01-101-1/+1
* mod_filestorage: provide a URL for linking to webpages and other websitesfriendica2014-01-091-0/+45
* only let visitors remove their own files.friendica2014-01-091-8/+12
* This should be approaching completion for file OS storage. May be a few minor...friendica2014-01-081-4/+11
* more work on dav - deletion and a bit more progress on OS storagefriendica2014-01-071-3/+56