Commit graph

2178 commits

Author SHA1 Message Date
Nicolas Meienberger
86ed9503a7 fix(cli): mark app store repo as git safe folder before pulling 2023-08-29 22:54:31 +02:00
Nicolas Meienberger
333c588293 fix(cli): mark app store repo as git safe folder before pulling 2023-08-28 22:15:34 +02:00
Nicolas Meienberger
1d41f5de9b refactor: export TipiCache as a non-instantiated class 2023-08-28 22:01:40 +02:00
Nicolas Meienberger
4e6a6b713d ci: add missing env variables 2023-08-28 22:01:40 +02:00
Nicolas Meienberger
f77d3bfbf2 test(auth): refactor to be compliant with new session management 2023-08-28 22:01:40 +02:00
Nicolas Meienberger
55ceb32fd9 refactor: use next.js middleware for session parsing and move out of custom express server 2023-08-28 22:01:40 +02:00
Nicolas Meienberger
77701cb6b0 chore: remove express and express-session dependencies 2023-08-28 22:01:40 +02:00
Nicolas Meienberger
427ffe0ff7 chore: remove nodemon and esbuild devDependencies 2023-08-28 22:01:40 +02:00
Nicolas Meienberger
14f14df3e0 fix(GeneralSettings): fix panel width too small on mobile 2023-08-28 20:35:28 +02:00
Nicolas Meienberger
ca8e05652c refactor: move db migrations in cli start command 2023-08-28 20:23:51 +02:00
Nicolas Meienberger
fe3dabce7d New translations en.json (Portuguese, Brazilian) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
1632153907 New translations en.json (Ukrainian) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
594265bbcd New translations en.json (Serbian (Cyrillic)) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
a53ebc471b New translations en.json (Portuguese) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
927a579254 New translations en.json (Norwegian) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
0065325eff New translations en.json (Dutch) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
f9a45ff0c1 New translations en.json (Korean) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
5313a8a43e New translations en.json (Hebrew) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
433aac1866 New translations en.json (Finnish) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
41084abffe New translations en.json (Danish) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
081645e125 New translations en.json (Czech) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
32a1610e8c New translations en.json (Catalan) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
7fc9ef8c1d New translations en.json (Arabic) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
768244d1d8 New translations en.json (Afrikaans) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
cbd8480f2b New translations en.json (Acholi) 2023-08-27 21:10:00 +02:00
Nicolas Meienberger
acb3b60a5d chore: remove non-translated languages 2023-08-27 11:34:40 +02:00
allcontributors[bot]
a3229aea50 docs: update .all-contributorsrc [skip ci] 2023-08-27 11:25:53 +02:00
allcontributors[bot]
1a3cb397a8 docs: update README.md [skip ci] 2023-08-27 11:25:53 +02:00
Fabio Cingottini
8c2707787f feat: add italian language support
edit src/client/messages/it-IT.json by substituting with italian translations
edit src/shared/internationalization/locales.ts to add it lang
2023-08-27 11:24:19 +02:00
Fabio Cingottini
6c82e45c58 chore: add .idea to .gitignore 2023-08-27 11:24:19 +02:00
Nicolas Meienberger
4917f2da75 ci(release): fix create-tag missing code checkout 2023-08-26 15:19:45 +02:00
Nicolas Meienberger
3c6a5b6eaf chore: enable greek and turkish languages 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
35bdfee701 ci: delete release if e2e tests fail 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
44280cb67a fix(install.sh): check for git presence on the system 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
5f71ffcfa4 feat: make start script work in an unintened cli 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
8be2856eed refactor(install.sh): don't auto upgrade/update 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
06d14f1500 fix(system-executor): add correct permissions to traefik folder 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
c83a2f70aa fix: add default value for SUB_OS detection 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
7c6d94fc5f ci: extract postgres_password from .env in remote machine 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
cc3334438e ci(e2e): use .env password for db connection 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
7cb54ae341 ci: change tag to version for e2e input 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
e65461b146 refactor: protect redis instance with a password 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
ead4ced154 chore(ci): use workflow_dispatch instead of workflow_run in e2e.yml 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
25968a8198 feat(ci): beta-release flow 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
1e4f4805e7 chore(cli): remove commented out code 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
26bb80e743 fix(cli): load .env file on each access to getEnv to ensure updated values 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
24c4d0f8af fix(system-executors): wrong usage of getEnv in start script 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
021b088c41 fix(system-helpers): wrong usage of openssl 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
ecf1eff86b chore: fix permission issues with running watcher sudoless 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
7a87bb7d8e revert(cli): remove stderr evaluation after docker command 2023-08-26 15:10:28 +02:00