Keith Stevens
b8fcb4df8f
Update all the task pages to fetch a new taks after submission
2022-12-31 18:24:50 +09:00
Desmond Grealy
3aaf45a8c8
("post_rating" -> "message_rating") ("post_ranking" -> "message_ranking")
2022-12-30 17:37:28 -08:00
Desmond Grealy
5b787b8ad7
(post_id -> message_id), (user_post_id -> user_message_id)
2022-12-30 17:31:09 -08:00
Yannic Kilcher
0acacf33fe
Merge branch 'main' into add-debug-skip-password-env
2022-12-29 13:34:28 +01:00
rsandb
62f326f51a
clean up changes
2022-12-28 13:01:02 -06:00
Yannic Kilcher
cbcbe8d708
added environment variable DEBUG_LOGIN to display debug credentials provider even in production mode
2022-12-28 17:33:33 +01:00
rsandb
5e27695c47
Merge remote-tracking branch 'upstream/main'
2022-12-27 17:29:11 -06:00
rsandb
de869033bf
updated avatar component name, added ability to change username (only works server side for now), updated signin page, updated Footer
...
Still working on the account settings page but didn't want to get behind on commits.
2022-12-27 13:00:32 -06:00
Yannic Kilcher
d8a5937b9a
removed boolean dependency
2022-12-27 13:59:00 +01:00
Yannic Kilcher
2a814b5b0b
Update website/src/pages/api/auth/[...nextauth].ts
...
Co-authored-by: Ville Lahdenvuo <tuhoojabotti@gmail.com >
2022-12-27 13:57:55 +01:00
Yannic Kilcher
d9dec84818
using debug credentials provider whenever development mode is active
2022-12-27 00:14:50 +01:00
Yannic Kilcher
5125e84055
created debug credentials provider
2022-12-26 16:13:43 +01:00
Yannic Kilcher
6452bb860d
moved bot to discord-bot
...
added playbook to deploy dev machine
added playbook to deploy dev machine
added next.js font module, updated fonts, updated login page
replaced logos, changed logo on login and header
added 404 and email confirmation pages, changed discord and github buttons to show conditionally
also removed unused imports, fixed one spelling error, and minor styling changes
Quick format to the authenticated user page, updated header with user profile, styling updates
fixed html encoding
added checkout for release
re-vamped release config and ports
2022-12-25 11:35:54 +01:00
rsandb
b75d330521
added 404 and email confirmation pages, changed discord and github buttons to show conditionally
...
also removed unused imports, fixed one spelling error, and minor styling changes
2022-12-24 11:40:01 -06:00
rsandb
5f12baa440
added next.js font module, updated fonts, updated login page
2022-12-23 16:10:59 -06:00
Keith Stevens
c056a31d2f
Ensuring the website can be built and deployed fully in docker. This includes an end to end docker-compose configuration as a simple demonstration.
2022-12-20 20:28:53 +09:00
Keith Stevens
2eda464fec
Dropping the fixed verification token until that's more stable
2022-12-20 16:34:19 +09:00
Keith Stevens
29246cf756
Dropping a console log that was left for debugging
2022-12-20 16:22:25 +09:00
Keith Stevens
8e1c280bd7
Adding another service in the frontend-dev docker compose configuration to make it easier to do email based login. Also adding env variables that work by default with the docker services
2022-12-20 15:55:14 +09:00
Keith Stevens
2aacc542d3
Integrate the new UI pages with the working backend for the rate_summary task. This also migrates some pages to properly link up authorization flows. Some cruft is still in
2022-12-19 15:12:45 +09:00