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

335 Commits

Author SHA1 Message Date
Patrik J. Braun
0b7c350f5c increasing max nodejs version to 16.x 2022-01-14 17:00:53 +01:00
Patrik J. Braun
7bfb02653f increasing min nodejs version to 15 2022-01-14 16:47:22 +01:00
Patrik J. Braun
b72788456b upgrading to recommend node v16, making min version to be v14 2022-01-14 16:27:08 +01:00
Patrik J. Braun
47fec015c1 Implementing basic blogging support 2021-12-31 18:50:21 +01:00
Patrik J. Braun
1351c3fcb8 updating angular 2021-12-30 19:11:50 +01:00
Patrik J. Braun
8e90610ea3 updating packages 2021-12-30 17:26:38 +01:00
Patrik J. Braun
22954550bf fixing xlf translate issues 2021-11-08 21:50:42 +01:00
Patrik J. Braun
0a568941d4 typeconfig version bump 2021-09-26 11:53:10 +02:00
antegs
d8f0a7ff9e Fix gallery sorting #341 2021-07-20 13:04:22 +09:00
Patrik J. Braun
ff08d34a04 Fixing tests 2021-06-03 21:19:21 +02:00
Patrik J. Braun
2e12af46d1 Fixing SOME_OF query flatteing issue 2021-05-31 16:44:37 +02:00
Patrik J. Braun
d9a91a824f version bump 2021-05-24 16:07:41 +02:00
Patrik J. Braun
2fa1c8f87f Implementing custom Logger, removing deprecated winston dependency
Winston had a major API refactor since v2, so update was not straight forward. Pigallery also uses simple logging, so no need for the complex feature set of winston.
2021-05-16 11:11:53 +02:00
Patrik J. Braun
f59ba6eb98 fixing linting issues 2021-05-16 08:15:42 +02:00
Patrik J. Braun
b2730effc2 Adding explicit linting step to workflow 2021-05-16 07:46:26 +02:00
Patrik J. Braun
d0a464b526 sub version bump 2021-05-11 23:37:46 +02:00
Patrik J. Braun
f3980116f5 Improving search performance 2021-05-11 23:27:50 +02:00
Patrik J. Braun
8a0f663e37 bootstrap 5 contains breaking changes, reverting 2021-05-11 16:23:58 +02:00
Patrik J. Braun
032a5f4863 updating packages 2021-05-11 15:43:44 +02:00
Patrik J. Braun
b79d62840c Reverting sharp to 0.23.4 as 0.26.3 is not support fully supported on ARM. #295 2021-05-09 09:02:15 +02:00
Patrik J. Braun
6a38d21d19 Upgrading sharp to 0.26.3 to support PNG on FreeBSD #295
Details: https://github.com/lovell/sharp/issues/2537#issuecomment-761760284
2021-05-09 08:40:39 +02:00
Patrik J. Braun
cb10227e3c Moving web dependencies to devDependencies 2021-05-06 23:01:26 +02:00
mcdamo
5b05608870 Add device detection for portrait mode in directories listing 2021-05-06 19:26:59 +10:00
Patrik J. Braun
c5a1fa2657 Fixing sub directory search issue
(it was failing on directory:(dir/subdir) due to the "/" in the url) #284
2021-05-04 21:46:28 +02:00
Patrik J. Braun
0b24d60b44
Merge pull request #278 from mcdamo/feature/download-zip
Download zip folder
2021-05-04 21:12:31 +02:00
mcdamo
07847e06c5 Convert require to import packages 2021-05-03 22:49:41 +10:00
Patrik J. Braun
27eed745cf
Merge pull request #280 from bpatrik/feature/map-refactor
Feature/map refactor
2021-05-01 00:23:10 +02:00
Patrik J. Braun
494eab6f08 Adding cluster marker to map #256 2021-04-30 23:40:32 +02:00
mcdamo
6af288e77a Download zip folder 2021-04-29 00:11:18 +10:00
kagahd
eb99ec004d #274 use ExifReader 3.15.0 to avoid overwriting Rating by RatingPercent 2021-04-26 15:22:12 +02:00
Patrik J. Braun
4f2b02b7e0 migrating maps to ngx-leaflet #256 2021-04-25 19:07:02 +02:00
Patrik J. Braun
d9bd588b1a replacing ng2-cookies to ngx-cookie-service 2021-04-19 20:10:44 +02:00
Patrik J. Braun
e5895ff1f6 downgrading sharp to 0.23.4 as 0.28.1 fails build, see https://sharp.pixelplumbing.com/install.
More details: https://github.com/lovell/sharp/issues/2482
2021-04-18 18:22:37 +02:00
Patrik J. Braun
c8fb528a2e downgrading sharp 2021-04-18 17:56:43 +02:00
Patrik J. Braun
f64ce98117 Adding package lock 2021-04-18 17:32:34 +02:00
Patrik J. Braun
dac63c9a41 Upgrading sharp version 2021-04-18 17:26:55 +02:00
Patrik J. Braun
ab19dc577f Fixing missing frontend release build and cleaning up package.json 2021-04-18 16:54:34 +02:00
Patrik J. Braun
085d7c2cd9 fixing linting erros. adding tslint to pretest 2021-04-18 15:48:35 +02:00
Patrik J. Braun
2223c87b9e Updating translations to use angular's $localize #255 2021-04-17 20:06:17 +02:00
Patrik J. Braun
e83ba7c5fa updating building and translations 2021-04-17 18:32:32 +02:00
Patrik J. Braun
7371fda5a8 upgrading bootstrap, fixing navigation issue
Router active line broke navigation, replacing it with custom function
2021-04-11 15:59:30 +02:00
Patrik J. Braun
669ad818c3 replacing ng2-slim-loading-bar with @ngx-loading-bar to make prod compilation pass (previous bar was not compatible with angular 6 and above) 2021-04-11 00:05:33 +02:00
Patrik J. Braun
61777e4eaa Updating packages #255 2021-04-10 10:51:33 +02:00
Patrik J. Braun
0f7ac812ea Implementing distance search #58 2021-04-06 11:32:31 +02:00
Patrik J. Braun
50ede89347 Version bumps 2021-03-28 15:45:06 +02:00
Patrik J. Braun
1de6114c5b Cleaning up project 2021-03-14 17:00:43 +01:00
Patrik J. Braun
007962cc8d Merge remote-tracking branch 'origin/master'
# Conflicts:
#	src/frontend/app/ui/gallery/gallery.component.ts
2021-03-14 16:54:10 +01:00
erri120
c0a0ac15b3
Using natural-orderby for sorting 2021-02-02 22:29:43 +01:00
Patrik J. Braun
9a923aa8ab Implementing model for advanced searching. #58 2021-01-16 16:59:59 +01:00
Patrik J. Braun
5f0f09d420 Project cleanup and version bumps 2021-01-04 11:11:55 +01:00
Patrik J. Braun
2f0d2a5e59 Project cleanup 2021-01-04 10:40:09 +01:00
Patrik J. Braun
03789ecaf8 improving benchmark 2020-12-28 22:08:57 +01:00
Patrik J. Braun
d2cdc32c68 sharp version bump 2020-12-28 09:53:32 +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
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
6099f7204a version bump 2020-09-13 14:58:56 +02:00
Patrik J. Braun
004948cdc2 package versions upgrades 2020-09-13 14:44:12 +02:00
Patrik J. Braun
e9498f8779 even more logging 2020-09-06 14:46:45 +02:00
Patrik J. Braun
b9f5aed01c adding more logging 2020-09-06 13:14:28 +02:00
Patrik J. Braun
9cbcedea0a Adding forcable logs 2020-09-06 12:17:05 +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
58aa4a720d improving default value management 2020-02-08 12:12:20 +01:00
Patrik J. Braun
bcfd419908 adding crf, preset and custom options to video encoding, implementing: #131 2020-02-08 09:59:18 +01:00
Patrik J. Braun
5908bed64f fixing settings saving bug 2020-02-06 22:46:45 +01:00
Patrik J. Braun
d152900e21 implementing advanced settings 2020-02-04 19:37:47 +01:00
Patrik J. Braun
4e3f464cf8 upgrading to typeconfig2.0 2020-01-28 18:36:52 +01:00
Patrik J. Braun
ac9b67e544 adding coverage 2020-01-08 23:23:37 +01:00
Patrik J. Braun
e8c4fc0fc9 fixing package.json naming issue 2020-01-08 23:01:27 +01:00
Patrik J. Braun
51d2238635 fixing tests 2020-01-07 23:31:38 +01:00
Patrik J. Braun
5b4f06e789 implementing csrf security for posts 2020-01-07 22:17:54 +01:00
Patrik J. Braun
b68d5d174d Adding /api/user/login integration test 2020-01-03 11:36:39 +01:00
Patrik J. Braun
17139c692b improving code quality 2020-01-02 22:11:59 +01:00
Patrik J. Braun
6b4e33d4cb restoring full browser support 2020-01-01 11:06:14 +01:00
Patrik J. Braun
500253148a shrinking release package, by removing unused runtime translations 2019-12-31 17:27:38 +01:00
Patrik J. Braun
8b5785679d preparing v1.8.0 2019-12-30 21:39:05 +01:00
Patrik J. Braun
832efde081 updating docker build 2019-12-30 20:48:25 +01:00
Patrik J. Braun
c716ff4ca7 improving jobs 2019-12-30 17:52:58 +01:00
Patrik J. Braun
9516fba85b adding missing translations, improving phone settings phone view 2019-12-30 17:10:01 +01:00
Patrik J. Braun
e2864117b2 implementing TempFolderCleaningJob 2019-12-26 21:03:10 +01:00
Patrik J. Braun
fb99df6157 installing ffmpeg with package manager for docker build 2019-12-21 18:14:28 +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
4fa8b54d67 adding build script, removing install script 2019-12-14 10:15:56 +01:00
Patrik J. Braun
f8b4e1c968 improving configs 2019-12-13 15:10:17 +01:00
Patrik J. Braun
2757af6bf0 adding config only mode 2019-12-12 11:04:20 +01:00
Patrik J. Braun
cd9200fb6a removing unused dependencies 2019-12-10 19:27:24 +01:00
Patrik J. Braun
358a7834e0 restucturing project 2019-12-10 10:44:35 +01:00
Patrik J. Braun
d20753a6c8 version bump 2019-12-09 17:20:00 +01:00
Patrik J. Braun
09b626980e fixing docker build error 2019-12-08 12:44:18 +01:00
Patrik J. Braun
66b0b1afa8 fixing language issue 2019-12-08 00:33:50 +01:00
Patrik J. Braun
0e75fffc5f package.json fix 2019-12-07 20:50:59 +01:00
Patrik J. Braun
cfb3299fed updating packages 2019-12-07 20:21:23 +01:00
Patrik J. Braun
1ddc73d461 improving tasks settings
updating settings
version bump
2019-12-07 18:16:37 +01:00
Patrik J. Braun
2012ec3d91 updating settings page 2019-08-20 12:54:45 +02:00
Patrik J. Braun
6d44c22df1 fixing install error 2019-07-21 17:26:23 +02:00
Patrik J. Braun
b7b1f69483 releasing v1.7.0 2019-07-21 17:00:07 +02:00
Patrik J. Braun
f46cb80c3c updating translations 2019-07-21 15:14:12 +02:00
Patrik J. Braun
03d7d68c10 version bump and adding app version to the admin page 2019-07-21 13:49:32 +02:00
Patrik J. Braun
91b3da7b35 adding warning comment to config 2019-07-19 16:03:50 +02:00