Logo
Explore Help
Register Sign In
morgan/Grinch-AP
1
0
Fork 0
You've already forked Grinch-AP
Code Issues Packages Projects Releases Wiki Activity
Files
86025745ac76cfc04dd6cc8a46a205bdbd807d31
Grinch-AP/WebHostLib/templates/macros.html

9 lines
244 B
HTML
Raw Normal View History

move webhost over to UUID to make it nearly impossible to guess at seeds Also introduce zip uploads and store the remaining relevant data, implemention of that still pending
2020-06-26 19:29:33 +02:00
{% macro list_rooms(rooms) -%}
Improved styling for WebHost
2020-07-18 16:25:07 -04:00
<ul>
move webhost over to UUID to make it nearly impossible to guess at seeds Also introduce zip uploads and store the remaining relevant data, implemention of that still pending
2020-06-26 19:29:33 +02:00
{% for room in rooms %}
WebHost: Use B64encoded UUIDs for links. Warning: This will break old links
2020-07-27 05:04:49 +02:00
<li><a href="{{ url_for("host_room", room=room.id) }}">Room #{{ room.id|suuid }}</a></li>
move webhost over to UUID to make it nearly impossible to guess at seeds Also introduce zip uploads and store the remaining relevant data, implemention of that still pending
2020-06-26 19:29:33 +02:00
{% endfor %}
{{ caller() }}
</ul>
Improved styling for WebHost
2020-07-18 16:25:07 -04:00
{%- endmacro %}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1024ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API