Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/js/gsec.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function slDayToInt(inputString) { // wtf
return fourCharDays.indexOf(fourChars);
}

const GSE_URL = "https://zgimsis.gimb.tk/gse/";
const GSE_URL = "https://zgimsis.gimb.tk/"; /* sheer fucking luck I didn't put /gse/ as part of every API method URL */
const GSEC_ERR_NET = "GSEC NETWORK ERROR (ajax error)";
const GSEC_ERR_NET_POSTBACK_GET = "GSEC NETWORK ERROR (ajax error) in postback GET"
const GSEC_ERR_NET_POSTBACK_POST = "GSEC NETWORK ERROR (ajax error) in postback POST"
Expand Down
2 changes: 1 addition & 1 deletion assets/pages-src/about.bvr
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
class="btn-floating btn-medium waves-effect waves-light button-theme-gimb" type="button">
<i class="material-icons">message</i>
</a>
<a target="_blank" href="https://instagram.com/rstular/"
<a target="_blank" href="https://instagram.com/asijanec/"
class="btn-floating btn-medium waves-effect waves-light button-theme-gimb">
<i class="fab fa-instagram"></i>
</a>
Expand Down
2 changes: 1 addition & 1 deletion dist/cache_name.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@



///site-static-1.0.16.2-beta-90dfb78|||
///site-static-1.0.16.3-beta-5376b61|||
4 changes: 2 additions & 2 deletions dist/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@


// @begin=js@
const app_version = "1.0.16.2-beta";
const previous_commit = "90dfb784cc11a8cc52e3cfb063273f44849f62a1";
const app_version = "1.0.16.3-beta";
const previous_commit = "5376b618e88d85b3fc16561176478c104af1a01b";
const BEZIAPP_UPDATE_INTERVAL = 300; // update vsakih 300 sekund

if ("serviceWorker" in navigator) {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/gsec.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h3>
<!-- One day in the future we may have sw cache version covered by this as well -->
<h5 class="subheader">
<x-su>version</x-su>
1.0.16.2-beta
1.0.16.3-beta
</h5>
</div>
</div>
Expand Down Expand Up @@ -117,7 +117,7 @@ <h5>
class="btn-floating btn-medium waves-effect waves-light button-theme-gimb" type="button">
<i class="material-icons">message</i>
</a>
<a target="_blank" href="https://instagram.com/rstular/"
<a target="_blank" href="https://instagram.com/asijanec/"
class="btn-floating btn-medium waves-effect waves-light button-theme-gimb">
<i class="fab fa-instagram"></i>
</a>
Expand Down Expand Up @@ -163,7 +163,7 @@ <h5>
<div class="row">
<p>
<small>
^HEAD 90dfb784cc11a8cc52e3cfb063273f44849f62a1
^HEAD 5376b618e88d85b3fc16561176478c104af1a01b
</small>
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions dist/sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

// @begin=js@
// Change version to cause cache refresh
const static_cache_name = "site-static-1.0.16.2-beta-90dfb78";
// commit before the latest is 90dfb784cc11a8cc52e3cfb063273f44849f62a1
const static_cache_name = "site-static-1.0.16.3-beta-5376b61";
// commit before the latest is 5376b618e88d85b3fc16561176478c104af1a01b
// Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js
// sw.js NE SME BITI CACHAN, ker vsebuje verzijo!

Expand Down
2 changes: 1 addition & 1 deletion global.bvr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<@?s bvr_include_path assets/pages-src/ assets/pages-src/misc/@>
<@?s latest_commit ?u 0 -1 ?i .git/refs/heads/dev@>
<@?s app_version 1.0.16.2-beta@>
<@?s app_version 1.0.16.3-beta@>
<@?s app_default_language sl@>
2 changes: 1 addition & 1 deletion server/proxy/zgimsis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server {
listen 0.0.0.0:80;
listen [::]:80;
server_name .zgimsis.gimb.tk;
return 301 https://zgimsis.gimb.tk/gse/;
return 301 https://zgimsis.gimb.tk/;
}
server {
listen 0.0.0.0:443 http2 ssl;
Expand Down