aboutsummaryrefslogtreecommitdiffstats
path: root/include/attach.php
Commit message (Expand)AuthorAgeFilesLines
* fix spacing issues in mod wall_attach and make save_chunk() deal with userfil...Mario2024-04-171-4/+10
* 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 see...Mario2024-01-021-1/+1
* 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 so...Mario2023-06-231-17/+14
* 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 pi...Mario2022-11-071-6/+5
* 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
* error in logicMario2021-01-061-1/+1
* simplify attach_folder_select_list()Mario2021-01-061-4/+1
* 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
* 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 - fi...Mario2020-10-311-0/+6
* 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 provid...Mario2020-04-251-0/+14
* 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 t...Mario Vavti2019-06-131-2/+5
* Revert "Update htconfig.sample.php"Max Kostikov2019-04-101-0/+11
* Cleanup and fixesMario2019-03-151-19/+13
* Correct and extend Doxygen comments.Klaus Weidenbach2019-01-231-21/+39
* 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 direct...zotlabs2018-04-301-13/+26
* more testing of attach_move() uncovered some issueszotlabs2018-04-261-57/+73