Histórico de Commits

Autor SHA1 Mensagem Data
  Timothy J. Baek fa65be2ad2 refac: post webhook há 1 ano atrás
  Timothy J. Baek 2c6e2d5e8a feat: webhook backend há 1 ano atrás
  Timothy J. Baek 275523e32e feat: jwt utils há 1 ano atrás
  Timothy J. Baek 511e939b5d feat: admin settings há 1 ano atrás
  Tim Farrell 08e8e922fd Endpoint role-checking was redundantly applied but FastAPI provides a nice abstraction mechanic...so I applied it. There should be no logical changes in this code; only simpler, cleaner ways for doing the same thing. há 1 ano atrás
  Tim Farrell 8c37edd027 Even though "User.email" is enforced as unique at signup, it is not a unique field in the database. Let's use "User.id" instead. This also makes it more difficult to do a session stealing attack. há 1 ano atrás
  Timothy J. Baek 3ce8f3e8fb feat: profile update frontend integration há 1 ano atrás
  Timothy J. Baek 418da74756 feat: profile image update backend há 1 ano atrás
  Shiyinq 6a63c94153 feat: add guard clause to improve signup process há 1 ano atrás
  ThatOneCalculator 07cc7f15d5 chore: :rotating_light: lint and format há 1 ano atrás
  Timothy J. Baek d8754b4486 feat/fix: email format validation há 1 ano atrás
  Timothy J. Baek bb5bf3964e feat: toggle signup enable from admin panel há 1 ano atrás
  Anuraag Jain 77323d9b25 refac: remove the verify_token and use get-current user for auth+user há 1 ano atrás
  Anuraag Jain 08c0d7a9ec fix: merge conflicts há 1 ano atrás
  Anuraag Jain 613053e46c Merge branch 'refac/auth-middleware' of https://github.com/anuraagdjain/ollama-webui into refac/auth-middleware há 1 ano atrás
  Anuraag Jain bdd153d8f5 refac: use dependencies to verify token há 1 ano atrás
  Timothy J. Baek 500f61b7ee chore: update password refac há 1 ano atrás
  Timothy J. Baek d8bb19fd8a feat: change password frontend added há 1 ano atrás
  Timothy J. Baek 9bd48ffd93 feat: change password support há 1 ano atrás
  Timothy J. Baek c31ff1f679 fix: save email as lowercase há 1 ano atrás
  Timothy J. Baek 7c553f1287 feat: improved error message for signup há 1 ano atrás
  Timothy J. Baek 9174331025 feat: db migration to sqlite há 1 ano atrás
  Timothy J. Baek 83ff1d77ea feat: set first user to admin by default há 1 ano atrás
  Timothy J. Baek 07d2c9871f feat: admin panel added há 1 ano atrás
  Timothy J. Baek 8547b7807d feat: basic RBAC support há 1 ano atrás
  Timothy J. Baek 921eef03b3 feat: multi-user support w/ RBAC há 1 ano atrás