210 Commits (fd109ea1e5d0dc3b4b2eeb0c1601b890f5983e63)
 

Author SHA1 Message Date
Felix Stupp fd109ea1e5
app.py:encode_options: Improve type hints 3 years ago
Felix Stupp 04565affb2
Add & use this_url template global helper 3 years ago
Felix Stupp 2e767fddf0
Make buttons in media tables more responsive 3 years ago
Felix Stupp 8ca61f27e9
Make media table headers shorter with blanks / icons 3 years ago
Felix Stupp 68e1394402
macros.htm: Reformat code & remove surrounding whitespace from formatting 3 years ago
Felix Stupp e5f26caff3
CSS: Enforce single-line buttons uniformly 3 years ago
Felix Stupp 92cd6e2c28
CSS: Set cursor for buttons to be uniform
- pointer for enabled buttons
- default for disabled buttons
3 years ago
Felix Stupp 057de7cd75
CSS: Remove default border from buttons 3 years ago
Felix Stupp 7a76c388ba
CSS: Retheme buttons 3 years ago
Felix Stupp b5f4f5dcf8
CSS: Set margin for commonly used h1,h2 and ul 3 years ago
Felix Stupp c0c499c30a
CSS: Set line height for body
for more compact design
3 years ago
Felix Stupp 99c32f4e81
CSS: Set margin for body 3 years ago
Felix Stupp a36d97daa3
CSS: Fix font globally 3 years ago
Felix Stupp d3c12ed79a
CSS: Collapse link styling to :any-link 3 years ago
Felix Stupp 5587bc4a74
Redesign coloring to dark theme with purple accent 3 years ago
Felix Stupp fa8cdca0db
Add reset CSS stylesheet 3 years ago
Felix Stupp f8ef40ba92
navi: Shorten Refresh button by using icon 3 years ago
Felix Stupp dfa6ee4a40
navi: Surround navigation buttons with div.navigation for CSS 3 years ago
Felix Stupp f5de2a3bbc
navi: Write out "Statistics" 3 years ago
Felix Stupp 4977c177ba
navi: shorten some names by removing words or replacing with icons 3 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
3 years ago
Felix Stupp 26dc7f7910
navi: add icon to Home link 3 years ago
Felix Stupp d31296af83
Add query stats for debugging 3 years ago
Felix Stupp 00b838fea7
stats: Add overall progress 3 years ago
Felix Stupp 3c7bb0fe68
templates: move stats.htm to stats/main.htm 3 years ago
Felix Stupp 7ea87a1e0d
Use element_lookup_cache
- caches by what elements other elements are blocked
- resolves lookups for ordered playlists
3 years ago
Felix Stupp 05fcd9fb6a
MediaElement: add direct blockings 3 years ago
Felix Stupp 53185505b1
MediaElement.left_length: return 0 if watched 3 years ago
Felix Stupp a923d99e82
MediaElement.can_considered: Only request data for ordered collections 3 years ago
Felix Stupp cc8cb6b072
models: Redefine Query to be more usable for type hinting 3 years ago
Felix Stupp 85363aed4b
MediaElement.can_considered: verify video already released 3 years ago
Felix Stupp 5c97fe4b77
Implemented element_lookup_cache
- not used for now
3 years ago
Felix Stupp 96774bc43e
Add support for custom tables 3 years ago
Felix Stupp 5dd2e85035
app.py: Remove calls to not yet commited function 3 years ago
Felix Stupp 4dc3cfe98b
app: Pin directory for static files to default one 3 years ago
Felix Stupp d014a06d60
server: Reformat code 3 years ago
Felix Stupp dcd8952604
server: Disable DB debug mode by default 3 years ago
Felix Stupp a3af276918
Fix adding began videos to dashboard
Missed to pass began videos from DB to template
3 years ago
Felix Stupp bf4ba5b0ac
Fix applying env config converters correctly
- replacing on `is not None` wasn't implemented correctly
3 years ago
Felix Stupp b589b4b42c
add support for configuring pony's DB port 3 years ago
Felix Stupp 2a7654bf9f
Add helper annotation for profiling functions 3 years ago
Felix Stupp 3cfe880ac0
app: remove unused import 3 years ago
Felix Stupp babdf8ff64
extr/media/youtube: Reraise exceptions from extraction as ExtractionErrors 3 years ago
Felix Stupp 33ac573a57
extr/media/youtube: Ignore live streams until they are available as VOD 3 years ago
Felix Stupp 922c9fd5a2
extr/media/youtube: Rename extractor to "youtube" 3 years ago
Felix Stupp 0debf4d875
extr/media/youtube: support embed & shorts video links 3 years ago
Felix Stupp 5479db90b8
extr/media/youtube: Also support youtube-nocookie links 3 years ago
Felix Stupp 35024597df
extr/media/youtube: Rewrite URI so extractor works deteministicly 3 years ago
Felix Stupp 6bb65981c9
extr/media/youtube: Explicit check for suitable URI 3 years ago
Felix Stupp 902dd1a6bf
models:MediaCollection: Add creator / created_collections relation 3 years ago