aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
Commit message (Collapse)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
| | | | even when the actual observer is a guest (with permission to upload).
* 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 ↵Mario Vavti2016-02-291-28/+19
| | | | code a little
* missing includeMario Vavti2016-02-271-0/+1
|
* make attach_delete() return and comment out album rename functionality since ↵Mario Vavti2016-02-271-0/+2
| | | | this is not supported by the backend at the moment.
* 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
|\ | | | | | | | | Conflicts: install/update.php
* | 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
| | | | | | | | simple status body (if create status post is enabled) on upload
* | 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
| | | | | | | | cloud
* | 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 /channel not updating after posting comment
| * | 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
|\| | | | | | | | | Conflicts: include/attach.php
| * 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 ↵redmatrix2015-10-121-3/+12
| | | | | | | | import a file into their cloud storage from elsewhere in the server filesystem - without nuking it in the process.
* | change photo permissions when attach permissions are changed through ↵redmatrix2015-09-181-1/+11
| | | | | | | | mod/filestorage, and fix lockview for photos.
* | 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 ↵redmatrix2015-08-131-0/+23
| | | | | | | | how it got to be this way. Here's the bird's eye view.
* | more file permissions inheritance workredmatrix2015-08-061-4/+11
| |
* | photo permission inheritance. We want to use the folder permissions unless ↵redmatrix2015-08-061-1/+13
| | | | | | | | specific permissions have been set to over-ride them. If nothing is set, use the channel default. We may have to mess with his further in the case of somebody trying to create a public photo directory when their normal permissions are set to private. Kind of a chicken/egg problem because the folder permissions will be empty.
* | 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
|\| | | | | | | | | | | several dav fixes Conflicts: include/items.php
* | 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 ↵redmatrix2015-06-231-8/+37
| | | | | | | | numbering duplicate filenames
* | all file attachments are now stored natively, still have photos-0 to store ↵redmatrix2015-06-181-11/+68
| | | | | | | | natively
* | 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
| |