1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-07-15 01:24:25 +02:00
Commit Graph

1498 Commits

Author SHA1 Message Date
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
8af0f96660 Merge pull request #531 from bpatrik/feature/performance
updating lock file
2022-08-31 09:39:40 +02:00
fe489b0ef1 updating lock file 2022-08-31 09:20:21 +02:00
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
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
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
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
3c6580a4ef Upgrade ffprobe-static to support darwin arm64 2022-08-19 13:51:56 -07:00
68f677f63e encoding of question mark character for media path 2022-07-20 22:04:54 +02:00
6343fac560 Merge pull request #511 from bpatrik/feature/performance
Feature/performance
2022-06-28 09:32:57 +02:00
3fdc08942a missingThumbnails never can be null. It is not needed to delete it.
#437
2022-06-28 09:32:38 +02:00
849ebbec9e Smaller performance tweeks to thumbnail reading
#437
2022-06-27 23:46:17 +02:00
b837ed167c Merge pull request #509 from bpatrik/feature/performance
Implementing next photo preloading
2022-06-26 09:57:50 +02:00
c06620a795 Implementing next photo preloading
#134

Also fixing play button animation.
2022-06-26 09:56:13 +02:00
3b74cf4626 Update README.md 2022-06-26 08:47:33 +02:00
486b0250b5 Merge pull request #508 from bpatrik/feature/performance
Merging GPX xompression job to master
2022-06-25 23:07:26 +02:00
d0b609b416 Adding missing bestFit url ending to gpx file request
#504
2022-06-25 23:06:42 +02:00
ca0579cefd Implementing GPX compression job
#504
2022-06-25 20:57:45 +02:00
83d3fac07f Merge pull request #506 from bpatrik/feature/performance
Moving  xml2js from dev to runtime dependency
2022-06-24 23:21:47 +02:00
4bd89f474f Moving xml2js from dev to runtime dependency
#504
2022-06-24 23:20:18 +02:00
3296261654 Merge pull request #505 from bpatrik/feature/performance
Merging lossy gpx compression
2022-06-24 23:18:55 +02:00
19e23133f2 Adding gpx compression buttons to the settings
#504
2022-06-24 23:15:48 +02:00
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
b019d4b3c8 Merge pull request #503 from bpatrik/feature/performance
Implementing ContentWrapper packing.
2022-06-24 18:20:29 +02:00
b6b576ba2f Implementing ContentWrapper packing.
This enables to extract common string into a map and only reference their values.
This is expected to bring a further 43% savings on search results. Altogether leading to a 50% reduction.
 #437
2022-06-24 18:05:45 +02:00
9f1b8b95ad Update package.json
version bumb
2022-05-17 21:55:50 +02:00
5778ef00f7 Implementing media fail check.
Gallery now will stop indexing if the root folder is empty. That is probably unintentional and would erase the whole database.
2022-05-15 22:07:46 +02:00
e3bc01e41b Merge pull request #485 from jacroe/typo-another
Typo: replace "an other" with "another"
2022-05-14 15:46:53 +02:00
f861d5b854 Typo: replace "an other" with "another" 2022-05-05 23:19:59 -04:00
55558a07ab Merge pull request #480 from mcdamo/bug/date-timezone
Use UTC for displaying image timestamps
2022-05-01 20:59:30 +02:00
986496786a Use UTC for displaying image timestamps
Fixes #469
2022-04-28 17:44:38 +10:00
3d216fab07 bumping better-sqlite version 2022-04-25 20:31:20 +02:00
0ee5dacf70 improving date parsing in SearchQueryParser.ts 2022-04-25 19:23:03 +02:00
76ab010b7d Merge pull request #478 from bpatrik/feature/upgrade
Upgrading project
2022-04-25 19:05:59 +02:00
acc921a4e5 fixing chinese translation test 2022-04-25 18:48:42 +02:00
782cf78b03 fixing building errors 2022-04-25 18:36:18 +02:00
b1c9827729 Fixing lint errors 2022-04-25 18:09:06 +02:00
8571c95b45 Merge remote-tracking branch 'origin/feature/upgrade' into feature/upgrade
# Conflicts:
#	package-lock.json
#	package.json
#	src/frontend/app/ui/frame/frame.component.html
#	src/frontend/app/ui/gallery/lightbox/lightbox.gallery.component.ts
#	src/frontend/app/ui/gallery/lightbox/media/media.lightbox.gallery.component.ts
#	src/frontend/app/ui/gallery/map/lightbox/lightbox.map.gallery.component.css
#	src/frontend/app/ui/gallery/search/search-field-base/search-field-base.gallery.component.ts
#	src/frontend/app/ui/gallery/search/search.gallery.component.html
#	src/frontend/app/ui/settings/indexing/indexing.settings.component.html
#	src/frontend/app/ui/settings/jobs/button/job-button.settings.component.html
#	src/frontend/app/ui/settings/other/other.settings.component.html
#	src/frontend/app/ui/settings/preview/preview.settings.component.html
#	src/frontend/app/ui/settings/thumbnail/thumbnail.settings.component.html
#	src/frontend/app/ui/settings/usermanager/usermanager.settings.component.html
#	src/frontend/app/ui/settings/video/video.settings.component.html
2022-04-14 14:52:14 +02:00
8d13af48b0 upgrading to bootstrap 5 2022-04-14 14:36:56 +02:00
78190a0acb migrating to eslint 2022-04-04 19:37:31 +02:00
864209de4a updating packages 2022-04-02 00:07:16 +02:00
c4112acf86 upgrade to angular 13 2022-04-01 23:38:44 +02:00
166706977b dropping IE support to prepare angular v13 upgrade 2022-03-31 23:03:09 +02:00
b6b527b783 package cleanup 2022-03-30 23:24:22 +02:00
dc55b01bcd fixing tests and cleaning up packages 2022-03-30 23:11:11 +02:00
0c2099fa5e fixing User middleware 2022-03-30 22:27:41 +02:00
a2e576ec27 updating node to v16 and angular to v12 2022-03-30 22:18:02 +02:00
0e4063fe39 ignore update 2022-03-30 22:17:07 +02:00
37d296b45d updating versions 2022-03-27 19:25:53 +02:00
8a3f0a5c77 ThumbnailMap bugfix 2022-03-27 19:25:37 +02:00