Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Oct 21, 2024
  2. Oct 15, 2024
  3. Sep 25, 2024
  4. Sep 04, 2024
  5. Aug 21, 2024
    • Timothy Carambat's avatar
      Api session id support (#2158) · fdc3add5
      Timothy Carambat authored
      * Refactor api endpoint chat handler to its own function
      remove legacy `chatWithWorkspace` and cleanup `index.js`
      
      * Add `sessionId` in dev API to partition chats logically statelessly
      fdc3add5
  6. Aug 20, 2024
  7. Aug 07, 2024
  8. Jul 26, 2024
  9. Jul 22, 2024
  10. Jul 19, 2024
  11. Jun 25, 2024
  12. Jun 20, 2024
  13. Jun 18, 2024
    • timothycarambat's avatar
      linting · 421c5c6b
      timothycarambat authored
      421c5c6b
    • lewismacnow's avatar
      1711 enhance workspace users api (#1712) · 6c68bdbd
      lewismacnow authored
      * Update workspace.js
      
      adds userId to the workspaceUsers function
      
      * Update openapi.json
      
      Updates the workspace/users API docs to display correct 200 response example, including userId, username, role and last update datetime.
      6c68bdbd
  14. Jun 17, 2024
  15. Jun 07, 2024
  16. May 22, 2024
  17. May 19, 2024
  18. Mar 26, 2024
  19. Mar 20, 2024
    • Sean Hatfield's avatar
      [FEAT] Document picker folders for organization (#902) · 4f268dfe
      Sean Hatfield authored
      
      * implement alternating color rows for file picker
      
      * implement alternating colors for workspace directory
      
      * remove unneeded props/variables
      
      * remove unused border classes
      
      * WIP new folder UI
      
      * remove unneeded expanded prop from filerow component
      
      * folder creation UI and files object manipulation WIP
      
      * folder creation & moving files complete
      
      * add developer API support for creating folders and moving files
      
      * update alternating row css for file picker
      
      * remove unneeded props from merge
      
      * normalize paths for folders
      priority to custom docs folder
      silently fail on duplicate folders
      
      * update folder icon to custom svg
      
      * linting and move FolderIcon to JSX
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      4f268dfe
  20. Feb 27, 2024
  21. Feb 17, 2024
  22. Feb 07, 2024
  23. Jan 23, 2024
  24. Jan 17, 2024
    • Timothy Carambat's avatar
      570 document api return object (#608) · b35feede
      Timothy Carambat authored
      * Add support for fetching single document in documents folder
      
      * Add document object to upload + support link scraping via API
      
      * hotfixes for documentation
      
      * update api docs
      b35feede
  25. Jan 16, 2024
  26. Jan 10, 2024
  27. Jan 02, 2024
  28. 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
  29. Sep 29, 2023
Loading