Commit History

Author SHA1 Message Date
  Jun Siang Cheah 298e6848b3 feat: switch to config proxy, remove config_get/set 1 year ago
  Jun Siang Cheah 058eb76568 feat: save UI config changes to config.json 1 year ago
  Timothy J. Baek 26ee547f71 fix 1 year ago
  Timothy J. Baek 01e020d1ad fix 1 year ago
  Timothy J. Baek 88e8f31c07 fix: webui_auth permission issue 1 year ago
  Timothy J. Baek 58cfa5b9c1 fix: trusted header 1 year ago
  Timothy J. Baek c40e634391 feat: better error message 1 year ago
  Timothy J. Baek 01472c071b feat: support webui_auth false 1 year ago
  Timothy J. Baek 20a6dbbe65 feat: csv bulk import 1 year ago
  Timothy J. Baek bd3b5f1edb feat: csv user import frontend 1 year ago
  Timothy J. Baek e6bcdba5ad feat: add user from admin panel 1 year ago
  Timothy J. Baek b7fcf14f6e refac: styling 1 year ago
  Jun Siang Cheah e91a49c455 feat: add support for using postgres for the backend DB 1 year ago
  Timothy Jaeryang Baek 02d3fb427b Merge pull request #1386 from dannyl1u/feat/profile-image-initials 1 year ago
  Danny Liu 3b06096c52 run npm run lint:backend 1 year ago
  Danny Liu 8d1db9a1c0 feat: api endpoint to receive profile_image_uirl on signup 1 year ago
  Timothy J. Baek da8646cae9 refac 1 year ago
  Timothy J. Baek 38c34b4444 fix: import 1 year ago
  Timothy Jaeryang Baek 56369fea3a Merge branch 'dev' into feature/support_auth_by_api_key 1 year ago
  Jun Siang Cheah 150152ddbd fix: accidental indent during format changed logic 1 year ago
  Timothy J. Baek 12287f8680 chore: code formatting 1 year ago
  Jun Siang Cheah 50f6addd6f feat: auto signup/login with WEBUI_AUTH_TRUSTED_EMAIL_HEADER 1 year ago
  Jun Siang Cheah 29f13f34d3 feat: add WEBUI_AUTH_TRUSTED_EMAIL_HEADER for authenticating users by a trusted header 1 year ago
  liu.vaayne 81e928030f backend support api key 1 year ago
  Timothy J. Baek fa65be2ad2 refac: post webhook 1 year ago
  Timothy J. Baek 2c6e2d5e8a feat: webhook backend 1 year ago
  Timothy J. Baek 275523e32e feat: jwt utils 1 year ago
  Timothy J. Baek 511e939b5d feat: admin settings 1 year ago
  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. 1 year ago
  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. 1 year ago