Commit Graph

35 Commits

Author SHA1 Message Date
ee2e9e3b77 adds option to only read albums from the server and not creating new ones (helps during init sync with existing piwigo setup) 2023-09-11 16:27:25 +02:00
2fe5270d93 default log level to info 2023-09-11 16:26:29 +02:00
d0a908f96c removes not used setting from app settings
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
2023-09-10 23:12:05 +02:00
70af13e416 removes docker support 2023-09-10 23:11:51 +02:00
44809f4012 fixes param names
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
2023-09-10 23:08:32 +02:00
d1290f73c1 adds updateDb command
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
2023-09-10 22:57:42 +02:00
551ef82c01 fixes some console coloring and adds remove command
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
2023-09-10 22:07:49 +02:00
fd74c06659 adds update command and fixes add command settings 2023-09-10 21:43:22 +02:00
2dd4b85e06 combines settings with commands into same file 2023-09-10 21:30:15 +02:00
bdbff917ca check for existing server name 2023-09-10 21:26:51 +02:00
6e714ef77a adds list and add command for server
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
2023-09-07 23:26:59 +02:00
d43235bca1 fixes id of image on download and adds cancellation support for spectre commands
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
2023-09-04 23:12:18 +02:00
96bce7c83a makes most classes internal and adds a download command to download original images from piwigo to the local folder (can be used for backup of a gallery)
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
2023-09-02 23:44:10 +02:00
303d69efe6 adds full sync command
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
2023-09-02 16:39:17 +02:00
98fea6c0be marked calculated properties as not mapped 2023-09-02 16:25:50 +02:00
c94956abdd adds update of existing images
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
2023-09-02 16:24:19 +02:00
b92aabfbcb makes image upload work
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
2023-09-02 15:54:53 +02:00
8718b67176 fixes logging configuration 2023-09-02 12:19:28 +02:00
647a1e44bd moves db context to injection 2023-09-02 12:03:29 +02:00
f705babdc3 added base settings, console command to sync images and empty image synchronizer 2023-09-02 11:52:03 +02:00
105c69fbcb fixes artifact directories
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
2023-08-31 23:28:44 +02:00
f86cacac20 makes album sync work
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
2023-08-31 23:24:19 +02:00
b67f85cd85 makes piwigo client factory injectable 2023-08-31 22:51:09 +02:00
c06e8763a4 changes to dependency injection and microsoft logging, removes nlog, adds first version of album sync form server 2023-08-31 22:47:49 +02:00
8f7496a3df restructured namespaces 2023-08-31 21:18:44 +02:00
31ca91b1ab try to fix jenkins nuget restore
All checks were successful
PiwigoDirectorySync/pipeline/head This commit looks good
2023-08-30 23:59:36 +02:00
55f07c9d4c updates jenkins build file
Some checks failed
PiwigoDirectorySync/pipeline/head There was a failure building this commit
2023-08-30 23:47:02 +02:00
6ee1f1faea removes test sqlite db 2023-08-30 23:46:53 +02:00
65902b44df adds additional index to album table 2023-08-30 23:40:00 +02:00
7e528cd25d makes file system indexer work and create local entries for albums and images 2023-08-30 23:35:20 +02:00
0a25ce2cc0 moves scan classes into one namespace, makes file scanner work, adds user secrets support to config 2023-08-30 22:48:09 +02:00
2e130e8aad adds initial db context and db setup 2023-08-30 22:04:06 +02:00
28f4ec09f2 adds application infra and first draft of persistence entities 2023-08-29 23:54:00 +02:00
18124da30f initial solution creation 2023-08-29 22:37:24 +02:00
Philipp Häfelfinger
449c9df9df Initial commit 2023-08-29 22:30:15 +02:00