Girish Ramakrishnan
1dc6b40a68
tgz: extract using tar-stream directly
...
we used have a fork of tar-fs. using tar-stream directly gives us
more control
2024-07-08 13:06:56 +02:00
Girish Ramakrishnan
b64b513b14
Revert "use node-tar for extract"
...
This reverts commit 285feb4f8b .
2024-07-05 09:26:38 +02:00
Girish Ramakrishnan
285feb4f8b
use node-tar for extract
...
we will switch over our tgz module to node-tar. Main advantage is that
it is used by npm. Currently, we have our own fork to ignore stat errors
in the other module.
unfortunately, I cannot get this to work with the create logic. It doesn't
support path modification - https://github.com/isaacs/node-tar/issues/271
so, will revert this immediately and keep this for future
2024-07-05 09:26:28 +02:00
Girish Ramakrishnan
ba0ab68f50
appstore: validate the id and the version
2024-06-15 17:11:11 +02:00
Girish Ramakrishnan
a0c7f3f896
pin superagent to 9.0.1
...
9.0.2 broke basic ipv6 queries -https://github.com/ladjs/superagent/pull/1805
2024-06-10 11:28:33 +02:00
Girish Ramakrishnan
b5fad74ea0
Update packages
2024-06-08 22:37:20 +02:00
Girish Ramakrishnan
9c5fb2823c
Update test packages
2024-06-03 10:38:53 +02:00
Johannes Zellner
890de53b0a
syslog: handle potential multiline syslog input
2024-05-15 13:45:32 +02:00
Girish Ramakrishnan
abdd5d3e0e
eslint: upgrade
2024-04-25 19:00:37 +02:00
Girish Ramakrishnan
d137cdf881
update cron module
...
CronJob -> CronJob.from
CronJob(time) -> CronTime
2024-04-19 18:31:47 +02:00
Girish Ramakrishnan
a926a3e8a8
update google cloud modules
...
https://github.com/googleapis/nodejs-storage/releases/tag/v7.0.0
2024-04-19 18:09:17 +02:00
Girish Ramakrishnan
e8b3516d34
update marked
2024-04-19 18:00:02 +02:00
Girish Ramakrishnan
54e5e0cb7e
update commander
...
https://github.com/tj/commander.js/releases/tag/v12.0.0
2024-04-19 17:56:15 +02:00
Girish Ramakrishnan
baa4620523
update jsdom
...
https://github.com/jsdom/jsdom/releases/tag/24.0.0
2024-04-19 17:53:26 +02:00
Girish Ramakrishnan
fcd1532a4d
update jose
...
breaking changes: https://github.com/panva/jose/releases/tag/v5.0.0
2024-04-19 17:45:26 +02:00
Girish Ramakrishnan
66b768b176
Update packages
2024-04-19 17:40:42 +02:00
Johannes Zellner
3c7e6b59f0
Add initial support for apps.checklist
2024-04-17 16:54:54 +02:00
Girish Ramakrishnan
6dc70a8f3b
dashboard: tld and angular-tld are not used
2024-04-11 18:08:21 +02:00
Girish Ramakrishnan
470b0d6be7
update some modules
2024-04-09 15:31:46 +02:00
Johannes Zellner
72ff84be47
Update manifestformat
2024-02-25 13:59:55 +01:00
Johannes Zellner
c3d2c7bcde
Update minior version dependency updates
2024-02-09 19:54:50 +01:00
Johannes Zellner
d1afa3fdca
Update package.lock
2024-02-08 18:41:30 +01:00
Johannes Zellner
81eb4bdebb
Improve jsdom usage for applink icons
2023-12-03 14:24:45 +01:00
Girish Ramakrishnan
b5065a381f
update packages
2023-11-26 09:46:51 +01:00
Girish Ramakrishnan
b88afbac4e
dns: add ovh backend
2023-11-06 15:22:24 +01:00
Girish Ramakrishnan
c1a53f7b29
oidc: loginRedirectUri can be empty string
...
this is required for ttrss
2023-09-20 14:47:27 +05:30
Girish Ramakrishnan
20a4136eb5
remove morgan
...
morgan breaks our log output parsing. debug() puts a timestamp in
the front.
2023-09-07 17:08:05 +05:30
Girish Ramakrishnan
d03e401d94
lodash is not used
2023-08-30 09:24:43 +05:30
Johannes Zellner
cacf0d34f5
Add oidc views footer
2023-08-11 13:53:23 +02:00
Girish Ramakrishnan
80bf8e3ffe
Update packages
2023-08-01 11:42:58 +05:30
Girish Ramakrishnan
99bc30ad07
Update packages
2023-07-28 09:36:02 +05:30
Girish Ramakrishnan
500d2361ec
replace delay.js with timers/promises
2023-05-14 10:53:50 +02:00
Johannes Zellner
8656bea4f2
Update oidc-provider
2023-05-11 16:16:19 +02:00
Girish Ramakrishnan
71af16beb9
Update packages
2023-05-11 10:33:18 +02:00
Girish Ramakrishnan
4c475818bc
syslog: restructure code
2023-04-14 20:06:28 +02:00
Johannes Zellner
10fc8e5a28
Update manifest format to support oidc
2023-04-11 17:37:52 +02:00
Johannes Zellner
fd2fca10e5
Rename package to yellowtent to not clash with cli commands
2023-03-29 23:48:29 +02:00
Johannes Zellner
01b221d815
Add the release command
2023-03-29 23:09:15 +02:00
Johannes Zellner
ba74eb6fa2
Add hotfix command
2023-03-29 22:54:47 +02:00
Girish Ramakrishnan
0ab73d6c5e
Update modules
2023-03-26 11:21:11 +02:00
Johannes Zellner
3aa13c3090
oidc: give every Cloudron its own EdDSA key
2023-03-23 18:11:51 +01:00
Johannes Zellner
0743296bef
Add eslint dev dependency for sublime-text lsp linter
2023-03-21 14:40:40 +01:00
Johannes Zellner
5fcadcce9c
Add initial OpenID connect support
...
This currently uses a fake json file storage and does not yet verify
credentials
2023-03-19 13:08:06 +01:00
Girish Ramakrishnan
59a8b001b7
Fix tests
2023-03-09 19:50:14 +01:00
Girish Ramakrishnan
d144d6b273
Update test packages
2023-03-09 18:17:12 +01:00
Girish Ramakrishnan
5ff10503ab
Update packages
2022-12-24 11:38:57 +01:00
Girish Ramakrishnan
ca44f47af3
replace split with our own LogStream
...
split module is archived
2022-11-06 13:44:47 +01:00
Girish Ramakrishnan
b6f707955c
Update packages
2022-11-06 10:27:10 +01:00
Girish Ramakrishnan
962d7030bb
replace progress-stream with our implementation
...
upstream is mostly unmaintained
2022-11-06 10:17:14 +01:00
Girish Ramakrishnan
94327e397a
remove ununsed ejs-cli
2022-11-05 15:22:27 +01:00