aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* make storage limit service classes apply to accounts, not channels. Also incl...friendica2014-01-071-2/+2
* prepare for OS file storage, and add bbcode attachment link to mod/filestorag...friendica2014-01-061-2/+8
* add potentially recursive set permissions function for file storagefriendica2014-01-061-1/+41
* reddav - basic mkdir support - needs more work to be robustfriendica2014-01-051-6/+9
* fix mimetype detection fallbackfriendica2014-01-031-10/+5
* make the storage permissions tweakable for hosted environments where they may...friendica2013-11-041-2/+2
* solid progress on attach_mkdir - but we need to figure out where to store def...friendica2013-11-041-11/+73
* add attach_mkdir()friendica2013-11-031-0/+71
* Service class itemsChristian Vogeley2013-09-081-1/+1