1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
Commit Graph

1779 Commits

Author SHA1 Message Date
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
Patrik J. Braun
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
Patrik J. Braun
9f1b8b95ad
Update package.json
version bumb
2022-05-17 21:55:50 +02:00
Patrik J. Braun
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
Patrik J. Braun
e3bc01e41b
Merge pull request #485 from jacroe/typo-another
Typo: replace "an other" with "another"
2022-05-14 15:46:53 +02:00
Jacob Roeland
f861d5b854 Typo: replace "an other" with "another" 2022-05-05 23:19:59 -04:00
Patrik J. Braun
55558a07ab
Merge pull request #480 from mcdamo/bug/date-timezone
Use UTC for displaying image timestamps
2022-05-01 20:59:30 +02:00
mcdamo
986496786a Use UTC for displaying image timestamps
Fixes #469
2022-04-28 17:44:38 +10:00
Patrik J. Braun
3d216fab07 bumping better-sqlite version 2022-04-25 20:31:20 +02:00
Patrik J. Braun
0ee5dacf70 improving date parsing in SearchQueryParser.ts 2022-04-25 19:23:03 +02:00
Patrik J. Braun
76ab010b7d
Merge pull request #478 from bpatrik/feature/upgrade
Upgrading project
2022-04-25 19:05:59 +02:00
Patrik J. Braun
acc921a4e5 fixing chinese translation test 2022-04-25 18:48:42 +02:00
Patrik J. Braun
782cf78b03 fixing building errors 2022-04-25 18:36:18 +02:00
Patrik J. Braun
b1c9827729 Fixing lint errors 2022-04-25 18:09:06 +02:00
Patrik J. Braun
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
Patrik J. Braun
8d13af48b0 upgrading to bootstrap 5 2022-04-14 14:36:56 +02:00
Patrik J. Braun
78190a0acb migrating to eslint 2022-04-04 19:37:31 +02:00
Patrik J. Braun
864209de4a updating packages 2022-04-02 00:07:16 +02:00
Patrik J. Braun
c4112acf86 upgrade to angular 13 2022-04-01 23:38:44 +02:00
Patrik J. Braun
166706977b dropping IE support to prepare angular v13 upgrade 2022-03-31 23:03:09 +02:00
Patrik J. Braun
b6b527b783 package cleanup 2022-03-30 23:24:22 +02:00
Patrik J. Braun
dc55b01bcd fixing tests and cleaning up packages 2022-03-30 23:11:11 +02:00
Patrik J. Braun
0c2099fa5e fixing User middleware 2022-03-30 22:27:41 +02:00
Patrik J. Braun
a2e576ec27 updating node to v16 and angular to v12 2022-03-30 22:18:02 +02:00
Patrik J. Braun
0e4063fe39 ignore update 2022-03-30 22:17:07 +02:00
Patrik J. Braun
37d296b45d updating versions 2022-03-27 19:25:53 +02:00
Patrik J. Braun
8a3f0a5c77 ThumbnailMap bugfix 2022-03-27 19:25:37 +02:00
Patrik J. Braun
6745b40241 Removing debug logging 2022-03-26 14:14:05 +01:00
Patrik J. Braun
baa38fe355
Merge pull request #464 from bpatrik/feature/improved-dto
Replace readyThumbnail filed with missingThumbnail bitmap.
2022-03-26 12:17:44 +01:00
Patrik J. Braun
845c70f6c6 Replace readyThumbnail filed with missingThumbnail bitmap.
Expected to save 6% on the server result json size.

#437
2022-03-26 11:55:15 +01:00
Patrik J. Braun
78344f4f7a
Merge pull request #463 from bpatrik/feature/improved-dto
fixing test
2022-03-25 21:56:19 +01:00
Patrik J. Braun
9b71674ef7 fixing test 2022-03-25 21:55:38 +01:00
Patrik J. Braun
b9889bf4ce
Merge pull request #462 from bpatrik/feature/improved-dto
10% reduction on server resonse size
2022-03-25 21:53:49 +01:00
Patrik J. Braun
47d864abe5 Multiples small tweaks to save on the server response size:
* Removing ids from DTO as it is not needed on the client side. ~4% saving
 * Removing orientation information from DB and server response. ~3% saving
 * removing altitude from GPS data and reducing GPS, exposure and fstop precision ~3%
 Altogether 10% saving expected.
 #437
2022-03-25 21:51:42 +01:00
Patrik J. Braun
fa28a6c647 adding missing empty line 2022-03-22 23:27:11 +01:00
Patrik J. Braun
683759b336 Updating benchmark result for v1.9.3 2022-03-22 23:25:11 +01:00
Patrik J. Braun
6394eb4f86 Updating benchmark to contain results size 2022-03-21 22:29:00 +01:00
Patrik J. Braun
56b0b38d93 Adding missing local_filters.jpg to git. fixes #459 2022-03-20 11:56:44 +01:00
Patrik J. Braun
c6aaa0e060 updating docker README.md 2022-03-12 21:39:22 +01:00
Patrik J. Braun
7f468abcbd prerelease version bump 2022-03-12 21:00:17 +01:00
Patrik J. Braun
215fc314f2 Adding emoji support test to filenames #457, #399 2022-03-12 20:38:08 +01:00
Patrik J. Braun
9602167a14 build.yml update 2022-03-12 00:02:11 +01:00
Patrik J. Braun
346590f651 refactoring map service: Using leaflet's LatLngLiteral interface 2022-03-12 00:00:49 +01:00
Patrik J. Braun
57cf18ec07 removing waypoint (gpx marker) samples from demo directory 2022-03-11 23:57:34 +01:00
Patrik J. Braun
82aaa614b3 refactoring gpx marker (waypoints) on map 2022-03-11 23:54:55 +01:00
Patrik J. Braun
ec8b287c9f
Merge pull request #456 from zigmhount/gpx_wpt_mappoints
Gpx wpt mappoints with infinite loop fix
2022-03-11 23:51:28 +01:00