Sean Hatfield
727d802779
Light/dark mode UI overhaul ( #2629 )
...
* Refactor workspace sidebar component styles (#2380 )
rely on css for conditional styles
* New sidebar colors (#2381 )
new sidebar colors
* Main container color update (#2382 )
* Dark mode setup themes (#2411 )
* setup generic tailwind theme + ability to add new themes
* add theme context
* use correct colors from design for sidebar + fix padding
* Settings sidebar UI updates (#2416 )
settings sidebar ui updates
* fix sidebar resizing/truncate issue on hover
* Dark mode chat window (#2443 )
* Support XLSX files (#2403 )
* support xlsx files
* lint
* create seperate docs for each xlsx sheet
* lint
* use node-xlsx pkg for parsing xslx files
* lint
* update error handling
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
* wip chat window
* ux+ux improvements and update new colors
* chat window dark mode
* remove comment
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
* Dark mode welcome page (#2444 )
* dark mode welcome page styles + refactor
* remove AI_BACKGROUND_COLOR and USER_BACKGROUND_COLOR constants
* Dark mode UI for admin and tools pages + mobile view improvements (#2454 )
* dark mode ui for admin and tools pages + mobile view improvements
* lint
* ai provider pages + options darkmode ui
* placeholder generic class
* appearance settings styles
* ai providers mobile margin
* dark mode styles for agent skills + experimental features
* mobile styles on security settings
* fine tune flow ui dark mode
* workspace settings page
* lint
* Dark mode onboarding (#2461 )
dark mode onboarding
* update all modals + normalize styles (#2471 )
* lint
* Dark mode privacy & experimental pages (#2479 )
* document watch + privacy pages ui + mobile modal darkmode
* lint
* Dark mode login screens (#2483 )
* multi-user auth screen ui update
* dark mode login screen + recovery key modals
* remove unneeded import
* Workspace preset commands modals dark mode (#2484 )
update workspace preset dark mode modal
* Document pinning modal ui update (#2490 )
document pinning modal ui update
* Experimental agreement modal dark mode (#2491 )
experimental agreement modal dark mode
* Serp options dark mode (#2492 )
serp options dark mode
* field fixes
* attempt light mode wip
* setting sidebar
* Toasts and threads
* main page content and privacy page
* force rewrite for light
* add border for light mode rightside content
* more fixes
* wip
* wip
* wip light mode implementation
* wip dark light mode file picker
* document picker light mode ui
* slight ui tweaks
* light mode fine tuning flow
* light mode tweaks + qa fixes
* fix md rendering of light mode + tooltip fixes
* lint
* qa bug fixes
* Add developer hook for theme
move provider to outmost layer
* qa light mode bug fixes
* Linting and hotfixes for UI
* Light mode to dev
* accept invite light mode ui fix
* Fix onboarding inputs in dark mode
* fix close icons
last minute items
* patch z-index on tooltips
* patch light mode citations
---------
Co-authored-by: timothycarambat <rambat1010@gmail.com>
2024-11-18 15:40:18 -08:00
Timothy Carambat
b701660f88
Frontend performance improvements ( #2627 )
...
* Frontend performance improvements
* test docker build
2024-11-13 11:11:13 -08:00
Timothy Carambat
d1103e2b71
Add support for custom agent skills via plugins ( #2202 )
...
* Add support for custom agent skills via plugins
Update Admin.systemPreferences to updated endpoint (legacy has deprecation notice
* lint
* dev build
* patch safeJson
patch label loading
* allow plugins with no config options
* lint
* catch invalid setupArgs in frontend
* update link to docs page for agent skills
* remove unneeded files
---------
Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
2024-09-10 17:06:02 -07:00
timothycarambat
f519a4b48c
update ignores
2024-08-27 15:06:44 -07:00
Timothy Carambat
29df483a27
AnythingLLM Chrome Extension ( #2066 )
...
* initial commit for chrome extension
* wip browser extension backend
* wip frontend browser extension settings
* fix typo for browserExtension route
* implement verification codes + frontend panel for browser extension keys
* reorganize + state management for all connection states
* implement embed to workspace
* add send page to anythingllm extension option + refactor
* refactor connection string auth + update context menus + organize background.js into models
* popup extension from main app and save if successful
* fix hebrew translation misspelling
* fetch custom logo inside chrome extension
* delete api keys on disconnect of extension
* use correct apiUrl constant in frontend + remove unneeded comments
* remove upload-link endpoint and send inner text html to raw text collector endpoint
* update readme
* fix readme link
* fix readme typo
* update readme
* handle deletion of browser keys with key id and DELETE endpoint
* move event string to constant
* remove tablename and writable fields from BrowserExtensionApiKey backend model
* add border-none to all buttons and inputs for desktop compatibility
* patch prisma injections
* update delete endpoints to delete keys by id
* remove unused prop
* add button to attempt browser extension connection + remove max active keys
* wip multi user mode support
* multi user mode support
* clean up backend + show created by in frotend browser extension page
* show multi user warning message on key creation + hide context menus when no workspaces
* show browser extension options to managers
* small backend changes and refactors
* extension cleanup
* rename submodule
* extension updates & docs
* dev docker build
---------
Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
2024-08-27 14:58:47 -07:00
Timothy Carambat
4430ddb059
Encryption in JWT for single-user password mode ( #2111 )
...
* wip encrypting jwt value
* Encrypt/Decrypt pass in JWT value for verification in single-user password mode
2024-08-13 17:54:12 -07:00
Timothy Carambat
d072875e43
Add piperTTS in-browser text-to-speech ( #2052 )
...
* Add piperTTS in-browser text-to-speech
* update vite config
* Add voice default + change prod public URL
* uncheck file
* Error handling
bump package for better quality and voices
* bump package
* Remove pre-packed WASM - will not support offline first solution for docker
* attach TTSProvider telem
2024-08-07 11:09:51 -07:00
timothycarambat
cc594d4e3e
add SemVer tag to docker image publication
2024-08-02 14:44:58 -07:00
timothycarambat
d4eecdef03
patch hang on devcontainer
2024-08-02 10:23:27 -07:00
Timothy Carambat
38fc181238
Add multimodality support ( #2001 )
...
* Add multimodality support
* Add Bedrock, KoboldCpp,LocalAI,and TextWebGenUI multi-modal
* temp dev build
* patch bad import
* noscrolls for windows dnd
* noscrolls for windows dnd
* update README
* update README
* add multimodal check
2024-07-31 10:47:49 -07:00
Timothy Carambat
a7010fd48d
Add known VEX files to build process ( #1969 )
2024-07-25 11:13:57 -07:00
Timothy Carambat
88e2209959
bump jsonwebtoken version ( #1971 )
...
* bump `jsonwebtoken` version
* update dev build branch
2024-07-25 11:03:39 -07:00
Timothy Carambat
04a0fc4ec9
Remove unused deps ( #1938 )
...
* Remove unused deps
* improve dependency
2024-07-25 10:21:03 -07:00
timothycarambat
68391ce3e6
update github action ignore
2024-07-25 08:08:56 -07:00
Timothy Carambat
42235fcd8a
GitLab Hosted and Local Connector ( #1932 )
...
* Add support for GitLab repo collection as well as Github Repo collection
* Refactor for repo collectors to be more compact
---------
Co-authored-by: Emil Rofors <emirof@gmail.com>
2024-07-23 12:23:51 -07:00
Timothy Carambat
a43fa8a292
Adjust docker perms in build image ( #1917 )
...
adjust docker perms
2024-07-22 12:39:18 -07:00
timothycarambat
89db7a9d45
add back arm support - did not fail for some reason
2024-07-19 17:51:12 -07:00
timothycarambat
113d7f1f99
temp disable ARM builds
2024-07-19 17:44:51 -07:00
timothycarambat
9b78c31d9d
add VEX exception
2024-07-19 16:21:12 -07:00
timothycarambat
16df1f05e1
remove temp workflow file
2024-07-19 08:10:04 -07:00
Timothy Carambat
b275008b19
Docker image updates ( #1896 )
...
* bump base image
* Bump mysql
* attestations
* attestations perms
* attestations perms
* fix permissions for attestetions for master push
* test cleanup
* repin base image
* revert base
* patch frontend-clean
* force resolve braces to fixed version
* rebump
2024-07-19 08:09:32 -07:00
Timothy Carambat
610c87ce19
Init support of i18n and English, Mandarin, Spanish, French ( #1317 )
...
* Init support of i18n and English and mandarin
* Update common.js (#1320 )
* add General Appearance and Chat setting zh translate (#1414 )
* add config zh translate (#1461 )
* patch some translation pages
* Update locality fixes
* update: complete login page Mandarin translation. (#1709 )
update: complete Mandarin translation.
* complete translation
* update github to run validator
* bump to test workflow failure
* bump to fix tests
* update workflow
* refactor lang selector support
* add Spanish and French
* add dictionaries
---------
Co-authored-by: GetOffer.help <13744916+getofferhelp@users.noreply.github.com>
Co-authored-by: AIR <129256286+KochabStar@users.noreply.github.com>
Co-authored-by: Ezio T <ezio5600@gmail.com>
2024-06-19 14:48:19 -07:00
timothycarambat
c009904664
README updates
2024-04-19 11:46:49 -07:00
Timothy Carambat
a5bb77f97a
Agent support for @agent default agent inside workspace chat ( #1093 )
...
V1 of agent support via built-in `@agent` that can be invoked alongside normal workspace RAG chat.
2024-04-16 10:50:10 -07:00
timothycarambat
146385bf41
no build on embed changes
2024-02-02 15:29:38 -08:00
timothycarambat
39d07feaed
fix bug yaml
2024-01-26 12:45:05 -08:00
timothycarambat
ca3decf413
fix bug yaml
2024-01-26 12:44:15 -08:00
timothycarambat
e150e99e45
bump onboard ai link
2024-01-14 11:26:08 -08:00
timothycarambat
b4ab0a5e8c
nopub sha
2024-01-12 14:22:19 -08:00
timothycarambat
e5826d8c24
remove unneeded build step
2024-01-12 13:33:11 -08:00
Ahren Stevens-Taylor
315b92e164
572 add docker tags ( #581 )
...
* [FEAT]: Docker Tags specific to a build version #572
* fix: dockerhub repo name
* feat: add Docker build caches
* fix: docker username
Fix the DockerHub repository owner name
2024-01-12 13:31:59 -08:00
Timothy Carambat
259079ac58
561 relative api docs url ( #564 )
...
* patch swagger host to be relative
* change tag on feature request template
2024-01-09 21:52:50 -08:00
timothycarambat
5b2c0ca782
add OnboardAI link
2024-01-09 18:07:41 -08:00
timothycarambat
b8192883c2
fix auto-tag on bug issue yaml
2024-01-09 18:06:01 -08:00
timothycarambat
4801df08c5
remove broken config link
2024-01-09 14:31:28 -08:00
timothycarambat
6a4c99affe
unquote email in config
2024-01-09 14:31:02 -08:00
timothycarambat
964d9a7137
update build ignore
2024-01-09 14:28:56 -08:00
Timothy Carambat
fd4a230669
Setup issue and PR templates ( #559 )
...
* Setup issue templates
Allow ability to include blank issue
resolves #557
todo: PR template
* update templates + add PR template
* newlines
2024-01-09 14:25:53 -08:00
Timothy Carambat
58971e8b30
Build & Publish AnythingLLM for ARM64 and x86 ( #549 )
...
* Update build process to support multi-platform builds
Bump @lancedb/vectordb to 0.1.19 for ARM&AMD compatibility
Patch puppeteer on ARM builds because of broken chromium
resolves #539
resolves #548
---------
Co-authored-by: shatfield4 <seanhatfield5@gmail.com>
2024-01-08 16:15:01 -08:00
timothycarambat
7d584713a3
workflow ignore env.example updates
2024-01-06 15:40:03 -08:00
timothycarambat
19e3889f29
update envs to not display https localhost
2024-01-06 15:38:44 -08:00
timothycarambat
5931b60202
add FUNDING.yml
2023-12-27 10:25:12 -08:00
timothycarambat
67725e807a
fix: broken build file
2023-12-19 16:22:25 -08:00
timothycarambat
7c941c462c
Add ignore-paths for github actions
2023-12-19 12:39:49 -08:00
timothycarambat
14c56a9bfc
bump build workflow
2023-11-17 19:18:26 -08:00
timothycarambat
8176381513
build docker image and push on master merge
2023-11-17 19:15:23 -08:00