|
e4f595a329
|
Fix translations and enable i18n testing
|
2023-05-14 16:37:53 +02:00 |
|
|
54d8bc6b55
|
Fix typo
|
2023-05-14 16:17:08 +02:00 |
|
|
5e09adeae7
|
Update tests to use buttons
Add disguise/revert tests
|
2023-05-14 15:57:12 +02:00 |
|
|
a7fce807c5
|
Add Users#show
|
2023-05-05 18:29:11 +02:00 |
|
|
74965c5c0e
|
Only user can delete his profile
|
2023-05-03 16:48:47 +02:00 |
|
|
74db85f26a
|
Remove exception checking from system tests
|
2023-05-02 03:14:55 +02:00 |
|
|
60b7c2a0bd
|
Test "users index visible only for admin"
|
2023-04-25 01:02:56 +02:00 |
|
|
b781c7e072
|
Test "delete user"
|
2023-04-25 00:40:50 +02:00 |
|
|
30a3ecd6d0
|
Update and test resend confirmation form
|
2023-04-19 19:50:15 +02:00 |
|
|
7dabbd3036
|
Update and test password recovery forms
|
2023-04-19 19:29:12 +02:00 |
|
|
894c21f322
|
Move reset buttons to corresponding forms
|
2023-04-19 01:32:06 +02:00 |
|
|
2d95b11a34
|
Test registration e-mail
|
2023-04-19 00:31:52 +02:00 |
|
|
71bc68efb3
|
Test "sign out"
|
2023-04-16 02:41:04 +02:00 |
|
|
5615113b9f
|
Test "register"
|
2023-04-14 01:09:18 +02:00 |
|
|
cc857a74bf
|
Randomize sign-in tests
|
2023-04-14 00:28:49 +02:00 |
|
|
0ddf6b9d22
|
Test "sign in fails with invalid credentials"
|
2023-04-13 02:04:53 +02:00 |
|
|
3f2a92a6e5
|
Test "sign in"
|
2023-04-12 23:23:37 +02:00 |
|
|
51985bc88e
|
Prepare system testing
|
2023-04-11 20:50:13 +02:00 |
|
|
deaf0fa73b
|
Generate User scaffold
bundle exec rails generate scaffold user email:string{64}:uniq
status:integer
|
2023-03-11 22:56:32 +01:00 |
|
|
6d2d12a9da
|
rails new
THOR_MERGE=vimdiff bundle exec rails new -d mysql --skip-action-mailbox
--skip-action-text --skip-active-job --skip-active-storage
--skip-action-cable --skip-hotwire --skip-jbuilder --skip-bootsnap
--skip-bundle .
|
2023-03-05 19:23:29 +01:00 |
|