Lazalatin
3a4563d755
🐛 Fix doubled quotes in frontend config
...
Docker parses environment variables literally, delivering quoted flags in the $PENPOT_FLAGS variable. This in turn leads to doubled quotes in the resulting config.js in front and after the flags, omitting them completely.
This commit fixes this behaviour.
2022-09-28 09:50:20 +02:00
Andrey Antukh
2348146f00
🎉 Add 'email-verification' flag enabled by default
...
The main idea is deprecating the `insecure-register` flag with the more
general `email-verification` flag.
2022-09-21 09:29:48 +02:00
Andrey Antukh
14d1cb90bd
♻️ Refactor auth code
2022-07-04 11:23:33 +02:00
Andrey Antukh
ccae7cc2d4
📎 Clean and improve default docker config.env file
2022-06-27 07:40:06 +02:00
Alejandro Alonso
c3486c566a
🐛 Fix exporter to frontend communication
2022-06-08 13:09:16 +02:00
Andrey Antukh
2af057a79f
⬆️ Update backend and docker dependencies
2022-04-06 09:54:40 +02:00
Andrey Antukh
602b736163
📎 Update default scripts
2022-04-05 13:23:39 +02:00
Andrey Antukh
0b984a44d7
🐛 Fix default configuration
2022-04-04 10:54:40 +02:00
Andrey Antukh
c91e2d13c0
📎 Add temporal workaround on config.env file
2022-02-06 23:40:04 +01:00
Andrey Antukh
06e54a17c0
📚 Update some comments on docker config.env file.
2021-09-16 11:35:45 +02:00
Andrey Antukh
1fe23ff732
📎 Minor renaming of config variables.
2021-09-16 11:33:40 +02:00
Andrey Antukh
bff0030f2b
🐛 Fix frontend docker image entry point.
2021-09-16 11:28:39 +02:00
Andrey Antukh
7a94a2f087
🐛 Fix default storage config on docker images compose file.
2021-07-29 14:36:03 +02:00
Michael G
9d54f71dbb
📚 Align comments to 80 characters
...
I did not find any style recommendation that states an exact line length. Assuming a common value of 80, this leads to less lines being split.
2021-05-30 19:04:18 +02:00
Michael G
d102144746
📖 Fix typos and rephrase some comments
...
Minor typos and the names of official services corrected in comments.
2021-05-30 19:04:18 +02:00
Andrey Antukh
e8919ee340
🐛 Add missing email
scope to OIDC backend.
...
And additionaly emit a warn log message about the error.
2021-05-27 11:52:01 +02:00
Andrey Antukh
d01eb30ef2
✨ Improve default docker-compose with env file.
2021-04-15 11:54:55 +02:00