|
|
53d19a3a18
|
After "mix phx.gen.auth Admins Admin admins" with added working register and login path.
|
2026-02-20 13:09:55 +01:00 |
|
|
|
a47931f40e
|
/api/invite triggers sending a mail invite to the given user.
|
2026-02-19 20:58:34 +01:00 |
|
|
|
6b31c6023f
|
Only show the "log out" option in the top menu bar & moving the theme toggle there.
|
2026-02-19 16:20:35 +01:00 |
|
|
|
55c128e25e
|
Login per email token. With logout of previous account if already logged in.
|
2026-02-18 15:01:31 +01:00 |
|
|
|
e0b244bd4e
|
When adding a user via API creating a session token and sending it with the response.
|
2026-02-18 10:56:16 +01:00 |
|
|
|
6c41f69723
|
Creating user via API give correct responses if the user already exists or the mail address is malformed.
|
2026-02-18 10:47:37 +01:00 |
|
|
|
1c02f28d25
|
API can serve bidding_of_highest_round and biddings_of_round/:round_number route.
|
2026-02-13 21:01:07 +01:00 |
|
|
|
6eea9d2fba
|
Added BiddingRoundServer "CurrentRoundServer" with a facade to control it. "Listing Biddings" page shows information which round is currently running.
|
2026-02-12 12:23:21 +01:00 |
|
|
|
e01042130e
|
Changed the bidding round status field from "running" to "stopped".
|
2026-02-12 11:00:14 +01:00 |
|
|
|
9709dbabe2
|
Added JSON API for biddings. (Only listing all biddings is supported)
|
2026-02-12 10:41:21 +01:00 |
|
|
|
1eb6cbe0e6
|
Added route to users resource, added list_user() and disabled update(...)/delete(...)
|
2026-02-11 11:24:51 +01:00 |
|
|
|
e91d36b9c0
|
After "mix phx.gen.json Accounts User users --no-context --no-schema --no-scope email:string"
|
2026-02-11 11:23:17 +01:00 |
|
|
|
18f883c9ad
|
Added default api controller.
|
2026-02-11 11:08:05 +01:00 |
|
|
|
8ef1e76788
|
Setting title to BeetRound and changing the text of the landing page to a concise description of BeetRound.
|
2026-02-11 11:00:13 +01:00 |
|
|
|
14f04befd0
|
After "mix phx.gen.json BiddingRounds BiddingRound bidding_rounds round_number:integer running:boolean --no-scope".
|
2026-02-11 10:57:27 +01:00 |
|
|
|
9ed6ad898f
|
After "mix phx.gen.auth Accounts User users".
|
2026-01-20 14:45:43 +01:00 |
|
|
|
3c059a9098
|
Basic Phoenix server
|
2026-01-20 11:03:54 +01:00 |
|