Patrick Kuijvenhoven
40304082bd
fix(version): remove whitespace at end of APP_VERSION constant
...
The Dockerfile contains `echo $VERSION > /version.txt`, where `echo`
implicitly causes a newline at the end of the file. To avoid that,
one could use `echo -n`, but then the file isn't nicely readable when
doing a `cat` or something simular.
This fix `rtrims` (i.e. "Strip whitespace (or other
characters) from the end of a string") the contents of the version file.
Fixes kanboard/kanboard#4708
2021-01-20 20:27:52 -08:00
dependabot[bot]
dbf650f9fc
Bump alpine from 3.12 to 3.13.0
...
Bumps alpine from 3.12 to 3.13.0.
Signed-off-by: dependabot[bot] <support@github.com>
2021-01-17 21:40:06 -08:00
Benedikt Hopmann
8a77a7851c
Fix german translation
2021-01-11 17:40:24 -08:00
dependabot[bot]
e3e31043a3
Bump gregwar/captcha from 1.1.8 to 1.1.9
...
Bumps [gregwar/captcha](https://github.com/Gregwar/Captcha ) from 1.1.8 to 1.1.9.
- [Release notes](https://github.com/Gregwar/Captcha/releases )
- [Commits](https://github.com/Gregwar/Captcha/compare/v1.1.8...v1.1.9 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-01-10 22:27:19 -08:00
Slavko
ff294b7a62
Update sk translation
2021-01-02 09:54:07 -08:00
ThreeCO
89e96d8333
Add IP address to authentication error logs
2020-12-30 20:45:56 -08:00
Harry Kakoulidis
dcb3e59548
For automatic action "Send a task by email to someone", the Subject of the e-mail can contain a template using interpolation expressions (with double braces).
...
For example, to have the email's subject look like (e.g. task moved to column "Done"):
Done: Make sales report (#1000 )
Add the following action:
> Send a task by email to someone
Event name = Move a task to another column
Column = Done
User that will receive the email = Harry
Email subject = {{column_title}}: {{title}} (#{{id}})
2020-12-29 21:48:04 -08:00
Balázs Úr
2c7cb9b46a
Add Hungarian Forint to the list of currencies
2020-12-29 11:59:57 -08:00
Frédéric Guillot
f31f0cec4c
Update ChangeLog
2020-12-28 16:13:43 -08:00
Frédéric Guillot
e4beacf0f2
Use more secure default Nginx SSL configuration in Docker image
...
Closes #4398
2020-12-28 14:42:40 -08:00
Frédéric Guillot
7e6ca66e29
Update vendor folder
2020-12-28 13:52:09 -08:00
Rafael de Camargo
ece6556279
Add missing pt_br translations
...
Add new texts and fix existing ones
2020-12-28 12:29:04 -08:00
Frédéric Guillot
fdbbb29cd6
Sqlite migrations should have foreign keys disabled outside the transaction
...
Existing behavior could lead to data loss if schema is changed.
2020-12-28 11:56:11 -08:00
Kiyohito AOKI
aad436d219
Update ja_JP translation
2020-12-27 23:21:34 -08:00
Frédéric Guillot
7a60e760ae
Update ChangeLog
2020-12-27 14:11:31 -08:00
sfahrenholz
b08a9bed16
Update german translation
2020-12-27 13:44:52 -08:00
Frédéric Guillot
a430be635a
Fix variable order in Docker workflow
2020-12-27 13:39:54 -08:00
Frédéric Guillot
a7086d5230
Sync translations
2020-12-23 12:07:30 -08:00
G2G2G2G
7d473a2f19
Fix grammatical error
2020-12-23 11:58:33 -08:00
Frédéric Guillot
050fe904ba
Add autocomplete attribute to HTML forms
...
Add autocomplete for email, name, username, current-password, new-password and one-time-code fields.
2020-12-23 11:49:44 -08:00
dependabot[bot]
dca39a7fb2
Bump symfony/stopwatch from 5.2.0 to 5.2.1
2020-12-20 21:51:42 -08:00
Kr4ntz
a77ce0cff4
Added "Mexican Peso" to the list of currencies
2020-12-12 19:48:03 -08:00
Harry Kakoulidis
ac224fa178
Added an option to send a copy of all generated e-mails to a BCC address
2020-12-07 19:49:41 -08:00
Eskiso
4d1205a0fe
Don't force role of user if no ldap groups defined
...
We should not force role of user on LDAP logins if there are not Manager/Admin groups defined, return null to get the one from database as before.
2020-12-02 22:44:39 -08:00
dependabot[bot]
23ec1986da
Bump symfony/stopwatch from 5.1.8 to 5.2.0
...
Bumps [symfony/stopwatch](https://github.com/symfony/stopwatch ) from 5.1.8 to 5.2.0.
- [Release notes](https://github.com/symfony/stopwatch/releases )
- [Changelog](https://github.com/symfony/stopwatch/blob/5.x/CHANGELOG.md )
- [Commits](https://github.com/symfony/stopwatch/compare/v5.1.8...v5.2.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-30 21:28:55 -08:00
dependabot[bot]
cd0b12f279
Bump pimple/pimple from 3.3.0 to 3.3.1
...
Bumps [pimple/pimple](https://github.com/silexphp/Pimple ) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/silexphp/Pimple/releases )
- [Changelog](https://github.com/silexphp/Pimple/blob/master/CHANGELOG )
- [Commits](https://github.com/silexphp/Pimple/compare/v3.3.0...v3.3.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-30 20:56:15 -08:00
Balázs Úr
2e144c5d01
Update Hungarian translation
2020-11-14 15:51:38 -08:00
Timo
37ab8bfb49
Keep the tags when converting a subtask to task
2020-11-03 17:42:55 -08:00
dependabot[bot]
8a8d4335bc
Bump symfony/stopwatch from 5.1.7 to 5.1.8
...
Bumps [symfony/stopwatch](https://github.com/symfony/stopwatch ) from 5.1.7 to 5.1.8.
- [Release notes](https://github.com/symfony/stopwatch/releases )
- [Changelog](https://github.com/symfony/stopwatch/blob/5.x/CHANGELOG.md )
- [Commits](https://github.com/symfony/stopwatch/compare/v5.1.7...v5.1.8 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-11-02 17:42:29 -08:00
Eskiso
08791d1799
Updated pt_PT translations
2020-10-30 18:18:56 -07:00
Frédéric Guillot
79ccb7a2b0
Push Docker images to GitHub container registry
2020-10-27 20:01:00 -07:00
cl0ne
7abb6d6b42
Update uk_UA (Ukrainian) translation
2020-10-27 16:46:17 -07:00
Ole Carlsen
a7cd078256
Update da_DK translations
2020-10-27 13:22:13 -07:00
Dracer5
d3634e83fe
Add missing translation for ru_RU and fix typo
2020-10-26 18:32:46 -07:00
Frédéric Guillot
7e07546737
Use Github Actions to publish Docker images
2020-10-25 19:04:03 -07:00
Tomas Dittmann
e470f807b4
Check if the user is assigned to any role in the project
2020-10-25 17:57:10 -07:00
Igor
ae072d5fcf
Fix tasks.swimlane_id foreign key for sqlite
2020-10-25 17:40:39 -07:00
aqmal.io
dd8088bd19
Update id_ID Translations
2020-10-21 18:44:52 -07:00
Lakhwinder Singh
2494ff2e3c
remove un-used namespaces
2020-10-21 18:44:11 -07:00
Uros-V
60bf740316
Add mk_MK (Macedonian) translation
2020-10-21 18:41:29 -07:00
trendspotter
c238a3f108
Update cs_CZ translations
2020-10-16 11:43:29 -07:00
Timo
fda6daae4b
Update de_DE translations
2020-10-15 21:46:08 -07:00
Uros-V
5beeffed0d
Update Serbian translation
2020-10-12 20:54:43 -07:00
Frédéric Guillot
2239c4175d
Update ChangeLog
2020-10-09 16:48:39 -07:00
Kiyohito AOKI
1d798c9d35
Update ja_JP translation
2020-10-09 13:20:57 -07:00
Yannick A
7162d18671
Update fr_FR translation
2020-10-07 18:16:56 -07:00
Frédéric Guillot
c6e7d1b6a2
Update vendor folder
2020-10-06 18:00:21 -07:00
dependabot[bot]
6644bce167
Bump eluceo/ical from 0.16.0 to 0.16.1
...
Bumps [eluceo/ical](https://github.com/markuspoerschke/iCal ) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/markuspoerschke/iCal/releases )
- [Changelog](https://github.com/markuspoerschke/iCal/blob/0.16.1/CHANGELOG.md )
- [Commits](https://github.com/markuspoerschke/iCal/compare/0.16.0...0.16.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 22:00:18 -07:00
dependabot[bot]
99ec5ce373
Bump pimple/pimple from 3.2.3 to 3.3.0
...
Bumps [pimple/pimple](https://github.com/silexphp/Pimple ) from 3.2.3 to 3.3.0.
- [Release notes](https://github.com/silexphp/Pimple/releases )
- [Changelog](https://github.com/silexphp/Pimple/blob/master/CHANGELOG )
- [Commits](https://github.com/silexphp/Pimple/compare/v3.2.3...v3.3.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 21:56:52 -07:00
dependabot[bot]
c1a4b0c74b
Bump symfony/stopwatch from 4.4.14 to 5.1.7
...
Bumps [symfony/stopwatch](https://github.com/symfony/stopwatch ) from 4.4.14 to 5.1.7.
- [Release notes](https://github.com/symfony/stopwatch/releases )
- [Changelog](https://github.com/symfony/stopwatch/blob/master/CHANGELOG.md )
- [Commits](https://github.com/symfony/stopwatch/compare/v4.4.14...v5.1.7 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-05 21:34:29 -07:00