routing updated to be more variable and on demand

- calendar json file now generated on demand at download request
- device fingerprint route now added
This commit is contained in:
2020-05-24 13:26:41 +02:00
parent 98a78f2102
commit c9cbb53eea
42 changed files with 51 additions and 729 deletions

View File

@ -31,8 +31,12 @@
</div>
{% endfor %}
<div id=calendars class="container">
<a class="button" href="login/google">Google Calendar</a>
<a class="button" href="#" >Nextcloud Calendar</a>
</div>
<div class="container">
<div class="button addcalendar" style="width: auto; margin: 4rem">Add Calendar</div>
<a class="button addcalendar" href="/login/google" style="width: auto; margin: 4rem">Add Calendar</a>
</div>
<script type="text/javascript">