Commit Graph

13 Commits

Author SHA1 Message Date
Nicolas Meienberger
67c6480d43
Sync 3.5.3 in develop (#1614)
* chore: bump version to 3.5.2

* fix(container): use env variables instead of parsing before ready

* chore: run biome safe autofix

* fix(db): use env for username and db instead of hardcoded value

* chore: bump version to 3.5.3

* chore: remove un-needed files after merge

* chore: biome auto fix

* chore(worker): bump esbuild version

* New Crowdin updates (#1615)

* New translations en.json (Ukrainian)

* New translations en.json (Swedish)

* chore: update lock file

* refactor(worker): change shiki to ansi-to-html for a 8MB bundle size reduction

* chore: remove eslint comments

* chore: fix biome in apps/** folders

* chore: revert si named import
2024-08-21 08:50:50 +02:00
Nicolas Meienberger
78225c3186 fix: runtipi dashboard logs project name 2024-05-31 09:00:39 +02:00
Nicolas Meienberger
f775039538
fix: sentry config (#1448) 2024-05-30 08:44:59 +02:00
Nicolas Meienberger
74bff627fa
chore: various cleanups and deprecations fixes (#1437) 2024-05-26 16:15:13 +02:00
Nicolas Meienberger
8391874b90 chore: revert stuff
chore: remove worker dockerfiles
2024-03-16 15:55:59 +01:00
Stavros
2681630996 refactor: merge worker and dashboard
add storage path

fix: fix compose file

chore: use dev compose file for now

refactor: try to not use hardcoded values

refactor(worker): use constants instead of hardcoded values

refactor(dashboard): use constants instead of hardcoded values

chore: ignore new runtipi-data folder

fix(worker): wrong constant

chore: remove root folder host as it is not being used anywhere

refactor: rename storagePath to appDataDirPath because thats what it does

feat: add production dockerfile

fix: add cmd to prod dockerfile

fix: small fixes in prod dockerfile

chore: fix path mistakes

fix: re-add ROOT_FOLDER_HOST

chore: revert storage path
2024-03-16 15:55:59 +01:00
Nicolas Meienberger
a7f7ccb5a5
feat: add custom links (#1206)
* add custom link btn & action

* persist links

* view links in dashboard

* add icon to custom links

* move botton to the app tile section

* clear form

* limit tittle length and hide url

* unify link types & schemas

* edit link in context menu

* use actions

* delete links

* disable fields while executing action

* add doc to link queries

* useTranslations and added spanish translation

* create new sql file for the links table

* rename iconURL to iconUrl

* rename AddLinkBtn to AddLinkButton

* ensureUser in all link actions

* mutationStatus to variable

Co-authored-by: Nicolas Meienberger <47644445+meienberger@users.noreply.github.com>

* refactor: fix and move files to correct locations

---------

Co-authored-by: Jorge Montejo <56157795+MontejoJorge@users.noreply.github.com>
2024-02-01 22:20:28 +01:00
Nicolas Meienberger
f3d3cfac07 ci: fix dockerfile to copy tests folder 2023-06-28 22:46:18 +02:00
Nicolas Meienberger
9c340faecb refactor: move dashboard files in root folder 2023-02-20 08:41:59 +01:00
Nicolas Meienberger
84ceb52088 feat: leverage next standalone output for smaller image size 2022-10-19 14:39:19 +02:00
Nicolas Meienberger
62a12f1ab5 App actions GraphQL 2022-06-22 21:28:48 +02:00
Nicolas Meienberger
f0f1da36ae WIP - New app store page 2022-06-03 22:42:23 +02:00
Nicolas Meienberger
123aaee235 WIP - Common package 2022-06-02 22:12:51 +02:00