aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
Commit message (Collapse)AuthorAgeFilesLines
* fix spacing issues in mod wall_attach and make save_chunk() deal with ↵Mario2024-04-171-4/+10
| | | | userfile and file array keys
* Deprecate *_config() functions in core.Harald Eilertsen2024-03-241-3/+4
|
* AS2Mario2024-02-251-164/+1
|
* postgres does not like binaries to be string while mariadb/mysql does not ↵Mario2024-01-021-1/+1
| | | | seem to care - let's see
* make sure that we allow "0" as pathnameMario2023-08-151-2/+2
|
* fix unable to create folders with name 0Mario2023-08-141-1/+1
|
* implement optional moderation of unsolicited comments, minor css fixes and ↵Mario2023-06-231-17/+14
| | | | some more work on ocap
* fix wrong array keyMario2023-06-021-1/+1
|
* ocap initial checkinMario2023-06-021-13/+41
|
* fix query for postgresMario Vavti2023-05-101-1/+1
|
* when uploading a image file, embed it in the item. otherwise attach itMario2022-12-071-2/+16
|
* fix regression where automatically created directories were not public and ↵Mario2022-11-071-6/+5
| | | | pinned/featured state of apps was not displayed correctly
* fix php warningsMario Vavti2022-10-181-11/+12
|
* remove loggingMario2022-10-121-1/+1
|
* fix php warningsMario2022-10-121-19/+23
|
* HQ dashboard - initial checkinMario2022-07-151-1/+2
|
* merge branch perms_ng into devMario2021-12-151-3/+3
|
* 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
|