aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
Commit message (Expand)AuthorAgeFilesLines
* daemon conversion continued...redmatrix2016-05-191-2/+2
* send file sync packets for all known file operationsredmatrix2016-04-071-4/+12
* use the explicit form of build_sync_packet so that file/photo sync will work ...redmatrix2016-04-061-1/+1
* file sync testingredmatrix2016-04-061-2/+2
* file sync workredmatrix2016-04-061-1/+24
* getting file sync data - missed parent folderredmatrix2016-04-061-1/+7
* provide function to collect file/photo sync data per help/filesyncredmatrix2016-04-051-0/+55
* static Appredmatrix2016-03-311-2/+2
* some minor cleanupsredmatrix2016-03-101-1/+1
* fix deletion of files from filesystemMario Vavti2016-02-291-1/+1
* do not process update activity if there is no item to update and simplify cod...Mario Vavti2016-02-291-28/+19
* missing includeMario Vavti2016-02-271-0/+1
* make attach_delete() return and comment out album rename functionality since ...Mario Vavti2016-02-271-0/+2
* some improvement for file activityMario Vavti2016-02-261-7/+8
* get rid of duplicate functionMario Vavti2016-02-261-27/+2
* more work on media uploads via apiredmatrix2015-12-171-0/+4
* more work on api media uploadsredmatrix2015-12-131-1/+1
* handle old files with partial pathsredmatrix2015-11-051-3/+7
* Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-11-041-3/+3
|\
* | Support files with names like foo.0.1.3.oggken restivo2015-10-271-3/+3
* | Correct mime types via https://wiki.xiph.org/MIME_Types_and_File_Extensionsken restivo2015-10-271-1/+4
* | another try to avoid dubble photo deletion. allow to set a photo caption and ...Mario Vavti2015-10-241-5/+10
* | if photo deleted from /cloud or /dav also delete from /photosMario Vavti2015-10-151-0/+5
* | issue #87 - photos not getting deleted from mod_photo when deleted in DAV or ...redmatrix2015-10-141-1/+11
* | issue #82 - args not defined (should be arr)redmatrix2015-10-141-1/+1
* | Merge pull request #80 from git-marijus/masterredmatrix2015-10-141-2/+2
|\ \
| * | fix photo visibility switch on photo uploadMario Vavti2015-10-131-2/+2
* | | file migration - continuedredmatrix2015-10-131-4/+29
|/ /
* | missing underscoreredmatrix2015-10-121-1/+1
* | Merge https://github.com/redmatrix/redmatrix into pending_mergeredmatrix2015-10-121-2/+2
|\|
| * attach_list_files had some problems - wasn't used until now apparentlyredmatrix2015-10-121-2/+2
* | small change to allow a person with sufficient privileges the ability to impo...redmatrix2015-10-121-3/+12
* | change photo permissions when attach permissions are changed through mod/file...redmatrix2015-09-181-1/+11
* | make js_upload work with hubzilla. It still needs a rewrite.redmatrix2015-09-051-10/+34
* | change attach_store to allow a predefined item to accompany a photoredmatrix2015-08-261-0/+2
* | lots of stuff that was needed for successful photo import from redredmatrix2015-08-241-11/+66
* | attach_store needs a lot of documenting to understand what's going on and how...redmatrix2015-08-131-0/+23
* | more file permissions inheritance workredmatrix2015-08-061-4/+11
* | photo permission inheritance. We want to use the folder permissions unless sp...redmatrix2015-08-061-1/+13
* | minor - add all the newly supported table columnsredmatrix2015-07-301-2/+2
* | Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-07-301-25/+22
|\|
* | some photo/attach permissions issuesredmatrix2015-07-181-12/+22
* | localise event calendarredmatrix2015-06-251-54/+70
* | more work on photos, including os_storage for the size '0' photo and numberin...redmatrix2015-06-231-8/+37
* | all file attachments are now stored natively, still have photos-0 to store na...redmatrix2015-06-181-11/+68
* | more photos workredmatrix2015-06-171-1/+1
* | lots of work on merging photo and file albums/foldersredmatrix2015-06-171-20/+40
* | attach_mkdirp - implement force option to return success if dir existsredmatrix2015-06-171-2/+9
* | recursive mkdir (ala mkdir -p) for file and photo storageredmatrix2015-06-161-1/+90
* | start work on photo directoriesredmatrix2015-06-161-2/+30