Commit Graph

61 Commits

Author SHA1 Message Date
Thomas Peetz e0396eb5a9 remove MetaDataTable and MetaDataColumn to cleanup schema 2026-06-01 20:12:08 +02:00
Thomas Peetz c4705a2d5e add missing fields for import 2026-06-01 20:12:02 +02:00
Thomas Peetz 142c515780 removed fields from MetaDataColumn 2026-06-01 20:12:02 +02:00
Thomas Peetz fab7bd145e add missing fields for comic 2026-06-01 20:12:02 +02:00
Thomas Peetz 230e94aa70 add method for import data 2026-06-01 20:12:02 +02:00
tpeetz fc2a78cd2c update model for import 2026-06-01 20:11:56 +02:00
Thomas Peetz 18ef6efc4e add CRUD for WorkType 2026-06-01 20:11:56 +02:00
Thomas Peetz cf49408d0c setup changed 2026-06-01 20:11:53 +02:00
Thomas Peetz 1786fecfed update models to use string type for id fields 2026-06-01 20:11:53 +02:00
Thomas Peetz e5fa32d653 update scripts to use Postgres 2026-06-01 20:11:49 +02:00
Thomas Peetz 595786d126 use PostgreSQL for kontor-spring and kontor-api 2026-06-01 20:11:49 +02:00
Thomas Peetz 19a5623075 import sources from develop/0.1.0 2026-06-01 20:11:49 +02:00
tpeetz c30bdd1cd5 add checking dirs to cjeck_kontor.py 2026-06-01 20:11:49 +02:00
tpeetz 2d706cc3d8 fix problem when deleting MediaFile with MediaActor relations 2026-06-01 20:11:49 +02:00
tpeetz 9cb71f18c2 check for duplicate links 2026-06-01 20:11:49 +02:00
Thomas Peetz 061be5a3b4 add missing endpoints for creating items 2026-06-01 20:11:49 +02:00
tpeetz 330d414e72 synchronize data between configured servers 2026-06-01 20:11:43 +02:00
Thomas Peetz f9d09d5357 update cli scripts to use REST API 2026-06-01 20:11:36 +02:00
Thomas Peetz d862476097 complete loading single items 2026-06-01 20:11:32 +02:00
tpeetz 87c6fb7071 check if more than one server is configured before syncing 2026-06-01 20:11:11 +02:00
Thomas Peetz 3ba1fa40fd add endpoints to get items by id 2026-06-01 20:11:10 +02:00
tpeetz 7cdbadbf84 add missing comics endpoints 2026-06-01 20:11:03 +02:00
tpeetz 6310377d84 Remove obsolete endpoints (#89)
Remove endpoints api/login/token and api/login/profile

---------

Co-authored-by: Thomas Peetz <thomas.peetz@cimt-ag.de>
Reviewed-on: #89
2026-06-01 20:11:03 +02:00
Thomas Peetz fb289ab298 add missing endpoints 2026-06-01 20:10:38 +02:00
tpeetz f1abf03b35 add missing endpoints 2026-06-01 20:10:14 +02:00
tpeetz eeb2f23e71 remove obsolete scripts 2026-06-01 20:10:04 +02:00
tpeetz bba417922c re-setup subproject kontor-vue 2026-06-01 20:09:26 +02:00
tpeetz c9a350bc58 change update_title to add authorization to REST calls 2026-06-01 20:09:22 +02:00
tpeetz 47df61af32 update kontor-api
(cherry picked from commit f42735326b4dd490351cebb0fc751d62b3a187d0)
2026-06-01 20:08:36 +02:00
tpeetz 44fac3f471 Vorbereitung Release 0.2.0 2026-06-01 20:08:13 +02:00
Thomas Peetz 123be2e9c0 add script to read queues 2025-06-20 16:57:17 +02:00
Thomas Peetz 8ed8599f17 add missing import 2025-06-16 08:08:30 +02:00
Thomas Peetz 435de2ec92 fix handling of id 2025-06-15 05:31:42 +02:00
Thomas Peetz 529a199262 add add_link.py and improve hamndling of MediaFile 2025-06-14 18:53:15 +02:00
Thomas Peetz da4f286180 remove unused imports 2025-06-11 18:56:33 +02:00
Thomas Peetz b610947403 change loading config for export.py 2025-06-08 20:23:30 +02:00
Thomas Peetz ea9f596abe add IssueWork entity with Repository, Form and View 2025-06-04 21:36:26 +02:00
Thomas Peetz 4bb7d61f80 add comparison of datetime objects with strings 2025-06-04 14:06:18 +02:00
Thomas Peetz 8e13af5b8c add handling of None values 2025-06-02 08:53:40 +02:00
Thomas Peetz dd5281e2a1 remove entity ModuleData from python code
refs #18
2025-06-01 22:27:42 +02:00
tpeetz 293a0b3478 remove dependency to MariaDB and improve import of field published_on 2025-06-01 20:23:15 +02:00
tpeetz 076466b895 remove dependency to MariaDB 2025-06-01 19:56:01 +02:00
Thomas Peetz 1151b0e45e Add field published_on and title to Issue
/refs #16

Add field published_on and title to Issue and display both fields.
2025-06-01 18:32:15 +02:00
Thomas Peetz 1b636efdb7 change logging 2025-05-26 11:35:51 +02:00
Thomas Peetz 374c242890 deactivate authentication 2025-05-25 23:10:05 +02:00
Thomas Peetz 456162da44 remove MetaDataTable and MetaDataColumn to cleanup schema 2025-05-23 18:21:41 +02:00
Thomas Peetz 8cfb60f9a1 add missing fields for import 2025-05-21 23:24:13 +02:00
Thomas Peetz 4c70046a32 removed fields from MetaDataColumn 2025-05-21 17:29:14 +02:00
Thomas Peetz bd86379d07 add missing fields for comic 2025-05-19 15:14:29 +02:00
Thomas Peetz 20ed0b2f40 add method for import data 2025-05-19 14:16:30 +02:00