Commit Graph

503 Commits

Author SHA1 Message Date
viktorstrate
a24f2ef019 If possible expand root album, write tests 2022-02-07 19:41:44 +01:00
viktorstrate
5ffc1a57dd Reconnect custom websocket upgrader 2022-02-07 18:15:47 +01:00
viktorstrate
ee5c113c32 Add EXIF modify dates as a fallback for create dates 2022-02-07 17:57:10 +01:00
viktorstrate
f2f75c03b3 Add more keys for potential create dates to exiftool 2022-02-07 17:44:45 +01:00
viktorstrate
b593f615ad Better graphql schema documentation 2022-02-05 01:21:00 +01:00
viktorstrate
b49333ae69 Add Media.GetThumbnail() tests 2022-02-02 00:03:31 +01:00
viktorstrate
0d9760b33f Integrate blurhashes with UI 2022-02-01 23:39:19 +01:00
viktorstrate
b4ad1c4f88 Add blurhash generation 2022-02-01 22:02:08 +01:00
viktorstrate
722e639bb1 Update go and node dependencies.
- Refactor UI to work with v6 of react-router
2022-01-31 22:32:17 +01:00
viktorstrate
e509124510 Disable 'media already scanned' logs 2021-11-21 11:41:52 +01:00
viktorstrate
c5a307283d Refactoring of API
- Add request context to all database calls
- Update deprecated gqlgen functions
- Update go.mod dependencies
2021-11-11 18:57:02 +01:00
viktorstrate
12085698c8 Refactoring + disable cleanup tests for sqlite 2021-11-06 15:41:25 +01:00
viktorstrate
6545a04225 Add tests for modifying media on disk 2021-11-06 13:30:23 +01:00
viktorstrate
0618b70110 Enable foreign keys for sqlite 2021-11-06 13:23:59 +01:00
viktorstrate
c48ede175a Fix exif circular imports in tests 2021-11-06 13:01:01 +01:00
viktorstrate
3040daafb6 Fix tests 2021-11-06 12:38:05 +01:00
viktorstrate
b467f2ca61 Add failing test for #198 2021-11-06 12:23:47 +01:00
viktorstrate
06fd166483 Sidebar: people section + album path 2021-10-19 23:28:23 +02:00
viktorstrate
b5be84bbe4 Make mapbox map more reusable + add coordinates to exif 2021-10-03 15:36:10 +02:00
viktorstrate
f3223005b1 Add bigint as correct type for exif migrations 2021-10-02 17:05:47 +02:00
viktorstrate
f6cc86d75a Fix bug 2021-09-30 16:05:23 +02:00
viktorstrate
d060ee9fd9 Write failing test for bug 2021-09-29 11:20:15 +02:00
viktorstrate
c977f076db Fix timeline for sqlite 2021-09-27 21:26:30 +02:00
viktorstrate
bb19d18c42 Add test for user favorite media 2021-09-27 21:20:47 +02:00
viktorstrate
00e436a518 Add tests for album path 2021-09-27 20:59:41 +02:00
viktorstrate
c7865a94e4 Fix problem with postgres for MyTimeline action 2021-09-27 20:43:26 +02:00
viktorstrate
e66a9199a1 Add timeline resolver tests 2021-09-27 20:23:10 +02:00
viktorstrate
7799674b74 Fix album downloads when running production 2021-09-26 15:15:31 +02:00
viktorstrate
68b6a49638 Fix timeline ordering (#531) + layout fixes for AlbumBox 2021-09-26 13:42:00 +02:00
viktorstrate
342f0a31e1 Fix API tests 2021-09-26 13:23:38 +02:00
viktorstrate
929da08ea2 Add UI for album downloads 2021-09-26 13:10:37 +02:00
viktorstrate
80c2019b3f Protect download routes 2021-09-26 12:02:53 +02:00
viktorstrate
92662f9b8e Start on album download 2021-09-26 00:21:02 +02:00
viktorstrate
69bf8a01c4 Add date filter to timeline + fix #302 2021-09-25 17:11:54 +02:00
viktorstrate
612a191f6d Merge branch 'master' into improved-timeline 2021-09-25 13:50:42 +02:00
viktorstrate
fcee82367c Move album cover options from sidebar/Sharing.tsx
...to AlbumSidebar.tsx and MediaSidebar.tsx instead.

Fix API tests for Postgresql
2021-09-23 20:14:37 +02:00
viktorstrate
b52e72b244 Move some album resolvers to actions, refactor album tests
- Album resolvers has been refactored to make it easier to test, this is
done by converting some of the resolvers to actions.

- The album tests has been rewritten (and simplified) to accommodate the changes.
2021-09-23 19:59:40 +02:00
viktorstrate
feeb9e0a40 Remove Album.coverID + fix thumbnail refresh
- Album.coverID has been removed from `schema.graphql`
- Make sure the proper informations are fetched from the set/reset album
  cover mutations such that Apollo can update the cache accordingly.
2021-09-23 19:00:14 +02:00
Peter - Ubuntu dual boot
9f81276448 Tests complete. 2021-09-23 12:45:54 +01:00
Peter - Ubuntu dual boot
d9e851dcd5 Finished album_test for resolvers. 2021-09-23 12:22:38 +01:00
Peter - Ubuntu dual boot
69211688f4 Forgot about non-sequentiality. Fingers crossed this works. 2021-09-23 03:20:31 +01:00
Peter - Ubuntu dual boot
72edfc3566 Hopefully fixed all album cover photo tests. 2021-09-23 01:18:41 +01:00
Peter - Ubuntu dual boot
0a4a228031 Setup testing branch. 2021-09-21 13:07:14 +01:00
Peter - Ubuntu dual boot
f7b0723cde Seems to be getting confused with MYSQL env. variable. Maybe this will work? 2021-09-20 14:52:23 +01:00
Peter - Ubuntu dual boot
82f4785f2b TODO: mutations test. Thumbnail resolver test working? 2021-09-20 14:13:21 +01:00
Peter - Ubuntu dual boot
d636b57c4c Added test client. 2021-09-20 13:48:21 +01:00
Peter - Ubuntu dual boot
e0176b2cf8 Remove unnecessary files. 2021-09-19 20:24:44 +01:00
Peter - Ubuntu dual boot
f530e90d27 Forgot to add test code. 2021-09-19 20:03:48 +01:00
Peter - Ubuntu dual boot
13330c4e1b Starting to write unit tests. 2021-09-19 20:02:52 +01:00
Peter - Ubuntu dual boot
cb397096d5 Transparent disabled buttons, but not resetting disabled state on picture change, unless sidebar is closed. 2021-09-18 21:49:28 +01:00