Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Jan 31, 2025
  2. Jan 28, 2025
  3. Jan 20, 2025
  4. Jan 16, 2025
  5. Dec 16, 2024
  6. Dec 14, 2024
  7. Dec 12, 2024
  8. Dec 11, 2024
  9. Nov 26, 2024
    • Sean Hatfield's avatar
      Community hub integration (#2555) · 05c53022
      Sean Hatfield authored
      
      * wip hub connection page fe + backend
      
      * lint
      
      * implement backend for local hub items + placeholder endpoints to fetch hub app data
      
      * fix hebrew translations
      
      * revamp community integration flow
      
      * change sidebar
      
      * Auto import if id in URL param
      remove preview in card screen and instead go to import flow
      
      * get user's items + team items from hub + ui improvements to hub settings
      
      * lint
      
      * fix merge conflict
      
      * refresh hook for community items
      
      * add fallback for user items
      
      * Disable bundle items by default on all instances
      
      * remove translations (will complete later)
      
      * loading skeleton
      
      * Make community hub endpoints admin only
      show visibility on items
      combine import/apply for items to they are event logged for review
      
      * improve middleware and import flow
      
      * community hub ui updates
      
      * Adjust importing process
      
      * community hub to dev
      
      * Add webscraper preload into imported plugins
      
      * add runtime property to plugins
      
      * Fix button status on imported skill change
      show alert on skill change
      Update markdown type and theme on import of agent skill
      
      * update documentaion paths
      
      * remove unused import
      
      * linting
      
      * review loading state
      
      ---------
      
      Co-authored-by: default avatarTimothy Carambat <rambat1010@gmail.com>
      Unverified
      05c53022
  10. Nov 21, 2024
  11. Nov 18, 2024
    • Sean Hatfield's avatar
      Light/dark mode UI overhaul (#2629) · 727d8027
      Sean Hatfield authored
      
      * 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: default avatartimothycarambat <rambat1010@gmail.com>
      
      * wip chat window
      
      * ux+ux improvements and update new colors
      
      * chat window dark mode
      
      * remove comment
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <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: default avatartimothycarambat <rambat1010@gmail.com>
      Unverified
      727d8027
  12. Nov 13, 2024
  13. Sep 11, 2024
  14. Aug 27, 2024
    • timothycarambat's avatar
      update ignores · f519a4b4
      timothycarambat authored
      f519a4b4
    • Timothy Carambat's avatar
      AnythingLLM Chrome Extension (#2066) · 29df483a
      Timothy Carambat authored
      
      * 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: default avatarshatfield4 <seanhatfield5@gmail.com>
      Unverified
      29df483a
  15. Aug 14, 2024
  16. Aug 07, 2024
    • Timothy Carambat's avatar
      Add piperTTS in-browser text-to-speech (#2052) · d072875e
      Timothy Carambat authored
      * 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
      Unverified
      d072875e
  17. Aug 02, 2024
  18. Jul 31, 2024
    • Timothy Carambat's avatar
      Add multimodality support (#2001) · 38fc1812
      Timothy Carambat authored
      * 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
      Unverified
      38fc1812
  19. Jul 25, 2024
  20. Jul 23, 2024
  21. Jul 22, 2024
  22. Jul 20, 2024
  23. Jul 19, 2024
  24. Jun 19, 2024
  25. Apr 19, 2024
  26. Apr 16, 2024
  27. Feb 02, 2024
  28. Jan 26, 2024
Loading