Jun Siang Cheah
7e5bda6016
fix: use model name when outputting error message
2024-04-20 21:24:02 +01:00
Timothy J. Baek
9dad7e7c9a
fix
2024-04-17 15:22:21 -05:00
Timothy J. Baek
236e2c040c
refac
2024-04-16 17:08:50 -05:00
Timothy Jaeryang Baek
6238495d61
Merge pull request #1395 from 7a6ac0/admin_pagination
...
feat: admin panel user list pagination
2024-04-14 13:23:36 -07:00
Timothy J. Baek
b25e3ed364
refac
2024-04-14 16:19:46 -04:00
Timothy J. Baek
1fa3bf6793
fix: semi-lazy load
2024-04-14 15:44:19 -04:00
tabacoWang
8a9cf44dbc
feat: combine with search result
2024-04-11 14:00:28 +08:00
tabacoWang
872ea83c50
feat: admin panel user list pagination
2024-04-11 14:00:28 +08:00
Timothy J. Baek
da9a54288e
fix: styling
2024-04-08 03:11:00 -07:00
Timothy J. Baek
72110c293a
refac: admin panel styling
2024-04-07 01:52:58 -07:00
Timothy Jaeryang Baek
02d3fb427b
Merge pull request #1386 from dannyl1u/feat/profile-image-initials
...
feat: default profile image with user initials
2024-04-06 23:59:20 -07:00
Timothy J. Baek
f267f3f7b0
refac
2024-04-06 23:16:29 -07:00
Self Denial
924ebf035b
Fix: Restore Gravatar functionality, add button initials, toast duration
...
- Restore Gravatar functionality
- Add new button for "Use Initials"
- Set both buttons to use text-left class
- Update toast property autoClose to duration (wrong library, my bad!)
- Update toast messages to clarify that this isn't "Gravatar" but "avatar"
- Add i18n text to en-US/translation.json
2024-04-06 16:04:05 -06:00
Danny Liu
bee0338763
captalize Initial for improved clarity
2024-04-06 02:23:32 -07:00
Danny Liu
8a7075c3bf
style: npm run format
2024-04-06 01:13:22 -07:00
Danny Liu
78565e554b
notify user with toast.info() + update toast message
2024-04-06 01:12:51 -07:00
Self Denial
ae9922a2cd
Re-word account creation error to be more descriptive
2024-04-05 22:58:40 -06:00
Self Denial
bad7dca51e
Move login page toast error to the bottom of page and enable i18n for translation
2024-04-05 22:43:42 -06:00
Self Denial
69716a5cec
Revert "omit canvas spoofing toast.error for signups"
...
This reverts commit 1af62a70f0
.
2024-04-05 22:31:40 -06:00
Danny Liu
1af62a70f0
omit canvas spoofing toast.error for signups
2024-04-05 21:16:48 -07:00
Danny Liu
5694f16624
style: run npm run format
2024-04-05 21:02:02 -07:00
Self Denial
ac9308dbed
Introduce canvasPixelTest() intended to validate canvas functionality
...
Browsers and plugins that spoof canvas data produce corrupt images. In attempt to mitigate:
* Add canvasPixelTest() to test a single pixel and test the RGB values
* Test canvasPixelTest() inside generateInitialsImage() and use default `/user.png` if failure detected
* Call canvasPixelTest() directly within settings to avoid setting an invalid image
* Use toast.error() with 10 second autoClose
2024-04-05 16:04:00 -06:00
Danny Liu
a2bd9b8639
style: npm run format
2024-04-04 12:10:45 -07:00
Danny Liu
0c43897f3d
refac: move generateInitialsImage function to utils
2024-04-04 12:09:07 -07:00
Timothy J. Baek
000bea84ae
feat: chat pdf download
2024-04-03 19:30:25 -07:00
Timothy Jaeryang Baek
24fb77759e
Merge pull request #1347 from cheahjs/feat/trusted-email-header
...
feat: allow authenticating with a trusted email header
2024-04-02 09:11:25 -07:00
Timothy J. Baek
807a60cccf
fix: styling
2024-04-02 09:01:15 -07:00
Timothy J. Baek
b9b1d64bd5
refac: styling
2024-04-02 08:58:03 -07:00
Timothy J. Baek
7e6a00b009
refac: share chat page
2024-04-02 08:58:03 -07:00
Timothy J. Baek
287c95e72d
refac: dedicated shared chat page
2024-04-02 08:58:03 -07:00
Jun Siang Cheah
7978adbf45
feat: add frontend support for locally sharing chats
2024-04-02 08:58:03 -07:00
Timothy J. Baek
eda157e303
fix: openai issue
2024-03-31 21:02:29 -07:00
Jun Siang Cheah
562e40a7bd
Merge branch 'dev' into feat/trusted-email-header
2024-03-31 22:08:58 +01:00
Timothy J. Baek
15f4153fda
fix: openai isseu
2024-03-29 18:24:30 -07:00
Timothy J. Baek
1371e66ed9
fix: litellm title generation issue
2024-03-29 18:14:05 -07:00
Timothy J. Baek
f96beeee8f
fix: litellm issue
2024-03-29 17:55:40 -07:00
Timothy J. Baek
0c367412c3
feat: navbar ui update
2024-03-29 17:20:07 -07:00
Timothy J. Baek
047c9fe82c
fix: styling
2024-03-29 13:02:38 -07:00
Timothy J. Baek
242311aee1
fix: styling
2024-03-29 12:44:16 -07:00
Ased Mammad
50089710f3
fix: Add new model selector to playground
2024-03-29 00:19:53 +03:30
Jun Siang Cheah
50f6addd6f
feat: auto signup/login with WEBUI_AUTH_TRUSTED_EMAIL_HEADER
2024-03-28 10:34:57 +00:00
Timothy Jaeryang Baek
c6bb0ded5e
Merge pull request #1313 from asedmammad/feat/i18n-navigator-config
...
feat: Configurable i18n default translation language
2024-03-27 23:52:26 -07:00
Jun Siang Cheah
29f13f34d3
feat: add WEBUI_AUTH_TRUSTED_EMAIL_HEADER for authenticating users by a trusted header
...
This is very yolo code, use at your own risk
2024-03-27 09:28:03 +00:00
Timothy Jaeryang Baek
7d45d2762f
Merge pull request #1311 from AndrewRyanChama/arc/openaitick
...
Add wait for tick before scrolling down in openai
2024-03-26 21:51:04 -07:00
Ased Mammad
0c021e42f5
rename config key to default_locale
2024-03-26 23:15:51 +03:30
Ased Mammad
26121c5d88
wip: Set default language from config
2024-03-26 23:01:23 +03:30
Andrew Ryan
d245b756a3
Add wait for tick before scrolling down in openai
...
We had this wait on ollama but not for openai, causing it to fail
to scroll down in certain cases.
This fixes the issue.
2024-03-26 11:46:22 -07:00
Timothy J. Baek
d12a7247bc
fix: missing import
2024-03-26 01:47:33 -07:00
Timothy J. Baek
941bb7c603
refac: chat[id] page
2024-03-26 01:45:25 -07:00
Timothy J. Baek
3edc547389
feat: title auto generation for external models
2024-03-26 00:59:57 -07:00