Commit Graph

45 Commits

Author SHA1 Message Date
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
a8ad6ca9ff adds an add overload to update an image 2022-10-22 22:43:12 +02:00
ef0d127b61 adds add to image api 2022-10-22 22:38:25 +02:00
002734f692 adds check upload 2022-10-22 20:36:20 +02:00
0d92316992 moves enums to contract namespace 2022-10-22 20:24:57 +02:00
7074ebf709 adds AddChunkAsync to image api 2022-10-22 20:24:12 +02:00
171aeb6e5e updates getall to provide some parameters 2022-10-21 21:45:33 +02:00
007d1caacf renames category enums to album enums and adds setInfo to albumapi 2022-10-21 21:29:08 +02:00
381fc9a436 adds move to album api 2022-10-21 21:22:53 +02:00
95facd4019 completes get images by album implementation and adds verify to makes testing a bit easier 2022-10-21 21:20:21 +02:00
ff53bbec16 adds first get images implementation with image type not complete yet 2022-10-21 00:23:54 +02:00
6b36364b99 adds check for the right methods of session api 2022-10-17 23:59:22 +02:00
5d58aaee1c adds set rank 2022-10-17 23:56:45 +02:00
23fc948424 adds methods to set, delete and refresh representative image of an album 2022-10-17 23:54:38 +02:00
f862a9794f adds check for tests to validate parameters and method sent to piwigo 2022-10-17 23:52:58 +02:00
f3ff670ef0 adds DeleteRepresentativeAsync to album api
passes cancellation token to all async requests
2022-10-17 23:23:25 +02:00
a05e149b31 optimizes login method 2022-10-17 00:23:40 +02:00
32a071b6c7 adds delete album and make context response type aware to handle response status within the call context 2022-10-17 00:16:30 +02:00
09a7a40dff starts using json strings from api examples to check mapping
adds CalculateOrphansAsync to AlbumApi
removes some not needed log lines
removes tests explicit login calls
2022-10-16 23:53:17 +02:00
181ccef825 splits typed response into response without result and response with result 2022-10-16 23:10:20 +02:00
37c262e74f renames category to album even if the api reference uses category. piwigo uses album everywhere and this seems more logical 2022-10-16 23:06:25 +02:00
62679b0c09 moves login and logout to context and adds abstracted generic post method to hide flurl from api implementations 2022-10-16 22:58:38 +02:00
cae3f94e39 adds interfaces to structure the piwigo api parts 2022-10-15 00:23:49 +02:00
e5ba4c6e4a splits client into multiple interfaces and adds a context
adds code format for rider / resharper
2022-10-15 00:07:59 +02:00
b2940dc33b adds GetAllCategoriesAsync 2022-10-08 00:08:48 +02:00
5cdd637faf consolidates extension methods 2022-10-07 23:11:28 +02:00
5f7f6f6efa moves assembly visible to csproj 2022-10-07 23:11:15 +02:00
06dd6548cf makes get status work and adds debug logging of responses 2022-10-07 13:43:19 +02:00
3bf56c7ee7 adds first implementation details and starts with login / logout 2022-10-06 23:54:44 +02:00
0751dbe9d3 adds empty skeleton projects 2022-09-23 23:54:29 +02:00
98525f1305 adds rider ide settings 2022-09-23 23:51:39 +02:00
Philipp Häfelfinger
9e81f511db Initial commit 2022-09-23 22:03:06 +02:00