Commit graph

25098 commits

Author SHA1 Message Date
nobody
09a8a934b5 With the recent improvements to mod_chanview, make it the default for all protocols, even though nomad connections have a connect button. This provides a birds-eye view summary of the channel (currently) sans content. 2021-08-13 14:13:33 -07:00
nobody
b56d9a3ce3 fetch zot/nomad conversations by mid instead of parent mid, as the parent might be on activitypub. 2021-08-13 01:43:07 -07:00
nobody
72d60c83a3 log failed conversation fetches 2021-08-13 00:38:25 -07:00
nobody
9773c93d16 variable scope issue 2021-08-12 19:34:35 -07:00
nobody
c112a95bb4 update 2021-08-12 13:14:11 -07:00
nobody
edbe7c013e add animated gif check function, fix misty issue 3 (mysql is picky about when to use "default") 2021-08-12 13:04:44 -07:00
nobody
8410397dcf version 2021-08-11 01:29:53 -07:00
nobody
62e94e336b more ECMA updates 2021-08-10 19:25:23 -07:00
nobody
8ccc936af2 Attempt to bring main.js in line with current ECMA specifications w/r/t variable scoping;
also - dig deeper on delivery reports where comment parent wasn't found and update them if we actually found it.
2021-08-10 14:37:00 -07:00
nobody
79f7411566 Merge branch 'dev' of ../p3 into dev 2021-08-05 04:15:39 -07:00
nobody
4c000bc318 Storage/Browser: don't provide mkdir (create) and upload options on cloud root directory 2021-08-05 04:14:18 -07:00
nobody
88a4987e53 Merge branch 'dev' of ../p3 into dev 2021-08-05 02:05:54 -07:00
nobody
b94ccd7697 zotsh - fix deprecated hex encoding 2021-08-05 02:05:12 -07:00
nobody
29f6e7187f update 2021-08-05 01:38:38 -07:00
nobody
7078d3ca2b Merge branch 'dev' of ../p3 into dev 2021-08-05 01:32:07 -07:00
nobody
4f039d9aab security: system.cloud_disable_siteroot now shows approved connections only in the cloud root when true instead of being empty. You can still navigate to any public channel if you know the name. When false shows all publicly visible channels as before. The form element in admin/security which sets this is still configured as the reverse of this setting. 2021-08-05 00:48:21 -07:00
nobody
abbd73fcaf update 2021-08-04 00:27:46 -07:00
nobody
23c3b79579 Merge branch 'dev' of ../p3 into dev 2021-08-04 00:26:47 -07:00
nobody
701f75bcff zotsh: update readme, auto cd to your own cloud directory on startup, since the higher level site directory might only have hidden contents 2021-08-04 00:25:04 -07:00
nobody
92e0759a48 Merge branch 'dev' of ../p3 into dev 2021-08-03 23:24:23 -07:00
nobody
5018354a16 update util/zotsh for py3 2021-08-03 23:21:41 -07:00
nobody
dc418156e9 remove util/shredder - hasn't worked in years and nobody noticed. 2021-08-03 22:34:53 -07:00
nobody
bce6ae5e1e remove util/fresh - hasn't worked in years and nobody noticed and it doesn't add any value 2021-08-03 22:30:32 -07:00
nobody
0c6f176138 Merge branch 'dev' of ../p3 into dev 2021-08-03 17:31:05 -07:00
nobody
98e5105ad7 eliminate fragments in outbound ActivityPub URIs 2021-08-03 17:26:45 -07:00
nobody
eda4a2c116 include/network:get_request_string() ignore fragments 2021-08-03 17:12:28 -07:00
nobody
af8f724264 Merge branch 'dev' of ../p3 into dev 2021-08-03 15:44:38 -07:00
nobody
470aa951e8 refactor Zotlabs\Lib\Activity::fetch() to ignore fragments and remove the corresponding fragment ignoring
code from the HTTPSig key fetching functions. This primarily affects funkwhale/django but has shown up
occasionally in other HTTP/CGI server platforms which don't pass fragments to the application, resulting in
signature failures on those platforms. It isn't our fault because we're just fetching and signing the URL
we were given; but it also isn't theirs because they're just verifying the request-uri their webserver
provided. It just isn't the same one we fetched.
2021-08-03 15:28:53 -07:00
nobody
07bdf780d8 FEDERATION.md: updates to group comment delivery over ActivityPub 2021-08-03 01:23:21 -07:00
nobody
686cbed2e5 more consistent text 2021-07-31 04:13:51 -07:00
nobody
54c34acc45 Merge branch 'dev' of ../p3 into dev 2021-07-28 14:28:18 -07:00
nobody
56f8df457a hide common instance actors (mastodon,pleroma) from directory in safe mode (the default) 2021-07-28 14:26:37 -07:00
nobody
fdcd98b9b1 finish disabling collection toggle in directory 2021-07-28 03:35:31 -07:00
nobody
7cc0a2e695 dreport updates 2021-07-28 02:44:17 -07:00
nobody
cd935fad65 fixes 2021-07-28 02:07:39 -07:00
nobody
af7c5787a0 Merge branch 'dev' of ../p3 into dev 2021-07-27 23:55:09 -07:00
nobody
6510b67df2 dreport_log: just keep the most recent error log entry, but set it for all delivery reports that are pending for this host. This is so that any drill down to the dreport_log for a queued delivery entry will show the status of the last delivery attempt. 2021-07-27 23:49:54 -07:00
nobody
003650f8cc Merge branch 'dev' of ../p3 into dev 2021-07-27 05:27:21 -07:00
nobody
0fd7ad5be0 dreport log 2021-07-27 05:26:47 -07:00
nobody
d2e4fd4151 updates 2021-07-26 15:41:19 -07:00
nobody
90d16e7884 Merge branch 'dev' of ../p3 into dev 2021-07-25 17:21:25 -07:00
nobody
3a03e6285c some preliminary work on threaded comments refactor, bring back poke app. 2021-07-25 17:20:10 -07:00
nobody
8c422bf2c9 provide separate network timeout settings for get and post. We can allow a bit more time for posting as this is nearly always done in the background, and a lot of sites seem to be running on under-powered hardware these days and are failing to respond within 60 seconds and are therefore effectively dead when it comes to pushing stuff. 2021-07-24 14:48:51 -07:00
nobody
869abbea59 Merge branch 'dev' of ../p3 into dev 2021-07-22 03:59:15 -07:00
nobody
955ae420b4 codecomments 2021-07-22 03:58:54 -07:00
nobody
e6d668356c php8 warning 2021-07-22 03:57:52 -07:00
nobody
4391f1eef6 refactor/simplify WebServer 2021-07-22 03:16:58 -07:00
nobody
a582e6e9d8 directory issue when choosing collections and no collections exist. This always returns the first directory entry with no xchan_name and makes the directory unusable afterward; so ensure there is a search string before redirecting to chanview 2021-07-20 15:56:12 -07:00
nobody
b04484ca5f Merge branch 'dev' of ../p3 into dev 2021-07-20 02:31:10 -07:00
nobody
34adec27a6 redirect editpost to mod_photos correctly and open the form if photo 2021-07-20 02:29:52 -07:00