Anton Khorev
606b5c1b6a
Use resourceful routes for terms view/accept/decline
2025-01-08 22:19:35 +03:00
Tom Hughes
95b919c5d1
Merge remote-tracking branch 'upstream/pull/5461'
2025-01-03 19:32:42 +00:00
Anton Khorev
eec5cadf2a
Rename Account module to Accounts
2025-01-03 15:40:59 +03:00
Anton Khorev
615a669345
Convert Auth.providers into array
2025-01-03 14:09:53 +03:00
Anton Khorev
c3ad502f90
Remove 'None' from auth providers
2024-07-18 15:30:08 +03:00
Anton Khorev
2a657a969b
Replace .btn-wrapper with Bootstrap gutters/gaps
2024-05-26 05:38:27 +03:00
Tom Hughes
161fc8ac47
Replace deprecated text-muted class with text-body-secondary
2024-05-22 11:58:32 +01:00
Andy Allan
e11c70f751
Move public editing content into its own partial
...
This makes the editing page easier to read, and simplifies the i18n
in the public editing section.
2023-02-22 09:16:17 +00:00
Andy Allan
c7e9888bb6
Refactor public editing note to avoid raw html in the translations
2023-02-22 09:16:17 +00:00
Andy Allan
934d81aa55
Bootstrap 5: Replace all form-group classes with mb-3
2022-07-20 14:42:57 +01:00
Andy Allan
e80d74ae73
Bootstrap 5: Add form-label class to hand-crafted form labels
...
This is done automatically for forms created by bootstrap_form
2022-07-20 14:41:56 +01:00
Andy Allan
2080696fe6
Bootstrap 5: Remove use of form-row class
...
This has been replaced by simple `row` class in v5. We can also use the
gx-N classes here, which tighten up the horizontal gutter sizes for
space-constrained forms.
2022-07-20 14:41:41 +01:00
Tom Hughes
cb8419456b
Apply bootstrap styling to "make public" button
2022-02-21 19:11:58 +00:00
Andy Allan
6c1d73a509
Allow users to delete their own accounts
...
This PR allows users to delete their own accounts. The logic implemented matches
that currently used by the admins when they manually close accounts, although
there is room to be more complex in future e.g. completely removing accounts
with no content.
The error handling has been slightly adapted for namespaced controllers, by
anchoring the controller name with a leading forward slash.
2022-02-09 16:15:24 +00:00
Tom Hughes
81c58571c5
Fix route for "go public" button on the account edit page
2022-01-28 12:39:39 +00:00
Andy Allan
a8e8ba1a64
Refactor the account edit/update pages out into a separate accounts controller
2021-12-08 15:17:50 +00:00