Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Feb 27, 2024
  2. Feb 19, 2024
  3. Feb 17, 2024
  4. Feb 13, 2024
  5. Feb 08, 2024
    • Sean Hatfield's avatar
      [FEAT] Customizable footer icon links in Appearance Settings (#694) · b9855249
      Sean Hatfield authored
      
      * WIP custom footer icons
      
      * UI for updating footer icons complete and backend to save/modify
      
      * add backend for unprotected footer fetch
      
      * break out footer into separate component and render footer items using a cache for 1 hour
      
      * wip review
      
      * refactor & cleanup
      
      * Optimize footer form component
      Optimize caching for footer icons
      Add validation on SystemSetting upserts
      Normalize fallback items for footer_data
      
      * Adjust max icons to 3
      
      * fix success message on remove
      
      * fix success message on remove
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      b9855249
  6. Feb 06, 2024
    • Sean Hatfield's avatar
      [FEAT] Automated audit logging (#667) · d789920a
      Sean Hatfield authored
      
      * WIP event logging - new table for events and new settings view for viewing
      
      * WIP add logging
      
      * UI for log rows
      
      * rename files to Logging to prevent getting gitignore
      
      * add metadata for all logging events and colored badges in logs page
      
      * remove unneeded comment
      
      * cleanup namespace for logging
      
      * clean up backend calls
      
      * update logging to show to => from settings changes
      
      * add logging for invitations, created, deleted, and accepted
      
      * add logging for user created, updated, suspended, or removed
      
      * add logging for workspace deleted
      
      * add logging for chat logs exported
      
      * add logging for API keys, LLM, embedder, vector db, embed chat, and reset button
      
      * modify event logs
      
      * update to event log types
      
      * simplify rendering of event badges
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      d789920a
    • Sean Hatfield's avatar
      Fix white screen bug when deleting chats under Workspace Chats menu (#681) · 36558350
      Sean Hatfield authored
      
      * use filter instead of ref to delete row from workspace chat component on delete/fix backend invalid json error
      
      * remove ref from pagination on embed chats and fix white screen bug
      
      * remove unneeded import
      
      * normalize response object
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      36558350
  7. Jan 22, 2024
    • Timothy Carambat's avatar
    • Timothy Carambat's avatar
      Implement total permission overhaul (#629) · 9a237db3
      Timothy Carambat authored
      * Implement total permission overhaul
      Add explicit permissions on each flex and strict route
      Patch issues with role escalation and CRUD of users
      Patch permissions on all routes for coverage
      Improve middleware to accept role array for clarity
      
      * update comments
      
      * remove permissions to API-keys for manager. Manager could generate API-key and using high-privelege api-key give themselves admin
      
      * update sidebar permissions for multi-user and single user
      
      * update options for mobile sidebar
      9a237db3
  8. Jan 19, 2024
  9. Jan 18, 2024
  10. Jan 17, 2024
    • Sean Hatfield's avatar
      Per workspace model selection (#582) · 90df3758
      Sean Hatfield authored
      
      * WIP model selection per workspace (migrations and openai saves properly
      
      * revert OpenAiOption
      
      * add support for models per workspace for anthropic, localAi, ollama, openAi, and togetherAi
      
      * remove unneeded comments
      
      * update logic for when LLMProvider is reset, reset Ai provider files with master
      
      * remove frontend/api reset of workspace chat and move logic to updateENV
      add postUpdate callbacks to envs
      
      * set preferred model for chat on class instantiation
      
      * remove extra param
      
      * linting
      
      * remove unused var
      
      * refactor chat model selection on workspace
      
      * linting
      
      * add fallback for base path to localai models
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      90df3758
  11. Jan 15, 2024
  12. Jan 11, 2024
  13. Jan 10, 2024
  14. Dec 21, 2023
  15. Dec 18, 2023
    • Timothy Carambat's avatar
      GitHub loader extension + extension support v1 (#469) · 45258248
      Timothy Carambat authored
      * feat: implement github repo loading
      fix: purge of folders
      fix: rendering of sub-files
      
      * noshow delete on custom-documents
      
      * Add API key support because of rate limits
      
      * WIP for frontend of data connectors
      
      * wip
      
      * Add frontend form for GitHub repo data connector
      
      * remove console.logs
      block custom-documents from being deleted
      
      * remove _meta unused arg
      
      * Add support for ignore pathing in request
      Ignore path input via tagging
      
      * Update hint
      45258248
  16. Dec 14, 2023
    • Timothy Carambat's avatar
      Document Processor v2 (#442) · 719521c3
      Timothy Carambat authored
      * wip: init refactor of document processor to JS
      
      * add NodeJs PDF support
      
      * wip: partity with python processor
      feat: add pptx support
      
      * fix: forgot files
      
      * Remove python scripts totally
      
      * wip:update docker to boot new collector
      
      * add package.json support
      
      * update dockerfile for new build
      
      * update gitignore and linting
      
      * add more protections on file lookup
      
      * update package.json
      
      * test build
      
      * update docker commands to use cap-add=SYS_ADMIN so web scraper can run
      update all scripts to reflect this
      remove docker build for branch
      719521c3
  17. Dec 07, 2023
    • Sean Hatfield's avatar
      Add user PFP support and context to logo (#408) · fcb591d3
      Sean Hatfield authored
      
      * fix sizing of onboarding modals & lint
      
      * fix extra scrolling on mobile onboarding flow
      
      * added message to use desktop for onboarding
      
      * linting
      
      * add arrow to scroll to bottom (debounced) and fix chat scrolling to always scroll to very bottom on message history change
      
      * fix for empty chat
      
      * change mobile alert copy
      
      * WIP adding PFP upload support
      
      * WIP pfp for users
      
      * edit account menu complete with change username/password and upload profile picture
      
      * add pfp context to update all instances of usePfp hook on update
      
      * linting
      
      * add context for logo change to immediately update logo
      
      * fix div with bullet points to use list-disc instead
      
      * fix: small changes
      
      * update multer file storage locations
      
      * fix: use STORAGE_DIR for filepathing
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      fcb591d3
  18. Dec 04, 2023
  19. Nov 14, 2023
  20. Nov 13, 2023
    • Sean Hatfield's avatar
      Create manager role and limit default role (#351) · fa29003a
      Sean Hatfield authored
      
      * added manager role to options
      
      * block default role from editing workspace settings on workspace and text input box
      
      * block default user from accessing settings at all
      
      * create manager route
      
      * let pass through if in single user mode
      
      * fix permissions for manager and admin roles in settings
      
      * fix settings button for single user and remove unneeded console.logs
      
      * rename routes and paths for clarity
      
      * admin, manager, default roles complete
      
      * remove unneeded comments
      
      * consistency changes
      
      * manage permissions for mum modes
      
      * update sidebar for single-user mode
      
      * update comment on middleware
      Modify permission setting for admins
      
      * update render conditional
      
      * Add role usage hint to each role
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      fa29003a
  21. Nov 11, 2023
  22. Nov 09, 2023
  23. Oct 31, 2023
  24. Oct 23, 2023
    • Timothy Carambat's avatar
      AnythingLLM UI overhaul (#278) · 708068a0
      Timothy Carambat authored
      
      * v2 Login screen (#254)
      
      * adding gradients for modal and sidebar
      
      * adding font setup
      
      * redesigned login screen for MultiUserAuth
      
      * completed multi user mode login screen
      
      * linting
      
      * login screen for single user auth redesign complete
      
      * created reusable gradient for login screen
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * v2 sidebar (#262)
      
      * adding gradients for modal and sidebar
      
      * adding font setup
      
      * redesigned login screen for MultiUserAuth
      
      * completed multi user mode login screen
      
      * linting
      
      * login screen for single user auth redesign complete
      
      * WIP sidebar redesign
      
      * created reusable gradient for login screen
      
      * remove dark mode items
      
      * update new workspace button
      
      * completed sidebar for desktop view
      
      * add interactivity states
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * remove duplicated pkg
      
      * v2 settings (#264)
      
      * adding gradients for modal and sidebar
      
      * adding font setup
      
      * redesigned login screen for MultiUserAuth
      
      * completed multi user mode login screen
      
      * linting
      
      * login screen for single user auth redesign complete
      
      * WIP sidebar redesign
      
      * created reusable gradient for login screen
      
      * remove dark mode items
      
      * update new workspace button
      
      * completed sidebar for desktop view
      
      * WIP added colors/gradients to admin settings
      
      * WIP fix discord logo import
      
      * WIP settings redesign - added routes for general settings and restyled components
      
      * WIP settings for LLM Preference, VectorDB, ExportImport
      
      * settings menu UI complete WIP functionality
      
      * settings fully functional/removed dark mode logo
      
      * linting
      
      * removing unneeded dependency
      
      * Fix admin sidebar visibility
      Fix API Keys location and work with single/mum
      Fix Appearance location - WIP on funcitonality
      
      * update api key page
      
      * fix permissions for appearance
      
      * Single user mode fixes
      
      * fix multi user mode enabled
      
      * fix import export
      
      * Rename AdminSidebar to SettingsSidebar
      
      * Fix mobile sidebar links
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * V2 user logout (#265)
      
      * Add user logout button
      
      * hide other 3 dot button
      
      * wrap admin routes
      
      * V2 workspace modal (#267)
      
      Update new workspace modal
      remove duplicate tailwind colors
      
      * v2 Settings modal styles (#266)
      
      * EditUserModal styles complete
      
      * workspaces modals styles complete
      
      * create invite link modal styles complete
      
      * create new api key modal styles complete
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * v2 Chats Redesign (#270)
      
      * fix default message for new workspace
      
      * prompt input box ui redesign complete
      
      * ui tweak to prompt input
      
      * WIP chat msg redesign
      
      * chat container and historical chat messages redesign
      
      * manage workspace modal appears when clicking upload a document on empty workspace
      
      * fixed loading skeleton styles
      
      * citations redesign complete
      
      * restyle pending chat and prompt reply components
      
      * default chat messages styles updated
      
      * linting
      
      * update how chats are returned
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * Onboarding modal flow for first time setup (#274)
      
      * WIP onboarding modal flow
      
      * onboarding flow complete and private route redirection for onboarding setep
      
      * redirect to home on onboarding complete
      
      * add onboarding redirect using paths.onboarding()
      
      * Apply changes to auth flow, onboarding determination, and flows
      
      * remove formref
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * v2 document picker (#275)
      
      * remove unneeded comments
      
      * WIP document picker UI
      
      * WIP basic UI complete for document picker tab and settings tab
      
      * linting
      
      * settings menu complete, document row WIP
      
      * WIP document picker loading from localFiles
      
      * WIP file picker logic
      
      * refactoring document picker to work with backend
      
      * WIP refactoring document picker
      
      * WIP refactor document picker to work with backend
      
      * file uploading with dropzone working
      
      * WIP deleting file when not embedded
      
      * WIP embeddings
      
      * WIP embedding with temp button and hardcoded paths
      
      * WIP placeholder for WorkspaceDirectory component
      
      * WIP WorkspaceDirectory
      
      * WIP
      
      * sort workspaceDocs and availibleDocs complete
      
      * added directories util
      
      * add and remove document from ws working
      
      * v2 document picker complete
      
      * reference modal ui bug fixes
      
      * truncate function bug fix
      
      * ManageWorkspace modal bug fixes
      
      * blocking mobile users modal for workspace settings
      
      * mobile ui fixes
      
      * linting
      
      * ui padding fixes
      
      * citation bug fixes
      
      * code review changes
      
      * debounce handlers
      
      * change tempFile object to array
      
      * selection count fix
      
      * Convert workspace modal to div
      Memo workspace settings
      update conditional rendering of workspace settings
      
      * Show no documents
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      
      * mobile sidebar styles
      
      * padding on Mobile view
      mobile sidebar items
      
      * UI touchup
      
      * suggestion implementations
      
      * CSS fixes and animation perfomance change to GPU accelerated and 60fps
      
      * change will-change
      
      * remove transitions from onboarding modals, simplify on-change handlers
      
      * Swap onboarding to memoized components and debounce onchange handlers
      
      * remove console log
      
      * remove Avenir font
      
      ---------
      
      Co-authored-by: default avatarSean Hatfield <seanhatfield5@gmail.com>
      708068a0
  25. Oct 05, 2023
  26. Sep 29, 2023
  27. Sep 28, 2023
    • Sean Hatfield's avatar
      Replace custom sqlite dbms with prisma (#239) · a126b5f5
      Sean Hatfield authored
      
      * WIP converted all sqlite models into prisma calls
      
      * modify db setup and fix ApiKey model calls in admin.js
      
      * renaming function params to be consistent
      
      * converted adminEndpoints to utilize prisma orm
      
      * converted chatEndpoints to utilize prisma orm
      
      * converted inviteEndpoints to utilize prisma orm
      
      * converted systemEndpoints to utilize prisma orm
      
      * converted workspaceEndpoints to utilize prisma orm
      
      * converting sql queries to prisma calls
      
      * fixed default param bug for orderBy and limit
      
      * fixed typo for workspace chats
      
      * fixed order of deletion to account for sql relations
      
      * fix invite CRUD and workspace management CRUD
      
      * fixed CRUD for api keys
      
      * created prisma setup scripts/docs for understanding how to use prisma
      
      * prisma dependency change
      
      * removing unneeded console.logs
      
      * removing unneeded sql escape function
      
      * linting and creating migration script
      
      * migration from depreciated sqlite script update
      
      * removing unneeded migrations in prisma folder
      
      * create backup of old sqlite db and use transactions to ensure all operations complete successfully
      
      * adding migrations to gitignore
      
      * updated PRISMA.md docs for info on how to use sqlite migration script
      
      * comment changes
      
      * adding back migrations folder to repo
      
      * Reviewing SQL and prisma integraiton on fresh repo
      
      * update inline key replacement
      
      * ensure migration script executes and maps foreign_keys regardless of db ordering
      
      * run migration endpoint
      
      * support new prisma backend
      
      * bump version
      
      * change migration call
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      a126b5f5
  28. Sep 21, 2023
  29. Sep 11, 2023
  30. Aug 30, 2023
  31. Aug 24, 2023
    • Timothy Carambat's avatar
      Full developer api (#221) · defe6054
      Timothy Carambat authored
      * Autodocument Swagger API with JSDocs on /v1/ endpoints for API access
      implement single-player API keys
      WIP Admin API Keys
      
      * Create new api keys as both single and multi-user
      
      * Add boot and telem
      
      * Complete Admin API
      
      * Complete endpoints
      dark mode swagger
      
      * update docs
      
      * undo debug
      
      * update docs and readme
      defe6054
Loading