1
Fork 0
Commit Graph

1240 Commits

Author SHA1 Message Date
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
Viktor Strate Kløvedal 794243e1bd
Merge pull request #537 from Zazou49/patch-2
Update translation.json
2021-09-27 19:15:34 +02:00
Zazou49 b52b5864c7
Update translation.json 2021-09-27 17:40:43 +02:00
Viktor Strate Kløvedal 428c4fdcaf
Merge pull request #534 from PJ-Watson/master
Fix bug in new install.
2021-09-26 23:08:27 +02:00
PJ-Watson 6b8a621913 Fix bug in new install. 2021-09-26 21:17:16 +01:00
viktorstrate 344d554b8a
Make serice-worker ignore API + fix #506 2021-09-26 20:51:14 +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
Viktor Strate Kløvedal df070309f8
Merge pull request #532 from photoview/album-download
Album download
2021-09-26 13:30:35 +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
Viktor Strate Kløvedal 77e1a45f0c
Merge pull request #530 from photoview/improved-timeline
Improved timeline
2021-09-25 18:21:56 +02:00
viktorstrate 4860f7ac0e
Small cleanup 2021-09-25 18:13:27 +02:00
viktorstrate 4722510653
Write tests for timeline gallery 2021-09-25 18:03:33 +02:00
viktorstrate 894704d9e3
Update translations 2021-09-25 17:35:41 +02:00
viktorstrate 69bf8a01c4
Add date filter to timeline + fix #302 2021-09-25 17:11:54 +02:00
viktorstrate 2c0baa6bdf
Fix UI tests 2021-09-25 14:47:54 +02:00
viktorstrate e7dbe0868d
First working version of new timeline 2021-09-25 14:12:12 +02:00
viktorstrate 612a191f6d
Merge branch 'master' into improved-timeline 2021-09-25 13:50:42 +02:00
Viktor Strate Kløvedal e6da096aa3
Merge pull request #526 from PJ-Watson/master
Selectable Album Covers
2021-09-23 21:15:22 +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 5610fe0c00 Changed fetch policy to force refresh. 2021-09-23 13:56:02 +01: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 79d66ae16e Fixed previous problem, disabled button resets properly now. 2021-09-18 21:58:25 +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
Peter - Ubuntu dual boot 7da8898f69 Redundant code, typo. 2021-09-18 20:46:53 +01:00
Peter - Ubuntu dual boot 4c995a976e Cleaning up commented out code. 2021-09-18 20:44:59 +01:00
Peter - Ubuntu dual boot f71cef04fa Fixing album model and index checks. 2021-09-18 20:43:34 +01:00
Peter - Ubuntu dual boot 406a3575ef Reverting changes after I forgot to create a new branch for testing. 2021-09-18 20:37:59 +01:00
Peter - Ubuntu dual boot 93f972a087 ? 2021-09-18 20:23:00 +01:00
Peter - Ubuntu dual boot 5797db4d8c More work, needs fixing 2021-09-18 20:21:40 +01:00
viktorstrate 56dfedd522
WIP: Work on new timeline 2021-09-18 20:17:24 +02:00