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
Patrik J. Braun
586e944d6a
Updating entrypoint to exec form. This also removes support to set config file path from ENV variable. (It was introduced in #130 ). Should fix : #136
2020-09-07 00:21:39 +02:00
Patrik J. Braun
da83d63fa4
entrypoint test
2020-09-06 22:54:28 +02:00
Patrik J. Braun
ce233b563f
adding shebang to the docker entry script
2020-09-06 20:21:25 +02:00
Patrik J. Braun
f6e665fa79
Creating entripont.sh as exec form Entrypoint does not support environmental variables. #136
2020-09-06 17:27:52 +02:00
Patrik J. Braun
73a8c4202a
Implementing custom folder sorting, by adding support for pg2conf metafiles. Fixes : #177
2020-09-06 17:07:40 +02:00
Patrik J. Braun
cdd1139bab
Implementing sharing listing and deleting. Fixes : #145
2020-09-06 16:12:30 +02:00
Patrik J. Braun
35435af7c0
Improving docker file. Hopefully fixes the issue that ENV variables do not load when running the default entrypoint. #136
2020-09-06 15:42:09 +02:00
Patrik J. Braun
373b13f53d
fixing workflow version tags for:
...
"##[warning]Input 'version' has been deprecated with message: The version input will not be supported after May 30, 2020. Use buildx-version instead"
2020-09-06 14:58:02 +02:00
Patrik J. Braun
6f4d1a071b
dockerfile entry update
2020-09-06 14:53:38 +02:00
Patrik J. Braun
e9498f8779
even more logging
2020-09-06 14:46:45 +02:00
Patrik J. Braun
ae447878d0
implementing share management backend features #145
2020-09-06 14:44:25 +02:00
Patrik J. Braun
b9f5aed01c
adding more logging
2020-09-06 13:14:28 +02:00
Patrik J. Braun
ea29f51d10
fixing logging error
2020-09-06 12:22:54 +02:00
Patrik J. Braun
9cbcedea0a
Adding forcable logs
2020-09-06 12:17:05 +02:00
Patrik J. Braun
a7f5d6fb5b
Clarifying user rights. #173
2020-09-06 10:32:35 +02:00
Patrik J. Braun
0d2b59a412
Improving local storing handling by try-cache all setItem calls and resetting storage on failure. Fixes : #170
2020-09-06 10:23:09 +02:00
Patrik J. Braun
1cc95bb925
removing image rotation to support the now available in-browser image orientation tag https://caniuse.com/#feat=css-image-orientation
...
Fixes : #172
2020-09-06 10:11:30 +02:00
Patrik J. Braun
f67dc7d58f
removing support for GM image library
2020-09-05 20:57:53 +02:00
Patrik J. Braun
d34c070566
adding tags list to the infobar. Fixes : #171
2020-09-05 19:56:30 +02:00
Patrik J. Braun
aa2f8451a6
adding config to disable memory db fallback. #163
2020-09-05 19:09:25 +02:00
Patrik J. Braun
4cb3a55362
Adding default trash folders to the folder exclusion list #161
2020-09-05 18:48:06 +02:00