From fc66b376cb3a2c73843cc882d500cfd743c0790e Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 17 May 2020 00:13:40 +0200 Subject: dist should work, TODO: minify and bundle --- assets/root/directory.json | 4 ++ assets/root/favicon.png | Bin 0 -> 8311 bytes assets/root/index.html | 27 +++++++++ assets/root/login.html | 66 ++++++++++++++++++++ assets/root/logout.html | 26 ++++++++ assets/root/manifest.json | 59 ++++++++++++++++++ assets/root/sw.js.bvr | 147 +++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 329 insertions(+) create mode 100644 assets/root/directory.json create mode 100644 assets/root/favicon.png create mode 100644 assets/root/index.html create mode 100644 assets/root/login.html create mode 100644 assets/root/logout.html create mode 100644 assets/root/manifest.json create mode 100644 assets/root/sw.js.bvr (limited to 'assets/root') diff --git a/assets/root/directory.json b/assets/root/directory.json new file mode 100644 index 0000000..6a50675 --- /dev/null +++ b/assets/root/directory.json @@ -0,0 +1,4 @@ +{ + "Anton Luka Šijanec": 6326, + "Rok Štular": 5313 +} \ No newline at end of file diff --git a/assets/root/favicon.png b/assets/root/favicon.png new file mode 100644 index 0000000..5c1f4b1 Binary files /dev/null and b/assets/root/favicon.png differ diff --git a/assets/root/index.html b/assets/root/index.html new file mode 100644 index 0000000..2a861a1 --- /dev/null +++ b/assets/root/index.html @@ -0,0 +1,27 @@ + + + + + + + + BežiApp + + + + + + + + + + + + + + + + + + + diff --git a/assets/root/login.html b/assets/root/login.html new file mode 100644 index 0000000..bbacb7d --- /dev/null +++ b/assets/root/login.html @@ -0,0 +1,66 @@ + + + + + + + + Login « BežiApp + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+

BežiApp +

+
+
+
+
+ + +
+
+
+
+ + +
+
+
+ +
+
+

bySigningInYouAgreeTo theToS and + thePrivacyPolicy +

