Maksim Eltyshev
|
4f5f5ddad4
|
feat: Display last updates in About modal
|
2025-12-17 15:49:33 +01:00 |
|
Maksim Eltyshev
|
12f388fd35
|
fix: Fix attachment file handling when S3 is enabled
|
2025-12-11 19:26:55 +01:00 |
|
Maksim Eltyshev
|
9e6e38fcf7
|
feat: Add ability to copy/cut cards with shortcut support
|
2025-12-09 14:58:01 +01:00 |
|
Maksim Eltyshev
|
52acc9de90
|
feat: Allow setting customer panel URL via environment variables
|
2025-12-08 21:25:13 +01:00 |
|
Maksim Eltyshev
|
26200754f3
|
fix: Improve login page appearance
|
2025-12-08 21:08:51 +01:00 |
|
Maksim Eltyshev
|
95ae3affd9
|
Merge branch 'master' of github.com:plankanban/planka
|
2025-12-05 10:06:49 +01:00 |
|
Maksim Eltyshev
|
19c201cb1b
|
chore: Bump apprise
|
2025-12-05 10:06:45 +01:00 |
|
dependabot[bot]
|
d472da7523
|
build(deps): Bump jws from 3.2.2 to 3.2.3 in /server (#1449)
Bumps [jws](https://github.com/brianloveswords/node-jws) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/brianloveswords/node-jws/releases)
- [Changelog](https://github.com/auth0/node-jws/blob/master/CHANGELOG.md)
- [Commits](https://github.com/brianloveswords/node-jws/compare/v3.2.2...v3.2.3)
---
updated-dependencies:
- dependency-name: jws
dependency-version: 3.2.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-04 18:16:18 +01:00 |
|
Maksim Eltyshev
|
f030b78f82
|
feat: Add object-path support to OIDC attribute mapping
Closes #1359
|
2025-12-04 17:38:39 +01:00 |
|
dependabot[bot]
|
b94759d399
|
build(deps): Bump nodemailer from 7.0.10 to 7.0.11 in /server (#1448)
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 7.0.10 to 7.0.11.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v7.0.10...v7.0.11)
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.11
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-04 16:23:31 +01:00 |
|
Maksim Eltyshev
|
fedee157c7
|
build: Refine server build steps
|
2025-11-28 17:45:31 +01:00 |
|
Maksim Eltyshev
|
68e5c33418
|
fix: Improve browser caching for public files
|
2025-11-28 13:14:25 +01:00 |
|
Maksim Eltyshev
|
c058df8fc4
|
fix: Rename GIN indexes
|
2025-11-27 19:31:11 +01:00 |
|
Maksim Eltyshev
|
0023c63be8
|
fix: Optimize query methods
|
2025-11-27 19:09:10 +01:00 |
|
Maksim Eltyshev
|
26b3cffdab
|
fix: Rename getCards inputs for consistency
|
2025-11-27 18:41:50 +01:00 |
|
Maksim Eltyshev
|
bf2ab4649e
|
fix: Create isolated i18n instances to prevent locale collision
|
2025-11-27 18:28:25 +01:00 |
|
Maksim Eltyshev
|
54e230d4c1
|
ref: Refactoring
|
2025-11-27 18:24:55 +01:00 |
|
Maksim Eltyshev
|
7be2343076
|
chore: Add Swagger generation script
|
2025-11-25 22:08:37 +01:00 |
|
Maksim Eltyshev
|
c646f0f5b3
|
fix: Increase max username length
Closes #1441
|
2025-11-25 15:03:35 +01:00 |
|
Maksim Eltyshev
|
197ebc16db
|
chore: Bump package lock files
|
2025-11-24 19:48:30 +01:00 |
|
Maksim Eltyshev
|
5c787d65a9
|
fix: Properly prevent shortcut events, update dependencies
Closes #1440
|
2025-11-24 19:21:07 +01:00 |
|
Maksim Eltyshev
|
6e44b2ad19
|
chore: Restore license header
|
2025-11-19 18:20:54 +01:00 |
|
Maksim Eltyshev
|
cd5685049e
|
fix: Log errors when sending notifications via Apprise
|
2025-11-19 18:19:31 +01:00 |
|
dependabot[bot]
|
4ed0f02657
|
build(deps-dev): Bump js-yaml from 4.1.0 to 4.1.1 in /server (#1429)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-18 21:11:08 +01:00 |
|
Roger Clotet
|
7a05bf2a30
|
feat: Add Catalan (ca-ES) translation (#1424)
|
2025-11-12 19:19:29 +01:00 |
|
Samuel
|
b4cbd32bf2
|
feat: Add API key authentication (#1254)
Closes #945
|
2025-11-06 20:56:48 +01:00 |
|
dependabot[bot]
|
f5000e8c40
|
build(deps): Bump validator from 13.15.15 to 13.15.20 in /server (#1402)
Bumps [validator](https://github.com/validatorjs/validator.js) from 13.15.15 to 13.15.20.
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/validatorjs/validator.js/compare/13.15.15...13.15.20)
---
updated-dependencies:
- dependency-name: validator
dependency-version: 13.15.20
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-10-31 12:53:41 +01:00 |
|
Maksim Eltyshev
|
3a84fb2d52
|
fix: Complete missing server translations
|
2025-10-30 19:10:33 +01:00 |
|
Maksim Eltyshev
|
fee300908c
|
fix: Set detected language on first login, remove auto-detect language option
|
2025-10-15 00:08:29 +02:00 |
|
Maksim Eltyshev
|
20d8f8ae53
|
fix: Make model-level username regex less strict
Closes #1370
|
2025-10-14 23:47:31 +02:00 |
|
dependabot[bot]
|
1df346d590
|
build(deps): Bump tmp and patch-package in /server (#1376)
Bumps [tmp](https://github.com/raszi/node-tmp) to 0.2.5 and updates ancestor dependency [patch-package](https://github.com/ds300/patch-package). These dependencies need to be updated together.
Updates `tmp` from 0.0.33 to 0.2.5
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.0.33...v0.2.5)
Updates `patch-package` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/ds300/patch-package/releases)
- [Changelog](https://github.com/ds300/patch-package/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ds300/patch-package/commits)
---
updated-dependencies:
- dependency-name: tmp
dependency-version: 0.2.5
dependency-type: indirect
- dependency-name: patch-package
dependency-version: 8.0.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-10-10 12:54:03 +02:00 |
|
dependabot[bot]
|
35f33a38ff
|
build(deps): Bump nodemailer from 6.10.1 to 7.0.7 in /server (#1371)
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.10.1 to 7.0.7.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.10.1...v7.0.7)
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 7.0.7
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-10-10 12:50:12 +02:00 |
|
Maksim Eltyshev
|
a52b41207a
|
chore: Fix version mismatches
|
2025-10-05 20:53:32 +02:00 |
|
Miklós Márton
|
393fdbc6d1
|
fix: Update Hungarian translation (#1354)
|
2025-09-26 13:21:22 +02:00 |
|
Maksim Eltyshev
|
c6f4dcdb70
|
feat: Add ability to configure and test SMTP via UI
|
2025-09-22 20:35:13 +02:00 |
|
Maksim Eltyshev
|
3a12bb7457
|
fix: Add missing default for showOnFrontOfCard in custom fields
|
2025-09-16 18:36:43 +02:00 |
|
Maksim Eltyshev
|
709dd91e82
|
fix: Increase browser cache time for attachment files
|
2025-09-16 17:35:05 +02:00 |
|
Maksim Eltyshev
|
97ddefc236
|
docs: Correct invalid/missing details in Swagger
|
2025-09-16 15:51:14 +02:00 |
|
Maksim Eltyshev
|
230b31914c
|
fix: Support multiple CORS origins via comma-separated BASE_URL
Closes #1344
|
2025-09-15 19:38:31 +02:00 |
|
Maksim Eltyshev
|
c4e2221444
|
docs: Fix typos in Swagger
|
2025-09-12 21:01:24 +02:00 |
|
Maksim Eltyshev
|
b4979d214f
|
docs: Improve Swagger JSDoc
|
2025-09-12 12:17:01 +02:00 |
|
Maksim Eltyshev
|
dca4b65921
|
docs: Add missing details to Swagger
|
2025-09-08 23:40:36 +02:00 |
|
Maksim Eltyshev
|
2c716a53c9
|
docs: Quote example ids in Swagger
|
2025-09-08 19:14:31 +02:00 |
|
Maksim Eltyshev
|
5636cf27c0
|
docs: Add base path for API endpoints to Swagger
|
2025-09-08 18:25:26 +02:00 |
|
Maksim Eltyshev
|
4910600e6c
|
chore: Add Swagger config
|
2025-09-08 17:41:43 +02:00 |
|
Maksim Eltyshev
|
5ad3134519
|
docs: Add full Swagger JSDoc coverage
|
2025-09-08 16:20:27 +02:00 |
|
Maksim Eltyshev
|
984b789e2e
|
feat: Add board setting to expand task lists by default
Closes #683, closes #1333
|
2025-09-05 23:21:08 +02:00 |
|
Mary Ojo
|
5dc783c5b5
|
feat: Add ability to use Gravatar as avatar provider (#1319)
Closes #1243
|
2025-09-05 19:00:17 +02:00 |
|
Steven Correia
|
37bd4d1349
|
feat: Restore toggleable due dates (#1332)
|
2025-09-05 13:55:20 +02:00 |
|
Maksim Eltyshev
|
203fbd152d
|
fix: Correctly parse environment variables, little refactoring
|
2025-09-05 00:19:35 +02:00 |
|