SurfSense/surfsense_web
2026-03-09 14:39:40 +02:00
..
app refactor: restructure instrumentation client initialization and enhance UI components for better performance and user experience 2026-03-08 17:48:09 -07:00
atoms feat: add last_login column to user table and update user login tracking 2026-03-08 18:24:29 +05:30
changelog/content feat: bumped version to 0.0.13 2026-02-09 17:59:07 -08:00
components fix: improve Google Drive folder selection UX 2026-03-09 14:39:40 +02:00
content/docs docs: update installation instructions in multiple language READMEs to specify Docker Desktop and provide separate commands for Windows users 2026-03-04 01:07:25 +05:30
contexts Implement update notion page tool 2026-02-13 10:45:51 +02:00
contracts feat: add last_login column to user table and update user login tracking 2026-03-08 18:24:29 +05:30
hooks refactor: update title generation logic to improve user experience by generating titles in parallel with assistant responses 2026-03-09 01:28:53 +05:30
i18n feat: add support for additional languages in LanguageSwitcher and SidebarUserProfile components 2026-02-11 00:39:01 -08:00
lib chore: ran biome checks 2026-03-07 12:57:27 +05:30
messages feat: add "Learn More" section to SidebarUserProfile with links to documentation and GitHub, and update translations for multiple languages 2026-03-08 20:19:15 +05:30
public refactor: restructure instrumentation client initialization and enhance UI components for better performance and user experience 2026-03-08 17:48:09 -07:00
types chore: linting 2026-01-28 22:15:43 -08:00
.cursorrules
.dockerignore
.env.example chore(env): add optional deployment mode and update database URL example 2026-01-23 00:57:04 -08:00
.gitignore chore: remove connector status config from .gitignore 2026-01-12 14:09:45 -08:00
biome.json chore: update biome configuration and dependencies to Biome version 2.4.6, enhancing compatibility and functionality 2026-03-07 12:52:05 +05:30
components.json chore: ran linting 2026-02-17 12:47:39 +05:30
docker-entrypoint.js chore: ran linting 2026-03-06 12:17:57 +05:30
docker-entrypoint.sh feat: add Docker configuration files and installation script for SurfSense 2026-02-24 22:45:37 +05:30
Dockerfile feat: add Docker configuration files and installation script for SurfSense 2026-02-24 22:45:37 +05:30
drizzle.config.ts
eslint.config.mjs
instrumentation-client.ts refactor: restructure instrumentation client initialization and enhance UI components for better performance and user experience 2026-03-08 17:48:09 -07:00
LICENSE
mdx-components.tsx chore: linting 2026-01-07 19:10:53 -08:00
next.config.ts feat: add source_markdown column to documents and implement migration logic for existing records using a pure-Python BlockNote JSON to Markdown converter 2026-02-17 11:34:11 +05:30
package.json chore: update lucide-react dependency to version 0.577.0 and refactor ProfileContent component to use Next.js Image component for avatar display 2026-03-08 19:43:30 +05:30
pnpm-lock.yaml chore: update lucide-react dependency to version 0.577.0 and refactor ProfileContent component to use Next.js Image component for avatar display 2026-03-08 19:43:30 +05:30
postcss.config.mjs
source.config.ts
svgr.d.ts chore: ran linting 2026-02-10 19:06:21 +05:30
tailwind.config.js feat: enhance UI components with new border radius and tooltip features 2026-01-20 17:35:08 +05:30
tsconfig.json