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

1078 Commits

Author SHA1 Message Date
Patrik J. Braun
b37d4ec8c8 Improving notification and CSRF error logging 2020-12-27 18:57:02 +01:00
Patrik J. Braun
3b82b71203 fixing backend test 2020-12-27 17:54:05 +01:00
Patrik J. Braun
dffbd1e7d5 fixing backend test 2020-12-27 17:36:29 +01:00
Patrik J. Braun
d00cf9420e Adding test to exiftool based face region parsing 2020-12-27 14:35:30 +01:00
Patrik J. Braun
f2538410f6 Merge remote-tracking branch 'origin/master' 2020-12-27 13:38:17 +01:00
Patrik J. Braun
2a7269c34a
Merge pull request #201 from lbischof/regions
Support exiftool face region format
2020-12-27 13:38:00 +01:00
Patrik J. Braun
4f80ae76bd saving start time for all requests 2020-12-27 13:36:41 +01:00
Patrik J. Braun
c9847f5cc1
Update build.yml
fixing docker file path for debian buster
2020-12-26 12:50:17 +01:00
Patrik J. Braun
67442971de bumping typeconfig version and adding v14 support to package.json 2020-12-26 12:12:19 +01:00
Patrik J. Braun
e54bab2976 Adding debian buster and node v14 support 2020-12-26 12:11:31 +01:00
Patrik J. Braun
ca08cea126
Update build.yml
fixing action warning
2020-12-25 19:54:43 +01:00
Patrik J. Braun
25ffa4dad6
Update build.yml
updating build action for stretch
2020-12-25 18:59:01 +01:00
Patrik J. Braun
d409a7a152
Update build.yml
updating alpine download release action
2020-12-25 16:26:23 +01:00
Patrik J. Braun
ed5252e62e
Update build.yml
Updating alpine build actions
2020-12-25 15:31:59 +01:00
Patrik J. Braun
542bbfb7ff
Update build.yml
Updating action versions
2020-12-25 10:54:28 +01:00
Patrik J. Braun
9df2b8fbaa Improving error logging for handled server side errors.
Looking for: "ForbiddenError: invalid csrf token"
2020-12-25 10:36:49 +01:00
Patrik J. Braun
ee355dd012 Refactoring max search result.
#174
2020-10-31 21:16:51 +01:00
Patrik J. Braun
7571788bc7 Merge remote-tracking branch 'origin/master' 2020-10-31 21:02:45 +01:00
Patrik J. Braun
161e291939 Removing memory DB fallback in case of DB error.
App now terminates on an error.

Fixes #163
2020-10-31 21:02:35 +01:00
Patrik J. Braun
624143a55a
Merge pull request #202 from fxjkhr/patch-1
added missing space in docker-compose.yml
2020-10-28 23:19:58 +01:00
fxjkhr
0877b7b2b1
added missing space
I believe a space was needed
2020-10-28 13:02:15 -07:00
Lorenz Bischof
17df914791 Support exiftool face region format 2020-10-28 14:02:59 +01:00
Patrik J. Braun
ee1ce34024
Merge pull request #195 from zertrin/dockerfile-updates-1
Update Dockerfiles
2020-10-26 21:17:37 +01:00
zertrin
d149457b3c Update Dockerfiles
- added wget to debian images (it was removed from the node base image,
see https://github.com/nodejs/docker-node/issues/1185)
- resynchronized the standalone Dockerfile with the one used for builds
- apt install without recommended packages
- clean apt cache after install to reduce image size a bit
2020-10-25 20:23:20 +08:00
Patrik J. Braun
c60bd99514
Merge pull request #194 from zertrin/patch-1
Fix docker instructions for running without docker-compose
2020-10-25 09:16:32 +01:00
zertrin
54d88f2801
Fix docker instructions for running without docker-compose
Correct definition of config volume. Previously, it would create a `config.json` folder on the host upon first creation of the container, which prevents the app to create the `config.json` file.
2020-10-22 23:46:48 +08:00
Patrik J. Braun
8c2654980d
Merge pull request #190 from matteodelabre/migrate-mapbox-api
Replace old Mapbox tiles with Static Tiles API
2020-10-14 23:35:59 +02:00
Mattéo Delabre
be8bfd2bf5
Replace old Mapbox tiles with Static Tiles API
Old Mapbox classic styles and API have been deprecated then removed
since June 2020. This PR changes the default Mapbox tiles to request the
new API.

See <https://docs.mapbox.com/help/troubleshooting/migrate-legacy-static-tiles-api/>
2020-10-14 17:12:39 +02:00
Patrik J. Braun
acd3cf1fe5 updating package-lock.json 2020-09-14 20:55:20 +02:00
Patrik J. Braun
3f2498dc8a downgrading sharp to 0.23.x as libvips 8.9.0 does not have prebuilds for all supported platforms 2020-09-14 20:50:43 +02:00
Patrik J. Braun
0377d51dd6 downgrading sharp as libvips 8.10.0 does not have prebuilds for all supported platforms 2020-09-13 23:16:59 +02:00
Patrik J. Braun
78cb352127 fixing png test 2020-09-13 15:06:12 +02:00
Patrik J. Braun
6099f7204a version bump 2020-09-13 14:58:56 +02:00
Patrik J. Braun
9171d5e419 Merge remote-tracking branch 'origin/master' 2020-09-13 14:55:52 +02:00
Patrik J. Braun
9521eaf5fb
Merge pull request #182 from tuur29/feature/web-manifest
Add web manifest
2020-09-13 14:55:24 +02:00
Patrik J. Braun
3c404c0cd5
Merge pull request #181 from tuur29/feature/mobile-directory-grid-layout
Improve mobile directory grid layout
2020-09-13 14:55:10 +02:00
Patrik J. Braun
1df4928044
Merge pull request #180 from tuur29/feature/password-field-accessibility
Improve password field accessibility
2020-09-13 14:54:59 +02:00
Patrik J. Braun
8bc14d2b68 improving readme. Fixes: #42 2020-09-13 14:51:48 +02:00
Patrik J. Braun
004948cdc2 package versions upgrades 2020-09-13 14:44:12 +02:00
Patrik J. Braun
ffa7840626 Adding face testing for png #99 2020-09-13 14:43:03 +02:00
Tuur Lievens
2976193b42 Add web manifest 2020-09-13 13:44:14 +02:00
Tuur Lievens
e11b5cc728 Improve mobile directory grid layout 2020-09-13 13:32:46 +02:00
Tuur Lievens
4586854cf0 Improve password field accessibility 2020-09-13 13:25:41 +02:00
Patrik J. Braun
f1d9fa0933 Fixing base url issue. Fixes: #178 2020-09-13 12:54:31 +02:00
Patrik J. Braun
4022c04f33 Adding indexed only settings to jobs 2020-09-13 12:41:17 +02:00
Patrik J. Braun
3ba6979427 Improving job progress wording 2020-09-13 12:40:51 +02:00
Patrik J. Braun
77c148480a
Merge pull request #179 from jacroe/patch-1
Minor spelling and grammar corrections
2020-09-13 12:29:21 +02:00
Jacob Roeland
4fc0faa6d5
Minor spelling and grammar corrections 2020-09-10 17:49:52 -04:00
Patrik J. Braun
e619b73da2
Update Config.ts 2020-09-10 19:41:11 +02:00
Patrik J. Braun
fad595923a
Update Config.ts
fixing uptime
2020-09-10 19:40:44 +02:00