Commit Graph

13 Commits

Author SHA1 Message Date
Robert Griebl 06da1c1072 Update the base Qt version to 6.7.3 (where possible)
Also bump the Debian Docker container to trixie
2024-10-03 21:53:20 +02:00
Robert Griebl 25699f2def Backend: better console handling and log redirection 2024-04-14 19:08:34 +02:00
Robert Griebl b22d8248a7 Docker: update entrypoint and required Debian packages 2024-04-12 16:19:11 +02:00
Robert Griebl d7ba7855c8 Backend: 8x faster database compression
- "xz -F alone" is 2 times faster than "lzma_alone"
- Github actions get 4 cores, so we can get another 4 times speedup by
  compressing in parallel
2024-04-12 14:45:49 +02:00
Robert Griebl f081e92d1f Update all copyright texts to 2024 2024-01-11 20:37:20 +01:00
Robert Griebl a1eceaf380 Make the affiliate PG API available for open-source builds 2024-01-07 15:29:07 +01:00
Robert Griebl 0ac5e1c114 docker: update the db rebuild script 2023-03-15 18:23:38 +01:00
Robert Griebl da0ce99bef License update (GPLv2 -> GPLv3)
- updated the main license from GPLv2 to GPLv3. This was necessary
  because newer Qt modules (like Quick3D) are not available under
  the GPLv2 anymore.
- replaced the verbose per-file license headers with SPDX headers.
- license headers were missing in most QML files and scripts.
- simplified the license section of the "About" dialog.
2023-02-18 22:47:38 +01:00
Robert Griebl 6c0b83d763 Add an example script on how to run the docker image 2022-05-15 14:18:23 +02:00
Robert Griebl b3921d687c Docker cleanup 2022-05-09 02:20:34 +02:00
Robert Griebl 554808155d GH actions: create and upload a backend docker image 2022-04-14 17:38:10 +02:00
Robert Griebl a8cbd903c2 Misc infrastructure cleanup 2022-01-19 05:11:39 +01:00
Robert Griebl 8ac705b35a Added a Dockerfile for the backend 2021-03-21 19:42:21 +01:00