Merge pull request #13 from wmurphyrd/vue
Will Murphy
2019-11-17 20:10:42 -0600
ddf39877b0add build web app to repo
william Murphy
2019-11-17 20:02:32 -0600
cd03938d22move the public addressing from 'cc' to 'to'; I think the prior was interpreted by mastodon as unlisted
william Murphy
2019-11-17 19:56:30 -0600
d15e9436eewrap up initial pages, styling, member and post counts on profiels, vue router scroll behavior
william Murphy
2019-11-17 19:48:11 -0600
c79d983ad3limit outbox stream to boosts/posts so that collection length can serve as post count; return full actor info to reduce duplicatge requests
william Murphy
2019-11-17 19:46:41 -0600
c4946c3621de-dupe http-signature to force use of forked version
william Murphy
2019-11-17 19:44:37 -0600
b1fa729ac0update and self-serve fontawesome
william Murphy
2019-11-17 19:43:54 -0600
45f25bdc6afix webfinger routing, create group listing api, web homepage with groups list
william Murphy
2019-11-17 19:31:58 -0600
5407d1cfe1styling and WIP homepage
Will Murphy
2019-10-13 19:25:07 -0500
fe97162490PostCard - resolve and display actor info
Will Murphy
2019-10-12 14:20:19 -0500
dbd8da4bfcreplace 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
Will Murphy
2019-10-12 13:30:33 -0500
24a5fbeb07add vue router and connect via history fallback middleware
william Murphy
2019-10-03 21:47:44 -0500
cb8deb7032vue scaffold
william Murphy
2019-10-02 20:54:16 -0500
884bddc963add postman request library
Will Murphy
2019-09-30 20:55:54 -0500
26eee3c27asome logging cleanup
Will Murphy
2019-09-30 20:55:20 -0500
5726e07f13add missing http-signature context
Will Murphy
2019-09-29 13:55:04 -0500
211a6e4458fix profile icon format
Will Murphy
2019-09-29 11:59:02 -0500
9e241cd720add avatar image
Will Murphy
2019-09-28 10:54:48 -0500
7092a92b9clogging cleanup
Will Murphy
2019-09-28 10:23:24 -0500
b469abc863rule out html accepting requests from json path in case of very broad accept headers
Will Murphy
2019-09-27 23:39:57 -0500
ab44393c0bfix content negotiation
Will Murphy
2019-09-27 23:28:12 -0500
6f17ad2f40morgan http logging
Will Murphy
2019-09-27 22:24:35 -0500
c67ea9f7abadd actor HTML page with ostatus remote follow workflow. Fix#2
Will Murphy
2019-09-27 22:17:54 -0500
fbdb64ba37fix migration
Will Murphy
2019-09-25 23:08:55 -0400
df0d057322also update ids in streams
Will Murphy
2019-09-25 21:59:39 -0500
bf58e27748handle errors during signature validation. use lowercase in ids
Will Murphy
2019-09-25 21:45:52 -0500
e47dd9286fadd Undo support to unfollow
Will Murphy
2019-09-25 17:15:39 -0500
dbf8e5a413alter accept/announce activity structre to meet Mastodon requirements, debug logging
Will Murphy
2019-09-25 13:17:40 -0400
a09ac67573Change to Signature header stype outgoing http signatures for mastodon compliance, both incoming formats supported (via dependency update), change default text for new groups, use certificate authority when specified
Will Murphy
2019-09-24 22:12:31 -0500
20b94b35f7add static homepage
Will Murphy
2019-09-24 13:07:00 -0500
6e5453f0e2auto-announce objects from received Create activities
Will Murphy
2019-09-23 22:33:21 -0500
a64c44ad46production security: require signature for users with public keys, block outbox posting. Add missing routes to fetch objects and activities by id
Will Murphy
2019-09-23 22:18:35 -0500
53fa6353d2more organization, cache db handle in store to simplify calls, addressing & federated delivery
Will Murphy
2019-09-23 12:52:22 -0500
a8230136f8package details, lint
Will Murphy
2019-09-22 00:20:37 -0500
03b0ae732emore organization, remote object resolution, signature verification as middleware
Will Murphy
2019-09-22 00:05:30 -0500
958951aa4bupdate readme
Will Murphy
2019-09-21 17:56:52 -0500
Create LICENSE
Will Murphy
2019-09-21 17:03:29 -0500
a43419f9ffsetup db utils in store directory, move getOrCreateActor and break out getActor for actions which require and existing actor (e.g. signature validation)
Will Murphy
2019-09-21 16:53:55 -0500
8039b04799organize
Will Murphy
2019-09-21 16:20:14 -0500
4d7e99461dprototype automatic follow acceptance with signed request
Will Murphy
2019-09-21 15:02:50 -0500
06d6f85960switch to https, place all object metadata in _meta for simpler projections
Will Murphy
2019-09-19 20:55:32 -0500
e4c150b840automatic actor creation on finger, user lookup. followers collection endpoint populated from inbox activity side effects
Will Murphy
2019-09-16 20:58:32 -0500
0a3c758ad7generate keys for local users
Will Murphy
2019-09-14 21:49:33 -0500
d7c733ae95inbox and outbox get and post, webfinger
Will Murphy
2019-09-14 19:00:26 -0500
cb137ffcb1mongo for user object requests and initial inbox functionality
Will Murphy
2019-09-12 20:03:04 -0500
b11f50d395change description, serve hubs
william Murphy
2019-09-09 17:44:53 -0500
ea191e0806switch to node native crytpo keypair gen for easier setup on windows, activate https
william Murphy
2019-09-09 17:43:06 -0500
ed7ade3fa6update readme
Darius Kazemi
2019-03-26 10:59:52 -0700