1
Fork 0
Commit Graph

484 Commits

Author SHA1 Message Date
viktorstrate 364521958b
Fix site_info, replace ID type in graphql queries 2020-11-30 16:42:13 +01:00
viktorstrate 31da5e1c07
Replace database, initial setup now works 2020-11-28 21:49:33 +01:00
viktorstrate e42ac2436b
Replace database, resolve all build-time errors 2020-11-28 21:29:31 +01:00
viktorstrate d3ebecc3b5
Replace database, mostly user related 2020-11-28 17:31:19 +01:00
viktorstrate 22e328b94b
Replace database, mostly share token 2020-11-27 16:02:10 +01:00
viktorstrate 2b966aa672
Replace database, mostly media and video 2020-11-26 20:48:04 +01:00
viktorstrate 177ae91500 Replace database, mostly video 2020-11-25 23:06:47 +01:00
viktorstrate cc5d323b2a Replace database, mostly process photo 2020-11-24 11:46:49 +01:00
viktorstrate 2e9aa29258 Replace database, mostly media related 2020-11-23 20:43:00 +01:00
viktorstrate 3c23f82330 Replace database, mostly album related 2020-11-23 19:59:01 +01:00
viktorstrate 27b2f95a7b Start on migrating database integration to gorm 2020-11-23 19:39:44 +01:00
Viktor Strate Kløvedal 8781ab3777
Merge pull request #135 from seam345/sean/update-preview-on-sidecar-change
Update JPEGS on sidecar change
2020-11-22 23:48:52 +01:00
viktorstrate 9787fd570f Cleanup and bugfixes
- Fix bug where unsupported media would be wrongly classified
- Fix bug where sidecar hash wouldn't be updated
- Replace error reporting hash with path,
to avoid potential null pointer exceptions
2020-11-22 23:42:42 +01:00
sean borg 8d2932dc4d Typo fix 2020-11-22 09:22:01 +00:00
sean borg 43e759339e Update generated images on sidecar file change 2020-11-21 12:19:00 +00:00
sean borg 11d67c9ae9 Add sidecar path & hash to DB 2020-11-21 11:54:01 +00:00
viktorstrate d7ed03ca4f Fix bug where setting share password would print error
This solves #133
2020-11-17 17:01:29 +01:00
Viktor Strate Kløvedal 514d9b1c2d
Merge pull request #112 from stz184/component-class-to-function-migration
Migrate all class based react components to function based
2020-11-17 16:26:46 +01:00
stz184 18997a0d3e App, Routes and Sidebar components are migrated to functional ones 2020-11-16 23:26:38 +02:00
stz184 24ea00d9ec Merge branch 'master' of github.com:viktorstrate/photoview into component-class-to-function-migration 2020-11-16 22:48:00 +02:00
stz184 9d25d3d89d Migrated InitialSetupPage.js to functional component with hooks
Fixed issue checking the initial setup status on LoginPage
2020-11-16 22:46:42 +02:00
viktorstrate c7ee506189 Improve media download
Allow downloading of media when no content-length is provided because of compression.
2020-11-16 12:40:06 +01:00
stz184 a0f7b4b135 The following components are migrated to apollo hooks instead of deprecated <Query> and <Mutation> components:
- AddUserRow.js
- AlbumGallery.js
- UserRow.js

LazyPhoto is migrated to functional component
2020-11-15 01:25:21 +02:00
viktorstrate 6f303cc88b Updated package-lock.json 2020-11-13 10:59:44 +01:00
viktorstrate 897706b54a Update dependencies 2020-11-13 09:19:49 +01:00
Viktor Strate Kløvedal 9921c94153
Make dependabot updates less frequent 2020-11-09 09:03:37 +01:00
stz184 d5e21f6a5e Moved refetch declaration before its use 2020-11-06 09:56:27 +02:00
stz184 432f8adff7 Fixed Layout.test.js 2020-11-06 09:53:04 +02:00
viktorstrate 51556437f6 Update UI dependencies, improve tests
for AuthorizedRoute component
2020-11-02 18:26:34 +01:00
stz184 beec7b0532 Merge branch 'master' of github.com:viktorstrate/photoview into component-class-to-function-migration 2020-10-31 23:58:12 +02:00
stz184 dd6fc65b62 Fixed issue that caused warnings on logout page 2020-10-31 23:52:05 +02:00
stz184 d03525d315 AlbumSidebar, AuthorizedRoute, LoginPage are now using hooks instead of the deprecated Query component 2020-10-31 23:50:08 +02:00
stz184 4ccc50ec49 Fixed issue that caused error when no image state is available on history popstate 2020-10-31 23:44:00 +02:00
viktorstrate 74581ee090 Cleanup media routes and media_name generation 2020-10-30 17:14:09 +01:00
stz184 f76c3e4e0d AlbumPages is now using useQuery hook instead of <Query> component 2020-10-30 15:54:09 +02:00
stz184 9e1a3464eb AlbumsPages is migrated to a functional component 2020-10-30 15:24:35 +02:00
viktorstrate 60e93a8497 Add ui tests for routes 2020-10-28 00:15:30 +01:00
viktorstrate 7029e6642e Add more ui tests for share page 2020-10-27 12:53:18 +01:00
Viktor Strate Kløvedal 8a9948ce3c
Merge pull request #110 from viktorstrate/js-testing
Setup UI for testing & Migrate Apollo to v3
2020-10-27 00:30:11 +01:00
viktorstrate 82925396a3 Add first UI test 2020-10-27 00:22:08 +01:00
viktorstrate db9d64d948 Migrate to apollo v3 2020-10-26 22:55:04 +01:00
viktorstrate d2b2537346 jest setup 2020-10-26 22:06:53 +01:00
viktorstrate d6d0b0688e update npm dependencies 2020-10-26 20:15:02 +01:00
Viktor Strate Kløvedal 3a24b57b27
Merge pull request #99 from stz184/sorting-options
Sorting options and refactoring
2020-10-26 11:35:00 +01:00
viktorstrate 9481850a53 Remove colon after 'sort by' 2020-10-26 11:27:31 +01:00
viktorstrate 1386c8d91d Remove error messages when visiting share without being logged in 2020-10-26 11:22:42 +01:00
viktorstrate a3eab5db74 Add Layout to AlbumSharePage to prevent page from crashing
- When Layout was removed from AlbumGallery, it wasn't added back in on the AlbumSharePage
2020-10-26 11:10:38 +01:00
stz184 1f3fe5fe0d Fixes viktorstrate/photoview#71
- Added URL parameters for order column and order direction
- forceCheck() is called when the loading is complete in order to display photos that may have been outside the viewport but are visible now because of changed ordering
- Moved the label of Favorites toggle to the left for consistency
2020-10-26 02:38:44 +02:00
stz184 64d38ecee3 Merge branch 'master' of github.com:viktorstrate/photoview into sorting-options 2020-10-21 15:34:03 +03:00
dependabot[bot] 9220c25753
Merge pull request #101 from viktorstrate/dependabot/npm_and_yarn/ui/babel/plugin-transform-runtime-7.12.1 2020-10-19 07:59:55 +00:00