Weves
3466f6d3a4
Custom banner
2024-06-25 15:07:56 -07:00
Weves
91cf45165f
Small fixes + adding 'Powered by Danswer'
2024-06-25 15:07:56 -07:00
Weves
ee2a5bbf49
Add custom-styling ability via themes
2024-06-25 15:07:56 -07:00
Weves
153007c57c
Whitelableing for Logo / Name via Admin panel
2024-06-25 15:07:56 -07:00
Yuhong Sun
d6c5c65b51
Fix Query History ( #56 )
2024-06-25 15:07:56 -07:00
Chris Weaver
17cc262f5d
Private personas doc sets ( #52 )
...
Private Personas and Document Sets
---------
Co-authored-by: Yuhong Sun <yuhongsun96@gmail.com>
2024-06-25 15:07:56 -07:00
Weves
328b96c9ff
Make public/not-public selector prettier
2024-06-25 15:07:56 -07:00
Weves
8bf483904d
Fix users page with API keys + add spinner on key creation
2024-06-25 15:07:56 -07:00
Weves
ae02a5199a
Add API key generation in the UI + allow it to be used across all endpoints
2024-06-25 15:07:56 -07:00
Weves
39d69838c5
Make query history fetch client-side
2024-06-25 15:07:56 -07:00
Weves
ce870ff577
Re-style user group pages
2024-06-25 15:07:56 -07:00
Weves
a52711967f
Fix analytics + query history
2024-06-25 15:07:56 -07:00
Weves
67a4eb6f6f
Fix frontend typing rebase issue
2024-06-25 15:07:56 -07:00
Weves
9599388db8
Fix sidebar typo
2024-06-25 15:07:56 -07:00
Chris Weaver
3984350ff9
Improvements to Query History ( #17 )
...
* Add option to download query-history as a CSV
* Add user email + more complete timestamp
2024-06-25 15:07:56 -07:00
Yuhong Sun
529f2c8c2d
Danswer EE Version Text ( #12 )
2024-06-25 15:07:56 -07:00
Chris Weaver
e9f273d99a
Admin Analytics/Query History dashboards ( #6 )
2024-06-25 15:07:56 -07:00
Chris Weaver
7503f8f37b
Add User Groups (a.k.a. RBAC) ( #4 )
2024-06-25 15:07:56 -07:00
Yuhong Sun
92de6acc6f
Initial EE features ( #3 )
2024-06-25 15:07:56 -07:00
hagen-danswer
50f799edf4
Merge pull request #1672 from danswer-ai/add-groups-to-slack-bot-responses
...
add slack groups to user response list
2024-06-24 15:10:12 -07:00
pablodanswer
c1d8f6cb66
add basic 403 support for healthcheck ( #1689 )
2024-06-23 11:19:46 -07:00
pablodanswer
8178d536b4
Add functional thread modification endpoints ( #1668 )
...
Makes it so if you change which LLM you are using in a given ChatSession, that is persisted and sticks around if you reload the page / come back to the ChatSession later
2024-06-21 18:10:30 -07:00
hagen-danswer
287a706e89
combined the input fields
2024-06-20 11:48:14 -07:00
hagen-danswer
694e9e8679
finished first draft
2024-06-19 22:11:33 -07:00
pablodanswer
9e30ec1f1f
hide popup for non admin + if search is disabled
2024-06-19 13:08:24 -07:00
pablodanswer
1b56c75527
[minor] proper assistant line length
2024-06-19 12:14:42 -07:00
Weves
b07fdbf1d1
Cleanup user management
2024-06-18 14:37:47 -07:00
hagen-danswer
54c2547d89
Add connector document pruning task ( #1652 )
2024-06-18 14:26:12 -07:00
Liam Norris
58b5e25c97
User Management: Invite, Deactivate, Search, & Paginate ( #1631 )
2024-06-18 11:28:47 -07:00
hagen-danswer
4e15ba78d5
replicated drive fix for gmail connector ( #1658 )
2024-06-18 08:47:06 -07:00
hagen-danswer
93cc5a9e77
improved salesforce description text ( #1655 )
2024-06-17 20:14:34 -07:00
Weves
7746375bfd
Custom tools
2024-06-17 15:12:50 -07:00
Weves
c6d094b2ee
Fix google drive connector page refresh
2024-06-16 14:56:36 -07:00
hagen-danswer
722a1dd919
Add salesforce connector ( #1621 )
2024-06-16 10:04:44 -07:00
hagen-danswer
e4999266ca
added azure models to vision capable list ( #1638 )
2024-06-16 08:38:30 -07:00
Weves
f294dba095
Fix google drive page
2024-06-15 16:04:21 -07:00
Vikas Neha Ojha
ff06d62acf
Added ClickUp Connector ( #1521 )
...
* Added connector for clickup
* Fixed mypy issues
* Fallback to description if markdown is not available
* Added extra information in metadata, and support to index comments
* Fixes for fields parsing
* updated fetcher to errorHandlingFetcher
---------
Co-authored-by: hagen-danswer <hagen@danswer.ai>
2024-06-13 17:49:31 -07:00
Weves
e8306b0fa5
Fix web build
2024-06-10 11:40:49 -07:00
hagen-danswer
ead6a851cc
Merge pull request #1144 from hagen6835/add-teams-connector
...
added teams connector
2024-06-10 13:25:54 -04:00
hagen-danswer
73575f22d8
prettier
2024-06-10 09:44:20 -07:00
hagen-danswer
3ec559ade2
added null inputs for other usages
2024-06-09 17:11:06 -07:00
hagen-danswer
4d0794f4f5
chatpage now checks for llm override for image uploads
2024-06-09 17:05:41 -07:00
hagen-danswer
64a042b94d
cleaned up sharepoint connector ( #1599 )
...
* cleaned up sharepoint connector
* additional cleanup
* fixed dropbox connector string
2024-06-09 12:15:52 -07:00
Yuhong Sun
fa3a3d348c
Precommit Fixes ( #1596 )
2024-06-09 00:44:36 -07:00
hagen-danswer
bd9335e832
disabled reindexing for dropbox and added warning ( #1593 )
2024-06-08 17:26:07 -07:00
Nils
7a3c102c74
Added support for Sites.Selected permissions to the SharePoint Connector and enabled the selection of individual subfolders ( #1583 )
2024-06-07 15:47:17 -07:00
Weves
4274c114c5
Fix display for std markdown without a language
2024-06-07 15:22:06 -07:00
Weves
d56e6c495a
Fix code block copy
2024-06-07 15:22:06 -07:00
Weves
c9160c705a
Fix list of assistants in Assistants Modal
2024-06-07 14:21:57 -07:00
hagen-danswer
ff59858327
final bugfixes
2024-06-07 13:19:48 -07:00