aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
Commit message (Collapse)AuthorAgeFilesLines
* revise content import/export part 2Mario Vavti2021-09-291-1/+0
|
* file is stored in wrong directory (/) if uploaded using photo module and it...Zot2021-08-301-1/+2
|
* make sure we have a path before running getimagesize() on itMario2021-08-171-2/+6
|
* fix regression in relation with recent photo changesMario2021-06-271-2/+2
|
* get devHilmar R2021-03-011-2/+2
|
* make attach_upgrade() catch entries where only display_path is missingMario2021-01-161-2/+1
| | | (cherry picked from commit 42812078c51acb9ffc26cc3cfc52e5048fed16b8)
* error in logicMario2021-01-061-1/+1
| | | (cherry picked from commit 16082456dfbb3e3108ba1a1db627f7333d10ddce)
* simplify attach_folder_select_list()Mario2021-01-061-4/+1
| | | (cherry picked from commit c7010dac3c74e25eac8855d87d78d892052d3c4e)
* files_ng: implement directory and bulk file downloadMario2020-12-211-1/+38
|
* files_ng: fix regression in finding the right path in certain situations and ↵Mario2020-12-161-7/+28
| | | | add a info panel with attach and zrl bbcode
* handle removal of terms in attach_delete() when deleting a ressourceMario2020-12-141-1/+7
|
* sync categoriesMario2020-12-141-1/+12
|
* merge branch files_ng into devMario2020-12-141-33/+257
|
* if restarting a previously interrupted upload just return where we ended - ↵Mario2020-10-311-0/+6
| | | | fix issue #1485
* adjust code comments and whitespaceMario2020-04-291-3/+4
|
* more work on attach_store_item()Mario2020-04-291-2/+60
|
* fix mod filestorage and fetch the info from attach if only the hash is ↵Mario2020-04-251-0/+14
| | | | provided in attach_store_item()
* more work on deprecating ACTIVITY_OBJ_FILE and adapt mod sharedwithmeMario2020-04-241-3/+16
|
* more work on deprecating ACTIVITY_OBJ_FILEMario2020-04-231-7/+21
|
* some work on deprecating ACTIVITY_OBJ_FILEMario2020-04-231-12/+80
|
* move from build_sync_packet() to Libsync::build_sync_packet()Mario2020-04-091-2/+4
|
* Add .webp image format supportMax Kostikov2019-12-071-6/+13
|
* more work on linked item/resource deletion for photos and events, deprecate ↵Mario Vavti2019-06-131-2/+5
| | | | the force flag in drop_item() and comment out goaway() in drop_item().
* Revert "Update htconfig.sample.php"Max Kostikov2019-04-101-0/+11
| | | | This reverts commit f2126ef18c8b66020305d07dcefeacc4e55a3c12
* Cleanup and fixesMario2019-03-151-19/+13
|
* Correct and extend Doxygen comments.Klaus Weidenbach2019-01-231-21/+39
| | | | | | Correct some documentation errors for Doxygen and add more comments. Document some undefined variables with @FIXME.
* use uuid in file storagezotlabs2018-11-221-2/+2
|
* add item.uuid to relevant placeszotlabs2018-11-151-5/+9
|
* Add attach_delete hookM.Dent (DM42.Net)2018-09-151-0/+5
|
* set the correct album name when moving photosMario Vavti2018-07-181-1/+3
|
* admin delete of fileszotlabs2018-05-021-1/+1
|
* parent folder permissions weren't being checked back to the cloud root ↵zotlabs2018-04-301-13/+26
| | | | directory in all cases
* more testing of attach_move() uncovered some issueszotlabs2018-04-261-57/+73
|
* update folder timestamp on uploaded files (fixme - we need to recurse back ↵zotlabs2018-03-271-0/+10
| | | | to the storage root but that is for another day)
* cannot use file_get/put_contents in attach_store, must use pipe_streamszotlabs2017-12-251-2/+13
|
* hubzilla #475 continued - show photos in root folder. Part of Andrew's fix ↵zotlabs2017-12-121-0/+5
| | | | for this wasn't in my repository and hopefully won't conflict; as it appears to have been lost somewhere. It also needed a small change to the folder permissions check.
* go back to including the photo thumbnail data in the export file. We have ↵zotlabs2017-12-101-2/+17
| | | | the ability to fetch each thumbnail directly if there is a problem with resource consumption, but this is the most efficient way to deal with it and most sites should be able to handle the memory consumption of our thumbnail data. The original full scale photo is a different issue; these can exhaust memory even before base64.
* improvements to file import/exportzotlabs2017-12-101-7/+15
|
* hubzilla issue #680, implement IMoveTarget and recursive file/directory ↵zotlabs2017-12-061-2/+21
| | | | move/rename
* synchronise an attach_move operation to cloneszotlabs2017-12-061-2/+4
|
* more chunk workzotlabs2017-11-281-1/+1
|
* fix typo in pipe_streams()Mario Vavti2017-11-231-1/+1
|
* Video thumbnail generatorzotlabs2017-11-211-2/+3
|
* pdf thumbnailszotlabs2017-11-211-1/+1
|
* text thumbnails in cloud tile modezotlabs2017-11-191-0/+3
|
* improve the icon mappings for cloud tile viewzotlabs2017-11-161-3/+9
|
* sort out a few more large image upload issueszotlabs2017-11-141-0/+6
|
* fix php warnings on photo deleteMario Vavti2017-11-131-1/+1
|
* lets try this in the wild for a whileMario Vavti2017-11-061-4/+4
|
* attach.php minor cleanup and doczotlabs2017-11-061-61/+26
|