Maksim Eltyshev
b8c62d2dcc
chore: Prettify env variables, add more secrets
2025-05-15 19:30:26 +02:00
iosabi
63c073e31e
feat: Support loading passwords from docker secrets
...
Docker secrets are exposed as files in `/run/secrets/` inside the
container instead of as environment variables. To support deployments
where the passwords are stored in secrets, this patch adds support for
loading the `SMTP_PASSWORD`, `SECRET_KEY` and the database password from
files, using the `__FILE` suffix convention found in many docker images.
The database password is part of the `DATABASE_URL` environment
variable, if a password is used at all. To support injecting the
password into the DATABASE_URL without having to use the whole URL as
the secret, the `start.sh` replaces the string `${DATABASE_PASSWORD}` in
the `DATABASE_URL` environment variable by the contents of the
`DATABASE_PASSWORD` variable, which can now also be loaded from the
corresponding file passed in `DATABASE_PASSWORD__FILE`.
These changes are backwards compatible since they only load the `__FILE`
suffix version if the original variable was not set the `__FILE` one
is set.
Added comments in docker-compose.yml with examples for discoverability
of the feature. Tested this on top of 2.0.0-rc.2.
2025-05-15 20:00:58 +09: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
dependabot[bot]
ad48121b2f
chore(deps): Bump cookie and sails-hook-sockets in /server ( #1093 )
...
Bumps [cookie](https://github.com/jshttp/cookie ) to 0.7.2 and updates ancestor dependency [sails-hook-sockets](https://github.com/balderdashy/sails-hook-sockets ). These dependencies need to be updated together.
Updates `cookie` from 0.4.2 to 0.7.2
- [Release notes](https://github.com/jshttp/cookie/releases )
- [Commits](https://github.com/jshttp/cookie/compare/v0.4.2...v0.7.2 )
Updates `sails-hook-sockets` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/balderdashy/sails-hook-sockets/releases )
- [Changelog](https://github.com/balderdashy/sails-hook-sockets/blob/master/CHANGELOG.md )
- [Commits](https://github.com/balderdashy/sails-hook-sockets/compare/v3.0.1...v3.0.2 )
---
updated-dependencies:
- dependency-name: cookie
dependency-version: 0.7.2
dependency-type: indirect
- dependency-name: sails-hook-sockets
dependency-version: 3.0.2
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-04-21 01:14:48 +02:00
dependabot[bot]
bf289f514c
chore(deps): Bump @babel/helpers from 7.26.0 to 7.26.10 in /client ( #1063 )
...
Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers ) from 7.26.0 to 7.26.10.
- [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.26.10/packages/babel-helpers )
---
updated-dependencies:
- dependency-name: "@babel/helpers"
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:05:00 +02:00
dependabot[bot]
98d1df7edb
chore(deps-dev): Bump axios from 1.7.7 to 1.8.2 in /client ( #1062 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.7.7 to 1.8.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.7.7...v1.8.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-21 01:04:52 +02:00
Kacy Luzzardi
26bccd55a8
feat: Ability to automatically initiate OIDC authentication ( #1092 )
...
Closes #1091
2025-04-21 01:04:20 +02:00
Weverton Carlos Silva
1f7b040fe5
docs: Add link to postman api ( #1077 )
2025-04-01 12:29:40 +02:00
grenagit
7056d8368f
fix: Update French translation ( #1068 )
2025-03-26 19:05:16 +01:00
Maksim Eltyshev
5e91c1e6db
chore: Update version
2025-03-16 22:50:30 +01:00
NavyStack
aae4251ca4
fix: Update Korean translation ( #1060 )
2025-03-16 21:21:40 +01:00
Blyamur
03aa02722a
fix: Update Russian translation ( #1056 )
...
Corrections have been made in accordance with the content of the en_US language file
2025-03-11 23:22:35 +01:00
Leif-n
abce1ceca6
fix: Update Swedish translation ( #1054 )
2025-03-10 21:44:42 +01:00
Hannes
d619681bc1
fix: Update German translation ( #1049 )
2025-03-05 19:57:16 +01:00
Maksim Eltyshev
63b86860f3
chore: Update version
2025-03-01 22:10:49 +01:00
Nikhil Taneja
c2289c106e
fix: Configurable database schema name ( #1046 )
2025-03-01 22:03:15 +01:00
Maksim Eltyshev
a618445a2f
build: Pin pnpm version
2025-02-26 17:14:41 +01:00
Lukas Corona
4821d407a7
feat: Ability to set list color indicator ( #1033 )
...
Closes #840
2025-02-25 15:58:59 +01:00
dependabot[bot]
ac09d9b6bd
chore(deps): Bump path-to-regexp and express in /client ( #1013 )
...
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp ) and [express](https://github.com/expressjs/express ). These dependencies needed to be updated together.
Updates `path-to-regexp` from 0.1.10 to 0.1.12
- [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.10...v0.1.12 )
Updates `express` from 4.21.1 to 4.21.2
- [Release notes](https://github.com/expressjs/express/releases )
- [Changelog](https://github.com/expressjs/express/blob/4.21.2/History.md )
- [Commits](https://github.com/expressjs/express/compare/4.21.1...4.21.2 )
---
updated-dependencies:
- dependency-name: path-to-regexp
dependency-type: indirect
- dependency-name: express
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-13 16:20:25 +01:00
dependabot[bot]
a01071b4fa
chore(deps): Bump path-to-regexp and sails in /server ( #1012 )
...
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp ) to 1.9.0 and updates ancestor dependency [sails](https://github.com/balderdashy/sails ). These dependencies need 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 `sails` from 1.5.13 to 1.5.14
- [Release notes](https://github.com/balderdashy/sails/releases )
- [Changelog](https://github.com/balderdashy/sails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/balderdashy/sails/compare/v1.5.13...v1.5.14 )
---
updated-dependencies:
- dependency-name: path-to-regexp
dependency-type: indirect
- dependency-name: sails
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-02-13 16:20:13 +01:00
dependabot[bot]
b909d03997
chore(deps): Bump nanoid in /client ( #1011 )
...
Bumps and [nanoid](https://github.com/ai/nanoid ). These dependencies needed to be updated together.
Updates `nanoid` from 5.0.8 to 5.0.9
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/5.0.8...5.0.9 )
Updates `nanoid` from 3.3.7 to 5.0.9
- [Release notes](https://github.com/ai/nanoid/releases )
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ai/nanoid/compare/5.0.8...5.0.9 )
---
updated-dependencies:
- dependency-name: nanoid
dependency-type: direct:production
- dependency-name: nanoid
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-02-13 16:20:04 +01:00
Marc-Andrieu
90c04ebb9f
fix: Update French translation ( #1030 )
2025-02-13 16:03:11 +01:00
Maksim Eltyshev
640455940c
chore: Update version
2025-01-29 18:07:46 +01:00
Maksim Eltyshev
03adf7ef88
fix: Exclude Greek characters from font
2025-01-29 18:04:11 +01:00