1
0
Fork 0
bookwyrm/bookwyrm/forms
Hugh Rundle 5b051631ec
Move MVP
* update User model to allow for moved_to and also_known_as values
* allow users to add aliases (also_known_as) in UI
* allow users to move account to another one (moved_to)
* redirect webfinger to the new account after a move
* present notification to followers inviting to follow at new account

Note: unlike Mastodon we're not running any unfollow/autofollow action here: users can decide for themselves
This makes undoing moves easier.

TODO

There is still a bug with incoming Moves, at least from Mastodon.
This seems to be something to do with Update activities (rather than Move, strictly).
2023-09-18 21:21:04 +10:00
..
__init__.py Fixes setting acces level to "user" 2022-07-04 21:44:55 -07:00
admin.py spelling: expiration 2023-04-04 20:02:54 -04:00
author.py Here we go again! 2023-01-15 09:41:39 +01:00
books.py Only show author confirmation if new authors are added, show suggestions for parent work and set it correctly. 2023-08-01 15:12:50 +02:00
custom_form.py Ignore pylint complaints about argument counts to form saves 2022-09-19 13:23:18 -07:00
edit_user.py Move MVP 2023-09-18 21:21:04 +10:00
forms.py Update forms.py 2022-10-14 12:06:54 -07:00
groups.py Fixes setting acces level to "user" 2022-07-04 21:44:55 -07:00
landing.py Specify TOTP validity window in settings.py 2023-02-13 15:17:54 +00:00
links.py Fixes editing links 2022-11-25 08:28:45 -08:00
lists.py add support for title sort to ignore initial article 2023-04-24 23:29:55 -05:00
status.py Added Backend Part 2023-01-30 16:12:14 +01:00
user_admin.py Fixes setting acces level to "user" 2022-07-04 21:44:55 -07:00
widgets.py Adds missing widgets file 2022-03-19 09:04:50 -07:00