Maksim Eltyshev
40e107d6d4
chore: Update version
2025-05-27 23:37:47 +02:00
Maksim Eltyshev
39df82c1ce
license: Provide additional details
2025-05-27 23:35:00 +02:00
Roman Zavarnitsyn
42817c5199
feat: Add CSV attachment viewer ( #1154 )
2025-05-27 14:19:44 +02:00
Piotr Patalong
20b5351dfe
fix: Update Polish translation ( #1150 )
2025-05-26 15:02:51 +02:00
Maksim Eltyshev
978b2a7402
fix: Set limit for displaying attachment content
...
Closes #1141
2025-05-26 14:35:23 +02:00
Roman Zavarnitsyn
a7c1d4ca11
build: Improve dev setup ( #1149 )
2025-05-26 12:49:52 +02:00
Maksim Eltyshev
71e2c5d8df
fix: Apply disabled style to card content instead of wrapper
2025-05-24 13:01:07 +02:00
Hannes
4049b4c396
feat: Display comments total on front of cards ( #1146 )
...
Closes #1136
2025-05-23 17:31:28 +02:00
Hannes
f9d3e73651
build: Improve Docker dev setup, add nodemon config ( #1145 )
...
* Updated the base image in `Dockerfile.dev` from `node:18-alpine` to `node:lts-alpine` to use more or less the same as for production docker build (where the client is build lts and server is 18... so yeah not really...)
* Removed the `USER node` directive, to prevent permission issues as we hook the whole folder into the container.
* Modified the `docker-compose-dev.yml` file to enhance the database healthcheck. The new healthcheck ensures not only postgres is ready but also the database is ready by running a sample query (`SELECT 1`) and adjusts the interval, retries, and start period for better reliability.
* Added a `nodemon.json` configuration file to watch only relevant files (node_modules would be ignored but not files like the python venv) and avoid rapid successive restarts with the delay.
2025-05-23 16:19:22 +02:00
Maksim Eltyshev
86cfd155f2
feat: Add board activity log
2025-05-22 23:14:46 +02:00
Maksim Eltyshev
777ff467f3
fix: Prevent upgrade script from running other migrations
2025-05-22 16:40:46 +02:00
Maksim Eltyshev
9fd9370120
fix: Remove curly bracket typo from HTML links
...
Closes #1142
2025-05-22 11:16:08 +02:00
Maksim Eltyshev
2db75ed420
chore: Downgrade and pin i18next version
2025-05-21 13:25:54 +02:00
Maksim Eltyshev
c05dcf45f2
feat: Enhance notifications popup appearance
2025-05-21 13:03:25 +02:00
Maksim Eltyshev
d5fd2fd33b
feat: Log actions when task completion status changes
2025-05-20 21:17:51 +02:00
Maksim Eltyshev
5d53f44fe8
fix: Add clearfix and missing id property
2025-05-20 00:06:51 +02:00
Maksim Eltyshev
3b8bec5743
docs: Update docker pulls counter
2025-05-19 18:03:08 +02:00
Maksim Eltyshev
652c5e9475
fix: Use batch inserts to avoid query size limits
2025-05-19 17:27:18 +02:00
Maksim Eltyshev
3aedbff5d0
feat: Log action when user is removed from card
2025-05-17 22:24:37 +02:00
Maksim Eltyshev
eeb52d19bb
feat: Enhance card emphasis in colored and closed lists
...
Closes #428 , closes #506
2025-05-17 15:40:43 +02:00
Maksim Eltyshev
f6568ce41b
feat: Add notification when user is added to card
2025-05-17 01:50:40 +02:00
Hannes
f43785c3d0
fix: Update German translation ( #1134 )
2025-05-16 11:18:12 +02:00
iosabi
ac8361aee3
feat: Support for Docker secrets ( #1132 )
...
Closes #1001
2025-05-15 19:32:37 +02:00
leroyloren
3bd8eba416
fix: Update Czech translation ( #1129 )
2025-05-14 22:28:39 +02:00
Maksim Eltyshev
cb32ea6931
chore: Fix sample value for TRUST_PROXY
environment variable
2025-05-13 16:29:31 +02:00
cjmaldonado
57450a7651
fix: Increase max length of OIDC code challenge ( #1126 )
...
Closes #1113
2025-05-13 10:56:01 +02:00
sivertillia
c0f3dbe401
fix: Update Ukrainian translation ( #1125 )
2025-05-13 10:51:16 +02:00
Maksim Eltyshev
742aa21b9b
docs: Add chat badge to readme
2025-05-12 23:42:24 +02:00
Maksim Eltyshev
f17334b1d7
fix: Prevent core rendering before redirecting to login page
...
Closes #1122
2025-05-12 14:19:28 +02:00
leroyloren
307f4b1d01
fix: Update Czech translation ( #1120 )
2025-05-12 11:35:52 +02:00
Maksim Eltyshev
1b583890cb
docs: Fix number of notification providers
2025-05-10 23:11:44 +02:00
Maksim Eltyshev
9b32249e9f
build: Suppress npm update notifier
2025-05-10 21:55:03 +02:00
Maksim Eltyshev
dd8cd2f4fd
chore: Bump vite to version 6
2025-05-10 21:45:31 +02:00
Maksim Eltyshev
fa02d96a2e
test: Rename config file to match case
2025-05-10 21:15:19 +02:00
Viktor S.
e03f3d1c94
fix: Update Russian translation ( #1115 )
2025-05-10 18:57:12 +02:00
Niccolò Pedrini
b8270a0532
fix: Update Italian translation ( #1114 )
2025-05-10 17:46:56 +02:00
Maksim Eltyshev
aca5bfbbe0
docs: Add demo notice
2025-05-10 03:30:51 +02:00
Maksim Eltyshev
2ee1166747
feat: Version 2
...
Closes #627 , closes #1047
2025-05-10 02:09:06 +02:00
Maksim Eltyshev
ad7fb51cfa
chore: Update version
2025-05-09 21:09:59 +02:00
Maksim Eltyshev
96ea7113a8
docs: Fix development section link
2025-04-29 22:29:41 +02:00
Maksim Eltyshev
f7c9663efe
docs: Update links
2025-04-29 21:33:03 +02:00
Christian T R
6ffaa71727
fix: Update Danish translation ( #1103 )
2025-04-25 23:30:28 +02:00
dependabot[bot]
db22394f45
chore(deps): Bump @babel/runtime from 7.26.0 to 7.27.0 in /client ( #1100 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.26.0 to 7.27.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-version: 7.27.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-22 15:57:21 +02:00
Maksim Eltyshev
1147815ca9
chore: Update version
2025-04-22 15:51:47 +02:00
Maksim Eltyshev
8e674f9269
chore: Add LOG_LEVEL to environment samples
2025-04-22 15:41:01 +02:00
Maurice Faber
9f415e6b1e
fix: Allow specifying log level ( #1099 )
...
Closes #1098
2025-04-22 15:29:10 +02:00
Maksim Eltyshev
9bb18f44dc
chore: Update version
2025-04-21 01:31:41 +02:00
dependabot[bot]
faf6e809a6
chore(deps): Bump path-to-regexp and @sailshq/router in /server ( #1096 )
...
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp ) and [@sailshq/router](https://github.com/sailshq/router ). These dependencies needed to be updated together.
Updates `path-to-regexp` from 0.1.11 to 1.9.0
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases )
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md )
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v0.1.11...v1.9.0 )
Updates `@sailshq/router` from 1.3.9 to 1.3.10
- [Changelog](https://github.com/sailshq/router/blob/master/HISTORY.md )
- [Commits](https://github.com/sailshq/router/compare/v1.3.9...v1.3.10 )
---
updated-dependencies:
- dependency-name: path-to-regexp
dependency-version: 1.9.0
dependency-type: indirect
- dependency-name: "@sailshq/router"
dependency-version: 1.3.10
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-21 01:15:16 +02:00
dependabot[bot]
15f87bdad9
chore(deps): Bump http-proxy-middleware from 2.0.7 to 2.0.9 in /client ( #1095 )
...
Bumps [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware ) from 2.0.7 to 2.0.9.
- [Release notes](https://github.com/chimurai/http-proxy-middleware/releases )
- [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.9/CHANGELOG.md )
- [Commits](https://github.com/chimurai/http-proxy-middleware/compare/v2.0.7...v2.0.9 )
---
updated-dependencies:
- dependency-name: http-proxy-middleware
dependency-version: 2.0.9
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-21 01:15:08 +02:00
dependabot[bot]
0bad71c70b
chore(deps): Bump @babel/runtime from 7.26.0 to 7.27.0 ( #1094 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) from 7.26.0 to 7.27.0.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.27.0/packages/babel-runtime )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-version: 7.27.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-21 01:14:58 +02:00