Henry
7e3d64a4ff
feat: add due date filters
2025-12-05 20:17:05 +00:00
Henry
cea9c89284
feat: update card router to support due dates
2025-12-01 21:17:22 +00:00
Owais Rizvi
06ca6e38b3
feat: add IRSA support for S3 authentication ( #265 )
2025-12-01 19:54:58 +00:00
Henry
58ff6ad041
fix: use next-runtime-env for baseUrl
2025-11-27 22:37:26 +00:00
Henry
07fc41761b
fix: remove unused params from invite paths ( #256 )
2025-11-26 20:09:58 +00:00
Henry
b472c5ce93
feat: card attachments ( #247 )
...
* feat: add card attachment schema
* feat: setup s3 util funcs
* feat: add attachments router and repo funcs
* feat: add upload button
* feat: add thumbnails and attachment viewer
* feat: add download and delete button
* feat: add file viewer and downloads
* feat: update compose and readme
* chore: build lang
* feat: display attachments on public boards
* chore: update compiled translations
2025-11-19 21:34:43 +00:00
Arpit Soni
af6490896a
feat: add list filter to board view ( #241 )
...
* feat: add list filter to board view
* feat: implement API-driven list filtering
* refactor: remove unnecessary list join from card filtering queries
* feat: enable list filter options for public boards
* refactor(perf): move to main query
---------
Co-authored-by: Henry <henry_ball@hotmail.co.uk >
2025-11-17 21:25:50 +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
81e9fe777c
fix: extend workspace name max character limit and truncate ( #233 )
2025-10-28 21:14:01 +00:00
Henry
a7a27e7054
feat: custom board templates ( #98 ) ( #209 )
...
* feat: add type and sourceId columns to board schema
* chore: update _journal and add snapshot
* feat: scaffold templates page
* feat: add template pages
* feat: add template card page
* feat: add template view indicator
* fix: ensure checklists default to empty array in board view
* feat: create template from board
* feat: show custom templates in new board form
* feat: create card activity from snapshot creation
* chore: update readme and features
* chore: add translations
2025-10-10 20:19:42 +01:00
Henry
fc692cb411
feat: basic workspace search ( #203 )
...
* feat: set up command pallette and search endpoint
* feat: use placeholder data in search results
* feat: add keyboard navigation
* feat: add icons for search results
* feat: add fuzzy search
* feat: add search button to collapsed menu
* feat: add keyboard shortcuts
* fix: prevent no results flickering
* feat: consistent font size for search placeholder
* chore: build translations
2025-10-02 22:25:48 +01:00
Henry
6059fa35a2
fix: show invite link toggle on self hosted environments ( #198 )
2025-09-27 20:48:16 +01:00
Henry
b159b48c35
feat: invite workspace members via link ( #196 )
...
* feat: add workspace invite links schema
* feat: update workspace invite schema
* feat: add repo funcs and share link toggle
* feat: redirect to next param on authentication
* feat: add invite page
* feat: switch to workspace on invite success
* refactor: tweak light mode styles
* feat(cloud): update subscription for cloud
* feat: only allow admin users to create links
* chore: add translations
2025-09-26 22:25:42 +01:00
Henry
2f88366418
feat: set workspace url when creating a new workspace ( #172 )
...
* feat: add migration to remove not null constraint from referenceId on subscriptions
* feat(cloud): write worspace slug availability checks to db
* feat: add migration to add cascade set null to referenceId on subscription
* feat: update workspace and subscripton schema
* feat: add createWorkspaceSlugCheck repo func
* feat: set workspace url on creation
* chore: update translations
* refactor: various tweaks and fixes
* feat: add pro bolt to pricing notice
* feat: toggle pro subscription
* fix: hide pro subscription notice for self hosters
* feat: add pro upgrade message on members page
* feat: hide pro upgrade notice on small viewports
* feat: update workspace url placeholder
2025-09-11 20:32:02 +01:00
Henry
5a4835091f
feat(cloud): unlimited seats ( #166 )
...
* feat: add unlimitedSeats to subscription
* feat: set unlimited seats to true for pro plans
* feat: add unlimited invites messaging
* feat: upgrade to pro via auth client
* feat: add subscription repo funcs
* chore: move subscription utils to shared
* feat: skip updating subscription if unlimited seats
2025-09-07 22:50: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
Henry
fecc6cf742
fix: correctly disable openapi for create feedback route
2025-08-31 16:44:59 +01:00
Henry
13b10471ec
feat: card checklists ( #141 )
...
* feat: setup checklist schema
* feat: scaffold checklist router
* feat: add create new checklist modal
* feat: create new checklist item
* feat: toggle checklist item completed state
* feat: update checklist name
* feat: delete checklist
* feat: show checklists progress on cards
* feat: tweak light mode styling
* feat: focus item form on creation of new checklist
* feat: tweak new checklist item form styling
* feat: add checklist activity
* feat: show checklist progress on public board page
* feat: display checklist items on public card modal
* chore: add translations
2025-08-14 19:59:36 +01:00
Henry
400b94a5f2
feat: enhance member invite error handling and add invite more toggle ( #133 )
2025-07-30 22:24:05 +01:00
Henry
638b8b6b79
fix: update public board lookup to filter by workspace slug and show not found message ( #131 )
...
* fix: update public board lookup to filter by workspace slug
* feat: show not found message for public boards
* chore: update lang
2025-07-28 22:59:28 +01:00
Henry
974a5ff0f3
fix: update board slug availability check to be unique to workspace ( #126 )
2025-07-26 21:18:26 +01:00
Henry
a0096a9eb0
fix: use server-side signInMagicLink for member invites ( #116 )
2025-07-14 22:34:10 +01:00
Henry
f8dc062903
chore: add verbose error logging to magic link invitation ( #110 )
2025-07-10 21:27:25 +01:00
Henry
f4ef1217dc
feat: enhance label router with consistent output ( #104 )
2025-07-07 22:33:01 +01:00
Henry
1c920e3983
fix: update trpc dependencies and add openapi meta to providers endpoint ( #103 )
2025-07-07 22:32:49 +01:00
LovelessCodes
316f148663
feat: add template selection when creating new boards with predefined… ( #42 )
...
* feat: add template selection when creating new boards with predefined lists
* feat: extend templates with labels, update design and add translations
* feat: add validation and error states to new board form
---------
Co-authored-by: Henry <henry_ball@hotmail.co.uk >
2025-06-29 21:53:37 +01:00
LovelessCodes
75e89f118f
feat: implement Trello integration with OAuth and user fields ( #48 )
...
* feat: implement Trello integration with OAuth and user fields
* feat: migrate Trello integration to new integrations table
* refactor: migrate Trello integration to use new integration system
* refactor: migrate Trello integration to use new integrations table
* fix: add loading check for Trello integration and update VSCode settings
* feat: enhance import boards UI with dynamic integration providers and local storage config
* feat: add select/unselect all buttons and loading state to board import form
* feat: add Trello import env vars on README
* docs: update Trello import guide to use OAuth flow instead of API keys
* feat: add integrations table for OAuth token management
* feat: connect trello from import modal
* refactor: consolidate Trello integration endpoints into unified integration router
* fix: trello import again
* refactor: generalize integration authorization flow and improve error handling
* refactor: update Trello API endpoints and tags for better organization
* feat: add Integrations tag to OpenAPI specification
* refactor: update Trello auth endpoint to use generic integration provider param
* refactor: move Trello integration logic from trello.ts to import.ts router
* refactor: consolidate Trello integration endpoints and fix API URL
* chore: remove debug logs
---------
Co-authored-by: Henry <henry_ball@hotmail.co.uk >
2025-06-10 19:24:18 +01:00
LovelessCodes
805ef8cf43
refactor: update board slug prefix to use dynamic base URL from env ( #38 )
...
* refactor: update board slug prefix to use dynamic base URL from env
* feat: add board slug availability check with real-time validation UI
* refactor: consolidate board slug lookup by removing boardSlug repo and updating environment variables
* feat: allow board slug reuse across different workspaces
* chore: update environment settings and remove unused imports
* refactor: update board slug availability check to use boardPublicId instead of workspaceSlug
* refactor: simplify board slug availability check with direct SQL query
2025-06-06 12:55:00 +01:00
LovelessCodes
356e35964b
feat: allow public card access without authentication ( #19 )
2025-06-05 06:05:03 +01:00
Henry
84dd9a9b6d
feat: support SMTP via nodemailer ( #17 )
2025-06-04 12:33:24 +01:00
Henry
3625d702e3
fix: bypass custom URL checkout for self hosted ( #16 )
...
* fix: bypass custom URL checkout for self hosted
* Update error code
2025-06-04 07:34:19 +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
64c5488f0c
fix: prevent soft deleting lists with no cards from throwing an error
2025-06-01 22:27:21 +01:00
Henry
1d00aa78b4
feat: create and delete api keys
2025-05-31 23:59:48 +01:00
Henry
14f55e5939
chore: update package licences and migration script
2025-05-29 23:18:25 +01:00
Henry
b1bb8a6539
fix: create card.updated.list activity when changing list
2025-05-27 22:09:12 +01:00
Henry
59eadfc694
fix: soft delete labels
2025-05-27 21:49:01 +01:00
Henry
8a81d1ff17
feat: add workspace member assertion to remaining routers
2025-05-26 22:03:39 +01:00
Henry
76b65acc0f
feat: add workspace member assertion to card router
2025-05-26 21:30:09 +01:00
Henry
a6c6524749
feat: add workspace member assertion to list router
2025-05-23 13:43:51 +01:00
Henry
2e97e2be53
feat: assert user is member of workspace for board routes
2025-05-22 22:12:33 +01:00
Henry
71c92eea27
fix: reenable member invites
2025-05-22 12:18:56 +01:00
Henry
d065ae73e1
refactor: remove edge compatibility
2025-05-15 22:27:03 +01:00
Henry
59d93a5a99
perf: init auth client
2025-05-08 12:25:56 +01:00
Henry
9bee003d2b
perf: test edge speed
2025-05-08 12:12:46 +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
5996ad19c3
refactor: move shift index into transaction
2025-05-02 12:27:14 +01:00
Henry
88110b0b8f
refactor: move reorder card to update handler
2025-04-30 00:01:45 +01:00
Henry
d99e95826f
refactor: move reorder lists to update list
2025-04-29 08:58:07 +01:00