Patrik J. Braun
34ba8b2fc8
updating alpine version and readding armv7 to alpine #295
2022-11-29 21:26:27 +01:00
Patrik J. Braun
9c352ef758
updating server side packages
2022-11-29 21:23:39 +01:00
Patrik J. Braun
acc7b6871e
fixing thumbnail generation and temp folder cleaning #558
2022-11-25 23:29:32 +01:00
Patrik J. Braun
8fda60094d
fixing rotation with webp #558
2022-11-25 23:06:07 +01:00
Patrik J. Braun
921304d009
bumping creating-release node version to 16
2022-11-25 23:00:34 +01:00
Patrik J. Braun
11fffd4a5d
moving supported formats to the config #561 #97
2022-11-25 22:56:33 +01:00
Patrik J. Braun
e345da5e05
bumping sharp to 0.32.2 #295
2022-11-23 20:45:31 +01:00
Patrik J. Braun
0d4f0bd5d9
Moving bootstrap switch css to be a local file, fixes #345
2022-11-23 20:03:20 +01:00
Patrik J. Braun
75646a0676
fixing photo name generating #558
2022-11-21 22:54:35 +01:00
Patrik J. Braun
e6774bf689
removing metadata from webp #558
2022-11-21 22:28:13 +01:00
Patrik J. Braun
70d1a04e1b
Merge pull request #558 from sam365724/patch-1
...
Change from jpg to more efficient webp thumbnails
2022-11-21 22:12:44 +01:00
Patrik J. Braun
9fb5951891
Change Images text to Home #554
2022-11-21 21:49:03 +01:00
Patrik J. Braun
277f50efc4
Increasing possible media count per folder fixes #559
2022-11-21 21:45:43 +01:00
Patrik J. Braun
868d812041
fixing admin UI
2022-11-21 20:49:10 +01:00
Patrik J. Braun
2bb686997e
implementing cleaning job for gpx files
2022-11-21 20:37:29 +01:00
Patrik J. Braun
baf426ff76
thumbnail.settings.component.ts should use the same settings as ThumbnailGenerationJob.ts
...
#534 , #458 , #552
2022-11-21 19:59:29 +01:00
Patrik J. Braun
4a570efed8
Merge pull request #552 from mrtnbr/master
...
Update thumbnail.settings.component.ts
2022-11-21 19:54:39 +01:00
Patrik J. Braun
ef439ea87e
making remember me to be true by default
2022-11-21 19:51:57 +01:00
Patrik J. Braun
7c09d43bac
Merge pull request #543 from addianto/fix/metadata-asset
...
Update the metadata on test image to match current implementation
2022-11-20 22:16:50 +01:00
sam365724
e6964bbbec
Don't use lossless
2022-11-20 20:51:45 +01:00
sam365724
e2025d3556
Use webp for thumbnails
2022-11-20 14:03:50 +01:00
sam365724
3b6f8d7db1
Use webp for thumbnails
2022-11-20 14:01:29 +01:00
mrtnbr
89cbac99f8
Update thumbnail.settings.component.ts
2022-11-09 11:53:33 +01:00
Daya Adianto
e2f10254bc
Update the metadata on test image to match current implementation ( #535 )
2022-10-03 06:59:47 +07:00
Patrik J. Braun
88e29ac263
updating lock file
2022-09-25 23:33:13 +02:00
Patrik J. Braun
a12188c3e0
Merge pull request #536 from Sean-T-Moore/fix-exposure-display
...
Fix problem with display of Exposure Value
2022-09-04 09:59:11 +02:00
Sean Moore
a81a96f30a
Fix problem with unconstrained number of decimal digits for exposure value in info-panel
...
The photo exposure value will often overrun the focal length value in the info-panel when the number
of decimal digits is more than a few long. By convention, there shouldn't be any decimal digits in the
denominator so this fix rounds the denominator value before display. In addition, this fix increases
the number of decimal digits read from the photo exif metadata to improve the precision of the exposure value
to match what exiftool and other exif viewers display.
2022-09-01 15:38:20 -07:00
Patrik J. Braun
8af0f96660
Merge pull request #531 from bpatrik/feature/performance
...
updating lock file
2022-08-31 09:39:40 +02:00
Patrik J. Braun
fe489b0ef1
updating lock file
2022-08-31 09:20:21 +02:00
Patrik J. Braun
d0cf5c4675
Merge pull request #529 from Vish1161/patch-1
...
Added one useful resource about installing node.js
2022-08-30 09:46:26 +02:00
Vishal Kumar
3addd6c961
Added one useful resource about installing node.js
...
Hey, I have added a helpful reference link for installing node.js in the node.js section that I think will best add to your content and give your readers a more diverse understanding of the topic. I hope you will like this. Thank you.
2022-08-26 15:04:10 +05:30
Patrik J. Braun
1e8830ab09
Merge pull request #521 from AndGem/issue_498_fixing_escaping_of_question_mark
...
encoding of question mark character for media path - fixes issue #498
2022-08-20 22:36:42 +02:00
Patrik J. Braun
1b1756bcf2
Merge pull request #526 from lijunle/support-darwin-arm64
...
Upgrade ffprobe-static to support darwin arm64
2022-08-20 22:21:35 +02:00
Junle Li
3c6580a4ef
Upgrade ffprobe-static to support darwin arm64
2022-08-19 13:51:56 -07:00
andreas
68f677f63e
encoding of question mark character for media path
2022-07-20 22:04:54 +02:00
Patrik J. Braun
6343fac560
Merge pull request #511 from bpatrik/feature/performance
...
Feature/performance
2022-06-28 09:32:57 +02:00
Patrik J. Braun
3fdc08942a
missingThumbnails never can be null. It is not needed to delete it.
...
#437
2022-06-28 09:32:38 +02:00
Patrik J. Braun
849ebbec9e
Smaller performance tweeks to thumbnail reading
...
#437
2022-06-27 23:46:17 +02:00
Patrik J. Braun
b837ed167c
Merge pull request #509 from bpatrik/feature/performance
...
Implementing next photo preloading
2022-06-26 09:57:50 +02:00
Patrik J. Braun
c06620a795
Implementing next photo preloading
...
#134
Also fixing play button animation.
2022-06-26 09:56:13 +02:00
Patrik J. Braun
3b74cf4626
Update README.md
2022-06-26 08:47:33 +02:00
Patrik J. Braun
486b0250b5
Merge pull request #508 from bpatrik/feature/performance
...
Merging GPX xompression job to master
2022-06-25 23:07:26 +02:00
Patrik J. Braun
d0b609b416
Adding missing bestFit url ending to gpx file request
...
#504
2022-06-25 23:06:42 +02:00
Patrik J. Braun
ca0579cefd
Implementing GPX compression job
...
#504
2022-06-25 20:57:45 +02:00
Patrik J. Braun
83d3fac07f
Merge pull request #506 from bpatrik/feature/performance
...
Moving xml2js from dev to runtime dependency
2022-06-24 23:21:47 +02:00
Patrik J. Braun
4bd89f474f
Moving xml2js from dev to runtime dependency
...
#504
2022-06-24 23:20:18 +02:00
Patrik J. Braun
3296261654
Merge pull request #505 from bpatrik/feature/performance
...
Merging lossy gpx compression
2022-06-24 23:18:55 +02:00
Patrik J. Braun
19e23133f2
Adding gpx compression buttons to the settings
...
#504
2022-06-24 23:15:48 +02:00
Patrik J. Braun
3bff1a4383
Implementing on-the-fly GPX compression.
...
Its a lossy compression that can be finetuned in the config.
#504
2022-06-24 22:59:08 +02:00
Patrik J. Braun
b019d4b3c8
Merge pull request #503 from bpatrik/feature/performance
...
Implementing ContentWrapper packing.
2022-06-24 18:20:29 +02:00