Commit Graph

  • 0a30fda9a4 Disabling depot wish comboboxes after the first round & updated the depot choices. develop Bent Witthold 2026-02-21 22:46:48 +01:00
  • b2ef39df76 Displaying users email address on bidding form. Bent Witthold 2026-02-21 22:44:31 +01:00
  • 8c3e7b3ee8 Merge tag '0.7.1' into develop Bent Witthold 2026-02-21 11:56:44 +01:00
  • 2186a7509c Merge branch 'release/0.7.1' 0.7.1 main Bent Witthold 2026-02-21 11:55:49 +01:00
  • 41e32e3ff1 Configured for release on prod environment. Bent Witthold 2026-02-21 11:55:23 +01:00
  • 0b364f19c2 Added uberspace deployment info to README.md Bent Witthold 2026-02-21 11:32:16 +01:00
  • 4f38eb36f1 Disabled login and logout for users. Bent Witthold 2026-02-21 11:27:46 +01:00
  • 35dbb79ccd Restricting the API access to logged in admins. Only admin log in is publicly accessible. Bent Witthold 2026-02-20 16:22:19 +01:00
  • 38652c504d Removed browser routes for admin stuff. Bent Witthold 2026-02-20 13:19:12 +01:00
  • 53d19a3a18 After "mix phx.gen.auth Admins Admin admins" with added working register and login path. Bent Witthold 2026-02-20 13:09:55 +01:00
  • a47931f40e /api/invite triggers sending a mail invite to the given user. Bent Witthold 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. Bent Witthold 2026-02-19 16:20:35 +01:00
  • 24eeacc425 Moving the "Gebot abgeben" button down & only show it if a bidding round is running. Bent Witthold 2026-02-19 16:18:30 +01:00
  • 15e21d34e8 Updated mix dependencies. ("mix deps.update --all") Bent Witthold 2026-02-19 16:00:55 +01:00
  • 60aa513a11 The server is accessible from the local network (in dev environment). Bent Witthold 2026-02-19 15:58:53 +01:00
  • b8f8cec29b "Cancel" -> "Zurück" Bent Witthold 2026-02-19 13:08:13 +01:00
  • 55c128e25e Login per email token. With logout of previous account if already logged in. Bent Witthold 2026-02-18 15:01:31 +01:00
  • 02b473bbf1 Added a Accounts.delete_user(id) function. Bent Witthold 2026-02-18 10:56:47 +01:00
  • e0b244bd4e When adding a user via API creating a session token and sending it with the response. Bent Witthold 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. Bent Witthold 2026-02-18 10:47:37 +01:00
  • 601e08220d Using drop down menus for depot wishes in bidding form. (Using old depot entries for now.) Bent Witthold 2026-02-18 09:59:44 +01:00
  • 1a4a05ff18 Only showing the current bidding to the user. Bent Witthold 2026-02-14 15:30:38 +01:00
  • f6d5f8d2ca Translated "new bidding" form. Bent Witthold 2026-02-14 14:52:04 +01:00
  • dbaa6d136a Using German error string for "can't be blank" changeset error. Bent Witthold 2026-02-14 14:51:24 +01:00
  • b7ca842cc3 Hiding the bidding round input field. Bent Witthold 2026-02-14 14:47:35 +01:00
  • 2519560b03 A new bidding can only placed in the new form if a bidding round is currently running. The bidding round is set automatically when opening the form. Bent Witthold 2026-02-14 14:38:31 +01:00
  • d6f2d8c1f6 Started to translate user facing strings into German. Bent Witthold 2026-02-14 12:41:27 +01:00
  • 1c02f28d25 API can serve bidding_of_highest_round and biddings_of_round/:round_number route. Bent Witthold 2026-02-13 21:01:07 +01:00
  • ebdb919245 Added routes for bidding round control. Bent Witthold 2026-02-13 20:30:54 +01:00
  • 6eea9d2fba Added BiddingRoundServer "CurrentRoundServer" with a facade to control it. "Listing Biddings" page shows information which round is currently running. Bent Witthold 2026-02-12 12:23:21 +01:00
  • 04c79d341c Added an unique constraint for the round_number of a bidding round to prevent multiple rounds with the same round number. Bent Witthold 2026-02-12 12:08:13 +01:00
  • e01042130e Changed the bidding round status field from "running" to "stopped". Bent Witthold 2026-02-12 11:00:14 +01:00
  • 647da6c9d7 Fixed two failed tests (To get familiar with testing framework). Bent Witthold 2026-02-12 10:42:40 +01:00
  • 9709dbabe2 Added JSON API for biddings. (Only listing all biddings is supported) Bent Witthold 2026-02-12 10:41:21 +01:00
  • c994ea171e Redirecting to "/biddings" route after login. Bent Witthold 2026-02-11 16:43:59 +01:00
  • 15c02deb7a Adjusted header of the live view pages to BeetRound. Bent Witthold 2026-02-11 16:43:30 +01:00
  • 97cc49975a Added live routes for biddings. Bent Witthold 2026-02-11 16:14:35 +01:00
  • 2bec68b9ed After "mix phx.gen.live Biddings Bidding biddings bidding_round:integer amount:integer depot_wish_one:string depot_wish_two:string". Bent Witthold 2026-02-11 16:14:19 +01:00
  • 7ad08fa91d Disabling the debug errors to show the real ones even in dev envi. Bent Witthold 2026-02-11 13:42:33 +01:00
  • 1eb6cbe0e6 Added route to users resource, added list_user() and disabled update(...)/delete(...) Bent Witthold 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" Bent Witthold 2026-02-11 11:22:40 +01:00
  • 18f883c9ad Added default api controller. Bent Witthold 2026-02-11 11:08:05 +01:00
  • 56ec80623d Using proper favicon. Bent Witthold 2026-02-11 11:05:14 +01:00
  • 8ef1e76788 Setting title to BeetRound and changing the text of the landing page to a concise description of BeetRound. Bent Witthold 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". Bent Witthold 2026-02-11 10:57:27 +01:00
  • 5f966d485a Added timeout to flash messages. Bent Witthold 2026-01-21 17:57:28 +01:00
  • 9ed6ad898f After "mix phx.gen.auth Accounts User users". Bent Witthold 2026-01-20 14:45:43 +01:00
  • 3c059a9098 Basic Phoenix server Bent Witthold 2026-01-20 11:03:54 +01:00
  • 3ecc8fc13e initial commit Bent Witthold 2026-01-20 11:03:33 +01:00