+
+
+
+ + + diff --git a/assets/root/logout.html b/assets/root/logout.html new file mode 100644 index 0000000..c3f9b41 --- /dev/null +++ b/assets/root/logout.html @@ -0,0 +1,26 @@ + + + + + + + + Logout « BežiApp + + + + + + + + + + + + + + + + + + diff --git a/assets/root/manifest.json b/assets/root/manifest.json new file mode 100644 index 0000000..b8bf5da --- /dev/null +++ b/assets/root/manifest.json @@ -0,0 +1,59 @@ +{ + "name": "BežiApp", + "short_name": "BežiApp", + "description": "Unofficial app for GimB students", + + "start_url": "/index.html", + "scope": "/", + + "display": "standalone", + "orientation": "portrait-primary", + + "background_color": "#008053", + "theme_color": "#004d32", + "icons": [ + { + "src": "/img/icons/icon_48.png", + "type": "image/png", + "sizes": "48x48" + }, + { + "src": "/img/icons/icon_72.png", + "type": "image/png", + "sizes": "72x72" + }, + { + "src": "/img/icons/icon_96.png", + "type": "image/png", + "sizes": "96x96" + }, + { + "src": "/img/icons/icon_144.png", + "type": "image/png", + "sizes": "144x144" + }, + { + "src": "/img/icons/icon_192.png", + "type": "image/png", + "sizes": "192x192" + }, + { + "src": "/img/icons/icon_384.png", + "type": "image/png", + "sizes": "384x384" + }, + { + "src": "/img/icons/icon_512.png", + "type": "image/png", + "sizes": "512x512" + } + ], + + "dir": "auto", + "lang": "en-US", + "categories": [ + "education", + "productivity", + "utilities" + ] +} \ No newline at end of file diff --git a/assets/root/sw.js.bvr b/assets/root/sw.js.bvr new file mode 100644 index 0000000..8ba3c05 --- /dev/null +++ b/assets/root/sw.js.bvr @@ -0,0 +1,147 @@ +<@?i global@> +// Change version to cause cache refresh +const static_cache_name = "site-static-<@?g app_version@>-<@?u 0 7 ?g latest_commit@>"; +// latest commit is <@?g latest_commit@> +// Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js +// sw.js NE SME BITI CACHAN, ker vsebuje verzijo! + +const assets = [ + "/css/materialize.min.css", + "/css/fontawesome.min.css", + "/css/materialicons.css", + "/css/styles.css", + "/css/fullcalendar/custom.css", + "/css/fullcalendar/daygrid/main.min.css", + "/css/fullcalendar/core/main.min.css", + "/css/fullcalendar/timegrid/main.min.css", + + "/fonts/fa-solid-900.eot", + "/fonts/fa-solid-900.woff2", + "/fonts/fa-brands-400.woff2", + "/fonts/fa-regular-400.eot", + "/fonts/fa-regular-400.woff2", + "/fonts/fa-brands-400.eot", + "/fonts/materialicons.woff2", + + "/img/avatars/asijanec.png", + "/img/avatars/rstular.png", + "/img/icons/icon_384.png", + "/img/icons/icon_192.png", + "/img/icons/icon_72.png", + "/img/icons/icon_144.png", + "/img/icons/icon_512.png", + "/img/icons/icon_96.png", + "/img/icons/icon_48.png", + + "/js/timetable.js", + "/js/gradings.js", + "/js/messaging.js", + "/js/privacypolicy.js", + "/js/teachers.js", + "/js/tos.js", + "/js/login.js", + "/js/app.js", + "/js/meals.js", + "/js/settings.js", + "/js/lang/bundle.js", + "/js/setup-storage.js", + + "/js/lib/materialize.min.js", + "/js/lib/jquery.min.js", + "/js/lib/localforage.min.js", + "/js/lib/xss.js", + "/js/lib/mergedeep.js", + + "/js/lib/fullcalendar/daygrid/main.min.js", + "/js/lib/fullcalendar/core/main.min.js", + "/js/lib/fullcalendar/timegrid/main.min.js", + "/js/grades.js", + "/js/about.js", + "/js/logout.js", + "/js/initialize.js", + "/js/absences.js", + "/js/changelog.js", + + "/pages/timetable.html", + "/pages/teachers.html", + "/pages/absences.html", + "/pages/about.html", + "/pages/changelog.html", + "/pages/messaging.html", + "/pages/gradings.html", + "/pages/grades.html", + "/pages/privacypolicy.html", + "/pages/tos.html", + "/pages/meals.html", + "/pages/settings.html", + + "/manifest.json", + "/index.html", + "/login.html", + "/logout.html", + "/favicon.png", + "/pages/jitsi.html", + "/js/jitsi.js", + "/pages/chats.html", + "/js/chats.js", + "/css/bubbles.css" +]; + +importScripts("/js/lib/localforage.min.js"); +importScripts("/js/setup-storage.js"); +self.addEventListener("install", (evt) => { + // Add localforage.clear() if storage purge is required + evt.waitUntil( + // localforage.clear() + setupStorage() + ); + + evt.waitUntil( + caches.open(static_cache_name).then((cache) => { + cache.addAll(assets); + }) + ); +}); + +// Delete old caches +self.addEventListener("activate", evt => { + evt.waitUntil( + caches.keys().then((keys) => { + return Promise.all(keys + .filter(key => key !== static_cache_name) + .map(key => caches.delete(key)) + ); + }) + ); +}); + +self.addEventListener("message", event => { + + if (event.data) { + let data = JSON.parse(event.data); // parse the message back to JSON + if (data.action == "addtocache") { // check the action + event.waitUntil( + caches.open(static_cache_name).then(function (cache) { + try { + return cache.add([data.url]); + } + catch (error) { + console.error("[sw.js] error: " + error); + } + }) + ); + } else if (data.action == "deletecaches") { + caches.keys().then(function (names) { + for (let name of names) + console.log("[sw.js] deleting cache named " + name); + caches.delete(name); + }); + } + } +}); + +self.addEventListener("fetch", (evt) => { + evt.respondWith(caches.match(evt.request).then((cache_res) => { + return cache_res || fetch(evt.request); + })) +}); -- cgit v1.2.3