Commit Graph

109 Commits

Author SHA1 Message Date
Thomas Peetz a5cdf8867a move Git repository kontor-docker to directory bottle-docker 2025-03-29 19:05:31 +01:00
tpeetz 45971518ee change ModuleData view 2025-03-17 18:43:55 +01:00
Thomas Peetz 7db244f599 add length vor varchar for _id fields 2025-02-12 18:07:48 +01:00
Thomas Peetz 41e2b11da2 add details view 2025-02-11 16:16:38 +01:00
Thomas Peetz 0d1b2e416e add tab witg table and details 2025-02-11 10:39:07 +01:00
Thomas Peetz d8eecb4dab fix NPE in MediaActorView 2025-02-10 15:56:32 +01:00
Thomas Peetz 3bb3b22cea add MediaActor and MediaActorFile to kontor-schema 2025-02-10 12:54:59 +01:00
Thomas Peetz 8ffd421c1b add views for MediaActor and adapt MediaFile 2025-02-10 12:25:39 +01:00
Thomas Peetz 6d54c7f315 add MediaActor 2025-02-10 00:27:23 +01:00
Thomas Peetz f5fb743503 refactor kontor-schema 2025-02-08 20:22:21 +01:00
tpeetz ca9022d289 Merge branch 'table_sortable' into 'develop/0.1.0'
Table sortable

See merge request tpeetz/kontor!11
2025-02-06 15:59:29 +00:00
Thomas Peetz ed0e108599 refactor project by using enums for recurring strings 2025-02-06 16:48:41 +01:00
Thomas Peetz 7dc18b10cb refactor kontor-schema by moving classes to seprate modules 2025-02-06 16:44:14 +01:00
Thomas Peetz 171bc1676a refactor project by using enums for recurring strings 2025-02-06 16:33:15 +01:00
Thomas Peetz 1a5cd6ffe8 refactor kontor-schema by moving classes to seprate modules 2025-02-06 11:09:09 +01:00
Thomas Peetz 71ecfaff1f make tables sortable 2025-02-03 23:28:35 +01:00
Thomas Peetz f33aaadce7 fix problem with closing subwindows and define field length for id in schema 2025-02-03 17:37:19 +01:00
Thomas Peetz 591171b223 add meta data subwindow 2025-02-02 21:38:16 +01:00
Thomas Peetz da453d642d rename kontor.py to main.py for pyside6-deploy 2025-01-28 23:19:23 +01:00
Thomas Peetz e733fa21e6 moved update and download functionality to kontor-schema 2025-01-28 15:10:10 +01:00
Thomas Peetz c61e49720e update title 2025-01-27 22:42:32 +01:00
Thomas Peetz d01489b1fa reformat python file 2025-01-27 15:21:51 +01:00
Thomas Peetz 93c7498a83 setting return value of adding link to db 2025-01-27 15:20:35 +01:00
Thomas Peetz fe89cc6e0f add Mixin for videos 2025-01-27 13:34:15 +01:00
Thomas Peetz 1e9ca7c1a4 add Enum for Videotype 2025-01-25 03:53:47 +01:00
Thomas Peetz 400aff6524 Add MediaWindow 2025-01-24 08:58:59 +01:00
Thomas Peetz 845f085a76 remove data.json 2025-01-24 05:31:20 +01:00
Thomas Peetz 88c623edb7 subclass VideoFile 2025-01-24 05:02:08 +01:00
Thomas Peetz 0cc73c09aa remove pyproject.toml 2025-01-21 20:14:27 +01:00
Thomas Peetz e8660faa06 Refactor GUI to use Multi Document Interface 2025-01-21 20:12:50 +01:00
Thomas Peetz 4e884fdbe5 fix exporting and importing from file 2025-01-21 16:46:12 +01:00
Thomas Peetz 4c330a1138 remove kontor-cli.backup 2025-01-21 09:42:33 +01:00
Thomas Peetz 65288a53a1 complete MetaDataTable and MetaDataColumn 2025-01-20 15:40:45 +01:00
Thomas Peetz 60fba0d3e9 add dependencies to kontor-schema and kontor-video in rquirements.txt 2025-01-19 23:39:53 +01:00
Thomas Peetz ada723dc48 separate cli and gui application in own python packages. provide database schema as python package. 2025-01-19 23:36:52 +01:00
Thomas Peetz f07c7b74ee prepare progress bar for download 2025-01-19 17:49:13 +01:00
Thomas Peetz f3c59c11ba add progress in statusbar 2025-01-18 01:28:27 +01:00
Thomas Peetz 3c4d3ad326 add check files command 2025-01-17 17:19:31 +01:00
Thomas Peetz 917e287784 fix missing argument for KontorDB in import_cmd and export 2025-01-17 13:38:16 +01:00
Thomas Peetz 611d6b9e61 add update and download for MediaFile 2025-01-17 13:31:49 +01:00
Thomas Peetz 58263cb854 use sqlalchemy session only as short as possible 2025-01-16 23:03:30 +01:00
Thomas Peetz 33dcbc4413 add command to add link 2025-01-16 16:50:14 +01:00
Thomas Peetz f3cf1a17f3 add import functionality 2025-01-15 14:16:35 +01:00
Thomas Peetz 3466c10a88 add commands and subcommands 2025-01-14 22:58:15 +01:00
Thomas Peetz 4cea554116 add missing schema classes 2025-01-14 17:53:05 +01:00
tpeetz 332e09b283 Merge branch 'feature/5-add-token-management' into 'develop/0.1.0'
Resolve "Add token management"

Closes #5

See merge request tpeetz/kontor!3
2025-01-14 14:55:54 +00:00
tpeetz d3c720f995 Merge branch 'develop/0.1.0' into 'feature/5-add-token-management'
# Conflicts:
#   qt/gui/main_window.py
2025-01-14 14:44:46 +00:00
Thomas Peetz 453ad2af7b merged command line and gui app in one command 2025-01-14 15:39:07 +01:00
Thomas Peetz 54bc17ee7d add cli app and fix relationship typos 2025-01-14 15:39:06 +01:00
Thomas Peetz 89b7b87b8c add export to json 2025-01-14 15:39:03 +01:00