110 Commits (0d9a3a54e11b0444b9600019bfcbdf171856d7f4)

Author SHA1 Message Date
Felix Stupp 0d9a3a54e1
app: Fix preference_from_base64 for generic PreferenceScore 1 year ago
Felix Stupp 029651821b
Decrease log level for included modules 1 year ago
Felix Stupp d608d0c98e
Improve logging format to include module_name & level 1 year ago
Felix Stupp 6c5ca895f0
Reformat code 1 year ago
Felix Stupp 1e27f7b3d1
UriHolder: Make uri & uri_set proper properties
- to avoid direct DB access
- to allow for getter & setter functions
- makes consistency checks on each lookup unneccesary
- propose async consistency checks (TODO)
1 year ago
Felix Stupp cf66f47b2e
Rebuild configuration loading mechanisms with Flask tools
- and extract Flask app initialization mostly into module
1 year ago
Felix Stupp ffc0550342
Reformat code 1 year ago
Felix Stupp 2c92ffe552
app.py: Remove not required import 1 year ago
Felix Stupp e7ece868dd
time_since filter: Do show absolute time format if media is too old
Currently set to one year
1 year ago
Felix Stupp 437d907a1d
time_since filter: Do not show year as relative time 1 year ago
Felix Stupp 8d5ac34bc6
Separate MediaThumbnail & *Cache tables 1 year ago
Felix Stupp 332b2b076d
Add endpoint for thumbnails and redirect to it 1 year ago
Felix Stupp b084c82c5a
app.show_media_thumb: add TODO for sending 404 with default thumbnail 1 year ago
Felix Stupp 5853bf9f40
app.show_media_thumb: Explain why only sending 404 on invalid element 1 year ago
Felix Stupp 203a9abaaa
Reformat code 1 year ago
Felix Stupp e043265b23
Add support for configuring DB charset 1 year ago
Felix Stupp 8472fc4c0d
Add maintenance page with button to scrub temporary tags 2 years ago
Felix Stupp 059111068a
update_element_lookup_cache on forced single update 2 years ago
Felix Stupp eaa2bcbfe2
Improved change detection for updates 2 years ago
Felix Stupp 5bbef2a5a1
recommendations/adaptive: Require max_length, ask if not given
- to speed up usage of adaptive recommendations
- as users had no chance of inserting a max length (which speeds up
calculation) before a first general search was started
- now users can insert a max length before starting a first calculation
2 years ago
Felix Stupp 328f234711
Refractor models.py into 2 submodules 2 years ago
Felix Stupp d6d65574bd
Add adaptive recommendations 2 years ago
Felix Stupp d8bfb5061d
Allow to manually set single media dependencies 2 years ago
Felix Stupp e964b3f3f3
Add button to show recommendation per media 2 years ago
Felix Stupp b41e40dea8
Add sidebar with common recommendations (short filler, series episode, movies) 2 years ago
Felix Stupp 073af5d2e6
thumbnail view: Allow selecting multiple elements to mark as
first JavaScript supported feature
2 years ago
Felix Stupp 9fd314115a
thumbnail view: Hide common trails on media titles in collections 2 years ago
Felix Stupp 73343f0f82
macros/thumbnail_view_list: Allow faster mass check for considerable overlay 2 years ago
Felix Stupp 688433d22a
thumbnail view: Add overlay to unconsidered media
- calling functions can define, if overlay or check for considerable is required
2 years ago
Felix Stupp 4866901159
thumbnail view: Search for collection link if requested
- uses one found, if only one was found to prevent issues when multiple
would be possible
2 years ago
Felix Stupp 0ca9fc0dca
app.py: Add missing imports & type var already used 2 years ago
Felix Stupp bf5049ce25
Add mass extract support for collections & medias 2 years ago
Felix Stupp cdb6cb754d
Display release date of media element in form "X months ago" 2 years ago
Felix Stupp bba57e82d8
app.py: Rewrite & add type hints and guards for mypy 2 years ago
Felix Stupp 4f0c8cb82d
Adapt to renaming send_file parameters of Flask 2 years ago
Felix Stupp 7ff9a821c5
Add buttons to set marks on collections 2 years ago
Felix Stupp e028e0abf7
app:show_collection: extract max count 2 years ago
Felix Stupp 1b8b684b73
Add endpoint /collection/overview
- for latter added mass extract collection
2 years ago
Felix Stupp f89215e45b
Add listing for all collections 2 years ago
Felix Stupp 2aa23dec2e
app: List only root collections on collection/to_watch 2 years ago
Felix Stupp 874532572b
app: Separate _list_collections and _by_filter 2 years ago
Felix Stupp da2ca3aed4
Add support to input progress as H:MM:SS 2 years ago
Felix Stupp 8834227335
app.py: Reformat code 2 years ago
Felix Stupp 4e341f9e16
app.py: Remove unused import for jsonify 2 years ago
Felix Stupp 2ae09f1130
app.py: Reformat code 2 years ago
Felix Stupp 93eaeb7c02
app.py: Make filter timedelta handle None values 2 years ago
Felix Stupp 060662a5a1
app.py: Rename filter timedelta while keeping filter name
- to make name timedelta free
2 years ago
Felix Stupp fd109ea1e5
app.py:encode_options: Improve type hints 2 years ago
Felix Stupp 04565affb2
Add & use this_url template global helper 2 years ago
Felix Stupp 62e2beeab7
Add site listing long media
- longer than 10 minutes
- in opposition to short media
- added to navigation header as well
2 years ago