Historique des commits

Auteur SHA1 Message Date
  Timothy J. Baek fa65be2ad2 refac: post webhook il y a 1 an
  Timothy J. Baek 2c6e2d5e8a feat: webhook backend il y a 1 an
  Timothy J. Baek 275523e32e feat: jwt utils il y a 1 an
  Timothy J. Baek 511e939b5d feat: admin settings il y a 1 an
  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. il y a 1 an
  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. il y a 1 an
  Timothy J. Baek 3ce8f3e8fb feat: profile update frontend integration il y a 1 an
  Timothy J. Baek 418da74756 feat: profile image update backend il y a 1 an
  Shiyinq 6a63c94153 feat: add guard clause to improve signup process il y a 1 an
  ThatOneCalculator 07cc7f15d5 chore: :rotating_light: lint and format il y a 1 an
  Timothy J. Baek d8754b4486 feat/fix: email format validation il y a 1 an
  Timothy J. Baek bb5bf3964e feat: toggle signup enable from admin panel il y a 1 an
  Anuraag Jain 77323d9b25 refac: remove the verify_token and use get-current user for auth+user il y a 1 an
  Anuraag Jain 08c0d7a9ec fix: merge conflicts il y a 1 an
  Anuraag Jain 613053e46c Merge branch 'refac/auth-middleware' of https://github.com/anuraagdjain/ollama-webui into refac/auth-middleware il y a 1 an
  Anuraag Jain bdd153d8f5 refac: use dependencies to verify token il y a 1 an
  Timothy J. Baek 500f61b7ee chore: update password refac il y a 1 an
  Timothy J. Baek d8bb19fd8a feat: change password frontend added il y a 1 an
  Timothy J. Baek 9bd48ffd93 feat: change password support il y a 1 an
  Timothy J. Baek c31ff1f679 fix: save email as lowercase il y a 1 an
  Timothy J. Baek 7c553f1287 feat: improved error message for signup il y a 1 an
  Timothy J. Baek 9174331025 feat: db migration to sqlite il y a 1 an
  Timothy J. Baek 83ff1d77ea feat: set first user to admin by default il y a 1 an
  Timothy J. Baek 07d2c9871f feat: admin panel added il y a 1 an
  Timothy J. Baek 8547b7807d feat: basic RBAC support il y a 1 an
  Timothy J. Baek 921eef03b3 feat: multi-user support w/ RBAC il y a 1 an