Remove Debian install instructions
Link to WF v0.11 in wf-cli README
Fix "silenced" alert styles on more pages
Rename UserSuspended to UserSilenced
Change more suspension check logic
Tweak "suspended" notification copy
Change "suspend" to "silence" where user-facing
Change Write.as -> WriteFreely in README
Remove commentsEnabled AP extension
Fix reset user's email address display
Change Reset Password button style
Tweak admin reset confirmation copy
Tweak admin user pass reset success copy
Reset password to sorta-sensical string
Remove extra OwnUserPage field
Change password reset endpoint to /admin/user/{Username}/passphrase
Merge branch 'develop' into T572-check-updates
Merge pull request #205 from writeas/fix-csv-export
use .Host instead of adding .Hostname
pass hostname to canonical url in post templates
Fix "suspended" message location on Drafts
Confirm suspension before submitting the form
Move user status in list out of <a>
Move admin template IsSuspended logic into method
Merge pull request #189 from writeas/T697-blog-default
Merge pull request #185 from writeas/accept-json
Merge pull request #166 from writeas/159-follow-panic
add user account delete UI
add admin user account deletion
remove wrapper over db.DeleteAccount
add admin user account deletion
CLI delete account by username and delete posts
Update hosting options in README
is up including CLI flags, next is to add things like federated deletes for all collections including default (i.e. username) and and posts if they are being deleted as well.
Looks like this function also already exists in writefreely under *datastore, but is still out of date and needs modification.
Note: implementation details are out of date and only apply to Write.as. For implementation in WriteFreely, refer to []() func in rW.
matt moved
T695: Support manual admin password reset from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
matt moved
T686: Enable Admin user creation in Dashboard from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
matt moved
T694: Simplified admin dashboard from
Restricted Project Column to
Restricted Project Column on the
Restricted Project board.
{T706} solves our immediate needs for #write.as_for_teams, so we'll do that first. Then we can look at addressing this.
add check for suspended user on single posts
Merge branch 'develop' into T661-disable-accounts
remove containers after use
keep --update in apk call
add basic API endpoint for rendering markdown
Handle default pad color mode according to `prefers-color-scheme`
Remove css changes, keep only pad switching code
WIP: this is a branch that attempts to honor the new dark mode in OS…
Unmarshal to `webfinger.Resource` instead of interface{}
Update dependencies and add a comment
Fix comments on T627 pull request
As mentioned , we should start with a browser extension.
In the interim, this will be an extension
On mobile the split should be horizontal, with the preview up top. It should also scroll with the editor content.
Fix missing commit statement in migrations/v3.go
Redirects from the intermediate page work and if there's an old mention there…
Handles are saved in `remoteusers` while the links take you to an intermediate…
Change the result that webfinger returns from the first alias to the last…
Sounds good. Just some other things to note about this approach:
pixelfed doesn't support the syntax (it's pixelfed.social/qwazix and not pixelfed.social/@qwazix) so I think it's not a good idea to do the prismo thing.
Just to add to #2, we should probably just leverage the table, adding a column (or however we name it). That would let us look up the handle and associated .
I think people will definitely expect mentions to turn into links, so we should address that now.
I'm looking into turning handles into links and I think I should link to the user on remote instances.
I opened an issue on tootsuite
Fix @thebaer's comments in https://github.
commands: Remove redundant string() cast on pass
commands: Fix up the interactive auth flow
Add password flag for authentication
lightly style tables in posts