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

1777 Commits

Author SHA1 Message Date
Patrik J. Braun
02edfb4963 Improving Autocomplete to show more items from one type if there is not enough. Also list persons first with more photos #improvement 2022-02-22 13:47:41 +01:00
Patrik J. Braun
9c96dba032 Adding slider to filters and blocking filters when no media is available #287 #improvement 2022-02-22 13:19:09 +01:00
Braun Patrik
8665e17deb Improve filter responsiveness #287 #improvement 2022-02-19 15:16:51 +01:00
Patrik J. Braun
fbae2e77d2 Fixing null reference issue #287 2022-02-19 00:16:39 +01:00
Patrik J. Braun
b24d5f4779 Fixing faces filter #287 2022-02-19 00:10:11 +01:00
Patrik J. Braun
35875b8aad Adding more filter options #287 2022-02-19 00:02:57 +01:00
Patrik J. Braun
d30c0f5292 Implementing filter pinning #287 2022-02-18 23:58:23 +01:00
Patrik J. Braun
44e7445e0f replacing mergeMap to switchMap in filter and sorting #287 2022-02-18 22:56:14 +01:00
Patrik J. Braun
fda3168486 Bumping sharp to v0.30.1 #295 2022-02-17 09:24:47 +01:00
Patrik J. Braun
66522e5c3d
Merge pull request #425 from bpatrik/feature/filter
Feature/filter #287
2022-02-17 09:21:13 +01:00
Patrik J. Braun
a6b14534ee Implementing filter #287 2022-02-16 22:17:38 +01:00
Patrik J. Braun
169d59fb8e Refactoring gallery to use observable for soring #287 2022-02-11 19:05:51 +01:00
Patrik J. Braun
fc385d9617 Adding vips to alpine to prepare for sharp v0.30.0 support, once its repo contains libvips 8.12.2 package: https://pkgs.alpinelinux.org/packages?name=vips&branch=v3.15 #295 2022-02-08 14:49:46 +01:00
Patrik J. Braun
7b37c3c2a6 upgrading sharp to v0.30.0 #295 2022-02-07 20:03:06 +01:00
Patrik J. Braun
f44e9eb12f Dropping armv7 from alpine and stretch. Keeping with buster as it is the mainly supported target. #295 2022-02-07 19:58:46 +01:00
Patrik J. Braun
87648e662a
Update build.yml
improving release building workflow
2022-02-07 16:43:19 +01:00
Patrik J. Braun
905ba9847d
Update build.yml
updating build file
2022-02-07 16:38:37 +01:00
Patrik J. Braun
77767f27b0 fixing preview filling job's logs 2022-02-06 20:01:37 +01:00
Patrik J. Braun
4d7dfca26a Adding read-only to docker-compose.yml fixes #332 2022-02-06 16:49:19 +01:00
Patrik J. Braun
4fa35c1487 Improving settings badge position #368 2022-02-06 16:32:21 +01:00
Patrik J. Braun
4e848fdbed Adding directory flattening button #174 2022-02-06 16:05:13 +01:00
Patrik J. Braun
a1de381caa Disabling random link by default as it poses a security risk. #392 2022-02-06 15:13:40 +01:00
Patrik J. Braun
42fd161a66 Making preview manager to first find photo in the same directory then in any subdirectories without any ordering between subdirectories. 2022-02-06 11:36:45 +01:00
Patrik J. Braun
0d519055d5 Fixing dir preview sorting algorithm. 2022-02-05 13:16:16 +01:00
Patrik J. Braun
e53be48155 updating dependencies 2022-02-05 12:37:58 +01:00
Patrik J. Braun
433d7724ce fixing preview issue: typeorm's parametrized SQL query was overriding each other, lets make them unique. 2022-02-05 12:19:09 +01:00
Patrik J. Braun
a749ba3a58 fixing settings value change detection 2022-02-05 10:58:24 +01:00
Patrik J. Braun
b4df99b5ce fixing preview manager ordering 2022-02-05 10:20:10 +01:00
Patrik J. Braun
6c6d77ad34 fixing preview manager ordering 2022-02-02 00:24:16 +01:00
Patrik J. Braun
0cd5e90866 fixing tests 2022-01-27 23:43:34 +01:00
Patrik J. Braun
97fcc3eeea Improving settings UI 2022-01-26 23:38:18 +01:00
Patrik J. Braun
8f871f31f2 Implementing preview resetting job #80, #381 2022-01-26 23:09:31 +01:00
Patrik J. Braun
1255246b0f implementing preview settings #80, #381 2022-01-26 22:50:49 +01:00
Patrik J. Braun
b169fa67b3 Removing default enforced admin/admin user, only adding it if no admin is present. fixes #408 2022-01-20 19:45:25 +01:00
Patrik J. Braun
a4a9fe2c98 Merge remote-tracking branch 'origin/master' 2022-01-18 20:38:31 +01:00
Patrik J. Braun
3982250d64 Fixing search result to include directory preview fixes #411 2022-01-18 20:38:13 +01:00
Patrik J. Braun
1d77f09ba1
Merge pull request #410 from desertwitch/master
EXIF rating
2022-01-18 15:13:43 +01:00
Veronika
55f2748cfd Revert "Fix no folder previews on directory search results"
This reverts commit e09d006505.
2022-01-18 14:51:07 +01:00
Veronika
e09d006505
Fix no folder previews on directory search results 2022-01-18 13:41:35 +01:00
Veronika
0431ce67e2
No negative EXIF ratings 2022-01-18 12:48:08 +01:00
Patrik J. Braun
5f6c8323c7 fixing metafile setting descsription. 2022-01-17 23:18:02 +01:00
Patrik J. Braun
d9d8c21f9e Merge remote-tracking branch 'origin/master' 2022-01-17 23:05:26 +01:00
Patrik J. Braun
69fedd6c67 Creating thumbnail filling job #381
The job fills, directory, albums and persons' thumbnails
2022-01-17 23:05:10 +01:00
Patrik J. Braun
bc532d5e0e
Merge pull request #407 from desertwitch/master
apple-touch-icon
2022-01-16 10:47:19 +01:00
Veronika
1ced72be77
apple-touch-icon #351 2022-01-16 10:36:44 +01:00
Patrik J. Braun
68e0cdd6f5 fixing isArray dependency fixes #406 2022-01-15 14:39:30 +01:00
Patrik J. Braun
0efa75a0e1 setting min node version to 14 2022-01-15 11:40:43 +01:00
Patrik J. Braun
abfe9018c5 replacing ffmpeg and ffprobe to *-static node packages 2022-01-15 11:39:25 +01:00
Patrik J. Braun
9ea2fc5f21 Revert "upgrading to recommend node v16, making min version to be v14"
This reverts commit b72788456b.

# Conflicts:
#	.github/workflows/build.yml
#	.travis.yml
#	package-lock.json
#	package.json
2022-01-15 11:32:46 +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