Commit graph

10 commits

Author SHA1 Message Date
c1b54291f0 Add visibility indicators to media listings
- Private media now shows [private] in bold
- Unlisted media now shows [unlisted] in bold
- Public media has no indicator (default)

russell@unturf.com is the boss
2025-08-09 12:02:07 -04:00
e380d8d287 Allow owners and editors to view unlisted media + reorder upload form
- Owners and editors can now see unlisted media in listings
- Removed filter that excluded unlisted media for owners/editors
- Moved Scheduled Actions section above Visibility on upload form

russell@unturf.com is the boss
2025-08-08 22:46:36 -04:00
d0335db0a2 UI improvements: collapsible schedule menu and fix double extensions 2025-08-09 01:55:10 +00:00
4d899d367f Introduced support for scheduling actions 2025-06-09 01:09:25 +00:00
8e078ae5be Update base.html.j2 2025-01-23 23:08:10 +00:00
3a5af16053 deleted: templates/import_user_record.html.j2
deleted:    templates/user_media.html.j2
	modified:   templates/verify.html.j2
2025-01-13 07:03:24 -05:00
c5cc687dcf Ok we have two working agents now as examples
modified:   .gitignore
	modified:   README.rst
	modified:   app.py
	modified:   templates/login.html.j2
	modified:   templates/verify.html.j2
	deleted:    test_agent.sh
	new file:   test_jwt_owner_agent.sh
	new file:   test_otp_cookie_agent.sh
2025-01-12 20:06:52 -05:00
5c226f2a2e JWT and complete RBAC 2025-01-12 22:54:11 +00:00
d16a0f7a52 download and view buttons
modified:   app.py
	modified:   templates/list_media.html.j2
	modified:   templates/user_media.html.j2
	modified:   templates/view_media_details.html.j2
2024-12-31 08:41:52 -05:00
d7416d2bae init
new file:   .gitignore
	new file:   app.py
	new file:   requirements.txt
	new file:   templates/base.html.j2
	new file:   templates/edit_media.html.j2
	new file:   templates/home.html.j2
	new file:   templates/import_user_record.html.j2
	new file:   templates/list_media.html.j2
	new file:   templates/login.html.j2
	new file:   templates/profile.html.j2
	new file:   templates/upload_media.html.j2
	new file:   templates/user_media.html.j2
	new file:   templates/verify.html.j2
	new file:   templates/view_media.html.j2
	new file:   templates/view_media_details.html.j2
2024-12-29 15:21:59 -05:00