Donovan Daniels
32a1367cfe
[Users] Consolidate password confirmation into singular route ( #813 )
2024-12-18 06:02:02 -08:00
Cinder
a0b51e40bc
[Users] Rework login pages and increase password requirements ( #825 )
2024-12-14 17:37:53 -08:00
Cinder
7bdabdf2b4
[CSS] Clean up colors and implement colorblind palettes ( #682 )
2024-07-28 18:12:41 -07:00
Earlopain
066c7559c2
[Users] Add a not about the sensitivity of api keys
2024-02-19 20:18:56 +01:00
Donovan Daniels
ee359d290f
[UserStatuses] Include favorites and replacements ( #517 )
...
* [UserStatuses]: Expand count fixes
* [PostSets] `for_user` -> `for_creator`
* reword to just "counts"
* NoteVersion.where -> NoteVersion.for_user
* Remove some fields
* Fix own replacement count fixers
* remove extra edit count fixers
* accidentally changed the rejected count fixer
2023-05-16 19:58:49 +02:00
Earlopain
f6b53dd0d3
Merge branch 'moderator-role'
2023-01-11 17:05:37 +01:00
Earlopain
9afc1949fa
[CSS] Clean up duplicate table classes
...
width: 100% is already part of the class.
Remove duplicate classes .table/.striped and exclusivly use the more common one.
Add this class to PostReportReasons/Help, which were missing it.
2022-12-29 16:36:33 +01:00
Earlopain
665f432e17
[Users] Allow moderators to handle tickets
2022-11-28 16:21:40 +01:00
Earlopain
e830c11ae9
[Cleanup] Remove raw
post index param
2022-09-29 16:10:04 +02:00
Earlopain
87500a4f01
[Forms] Use a custom form builder
...
This will make it possible to write some custom logic and use it everywhere,
like generating submit buttons with text depending on the model state
2022-07-13 20:48:14 +02:00
Earlopain
bad4340e15
[DText] Prevent zalgo from overflowing
...
Deeply nested sections still exceed the expected width.
2021-11-17 17:53:11 +01:00
Earlopain
da29304039
[Template] Add a bunch of missing titles
...
This also adds usefull information to a few, like which tag you're editing
2021-03-21 19:02:28 +01:00
Earlopain
9b7c4db852
[Template] Don't explicitly add app_name in every title
...
- Use a helper function to add it to every title (except the root path
which is just the app_name)
- Remove useless set_title function in application_controllerller
2021-03-21 16:58:35 +01:00
Kira
9b7a081767
[Deletion] Revise user deletion rules and clarify wording
2020-06-14 19:10:12 -07:00
Kira
ffd7b73c5c
Fix user deletion system
2020-03-11 17:00:00 -07:00
Kira
e76e089b40
Confirm password when changing
2020-02-23 20:18:02 -08:00
Kira
17d5c8ac89
More dead .js files removed
2020-02-21 21:40:37 -08:00
Kira
6be9fdc5d0
Post flags/appeals/replacement update for remote: true
2020-02-21 21:40:37 -08:00
Kira
619afc69c2
Force email confirmation on email change
2020-01-01 17:36:38 -08:00
Kira
4663c70a46
Fix email confirmation typo
2019-10-31 11:41:33 -07:00
Kira
f5bf733c86
Fix email verification being a user level
...
Having a distinct level for user verification proved to be rather
problematic for code flow and introduced an extra level below
blocked. Since it makes the account unusable until activated
it made sense to use an extra field and stop messing with user
levels explicitly.
This should also make tests a lot easier to deal with because it
doesn't require any changing of the user level.
2019-09-23 16:16:45 -07:00
Kira
6af481d38f
Improve flexibility of dtext class
...
Remove div scoping from the dtext class to allow for future inline
DText as an option.
Rename class to make it slightly more obvious what the class is
and what it is accomplishing. `prose` seemed too vague.
2019-09-22 12:16:46 -07:00
Kira
f0a7f76136
Email confirmation
2019-08-31 20:06:20 -07:00
Kira
583cd7e20d
Make password resets closer to old e6 password resets
2019-06-12 21:39:45 -07:00
evazion
0aecc9d34c
css: fix 020_base.scss
getting imported twice.
...
This import caused all in the rules in 020_base.scss to be included
twice in the final stylesheet.
2018-09-14 10:31:30 -05:00
Albert Yi
6fa0ae2cf1
Migrate assets to use Webpacker
2018-07-27 15:24:05 -07:00
Albert Yi
28663351d1
fixes #3757
2018-06-20 11:27:49 -07:00
BrokenEagle
5cdd8d8f67
Standardize position of page title and secondary links
...
- Removed path specification for secondary links where unneeded
2017-12-28 10:20:27 -08:00
BrokenEagle
31d3215dad
Fix page controller and action IDs
...
- Also fix affected CSS and JS files
2017-12-28 10:20:12 -08:00
evazion
7cb7c2fbab
Remove ruby DText implementation ( #3206 ).
2017-07-19 16:48:42 -05:00
evazion
bdf3366bcf
Link IP addresses to IP searches.
2017-01-12 09:15:14 +00:00
evazion
a92120e873
Fix #2785 : Allow changing API key; require password to view or change key.
2016-12-18 06:30:48 -06:00
r888888888
4cd6dfe884
enable ragel parser in more places
2016-07-25 13:42:04 -07:00
r888888888
4c5e7a2708
fixes #2478 : Add links for easy opt-out of emails
2015-09-03 17:03:03 -07:00
r888888888
076416c228
fix functional tests
2015-08-19 11:23:29 -07:00
r888888888
341b29ce41
fix tests
2015-08-18 17:40:53 -07:00
r888888888
67e46f6e5c
fixes #2418 (includes hiding deleted dmails and allowing filtering on user name)
2015-07-07 17:32:38 -07:00
r888888888
1abdcb3cf3
fixes #2419
2015-06-30 13:21:39 -07:00
r888888888
08b6766446
fix user deletions
2013-06-05 15:14:06 -07:00
Toks
240b160b8a
style user deletion page ( #1676 )
2013-05-26 08:08:05 -04:00
r888888888
eab2eb1d82
fixes #1651
2013-05-21 17:52:03 -07:00
r888888888
0a9e2a39b0
add account deletion
2013-05-16 15:15:00 -07:00
r888888888
a25242f68d
in progress
2013-04-30 23:25:26 -07:00
r888888888
d5f575159f
rename references of privileged to gold
2013-04-28 00:04:52 -07:00
小太
1a03a86592
Kill trailing whitespace in erb files
2013-03-19 23:11:58 +11:00
albert
34ae712be0
fixed titles
2011-10-23 16:55:57 -04:00
albert
7b3c540bc0
fix for password resets
2011-09-18 17:22:34 -04:00
albert
1e9efe65f4
updated mailer urls
2011-09-18 17:12:48 -04:00
albert
d42e82eb2f
updated mailer urls
2011-09-18 17:08:17 -04:00
albert
19e052724c
fixes #85 : Emailed message of Password Reset Request
2011-09-18 15:47:15 -04:00