Commit graph

96 commits

Author SHA1 Message Date
Will Murphy
697f528d28 udpate deps 2022-02-11 09:43:29 -06:00
Will Murphy
6d9c17aaa0 Merge branch 'restarts-and-ccs' 2022-01-01 16:30:38 -06:00
Will Murphy
55b17b19c9 cc to poster in case they aren't in followers yet 2022-01-01 16:29:11 -06:00
Will Murphy
8ce1860386 fix restart policy 2022-01-01 16:28:45 -06:00
Will Murphy
57ac22fe76
Merge pull request #43 from toxomat/fix_instance
gup.pe -> a.gup.pe
2021-12-30 12:05:52 -06:00
Harald von Waldow
b6a91da252 gup.pe -> a.gup.pe 2021-12-30 14:31:38 +01:00
Will Murphy
715b2a6305 1.0.0 2021-11-06 11:54:10 -05:00
Will Murphy
d9539d8bda
Merge pull request #42 from wmurphyrd/apex
Port to activitypub-express
2021-11-06 11:51:04 -05:00
Will Murphy
22cc9eb5b2 Announce the object 2021-11-05 00:06:27 -05:00
Will Murphy
fdbc15c630 check all audience fields when determining if a post is direct to group (Masto apprently uses only cc) 2021-11-04 23:27:23 -05:00
Will Murphy
6216ad02a8 bring back the homepage query, update for new data format 2021-11-04 23:02:45 -05:00
Will Murphy
f46de1ba0a place the create-on-lookup on all relevant routes, mostly to work with Mastodon instances that have a Guppe actor from the old version cached 2021-11-04 22:58:55 -05:00
Will Murphy
95fddfb98e bump engine 2021-11-01 18:12:48 -05:00
Will Murphy
fb4f752f81 ignore web bundle 2021-11-01 18:11:20 -05:00
Will Murphy
005465df73 remove built web bundle from repo 2021-11-01 18:10:28 -05:00
Will Murphy
927ec5d8b3 add docker deployment 2021-11-01 18:05:14 -05:00
Will Murphy
18e0c8d602 Port Guppe to activitypub-express 2021-11-01 16:47:50 -05:00
Will Murphy
0e5a583e05
Merge pull request #36 from wmurphyrd/autoencrypt
Autoencrypt
2021-02-17 21:33:35 -06:00
Will Murphy
0c73ddbb40 autoenctryp settings 2021-02-17 21:56:38 -05:00
Will Murphy
f68f796582 fix non-updating top groups 2021-01-20 22:19:03 -06:00
Will Murphy
2076a04498 switch to autoencrypt for certs. Thanks Aral! 2021-01-20 22:18:30 -06:00
Will Murphy
8c13d348e8
Update README.md 2020-12-22 22:42:28 -06:00
Will Murphy
dbe924aa7d remove post listings from web interface, process deletes (fix #33), stop caching objects 2020-12-22 21:20:39 -06:00
Will Murphy
458db4f2ea fix deleted line 2020-10-24 20:54:05 -05:00
Will Murphy
18c024801c hacky way to sign GETs fix #29 2020-10-24 20:33:45 -05:00
Will Murphy
5208b67df5 add digest to http signature for Mastodon 3.2.1 compliance 2020-10-24 13:14:33 -05:00
Will Murphy
6db9dcaf41
Merge pull request #19 from Nono-m0le/patch-1
Update README.md
2020-09-01 22:13:53 -05:00
Nono
7fe05095d0
Update README.md
small typo
2020-02-19 15:03:58 +01:00
Will Murphy
f17ce939e2 fix errors in unverifiable delete handling and include accept headerin http logs 2019-12-25 17:22:31 -05:00
william Murphy
4a0337bdad Add check for delete user broadcasts for unknown users (unverifiable signature) 2019-12-25 15:52:15 -06:00
william Murphy
ca0342f4e0 add error logger 2019-12-25 15:51:31 -06:00
william Murphy
8528674539 fix long group name overflow on home page 2019-12-07 15:05:48 -06:00
william Murphy
f215c44cc7 build 2019-11-19 19:48:29 -06:00
william Murphy
c96e1f9a51 remote follow: support handle with and without leading @ 2019-11-19 19:48:15 -06:00
william Murphy
7c580b991e Merge branch 'fix-osubscribe' 2019-11-19 19:32:46 -06:00
william Murphy
c296ae0185 build 2019-11-19 19:31:51 -06:00
william Murphy
cca205d96f fix osubscribe workflow; was not updated from nunjucks templating to vue 2019-11-19 19:30:45 -06:00
Will Murphy
f3f8905750
Merge pull request #13 from wmurphyrd/vue
Vue web app
2019-11-17 20:10:42 -06:00
william Murphy
ddf39877b0 add build web app to repo 2019-11-17 20:02:32 -06:00
william Murphy
cd03938d22 move the public addressing from 'cc' to 'to'; I think the prior was interpreted by mastodon as unlisted 2019-11-17 19:56:30 -06:00
william Murphy
d15e9436ee wrap up initial pages, styling, member and post counts on profiels, vue router scroll behavior 2019-11-17 19:48:11 -06:00
william Murphy
c79d983ad3 limit outbox stream to boosts/posts so that collection length can serve as post count; return full actor info to reduce duplicatge requests 2019-11-17 19:46:41 -06:00
william Murphy
c4946c3621 de-dupe http-signature to force use of forked version 2019-11-17 19:44:37 -06:00
william Murphy
b1fa729ac0 update and self-serve fontawesome 2019-11-17 19:43:54 -06:00
william Murphy
45f25bdc6a fix webfinger routing, create group listing api, web homepage with groups list 2019-11-17 19:31:58 -06:00
Will Murphy
5407d1cfe1 styling and WIP homepage 2019-10-13 19:25:07 -05:00
Will Murphy
fe97162490 PostCard - resolve and display actor info 2019-10-12 14:20:19 -05:00
Will Murphy
dbd8da4bfc replace nunjucks profile rendering with vue, start listing of recent posts on profiel page, support full IRI object ids in object GET route so that remote origin objects can be fetched from local cache for display in Vue pages 2019-10-12 13:30:33 -05:00
william Murphy
24a5fbeb07 add vue router and connect via history fallback middleware 2019-10-03 21:47:44 -05:00
william Murphy
cb8deb7032 vue scaffold 2019-10-02 20:54:16 -05:00