51 Commits

Author SHA1 Message Date
6edb1f6c16 feat: session checking on signup, improve signup flow and validation, update mail/auth endpoints to use validation, cleanup 2025-04-21 16:12:28 -04:00
16747bf162 feat: implement basic security scan, update tips 2025-04-21 14:30:41 -04:00
5c348a1d53 feat: handle cleanup of authentik account upon mail creation failure 2025-04-20 20:02:08 -04:00
006d91eedd hf: lint fixes 2025-04-16 17:36:59 -04:00
17acf5085d feat: replace turnstile with altcha 2025-04-16 16:54:52 -04:00
b38347f6d9 services: add nextcloud service 2025-04-15 17:12:25 -04:00
97db7d3a76 Merge branch 'main' into password-change-fixes 2025-04-15 21:00:40 +00:00
4bd35c52f4 feat: add toasts, styling, fix design bugs and improve, add hold-to-submit button to dialogs 2025-04-15 16:55:35 -04:00
664bf42446 feat: add authentik password changing, split into different sections, create initial api 2025-04-15 09:12:55 -04:00
c100e7fc9d hf: fix env name 2025-04-15 08:17:40 -04:00
e41e2a9a80 rf/fix: use NEXT_PUBLIC for signup status env, quick style fixes 2025-04-10 21:50:40 -04:00
9eeefae76b feat: add infra card to stats page, improve layout, rm animation 2025-04-10 21:37:19 -04:00
8af9d140da feat: password change flow improvement, design improvements, css cleanup, move to shadcn canary 2025-04-10 21:15:38 -04:00
773b5584c2 feat: add legal page for better organization (move privacy policy into dir) 2025-04-10 10:51:54 -04:00
9c216f6cc0 feat/docs: add telegram support card, some addl. docs on new/old env vars 2025-04-09 11:31:58 -04:00
152f96f0af feat: add login button animation, add donation env var+button, ui tweaks, session checking in account links card 2025-04-09 01:11:28 -04:00
56448c1003 feat release v1.2.0: Gitea unlinking feature, improved sidebar+layout, better visual indicators and design (see more in docs) 2025-04-08 21:53:24 -04:00
192e38cd67 feat: allow registration disabling 2025-04-08 16:54:38 -04:00
243528962f chore: framer-motion -> motion, tweaks 2025-03-27 22:42:37 -04:00
340247cd77 feat: homepage design fixes and tweaks (animation, style, theme), add todo 2025-03-27 22:32:13 -04:00
1463722a84 design: improved site-wide light/dark theme, home footer is looking normal again, misc tweaks 2025-03-15 15:43:44 -04:00
6cd5d6051f feat: add privacy policy, integrations around site for it (e.g. signup), added footer to public-facing ui 2025-03-13 21:58:56 -04:00
c8490343e8 [m] chore: remove hard-coded values, clean up 2025-03-13 10:57:47 -04:00
1e6e583a5b chore: split turnstile and email field into components 2025-03-13 10:35:44 -04:00
64cc900953 feat: add support page 2025-03-12 14:48:25 -04:00
da76ea18a8 hotfix: i'd rather not feth2ch 2025-03-11 15:36:05 -04:00
3ef29e246e chore/ui: lint, settings design unification 2025-03-11 15:31:07 -04:00
e77770e16b ui: various qol/design improvements 2025-03-11 11:31:53 -04:00
e01b54aca7 feat: integrate Cloudflare Turnstile, error handling, design tweaks 2025-03-11 00:55:40 -04:00
52550aabb3 rf: remove unused icons 2025-03-04 09:33:07 -05:00
95255bfdc0 design: improve exchange page design 2025-03-04 09:30:58 -05:00
d16aa7537a fix: update statistics card, improve styling 2025-03-03 22:09:24 -05:00
6f341bbd7a feat: add user settings, sidebar hiding options, and quick links card 2025-03-03 20:15:36 -05:00
63eaceb6e6 design: add pricing section
Some checks failed
Bump Dependencies / update-dependencies (push) Successful in 1m39s
Build and Push Docker Image / build_and_push (push) Failing after 9m10s
2025-03-01 14:21:53 -05:00
8616db7649 task: cleanup/linting
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 4s
Build and Push Nightly CI Image / build_and_push (push) Successful in 4s
Bump Dependencies / update-dependencies (push) Successful in 1m11s
2025-02-24 23:31:48 -05:00
abfbe9cccc style: add section, update/improve design and styling
All checks were successful
Bump Dependencies / update-dependencies (push) Successful in 1m14s
Build and Push Nightly CI Image / build_and_push (push) Successful in 1m18s
Build and Push Docker Image / build_and_push (push) Successful in 4s
2025-02-24 23:11:34 -05:00
c263929c0d feat: add password reset api and form, add settings page
All checks were successful
Bump Dependencies / update-dependencies (push) Successful in 1m17s
Build and Push Nightly CI Image / build_and_push (push) Successful in 2m7s
Build and Push Docker Image / build_and_push (push) Successful in 5s
2025-02-24 21:10:32 -05:00
ddf16ef013 fix: remove harcoded api url
All checks were successful
Bump Dependencies / update-dependencies (push) Successful in 1m8s
Build and Push Nightly CI Image / build_and_push (push) Successful in 1m58s
Build and Push Docker Image / build_and_push (push) Successful in 4s
2025-02-20 22:48:41 -05:00
7c488ef038 feat: gitea account linking (+ bump, split components)
Some checks failed
Build and Push Nightly CI Image / build_and_push (push) Failing after 14s
Build and Push Docker Image / build_and_push (push) Failing after 13s
2025-02-19 21:27:53 -05:00
c8261f4a9b migrate to tailwind v4, clean up deps
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 4s
Build and Push Nightly CI Image / build_and_push (push) Successful in 4s
2025-02-17 11:43:15 -05:00
5db83dd575 handle error in requests
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 4s
Build and Push Nightly CI Image / build_and_push (push) Successful in 4s
2025-02-16 18:16:04 -05:00
07ec59b7d4 bug fixes, migrate API endpoints to .env file, add todo
All checks were successful
Build and Push Nightly CI Image / build_and_push (push) Successful in 1m1s
Build and Push Docker Image / build_and_push (push) Successful in 4s
2025-02-16 17:31:45 -05:00
56603e7e99 i don't even know at this point (3 billion changes to build the first release)
All checks were successful
Build and Push Nightly CI Image / build_and_push (push) Successful in 1m47s
Build and Push Docker Image / build_and_push (push) Successful in 3s
2025-02-16 15:28:17 -05:00
e8927986d5 bump packages, improve dashboard design, add partial functionality to dashboard with api
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m41s
2025-02-05 00:56:21 -05:00
6a702c37f1 add logout logic, rename functions
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 44s
2025-01-26 00:45:10 -05:00
a76527d839 implement final login flow
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 1m19s
2025-01-26 00:07:56 -05:00
818023e5c1 opt to use magic codes instead (update form to remove password, change button label, add icon to button)
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 41s
2025-01-25 22:13:18 -05:00
GiovaniFZ
d7f309af3a
navbar: fix: redirect to login
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 42s
2025-01-25 22:45:34 -03:00
a8f4de04b4 add account frontend elements w/ sample
All checks were successful
Build and Push Docker Image / build_and_push (push) Successful in 6m11s
2025-01-25 20:23:27 -05:00
c4f9bfd0e8 add favicon, metadata in layout template 2025-01-23 19:35:51 -05:00