19 Commits

Author SHA1 Message Date
0e8bc18620 Enable creation of subunits 2024-01-22 02:09:46 +01:00
1227c54e0e Fix flashes display after grid introduction
Closes #5
2024-01-17 21:57:18 +01:00
5047d4909f Render units from collection, without redirects 2024-01-15 18:45:30 +01:00
9a9a139aa7 Handle exceptions during TURBO_STREAM requests 2024-01-15 01:59:30 +01:00
ce4770a25c Run #create action 2024-01-06 03:59:09 +01:00
a4745c9cb8 Add Units 2023-07-06 18:34:16 +02:00
479c159f78 Disallow status change for self 2023-05-21 16:51:21 +02:00
9d97eb3f6f Add user status update 2023-05-17 23:40:09 +02:00
459836ca38 Add Users#disguise/#revert 2023-05-13 23:38:07 +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
23b8c82602 Add user profile editing 2023-05-02 18:55:38 +02:00
cc65b64a4b Move status checking to model 2023-05-02 03:17:41 +02:00
634ba7e901 Add access control and :forbidden error handling 2023-04-24 23:08:55 +02:00
83335871b4 Add sign-out redirection 2023-04-15 23:52:40 +02:00
6d71d38680 Add registration redirection and mail confirmation sending 2023-04-15 23:52:02 +02:00
0e72219373 Require authentication 2023-04-01 18:53:30 +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