Commit Graph

148 Commits

Author SHA1 Message Date
faa0aa62c8 some cleanup, split backend and frontend 2023-07-29 13:04:26 +02:00
14210cf0cf updates people updates! 2023-07-28 21:55:02 +02:00
cc696978fb fix background click close 2023-07-25 20:11:26 +02:00
607b62386d fix previews not being scaled properly 2023-07-25 19:57:15 +02:00
dependabot[bot]
dbc2c14345 Bump cookiejar from 2.1.3 to 2.1.4
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/bmeck/node-cookiejar/releases)
- [Commits](https://github.com/bmeck/node-cookiejar/commits)

---
updated-dependencies:
- dependency-name: cookiejar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 18:57:57 +01:00
ee8a7412f4 fix dist being in the wrong place 2023-01-15 15:32:25 +01:00
b6a775ce5f fix for alpine 2023-01-15 15:23:09 +01:00
3d0dbca403 fix cache not being properly restored 2023-01-15 15:16:21 +01:00
b1a16f6fc2 update README 2023-01-15 15:13:59 +01:00
fe8f65ac10 actually update cache 2023-01-15 15:09:28 +01:00
bb1a0a8bf9 update readme 2023-01-15 14:55:53 +01:00
320de598eb ok now it should cache 2023-01-15 14:35:22 +01:00
f97e6aeb38 fix circleci frontend_build deps not caching 2023-01-15 13:40:38 +01:00
d6438dc778 circleci put docker_layer_caching option in the right place 2023-01-15 13:26:33 +01:00
593e2181f2 docker frontend cache doesn't depend on backend 2023-01-15 13:11:25 +01:00
a2cdbdef7f enable docker layer caching circleci 2023-01-15 12:54:02 +01:00
d081afefc6 fix frontend build dependencies not being properly cached 2023-01-15 12:44:26 +01:00
a2ebc390d5 do not require backend node_modules for frontend test 2023-01-15 12:41:38 +01:00
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