Commit graph

260 commits

Author SHA1 Message Date
nobody
866182aaaa Merge branch 'dev' of /home/macgirvin/z into dev 2021-03-23 20:52:01 -07:00
nobody
ce67fdb790 issue syncing photos of non-zero imgscale 2021-03-23 20:50:41 -07:00
nobody
e38fb2de29 use multicode by default 2021-03-21 21:56:18 -07:00
nobody
d69589e17e scripted replace of 'array()' with '[]' 2021-03-14 22:10:44 -07:00
nobody
4b735aa63a recognise csv files 2020-11-10 15:06:11 -08:00
nobody
7b0574cd03 fixes from hz 2020-10-31 22:33:56 -07:00
nobody
074c3351af embeddable events 2020-09-27 17:13:24 -07:00
nobody
dbaa0aaa6c Getting a lot of php warnings of "does not exist" when deleting a file that we just checked to see if it existed, but it suddenly does not a few microseconds later. Suppress these warnings, but there's obviously a race condition or duplicate entry point being triggered. 2020-09-27 16:57:53 -07:00
nobody
ad5b44fc4e whitespace 2020-09-17 23:32:35 -07:00
nobody
de4d2656a6 move and rename 2020-09-17 23:21:57 -07:00
nobody
76274d2afe filestorage work, use site_icon for siteinfo html page instead of project icon 2020-09-17 17:30:52 -07:00
nobody
0b4a6057d8 Improve webp support. If your system utilities support webp, this software will handle them just fine. If they don't.... 2020-08-26 19:15:51 -07:00
nobody
54285735b2 attach_drop_photo not removing os_storage resources for imgscale != 0 2020-08-25 02:14:08 -07:00
zotlabs
b44f194aa8 Deprecate the term 'master' from the codebase. 2020-06-15 00:29:56 -07:00
zotlabs
1c5b210d0d several issues plus some cleanup 2020-05-05 21:34:31 -07:00
zotlabs
7b8ca9e6f5 support music rendering 2020-05-02 23:20:00 -07:00
zotlabs
a40a251bbb store/[data] => cache 2020-03-03 18:24:26 -08:00
zotlabs
6f25715186 more ocap refactor 2020-02-02 16:01:07 -08:00
zotlabs
46df791b76 improved integration of OCAP with existing ACL file permissions, refactor fix_attached_photo_permissions() and permissions_sql() 2020-02-02 15:12:20 -08:00
zotlabs
1d5f1dd844 debugging 2019-10-21 22:46:53 -07:00
zotlabs
08f57092e2 cleanup, prepare for ocap private media, improve format of group relay posts 2019-10-15 16:41:54 -07:00
DM42.Net Zap Dev
dd24484383 Fix missing engr_units_to_bytes 2019-07-29 21:32:57 -04:00
zotlabs
75d3914223 misc fixes 2019-07-28 19:34:42 -07:00
zotlabs
0a2116345f cleanup of linked item deletion 2019-06-16 19:18:49 -07:00
zotlabs
466de65b35 add item uuid 2019-02-19 14:59:22 -08:00
zotlabs
63a75cc7d5 rename privacy groups to access lists, forums to groups 2019-02-14 15:26:37 -08:00
zotlabs
7e3c8e46e7 turn photos into proper AS objects (still need to fix the places where they were turned into Note for short-term compatibility) 2018-10-28 20:39:01 -07:00
zotlabs
d3b28b718c Merge branch 'red' into dev 2018-09-18 20:51:38 -07:00
M.Dent (DM42.Net)
abe35817cd Add attach_delete hook 2018-09-15 23:09:16 -04:00
zotlabs
5d94cfba4a Merge branch 'red' 2018-07-19 13:48:32 -07:00
Mario Vavti
eb322e8312 set the correct album name when moving photos 2018-07-18 13:18:37 +02:00
zotlabs
29d973f848 move group to lib 2018-07-03 16:40:54 -07:00
zotlabs
4846ae5326 split off libsync from libzot 2018-06-04 18:40:11 -07:00
zotlabs
02e173e733 finish porting zot6handler primitives 2018-06-03 17:49:48 -07:00
zotlabs
191edfdaa1 more heavy lifting 2018-05-31 21:05:09 -07:00
zotlabs
e9f49d9d9c admin delete of files 2018-05-02 20:08:59 -07:00
zotlabs
32423a7706 parent folder permissions weren't being checked back to the cloud root directory in all cases 2018-04-30 22:30:59 -07:00
zotlabs
ce13fef6aa more testing of attach_move() uncovered some issues 2018-04-26 19:21:08 -07:00
zotlabs
662316e687 update folder timestamp on uploaded files (fixme - we need to recurse back to the storage root but that is for another day) 2018-03-27 21:13:14 -07:00
zotlabs
601706b7b5 cannot use file_get/put_contents in attach_store, must use pipe_streams 2017-12-25 14:59:08 -08:00
zotlabs
494ce9b872 hubzilla #475 continued - show photos in root folder. Part of Andrew's fix 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. 2017-12-12 14:18:34 -08:00
zotlabs
fca1a7506e go back to including the photo thumbnail data in the export file. We have 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. 2017-12-10 15:54:40 -08:00
zotlabs
27bc5fa4b0 improvements to file import/export 2017-12-10 15:25:44 -08:00
zotlabs
d326e7a75c hubzilla issue #680, implement IMoveTarget and recursive file/directory move/rename 2017-12-06 16:07:40 -08:00
zotlabs
ffaab27e77 synchronise an attach_move operation to clones 2017-12-06 14:20:17 -08:00
zotlabs
76703dee84 more chunk work 2017-11-28 17:37:18 -08:00
Mario Vavti
14f1292743 fix typo in pipe_streams() 2017-11-23 20:22:50 +01:00
zotlabs
94d6461568 Video thumbnail generator 2017-11-21 16:06:03 -08:00
zotlabs
09f1e4bdfb pdf thumbnails 2017-11-21 15:10:23 -08:00
zotlabs
16f584608f text thumbnails in cloud tile mode 2017-11-19 16:56:59 -08:00