12 Commits

Author SHA1 Message Date
9d97eb3f6f Add user status update 2023-05-17 23:40:09 +02:00
fbb74bd1f8 Replace non-GET links with buttons 2023-05-14 15:11:17 +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
cc65b64a4b Move status checking to model 2023-05-02 03:17:41 +02:00
b781c7e072 Test "delete user" 2023-04-25 00:40:50 +02:00
634ba7e901 Add access control and :forbidden error handling 2023-04-24 23:08:55 +02:00
4dbd5f4a2a Update Users#index 2023-04-23 19:35:10 +02:00
86dbc95375 Add navigation menu 2023-04-21 20:22:16 +02:00
c72144ff22 Add app menu with sign in/out links 2023-04-02 00:54:18 +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