1
Fork 0
Commit Graph

956 Commits

Author SHA1 Message Date
Viktor Strate Kløvedal 8cf4e8d779
Remove unnecessary npm build step 2021-04-15 16:37:36 +02:00
viktorstrate 8e8abe7d37
Replace all gorm .Scan() calls with .Find()
if the argument is a model. This ensures that the proper gorm hooks are
called which was causing the full screen view on the Places page to
crash.

Also fixed a bug in Messages.js that caused a crash.
2021-04-15 16:27:26 +02:00
viktorstrate 788a8e7c62
Rewrite PlacesPage to Typescript 2021-04-15 15:15:24 +02:00
viktorstrate de76360fbf
Integrate swedish translation 2021-04-15 11:59:49 +02:00
Viktor Strate Kløvedal db5dc06c9d
Merge pull request #313 from roupenig/translation_sv
Swedish translations
2021-04-15 00:05:25 +02:00
roupenig 6cc76ad093 Create translation.json
Added Swedish translation
2021-04-14 22:58:47 +02:00
viktorstrate b6ad3baa31
Add exhaustive switch checks 2021-04-14 12:52:07 +02:00
viktorstrate e16df483f3
Fix UI tests 2021-04-14 12:41:37 +02:00
viktorstrate bf19ffc0a5
Integrate french translation 2021-04-14 12:36:16 +02:00
Viktor Strate Kløvedal 22aebcff2b
Merge pull request #311 from hartraft/fr-translations
French translations
2021-04-14 12:14:34 +02:00
hartraft cc57e391ad Initial FR translations 🇫🇷 2021-04-14 00:22:21 +02:00
hartraft 15639a9478 Merge github.com:photoview/photoview 2021-04-13 22:28:22 +02:00
viktorstrate bbb12003fc
Fix #299 and #300 2021-04-13 22:15:47 +02:00
Viktor Strate Kløvedal 6ad9181887
Merge pull request #309 from photoview/typescript
Add Typescript for UI
2021-04-13 21:46:10 +02:00
viktorstrate f8cd804c3d
Improve database compatibility
- Make MediaType case insensitive when saved to database
- Null check exif migrations, this might solve #300
2021-04-13 21:39:07 +02:00
viktorstrate 7f546e122e
Convert MediaSidebar to Typescript 2021-04-13 21:21:43 +02:00
viktorstrate 97a8f3726d
Convert many pages to Typescript 2021-04-13 19:57:33 +02:00
viktorstrate 99a98c0208
Add new danish translations 2021-04-13 16:44:41 +02:00
viktorstrate f09ba14a0e
Fix translations + fix build reload + more Typescript 2021-04-13 16:43:56 +02:00
viktorstrate 34a411be9d
Rewrite SharePage to typescript 2021-04-13 15:23:06 +02:00
viktorstrate 9c939fd06c
Fix UI tests 2021-04-13 14:16:40 +02:00
viktorstrate af0794dacf
Rewrite photoGallery component to TS 2021-04-12 23:36:29 +02:00
viktorstrate f4e65eb58e
Further work on typescript migration 2021-04-12 22:42:23 +02:00
viktorstrate c5d2f3dc8b
Continue with typescript migration 2021-04-12 16:06:06 +02:00
viktorstrate 264ee54e7f
Start on typescript transition 2021-04-12 00:14:48 +02:00
viktorstrate 084d9bfef7
Cleanup logs and external exif parser 2021-04-11 22:55:44 +02:00
Viktor Strate Kløvedal 2d17fb144a
Merge pull request #297 from photoview/translations
Add support for localization + danish translation
2021-04-11 22:43:43 +02:00
viktorstrate 7626c8292d
Fix UI tests 2021-04-11 22:43:21 +02:00
viktorstrate b6a85d0966
Finish localization
- Add user preferences section to settings
- Make settings page available for all users
- Move log out button to settings page
- Make it possible for each user to choose their desired language
2021-04-11 22:31:42 +02:00
viktorstrate a881e0c9df
Update node version in build process 2021-04-05 23:18:38 +02:00
viktorstrate b05f5b8eb7
More translations, fix tests, modify build process 2021-04-05 23:11:48 +02:00
viktorstrate e530ce5555
Add more translations 2021-04-05 18:49:12 +02:00
viktorstrate 12df24f366
Translate settings page to danish 2021-04-05 11:21:58 +02:00
viktorstrate 84cb8c3c09
Configure 18next-extract and start on translation 2021-04-04 23:40:10 +02:00
viktorstrate ef50d7f23b
Add babel to esbuild and start on translation 2021-04-04 12:09:41 +02:00
Viktor Strate Kløvedal ac8632cd82
Add event_name to docker tags in build action 2021-04-04 10:27:09 +02:00
Viktor Strate Kløvedal 8a1f2e957e
Add "latest" tag when building release 2021-04-03 23:30:08 +02:00
Viktor Strate Kløvedal a2c13d6fa1
Fix error in build action when pushing release 2021-04-03 23:13:29 +02:00
viktorstrate 8ec2a7789b
Fix sidecar hash bug
This closes #276
2021-04-03 22:52:53 +02:00
Viktor Strate Kløvedal 48605e60e0
Add @robin-moser to sponsors section in readme 2021-04-03 21:49:27 +02:00
viktorstrate ceb8c4103f
Fix exiftool detection 2021-04-03 21:39:32 +02:00
viktorstrate ad60eccf8b
Add database migrations for exif values 2021-04-03 21:20:02 +02:00
hartraft 144dd78615 Merge branch 'photoview-master' 2021-04-03 20:28:24 +02:00
viktorstrate faf8602c59
Clean up EXIF info in sidebar and add tests for it
- Move debounce function to new file 'utils.js'
- Add 'isNil' function to 'utils.js'
2021-04-03 18:33:07 +02:00
viktorstrate a8ec5db9dc
Move some files to ui/helpers dir 2021-04-03 17:56:41 +02:00
viktorstrate 95c174d3a5
Setup husky hooks for api 2021-04-03 17:49:18 +02:00
viktorstrate 0a5e6bf350
Update Husky hooks 2021-04-03 17:32:01 +02:00
viktorstrate 7d2ded2cdf
Update npm dependencies 2021-04-03 17:09:57 +02:00
viktorstrate 17fe8c01dc
Update go dependencies 2021-04-03 16:43:11 +02:00
Viktor Strate Kløvedal c0bced8c0a
Merge pull request #258 from Kjeldgaard/244_exiftool
Use exiftool for parsing exif data
2021-04-02 23:03:26 +02:00