| Commit message (Expand) | Author | Age | Files | Lines |
* | make sure that we allow "0" as pathname | Mario | 2023-08-27 | 1 | -2/+2 |
* | fix unable to create folders with name 0 | Mario | 2023-08-27 | 1 | -1/+1 |
* | implement optional moderation of unsolicited comments, minor css fixes and so... | Mario | 2023-06-23 | 1 | -17/+14 |
* | fix wrong array key | Mario | 2023-06-02 | 1 | -1/+1 |
* | ocap initial checkin | Mario | 2023-06-02 | 1 | -13/+41 |
* | fix query for postgres | Mario Vavti | 2023-05-10 | 1 | -1/+1 |
* | when uploading a image file, embed it in the item. otherwise attach it | Mario | 2022-12-07 | 1 | -2/+16 |
* | fix regression where automatically created directories were not public and pi... | Mario | 2022-11-07 | 1 | -6/+5 |
* | fix php warnings | Mario Vavti | 2022-10-18 | 1 | -11/+12 |
* | remove logging | Mario | 2022-10-12 | 1 | -1/+1 |
* | fix php warnings | Mario | 2022-10-12 | 1 | -19/+23 |
* | HQ dashboard - initial checkin | Mario | 2022-07-15 | 1 | -1/+2 |
* | merge branch perms_ng into dev | Mario | 2021-12-15 | 1 | -3/+3 |
* | revise content import/export part 2 | Mario Vavti | 2021-09-29 | 1 | -1/+0 |
* | file is stored in wrong directory (/) if uploaded using photo module and it... | Zot | 2021-08-30 | 1 | -1/+2 |
* | make sure we have a path before running getimagesize() on it | Mario | 2021-08-17 | 1 | -2/+6 |
* | fix regression in relation with recent photo changes | Mario | 2021-06-27 | 1 | -2/+2 |
* | get dev | Hilmar R | 2021-03-01 | 1 | -2/+2 |
* | make attach_upgrade() catch entries where only display_path is missing | Mario | 2021-01-16 | 1 | -2/+1 |
* | error in logic | Mario | 2021-01-06 | 1 | -1/+1 |
* | simplify attach_folder_select_list() | Mario | 2021-01-06 | 1 | -4/+1 |
* | files_ng: implement directory and bulk file download | Mario | 2020-12-21 | 1 | -1/+38 |
* | files_ng: fix regression in finding the right path in certain situations and ... | Mario | 2020-12-16 | 1 | -7/+28 |
* | handle removal of terms in attach_delete() when deleting a ressource | Mario | 2020-12-14 | 1 | -1/+7 |
* | sync categories | Mario | 2020-12-14 | 1 | -1/+12 |
* | merge branch files_ng into dev | Mario | 2020-12-14 | 1 | -33/+257 |
* | if restarting a previously interrupted upload just return where we ended - fi... | Mario | 2020-10-31 | 1 | -0/+6 |
* | adjust code comments and whitespace | Mario | 2020-04-29 | 1 | -3/+4 |
* | more work on attach_store_item() | Mario | 2020-04-29 | 1 | -2/+60 |
* | fix mod filestorage and fetch the info from attach if only the hash is provid... | Mario | 2020-04-25 | 1 | -0/+14 |
* | more work on deprecating ACTIVITY_OBJ_FILE and adapt mod sharedwithme | Mario | 2020-04-24 | 1 | -3/+16 |
* | more work on deprecating ACTIVITY_OBJ_FILE | Mario | 2020-04-23 | 1 | -7/+21 |
* | some work on deprecating ACTIVITY_OBJ_FILE | Mario | 2020-04-23 | 1 | -12/+80 |
* | move from build_sync_packet() to Libsync::build_sync_packet() | Mario | 2020-04-09 | 1 | -2/+4 |
* | Add .webp image format support | Max Kostikov | 2019-12-07 | 1 | -6/+13 |
* | more work on linked item/resource deletion for photos and events, deprecate t... | Mario Vavti | 2019-06-13 | 1 | -2/+5 |
* | Revert "Update htconfig.sample.php" | Max Kostikov | 2019-04-10 | 1 | -0/+11 |
* | Cleanup and fixes | Mario | 2019-03-15 | 1 | -19/+13 |
* | Correct and extend Doxygen comments. | Klaus Weidenbach | 2019-01-23 | 1 | -21/+39 |
* | use uuid in file storage | zotlabs | 2018-11-22 | 1 | -2/+2 |
* | add item.uuid to relevant places | zotlabs | 2018-11-15 | 1 | -5/+9 |
* | Add attach_delete hook | M.Dent (DM42.Net) | 2018-09-15 | 1 | -0/+5 |
* | set the correct album name when moving photos | Mario Vavti | 2018-07-18 | 1 | -1/+3 |
* | admin delete of files | zotlabs | 2018-05-02 | 1 | -1/+1 |
* | parent folder permissions weren't being checked back to the cloud root direct... | zotlabs | 2018-04-30 | 1 | -13/+26 |
* | more testing of attach_move() uncovered some issues | zotlabs | 2018-04-26 | 1 | -57/+73 |
* | update folder timestamp on uploaded files (fixme - we need to recurse back to... | zotlabs | 2018-03-27 | 1 | -0/+10 |
* | cannot use file_get/put_contents in attach_store, must use pipe_streams | zotlabs | 2017-12-25 | 1 | -2/+13 |
* | hubzilla #475 continued - show photos in root folder. Part of Andrew's fix fo... | zotlabs | 2017-12-12 | 1 | -0/+5 |
* | go back to including the photo thumbnail data in the export file. We have the... | zotlabs | 2017-12-10 | 1 | -2/+17 |