Wykres commitów

154 Commity (c1e0a08f720c9735c3c4de7b2a8a53322e0fb6f8)

Autor SHA1 Wiadomość Data
Ryan Barrett c1e0a08f72
user page redesign: add home, notifications pages
for #442
2023-10-11 12:25:38 -07:00
Ryan Barrett afa16d3864
start redesigning user pages
for #442
2023-10-11 12:25:38 -07:00
Ryan Barrett 1b78e86e6c
add Protocol.LOGO_HTML constant, change user page to link to external user
for #442
2023-10-11 12:25:38 -07:00
Ryan Barrett 1b702ce2aa
docs: update translation tables for NIP-05 local vs domain parts 2023-10-03 16:56:05 -07:00
Ryan Barrett e89730e68f
drop /_ah/ path prefix on task handlers
...since it's not supported in dispatch.yaml: https://cloud.google.com/appengine/docs/flexible/reference/dispatch-yaml?tab=python#url
2023-09-29 13:49:17 -07:00
Ryan Barrett 56c5909b84
add /bridge-user page to propagate a new user into ATProto
for #647
2023-09-29 11:32:28 -07:00
Ryan Barrett e9e8827ef9
standardize more on 'handle' and 'id' terms
* User.readable_id => handle
* User.readable_or_key_id => handle_or_id
2023-09-25 12:33:24 -07:00
Ryan Barrett 0d2ec18edd
add ids.convert_handle 2023-09-22 11:42:08 -07:00
Ryan Barrett f92a2e8cec
docs: translating ids table: split ids from handles, add example table 2023-09-22 11:42:08 -07:00
Ryan Barrett b49f49bf0c
docs: add blockchain row to protocol comparison table 2023-09-15 08:50:16 -07:00
Ryan Barrett f602712676
docs: more minor tweaks to protocol comparison table 2023-09-10 16:20:55 -07:00
Ryan Barrett f6d8f3a741
docs: more protocol comparison table tweaks 2023-09-05 19:19:48 -07:00
Ryan Barrett 7b7fbb45ef
docs: protocol comparison table: add object ids row, other tweaks 2023-09-05 11:04:05 -07:00
Ryan Barrett 375577647b
docs: tweaks to protocol comparison grid 2023-09-03 22:23:13 -07:00
Ryan Barrett d6cfafa676
docs: add protocol comparison grid 2023-09-03 21:57:52 -07:00
Ryan Barrett f3570eac39
tweak representative h-card docs and links to emphasize *representative*
for #626
2023-09-01 08:16:11 -07:00
Ryan Barrett 33f3d856da
docs: first pass at documenting activity router 2023-07-03 07:37:16 -07:00
Ryan Barrett d419b1f154
logs: add /inbox path substring
for #541
2023-06-23 15:13:34 -07:00
Ryan Barrett cb8ae4466b
document how to get Mastodon to verify profile links
fixes #560
2023-06-23 13:12:21 -07:00
Ryan Barrett 02214e9772
fix log links to only search /_ah/queue/webmention
fixes #541
2023-06-21 14:07:20 -07:00
Ryan Barrett ea1e2777e8
User.obj bug fix in followers/ing pages, handle follower/ee user missing as1 2023-06-16 12:06:01 -07:00
Ryan Barrett d3c4415cd3
migrate User.actor_as2 to obj key pointing to Object
for #547
2023-06-15 21:23:31 -07:00
Ryan Barrett b8be57bae7
docs: add table on how we infer protocol from ids
for #548
2023-06-14 19:46:43 -07:00
Ryan Barrett 743adef653
docs: bug fix for identity translation table, Nostr => AP 2023-06-12 08:53:34 -07:00
Ryan Barrett 5420031945
docs: identity mapping table, streamline layout 2023-06-11 19:57:41 -07:00
Ryan Barrett 1c02c192f1
docs: identity translation: switch to per-protocol subdomains 2023-06-11 12:12:07 -07:00
Ryan Barrett 9e839b51ed
user page bug fix, drop extra / after source URL in update profile webmention form 2023-06-10 07:18:05 -07:00
Ryan Barrett 62d44bdc63
minor UI fixes for domain => g.user in template vars 2023-06-09 12:46:11 -07:00
Ryan Barrett 9ce676934d
user page remote follow form bug fix, add protocol field
thanks for reporting @tantek!
2023-06-08 20:44:31 -07:00
Ryan Barrett afbb453043
AP users: finish migrating follow.py to Follower schema with new from/to
for #512, fixes https://console.cloud.google.com/errors/detail/CPn404XJ2rC6rAE;time=P30D?project=bridgy-federated
2023-06-07 23:51:41 -07:00
Ryan Barrett 68982e113f
AP users: followers/following UI page bug fixes for Follower migration to to/from
for #512
2023-06-07 22:34:08 -07:00
Ryan Barrett 7c82bf7ec5
AP users: finish migrating Follower from string domains/ids to User keys
for #512
2023-06-07 19:06:44 -07:00
Ryan Barrett 9cb8c1f9f2
AP users: start migrating Follower from string domains/ids to User keys
for #512
2023-06-07 12:43:48 -07:00
Ryan Barrett 1366842bba
dev docs on error handling 2023-06-04 13:47:27 -07:00
Ryan Barrett d30eccbe8b
AP users: make show protocol-specific UI like remote follow conditional
for #512
2023-06-04 10:13:02 -07:00
Ryan Barrett daba73ce38
update a few user page links in the web UI, /user/ => /web/
for #512
2023-06-03 08:03:38 -07:00
Ryan Barrett 92b71e5f9d
user page UI bug fixes, handle generic User subclasses, id instead of domain 2023-06-02 22:13:42 -07:00
Ryan Barrett 35060c172a
switch actor_id() and address90 back to User methods, to be implemented by subclasses
partially reverts 9e906f18e4
2023-05-31 10:10:14 -07:00
Ryan Barrett 9e906f18e4
move address, actor_id from User to activitypub.py, /web-site to web.py
for #512
2023-05-30 17:24:49 -07:00
Ryan Barrett 3cba0e272b
translating docs, minor language tweaks 2023-05-27 14:27:31 -07:00
Ryan Barrett cc0c3804b7
pin grpcio to 1.54
1.55.0 hangs on Mac in gunicorn/flask run with "Waiting for thread pool to idle before forking." https://github.com/grpc/grpc/issues/31885
2023-05-27 10:21:32 -07:00
Ryan Barrett dc41ad6155
docs: protocol translation tables tweak, IndieWeb => Web 2023-05-26 17:39:10 -07:00
Ryan Barrett 60a3327684
minor doc tweaks to translation tables 2023-05-26 13:00:00 -07:00
Ryan Barrett 6268f5d9a0
docs: show completed parts of translation tables in green 2023-05-26 12:42:55 -07:00
Ryan Barrett c277686e13 document proposed translations between protocols in docs 2023-05-25 22:27:33 -07:00
Ryan Barrett af2a1e9f6b
add news link to web UI footer 2023-05-15 07:18:59 -07:00
Ryan Barrett fd85673fc2
document how to make posts searchable in the fediverse
fixes #352
2023-04-17 16:05:52 -07:00
Ryan Barrett 212f2b11ec
wm => AP: add delete support
fixes #30
2023-04-17 15:36:29 -07:00
Ryan Barrett c7eedcd8e5
minor docs language tweak 2023-03-31 20:28:25 -07:00
Ryan Barrett fb5f7b3fb0
move current user into Flask g request-global 2023-03-20 14:28:14 -07:00