Commit Graph

24 Commits

Author SHA1 Message Date
Anuraag Jain 613053e46c Merge branch 'refac/auth-middleware' of https://github.com/anuraagdjain/ollama-webui into refac/auth-middleware 2023-12-30 12:53:35 +02:00
Anuraag Jain bdd153d8f5 refac: use dependencies to verify token
- feat: added new util to get the current user when needed. Middleware was adding authentication logic to all the routes. let's revisit if we can move the non-auth endpoints to a separate route.
- refac: update the routes to use new helpers for verification and retrieving user
- chore: added black for local formatting of py code
2023-12-30 12:53:33 +02:00
Timothy J. Baek d5bc54b8f8 fix: update password 2023-12-29 00:31:23 -08:00
Timothy J. Baek 500f61b7ee chore: update password refac 2023-12-29 00:29:18 -08:00
Timothy J. Baek 9bd48ffd93 feat: change password support 2023-12-29 00:12:30 -08:00
Timothy J. Baek 5b4bf45ad2 fix: delete auth with user 2023-12-28 23:24:51 -08:00
Timothy J. Baek 48cc2c5053 chore: delete user backend refac 2023-12-28 23:17:58 -08:00
Timothy J. Baek b61bb77950 feat: delete user backend support 2023-12-28 23:02:49 -08:00
Timothy J. Baek 1d458db316 fix: print removed 2023-12-27 11:14:46 -08:00
Timothy J. Baek 21c7f50790 feat: modelfiles migration support 2023-12-26 23:58:40 -08:00
Timothy J. Baek 032d7c7440 feat: modelfile backend & ollama version 0.0.0 whitelisted 2023-12-26 22:51:52 -08:00
Timothy J. Baek 4221594778 feat: chat export 2023-12-26 22:10:22 -08:00
Timothy J. Baek a2b1e3756b feat: modelfiles backend 2023-12-26 22:02:17 -08:00
Timothy J. Baek d78df83453 feat: delete idb after migration 2023-12-26 18:44:08 -08:00
Timothy J. Baek 1303407f53 feat: update chat 2023-12-26 10:41:55 -08:00
Timothy J. Baek 2cb0bf4439 fix: chat return type to dict 2023-12-26 01:27:43 -08:00
Timothy J. Baek 6350d86bde fix: chat model schema 2023-12-25 23:43:21 -08:00
Timothy J. Baek 540b50e176 feat: wip chat route 2023-12-25 21:55:29 -08:00
Timothy J. Baek 9174331025 feat: db migration to sqlite 2023-12-25 21:44:28 -08:00
Timothy J. Baek ebddb8e47d fix: backend get users output type 2023-11-21 09:39:53 -08:00
Timothy J. Baek 83ff1d77ea feat: set first user to admin by default 2023-11-19 00:41:29 -08:00
Timothy J. Baek 07d2c9871f feat: admin panel added 2023-11-19 00:13:59 -08:00
Timothy J. Baek 8547b7807d feat: basic RBAC support 2023-11-18 21:41:43 -08:00
Timothy J. Baek 921eef03b3 feat: multi-user support w/ RBAC 2023-11-18 16:47:12 -08:00