Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
whether to include replies and unlisted posts on their profiles
|
|
into en-MP
|
|
|
|
|
|
|
|
|
|
visualize nesting in threads
|
|
in various scenarios
|
|
permissions can be enforced on request
|
|
community flavor
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
months of history
|
|
/api/v1/admin/domain_blocks endpoints
|
|
instance endpoints
|
|
and instance endpoints
|
|
|
|
|
|
|
|
trusted servers to about page possible.
|
|
|
|
And bring the whole thing closer to upstream's code.
|
|
|
|
* Fix not being able to unbookmark toots when blocked by their author
* Add tests
|
|
(#14599)
|
|
|
|
Fixes #1406
|
|
|
|
Port 7dc4c742650ac69ec9a4459b656e172283511e4c to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port d70c3ab4c39e642d41138ab693af77dd6c258e8c to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
|
|
|
|
* Increase DNS timeout from 1 second to 5 seconds for MX check
1 seconds is rather short when using a recursive DNS resolver which
hasn't got a cached result already available. Use 5 seconds instead,
which is the timeout value we use for outgoing HTTP queries.
* Add more precise error messages for invalid e-mail addresses
|
|
* Fix client-side username validation at registration
It used the Account::USERNAME_RE regexp which is for *remote* users,
local user validation is stricter. Also take into account max username length.
* Add client-side form validation for password change
* Add client-side form validation to dedicated registration form
Previous changes only applied to the /about page, not the dedicated form on
/auth
|
|
|
|
(broken because I forgot to adapt it to glitch-soc's theming system)
|
|
* Add HTML-level validation of username in sign-up form
* Make required fields with incorrect values more visible
* Enable HTML form validation for the registration form
* Mark agreement checkbox as required client-side
* Add minimum length to password
* Add client-side password confirmation validation
|
|
|