Fix collection post 500 when not logged in
Improve non-chorus site-wide header
Rename Suspend status to Silence
Merge pull request #209 from writeas/fix-host-single-user-templates
Skip logging default pad template fallback
Fix collection template issues introduced in #205
add silenced warning on invites page
Merge pull request #174 from writeas/T661-disable-accounts
As discussed in , this is now the "silence" admin feature. See that PR for remaining items needed to resolve this.
matt renamed
T661: Support silencing accounts from
Support disabling accounts to
Support silencing accounts.
Merge pull request #192 from writeas/T695-reset-user-pass
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…