Henry
e9ebd06eaa
feat(cloud): replace novu for all notification triggers
2026-08-08 13:37:51 +01:00
Henry
b4e9dd3811
feat(cloud): sync subscriber preferences on unsubscribe
2026-08-03 11:53:29 +01:00
Henry
1fb56aafd0
feat: add logger package to improve observability ( #437 )
...
* feat: add logger package to improve observability
* chore: add LOG_LEVEL to docker compose and readme
2026-03-13 22:57:47 +00:00
Henry
d42540b9ef
chore: update translations to json ( #408 )
...
* chore: update translations format
* chore: compile to ts
2026-02-20 21:38:01 +00:00
Henry
97cfd60b59
fix: use multipart upload for attachments to resolve chunk size error ( #368 )
2026-02-07 22:42:38 +00:00
Ivan Shelepugin
24e283e22c
feat: smart typography ( #360 )
...
* build(web, deps): add `@tiptap/extension-typography`
* feat(editor): add typography extension
* chore(editor): disable some typographic characters
* chore(editor): disable superscript
2026-02-07 20:04:37 +00:00
Eliott Herbert-Byrnes
ef5bf87fdf
feat: add board favourites with animations ( #318 )
...
* feat: add board favorites with animations
* feat: add board favorites functionality with admin-only access
* refactor: make board favorites user-specific via junction table
* fix: assertUserInWorkspace
* Update pnpm lockfile to match package.json
* chore: clean up migrations
---------
Co-authored-by: Henry <henry_ball@hotmail.co.uk >
2026-02-01 22:29:51 +00:00
Sachin Divekar
6729c2e228
fix: support virtual-hosted S3 URLs for avatar storage ( #330 )
...
Avatar images failed to load with 403 on Tigris and newer AWS S3 buckets
because getAvatarUrl only constructed path-style URLs. Modern S3-compatible
providers require virtual-hosted URLs (bucket.domain/key).
Add NEXT_PUBLIC_STORAGE_DOMAIN env var to signal URL style:
- If set: virtual-hosted URL (Tigris, AWS S3)
- If not set: path-style URL (MinIO, LocalStack) - backward compatible
Add vitest and tests for getAvatarUrl behavior.
Co-authored-by: Sachin Divekar <sachin.divekar@remiges.tech >
2026-01-24 22:02:41 +00:00
Henry
86ecdca7f1
fix: enable sessions for API keys ( #283 )
...
* fix: enable sessions for API keys
* chore: remove old due date filters
* chore: update lockfile
* fix: temp ignore eslint errors on build
2025-12-13 22:19:16 +00:00
Henry
bcd20b58c6
chore: remove instrumentation ( #279 )
...
* chore: remove instrumentation
* chore: clean apk cache after installation
* chore: fix docker builds
2025-12-10 22:16:38 +00:00
Henry
36675604f9
chore: upgrade next, react-email and better-auth ( #278 )
...
* feat: upgrade next and react-email
* chore: upgrade better-auth
2025-12-10 20:34:10 +00:00
Owais Rizvi
06ca6e38b3
feat: add IRSA support for S3 authentication ( #265 )
2025-12-01 19:54:58 +00:00
Henry
c5d85cdb2d
feat(cloud): email unsubscribe ( #258 )
...
* feat(cloud): add email unsubscribe
* chore: add translations
2025-11-27 21:44:51 +00:00
exception-raised
c0a3c37d95
feat: add tiptap markdown support, add checklist support from trello ( #245 )
...
* feat: add tiptap markdown support, add checklist support from trello
* feat(api): implement bulk creation of checklists and items
2025-11-17 20:31:57 +00:00
Henry
4a3cf50c76
feat: display scrolling company logos ( #226 )
...
* feat: add scrolling company logos
* chore: update translations
2025-10-24 21:21:02 +01:00
Morfixx
7ccd2ac1e0
feat(web): added image cropping to avatar uploads ( #185 )
...
* feat(web): added image cropping to avatar uploads
* chore: add translations
* refactor: move react crop css import to avatar component
* refactor: remove duplicate interface
---------
Co-authored-by: Henry <henry_ball@hotmail.co.uk >
2025-09-19 20:44:20 +01:00
Henry
06c268bed1
feat(cloud): enable seat based pricing ( #161 )
...
* feat: setup subscriptions
* feat: prompt user to create subscription if inactive
* feat: update subscription when increasing/decreasing workspace members
* feat: rework upgrade
* chore: remove pricing notice
* chore: add translations
* chore: update proration comment
2025-09-02 22:36:09 +01:00
Ridham Khandar
3233c35836
fix: board not found flicker on reloading public boards ( #149 )
...
* fix: board not found flicker on reloading public boards
* fix: using netx-theme's ThemeProvider
* chore: installing next-theme
* fix: theme issue on landing page
* fix: image theme hydration issue
2025-08-22 17:28:59 +02:00
Ridham Khandar
8079345546
feat: tagging members in description ( #140 )
...
* feat: tagging members in description
* chore: tiptap mention package
* feat: avatar before names in members dropdown
2025-08-14 19:57:35 +01:00
Henry
dd061c6d00
feat: localisation and multi-lang support ( #95 )
...
* feat: setup localisation with lingui
* Fix hydration and locale issues
* Add missing translations and tweak selector styling
* Extend language support
* Update lang support
* Extend lang support
* Fix build and add dyanmic imports
2025-06-25 21:30:24 +01:00
Henry
014fdbb7d8
feat: render URLs as links in card description ( #93 )
2025-06-21 23:15:07 +01:00
Henry
a01a826bac
fix: build with env vars
2025-06-18 22:49:09 +01:00
Henry
d0c2314ebf
feat: add posthog analytics
2025-06-17 22:45:06 +01:00
LovelessCodes
bfc69996c6
Feat: Markdown editor for description on cards ( #43 )
...
* feat: integrate MDXEditor for card description with markdown support
* feat: replace textarea with markdown editor for card descriptions and improve styling
* refactor: replace MDXEditor with Tiptap for rich text editing
* fix: prevent menu item from taking focus and submitting
* feat: replace editor menu with bubble menu and add placeholder text
* feat: implement slash commands menu in editor with suggestion API
* chore: update editor styling
* chore: update editor placeholder text
* fix: navigate command list by keyboard and tweak styling
* fix: prevent editor onBlur from submitting NewCardForm
---------
Co-authored-by: Henry <henry_ball@hotmail.co.uk >
2025-06-09 13:47:00 +01:00
LovelessCodes
efe83ec8a9
refactor: replace js-cookie auth with new auth client and remove unused packages from web package ( #50 )
2025-06-07 12:44:32 +01:00
Henry
0b06f80181
feat: remove NEXT_PUBLIC env vars from docker build args ( #13 )
...
* feat: add next public envs to runtime
* Commit env vars
2025-06-03 21:25:57 +01:00
Henry
82ec18e95e
feat: add pino-pretty to dev logs
2025-05-20 23:11:45 +01:00
Henry
395c3acb81
feat: update s3 upload to use put
2025-05-16 23:27:32 +01:00
Henry
bb9877c899
feat: add pino logging to next
2025-05-15 22:56:01 +01:00
Henry
cbb5b0e06a
feat: update docker compose
2025-05-08 13:13:09 +01:00
Henry
731136facf
fix: pnpm lock
2025-05-06 09:45:26 +01:00
Henry
65eca3ebbb
feat: s3 avatar uploads
2025-05-06 09:22:25 +01:00
Henry
b6daaa41de
refactor: remove supabase auth
2025-05-05 15:16:30 +01:00
Henry
091fea6f38
feat: setup better-auth
2025-05-02 23:40:34 +01:00
Henry
34f8ad4def
chore: rename utils package to shared
2025-01-29 16:21:30 +00:00
Henry
67e714b8b0
feat: premium workspace usernames
2025-01-02 20:40:29 +00:00
Henry
4e0ab2d00f
fix: add @kan/db package to web
2024-12-12 14:40:23 +00:00
Henry
0c8d17dce5
feat: monorepo
2024-12-12 14:34:10 +00:00