Commit Graph

130 Commits

Author SHA1 Message Date
3b97652c02 make docker image smaller 2023-01-15 12:38:21 +01:00
cd9f3f9cc4 run migrations inside the app 2023-01-15 11:57:00 +01:00
09844e5294 make devcontainer experience a bit nicer with npm autoinstall and one less db 2023-01-15 00:32:44 +01:00
101e2ceed7 Mocha now prints both to xml and console 2023-01-15 00:29:11 +01:00
b9149464f7 LICENSE 2023-01-14 21:55:52 +01:00
1b3a497c55 merge ENV's together in Dockerfile 2023-01-13 10:25:54 +01:00
fcea6f68a4 add SIGNUP_ALLOWED switch 2023-01-12 23:22:50 +01:00
5f6df65122 Update README.md 2023-01-12 22:46:45 +01:00
3ed9689e33 Build and push to docker only master branch 2023-01-12 21:18:03 +01:00
e2274b2800 update deps 2023-01-12 21:13:48 +01:00
202ef8f583 do not use parcel's proxy because it hangs on photo upload 2023-01-08 20:33:19 +01:00
e8dd71dbc8 auto copy ormconfig in docker devcontainer 2023-01-08 19:56:32 +01:00
31131393fb why did this work? will it break now? 2022-10-12 23:49:12 +02:00
e9a347bf9e fix frontend test reports not saving? 2022-10-12 23:42:30 +02:00
368531c184 fix glibc build error 2022-10-12 23:32:11 +02:00
0a4f9c4dfa circleci test reports 2022-10-12 23:28:17 +02:00
a957c81b4b arm64 circleci builds 2022-10-12 23:20:26 +02:00
e7f0b7951d fix photo upload with exif-rotated photos 2022-10-12 23:18:34 +02:00
7de6bad9fd update everything easily updateable 2022-09-18 09:53:14 +00:00
9b26459bbd update ts-node so it works with TS>=4.7 2022-09-17 19:29:01 +00:00
fa56ee14c6 fix photo overview being too big
(why did it work before???????)
2022-09-17 19:28:22 +00:00
d7e10ff0bc fix photo selection on macos 2022-09-17 19:28:04 +00:00
568e0859d9 don't autostart db docker development containers 2022-07-02 13:31:35 +00:00
f02ec38abe auto delete broken photos (without a file) 2022-06-04 20:58:26 +00:00
66a2ef2260 add proxy for api in dev
so it works in codespaces
hopefully didn't break anything
2022-06-02 15:58:44 +00:00
dependabot[bot]
453ce308d0 Bump sharp from 0.30.4 to 0.30.5
Bumps [sharp](https://github.com/lovell/sharp) from 0.30.4 to 0.30.5.
- [Release notes](https://github.com/lovell/sharp/releases)
- [Changelog](https://github.com/lovell/sharp/blob/main/docs/changelog.md)
- [Commits](https://github.com/lovell/sharp/compare/v0.30.4...v0.30.5)

---
updated-dependencies:
- dependency-name: sharp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-01 23:54:45 +00:00
48aab3f160 fix tests 2022-05-02 22:09:35 +02:00
ff058b7487 select and delete multiple photos 2022-05-02 22:03:06 +02:00
3800f19768 use parcel's builtin css optimizer
because it seems to work fine now
2022-05-01 16:33:06 +02:00
fefa0fee91 change bp3 to bp4 in css 2022-05-01 11:38:15 +02:00
a8b2c2c5f5 update blueprintjs 2022-05-01 11:05:17 +02:00
31ea21416c revert default date values in Photo
because of weird SQL errors
2022-04-30 22:01:31 +02:00
5b64a420bd selectable photos 2022-04-30 21:59:08 +02:00
dfe14eac39 workaround photos not loading bug 2022-04-30 21:58:22 +02:00
da0bf8f372 on error, log it 2022-04-26 16:30:50 +02:00
6e716d7b01 click on blank space closes image 2022-04-19 19:06:13 +00:00
e020261a4b do not stretch photos
maybe this can be an option?
2022-04-19 18:52:50 +00:00
088db35675 move build deps to deps so it builds in ci 2022-04-04 19:30:38 +00:00
048ad9aa70 update parcel so it actually works and doesn't crash
but still use postcss because otherwise blueprint.js doesn't compile
2022-04-04 19:26:27 +00:00
24c656c9f1 that it doesn't work in firefox doesn't mean that
it shouldn't work in chrome
2022-04-03 18:23:23 +00:00
ef3e2adea7 remove transformer-typescript-tsc, as it breaks everything 2022-02-16 20:10:18 +00:00
7253bb97eb fix builds 2022-02-16 18:24:29 +00:00
7a53661c2e fix jest tests 2022-02-16 18:16:15 +00:00
44da732a10 update parcel 2022-02-16 18:12:00 +00:00
e1096f6e28 non-breaking updates 2022-02-16 17:18:52 +00:00
d376b2df13 update node version to 16 2022-02-16 15:21:22 +00:00
242b567efb Update docker-compose.yml 2021-08-02 21:10:57 +03:00
c5d3eceedd ci runs on branches do not pollute docker main 2021-08-02 21:05:27 +03:00
ee642f970d use circleci for docker builds 2021-08-02 15:29:34 +03:00
a0567f60fa update most packages 2021-08-01 20:45:02 +03:00