Commit Graph

81 Commits

Author SHA1 Message Date
80b293eec1 adds first version of microsoft di support for piwigodotnet
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2023-07-11 18:37:36 +02:00
872c870cce updates filemode
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2023-04-04 23:18:07 +02:00
9e3d68a307 fixes version
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-12-11 21:59:55 +01:00
34c38f19c8 makes cli build and be published to artifacts as well
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-12-11 21:58:12 +01:00
b30fd4ad2a makes cli upload of an image work
Some checks failed
piwigodotnet/pipeline/head This commit looks good
SideCarJpgCleaner/pipeline/head There was a failure building this commit
2022-11-19 10:10:56 +01:00
3b2384d82f fixes extensions handling by removing dots 2022-11-19 10:05:39 +01:00
074da8a4d8 adds albumid and makes properties init only, also suppresses some warnings 2022-11-19 10:02:35 +01:00
343fc29238 fixes some warnings and make properties init only 2022-11-19 10:02:14 +01:00
5952664e2b append webservice and result type parts to base piwigo url 2022-11-19 10:01:54 +01:00
3197ac24ea removes unused chunk size from configuration 2022-11-19 10:01:24 +01:00
02624731c2 fixes cancellation token default value 2022-11-19 10:01:09 +01:00
3a2129a8b3 adds two test images 2022-11-19 09:37:55 +01:00
79aedc4855 adds first code to upload an image using cli
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-11-17 23:12:57 +01:00
34807e6572 adds static CreateClient to make usages without DI container easier 2022-11-17 23:12:39 +01:00
b23ef3eebb upload file extension methods to make usages easier 2022-11-17 23:11:55 +01:00
326b76b54b WIP: upload file extension methods to make usages easier
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-11-16 00:22:55 +01:00
efaa7442c8 adds GetSupportedFileTypes to session api 2022-11-16 00:22:33 +01:00
172759462c fixes compiler warning as url is not returned null 2022-11-15 23:31:05 +01:00
72fbed8604 adds GetUploadChunkSizeAsync to session api 2022-11-15 23:30:54 +01:00
d6aaefc0d2 updates upload method signature 2022-11-15 23:30:27 +01:00
523870fbe7 updates nuget packages 2022-11-15 23:29:53 +01:00
bd812eceee fixes declarative when for nuget push
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-11-03 16:02:46 +01:00
f68355a966 only publish packages on main branch
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-11-03 15:32:42 +01:00
4684829f81 updates jenkins to publish nuget to gitea
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-11-03 15:17:33 +01:00
a36ac7442d adds RenameAsync for tags 2022-10-28 00:14:23 +02:00
d61ecf8d76 adds merge and fixes test for duplicate 2022-10-28 00:10:22 +02:00
e68addbdaa adds delete and duplicate of a tag 2022-10-28 00:00:52 +02:00
e29c1c7c03 adds first tag api calls 2022-10-27 23:48:07 +02:00
737f3ff198 fixes some namespaces 2022-10-27 23:06:07 +02:00
49ec268c3d adds comments for the album api 2022-10-27 23:05:51 +02:00
af5d269e10 restructured client to provide one namespace per functionality 2022-10-27 22:39:23 +02:00
9470bb6686 set config of build to release
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-10-25 23:20:07 +02:00
32be0e336a ensure publish does not exist
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-10-25 23:08:41 +02:00
c11544245f prevents unneeded restores and fixes artifacts archive
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-10-25 23:03:39 +02:00
ebdd0aecc1 makes jenkins build nuget packages
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-10-25 22:59:56 +02:00
1797f383d1 next try
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-10-25 22:44:52 +02:00
c4b8dd5485 next try
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-10-25 22:43:46 +02:00
2e09df694d should fix dotnet cli
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-10-25 22:41:49 +02:00
5c03f6f403 fixes socker container *facepalm*
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-10-25 22:31:58 +02:00
a7d362f332 paths look better now
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-10-25 22:30:53 +02:00
745623e74d next try
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-10-25 22:29:46 +02:00
8a060bd578 try to discover paths
All checks were successful
piwigodotnet/pipeline/head This commit looks good
2022-10-25 22:28:54 +02:00
6b5a59e558 first jenkins file
Some checks failed
piwigodotnet/pipeline/head There was a failure building this commit
2022-10-25 22:17:59 +02:00
6f16409ee2 moves directory to src 2022-10-25 22:04:58 +02:00
a314b3a454 fixes some record types and type visibility
adds project for autofac setup
2022-10-25 21:58:26 +02:00
c4e1eb4923 completes first version of the image api parts 2022-10-25 17:19:13 +02:00
55dfca052b adds some xml doc to image api 2022-10-22 23:58:21 +02:00
1ff1121bf4 adds AddComment to images api 2022-10-22 23:42:12 +02:00
33711e20ff update piwigo responses with proper versions from piwigo api 2022-10-22 23:29:52 +02:00
fadd9bc1a9 changes contract classes to records
adds getinfo to image api
2022-10-22 23:20:26 +02:00