Commit graph

591 commits

Author SHA1 Message Date
Nicolas Meienberger
e9da22f686 refactor: remove the ability to update tipi through the ui 2023-09-02 20:05:29 +02:00
Nicolas Meienberger
aba1781d65 feat: add setting to see pre-release versions in dashboard 2023-09-02 01:03:59 +02:00
Nicolas Meienberger
1047ead206 Merge branch 'master' into release/2.0.1 2023-08-31 23:20:43 +02:00
Nicolas Meienberger
b8be697e60 feat: max 6 apps in demo mode 2023-08-31 21:55:32 +02:00
Nicolas Meienberger
85806300d9 New translations en.json (Turkish) 2023-08-31 21:11:26 +02:00
Nicolas Meienberger
028a4d654d feat(Markdown): display html in app description 2023-08-31 21:09:47 +02:00
Nicolas Meienberger
1dff217812 chore: bump version to 1.6.1 2023-08-29 22:54:31 +02:00
Nicolas Meienberger
1d41f5de9b refactor: export TipiCache as a non-instantiated class 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
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
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
Nicolas Meienberger
3c6a5b6eaf chore: enable greek and turkish languages 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
d62558f41d chore: remove un-used exports and dependencies 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
5716034427 feat: create app update event 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
eac2c1bdb0 test: fix failing tests by adding mocks to bullmq 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
50db5c0912 refactor(db): merge exposed and domain with app.config 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
710eaa8aaf refactor(EventDispatcher): use bullmq as a message queue 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
5dd3f6963b refactor: import from packages/shared and remove duplicate code 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
c89b9fe752 refactor: translate bash scripts to node in packages/cli 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
9082b509db New translations en.json (Greek) 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
92dbfc424d New translations en.json (Greek) 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
fb3beae382 New translations en.json (Turkish) 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
4151fb30ba New translations en.json (Turkish) 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
c9cddf1273 New translations en.json (Portuguese) 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
eaa42c7975 feat: add APP_HOST variable and refactor fs mocks with memfs 2023-08-26 15:10:28 +02:00
Nicolas Meienberger
25cfec24dc chore: enable greek and turkish languages 2023-08-26 14:22:22 +02:00
Nicolas Meienberger
30d1977a63 refactor: protect redis instance with a password 2023-08-24 18:40:38 +02:00
Nicolas Meienberger
e036532b55 chore: remove un-used exports and dependencies 2023-08-16 21:53:59 +02:00
Nicolas Meienberger
56c9d51d13 feat: create app update event 2023-08-16 21:53:59 +02:00
Nicolas Meienberger
77dd73bdb4 test: fix failing tests by adding mocks to bullmq 2023-08-16 21:53:59 +02:00