Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Mintplex-Labs/anything-llm. Pull mirroring updated .
  1. Oct 15, 2024
  2. Oct 14, 2024
  3. Oct 01, 2024
  4. Sep 30, 2024
  5. Sep 28, 2024
  6. Sep 27, 2024
  7. Sep 26, 2024
  8. Sep 25, 2024
    • Sean Hatfield's avatar
      Support more Confluence URL formats (#2118) · 44887448
      Sean Hatfield authored
      
      * support more confluence url formats
      
      * use pattern matching for confluence urls and manual splitting as fallback
      
      * rework entire Confluence flow to prevent issues with custom, local, and cloud spaces
      
      * remove dep
      
      ---------
      
      Co-authored-by: default avatarTimothy Carambat <rambat1010@gmail.com>
      44887448
    • Sean Hatfield's avatar
      Bulk document removal from workspace · 074088d3
      Sean Hatfield authored
      
      * wip improve remove document ux
      
      * fix border ui bugs when adding files to workspace
      
      * sort workspacedirectory put adding files at top
      
      * fix workspace file row ui shifting
      
      * fix selected items bug when adding another item with items already selected on workspace
      
      * fix tooltip
      
      * lint
      
      * refactor
      
      * fix bug where unadding single item while selected would stay selected
      
      ---------
      
      Co-authored-by: default avatartimothycarambat <rambat1010@gmail.com>
      074088d3
  9. Sep 24, 2024
  10. Sep 23, 2024
  11. Sep 19, 2024
  12. Sep 16, 2024
  13. Sep 14, 2024
  14. Sep 12, 2024
  15. Sep 11, 2024
  16. Sep 10, 2024
  17. Sep 06, 2024
  18. Sep 05, 2024
  19. Sep 04, 2024
  20. Aug 30, 2024
  21. Aug 29, 2024
  22. Aug 27, 2024
    • timothycarambat's avatar
    • 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>
      29df483a
Loading