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

31 Commits

Author SHA1 Message Date
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
9b71674ef7 fixing test 2022-03-25 21:55:38 +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
776c8e83fc Caching preview in the DB to speed up directory querying #381 2022-01-14 20:57:20 +01:00
Patrik J. Braun
628bc74226 Refactoring directory interfaces #80 2021-06-27 19:33:37 +02:00
Patrik J. Braun
3541eae141 Implementing listing metafiles in search result 2021-06-19 11:20:40 +02:00
Patrik J. Braun
085d7c2cd9 fixing linting erros. adding tslint to pretest 2021-04-18 15:48:35 +02:00
Patrik J. Braun
5020949a88 Improving preiview handling (fixing DB case insensitive issue when selecting preview that is on the same path, adding tests) #31 2021-03-28 12:43:13 +02:00
Patrik J. Braun
c670a17e27 Adding preview field to Directory and populating it with any photo from subdirectory (based on #165), fixes #31 2021-03-27 21:31:19 +01:00
Patrik J. Braun
a8bbefe0f8 refactoring code, improving advanced search 2021-01-17 10:56:33 +01:00
Patrik J. Braun
e643ee2ed1 improving advanced search 2021-01-16 23:37:14 +01:00
Patrik J. Braun
9a923aa8ab Implementing model for advanced searching. #58 2021-01-16 16:59:59 +01:00
Patrik J. Braun
928f282311 Adding rating support to model.
#217 #69
2021-01-05 20:35:13 +01:00
Patrik J. Braun
bc875c2e96 improving person name case special support 2020-01-01 23:24:22 +01:00
Patrik J. Braun
cd06bc00ec implementing photo downscaling
project and config refactoring
Warning: braking changes in the config
2019-12-14 17:27:01 +01:00
Patrik J. Braun
358a7834e0 restucturing project 2019-12-10 10:44:35 +01:00
Patrik J. Braun
83025f7b32 fixing issue when indexing sub directory before parent directory 2019-07-25 23:36:57 +02:00
Patrik J. Braun
86b526d260 fixing tests 2019-03-14 22:29:09 +01:00
Patrik J. Braun
43142299aa fixing tests 2019-03-10 21:59:45 +01:00
Patrik J. Braun
0500ad0e68 improving performance 2019-03-10 20:57:27 +01:00
Patrik J. Braun
d92003eeee improving db scheme. Adding Mysql tests 2019-01-27 14:36:42 -05:00
Patrik J. Braun
0445c499e8 fixing searching 2019-01-26 18:03:40 -05:00
Patrik J. Braun
550d8d4f5f improving sql, fixing tests 2019-01-13 17:38:39 +01:00
Patrik J. Braun
04b032ff2a improving performance: adding index to DB, fixing indexing bug 2019-01-06 23:15:52 +01:00
Patrik J. Braun
ada2c007df improving database usage 2018-12-18 00:05:12 +01:00
Patrik J. Braun
8e18abd2bd adding caption support 2018-12-05 19:15:24 +01:00
Patrik J. Braun
609c788d91 improving API performance by removing null properties
adding photo caption reading
2018-12-05 17:29:33 +01:00
Patrik J. Braun
62655eb47f improving types 2018-11-28 23:49:33 +01:00
Patrik J. Braun
1a37b832be adding GPX support 2018-11-26 00:26:29 +01:00
Patrik J. Braun
8ef3d7d0b6 bixing tests 2018-11-24 14:51:47 +01:00
Patrik J. Braun
7576e1678f fixing gallery manager bug, implementing tests 2018-11-24 11:50:11 +01:00