Andrey Antukh
|
a82a33cecf
|
Merge branch 'spelling' of https://github.com/jsoref/penpot into jsoref-spelling
|
2021-11-23 14:02:16 +01:00 |
|
Andrey Antukh
|
1c959a6653
|
📎 Add commented keycloak docker compose entry.
|
2021-11-22 08:57:20 +01:00 |
|
Josh Soref
|
583eb53c9d
|
🐛 Fix typos
|
2021-11-15 09:54:36 -05:00 |
|
Andrés Moya
|
4962e45bd9
|
✨ Change tool for exporting artboards and fix some issues
|
2021-11-15 11:55:58 +01:00 |
|
Andrey Antukh
|
ef6a02e8ef
|
⬆️ Update clk-kondo dependency on devenv.
|
2021-11-10 23:21:41 +01:00 |
|
Andrey Antukh
|
e7003dde83
|
✨ Add :insecure-register flag.
This allows on-premise users skip the email validation.
|
2021-11-10 23:21:41 +01:00 |
|
Andrey Antukh
|
01b4b4933e
|
✨ Update devenv nginx config.
|
2021-11-04 09:23:14 +01:00 |
|
alonso.torres
|
bc725800ed
|
✨ New docker recipes for a backend only environment
|
2021-10-20 15:44:08 +02:00 |
|
Andrés Moya
|
fd6a8aec71
|
🐛 Fix docker devenv config
|
2021-10-14 12:07:33 +02:00 |
|
Andrey Antukh
|
a11cda91de
|
⬆️ Update devenv system deps.
|
2021-09-17 14:34:14 +02: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
|
e48b01fd18
|
📎 Add default env variable for browser executable path.
|
2021-09-15 14:28:57 +02:00 |
|
Andrey Antukh
|
ee6350189f
|
Merge remote-tracking branch 'origin/staging' into main
|
2021-09-13 12:54:44 +02:00 |
|
Andrés Moya
|
203473c965
|
🎉 Export to PDF all artboards of one page
|
2021-09-02 15:21:33 +02:00 |
|
Andrey Antukh
|
c9985121c4
|
📎 Allow overwrite archive task props.
|
2021-08-27 09:42:58 +02:00 |
|
Andrey Antukh
|
18d9212253
|
✨ Enable aarch64 build for exporter docker image.
|
2021-08-19 14:16:53 +02:00 |
|
Andrey Antukh
|
36314691f1
|
⬆️ Update devenv dockerfile.
|
2021-08-19 14:16:34 +02:00 |
|
Andrey Antukh
|
84ba8e6dde
|
✨ Add better error reporting when ldap is not configured correctly.
|
2021-08-19 11:04:08 +02:00 |
|
Andrey Antukh
|
06733ea7cd
|
🐛 Fix exporter bug on docker images.
|
2021-07-29 12:59:24 +02:00 |
|
Andrey Antukh
|
efa5120fac
|
✨ Fix inconsistencies on storage backend usage.
|
2021-07-29 12:59:24 +02:00 |
|
Andrey Antukh
|
0a3cd4f8e4
|
⬆️ Update deps.
|
2021-07-26 11:32:46 +02:00 |
|
Andrey Antukh
|
083696a899
|
⬆️ Update deps on devenv dockerfile.
|
2021-07-05 12:18:36 +02:00 |
|
Andrey Antukh
|
9e3ba85b72
|
♻️ Refactor profile registration flow.
|
2021-06-18 09:42:52 +02:00 |
|
Andrés Moya
|
84a7ab8568
|
Merge branch 'main' into develop
|
2021-06-17 14:07:31 +02:00 |
|
Andrey Antukh
|
46e0151c28
|
💄 Start use nginx (without cache) to serve frontend dev files.
Usefull for checking production builds and not depend on the shadow-cljs
watch http-dev server running.
|
2021-06-17 11:42:00 +02:00 |
|
Andrey Antukh
|
5572c0798f
|
✨ Minor improvement on start-tmux.sh script.
|
2021-06-17 11:42:00 +02:00 |
|
Andrey Antukh
|
ae4b743ea4
|
🐛 Add missing system deps to the default docker backend image.
|
2021-06-16 16:14:44 +02:00 |
|
Andrey Antukh
|
b9df489962
|
⬆️ Update clj-kondo and babashka dependencies on devenv dockerfile.
|
2021-06-09 15:49:45 +02:00 |
|
Andrey Antukh
|
782e060448
|
📎 Add minior adaptations to main docker files.
|
2021-06-07 11:03:53 +02:00 |
|
Andrey Antukh
|
8f3c5b5cea
|
📎 Add minior adaptations to main docker files.
|
2021-06-07 09:44:12 +02:00 |
|
Andrey Antukh
|
a0f80e740e
|
Merge pull request #997 from dragetd/patch-1
Fix typos and rephrase some comments
|
2021-06-02 11:09:29 +02:00 |
|
Andrey Antukh
|
548664f6ce
|
♻️ Internal directory refactor.
Make common as first-class module.
|
2021-05-31 11:04:32 +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 |
|
alonso.torres
|
b2e01cd52b
|
⚡ Performance improvements
|
2021-05-13 17:06:45 +02:00 |
|
Andrey Antukh
|
ecacd47523
|
⬆️ Update babashka to 0.4.0 on devenv docker.
|
2021-05-10 14:53:47 +02:00 |
|
Andrey Antukh
|
4825efb582
|
✨ Add default secret key env on devenv.
|
2021-05-06 14:13:54 +02:00 |
|
Andrey Antukh
|
8835216ca9
|
🎉 Add analytics related event namespace.
|
2021-05-06 14:13:54 +02:00 |
|
Andrey Antukh
|
170ab9e93b
|
⬆️ Update deps and devenv.
|
2021-04-24 11:49:58 +02:00 |
|
Andrey Antukh
|
63b95e71a7
|
🎉 Add generic oauth2/openid-connect authentication subsystem.
|
2021-04-15 13:24:35 +02:00 |
|
Andrey Antukh
|
9e5923004f
|
Merge branch 'main' into develop
|
2021-04-15 12:44:58 +02:00 |
|
Andrey Antukh
|
d01eb30ef2
|
✨ Improve default docker-compose with env file.
|
2021-04-15 11:54:55 +02:00 |
|
Andrey Antukh
|
1ab1059b06
|
⬆️ Update devenv image and compose file.
|
2021-04-06 09:17:19 +02:00 |
|
Andrey Antukh
|
7b67e05e50
|
⬆️ Update gitpod dockerfile.
|
2021-04-06 09:15:06 +02:00 |
|
Andrey Antukh
|
c7fcb00b81
|
⬆️ Update devenv image and compose file.
|
2021-04-06 09:01:07 +02:00 |
|
alonso.torres
|
78fe0ab7e3
|
🐛 Fixes problem with docker-compose environment
|
2021-04-05 08:39:31 +02:00 |
|
Andrey Antukh
|
f4f51dbf6b
|
✨ Add minor adaptations for gitpod config and docker files.
|
2021-03-31 14:37:30 +02:00 |
|