summaryrefslogtreecommitdiffstats
path: root/assets/root/sw.js.bvr (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-08uhhh, didn't even test ):sijanec1-21/+25
2020-06-08added update mechanism, DO NOT MERGE b4 seeing commit notes!sijanec1-106/+129
this "update mechanism" only deletes old caches. old means caches that are caches with names other than the name in cache_name.txt. It is important not to cache cache_name.txt and always serve it with HTTP headers that allow no HTTP level caching. Update checking occurs every 300 seconds and if a new cache is released and sw.js is not reinstalled, this timer will clear the cache. the old update method did not work since it relied on sw being reloaded often, which is not the case on iPhone devices, where Safari runs almost the whole uptime of the phone and it's not common for people to shut down their precious little iPhones. it worked on android as android is known for killing apps and chrome is no exception.
2020-05-20latest_commit is not actually latestsijanec1-1/+1
2020-05-20maybesijanec1-1/+4
2020-05-17dist should work, TODO: minify and bundlesijanec1-0/+0
2020-05-16prev. commit in sw and aboutsijanec1-2/+2
2020-05-15bvr (upstream) fixes, added support for nested commandsAnton L. Šijanec1-0/+1
problem: bvr_compose_stream (upstream) still adds a bunch of newlines; i don't know where the fuxk they come from, so <@?s latest_commit ?i .git/refs/heads/dev@> would still add some newlines around the included file, which is inacceptable. but this is just a fix for the previous binary, that was just broken.
2020-05-14version is now updated in sw.js and about.bvrAnton L. Šijanec1-1/+2
2020-05-14Styling fixes, documentationrstular1-9/+9
2020-05-13DNM; more updateAnton L. Šijanec1-1/+2
2020-05-12DO NOT MERGE --- told ya u shouldn'tAnton L. Šijanec1-2/+2
2020-05-122nd version bump (1.0.13-beta) because of jitsiAnton L. Šijanec1-2/+2
2020-04-05chats.js not done yetAnton L. Šijanec1-2/+6
2020-03-18gsec.js: fetchGrades, fetchMessagesLastPageNumber, fetchMessagesListAnton Luka Šijanec1-1/+1
2020-03-141.0.12.59-beta: gsec.js fetchAbsencesAnton Luka Šijanec1-1/+1
2020-03-13typoAnton Luka Šijanec1-1/+1
2020-03-13xss fropm gimsis fixAnton Luka Šijanec1-1/+1
2020-03-13fix xss from gseAnton Luka Šijanec1-1/+1
2020-03-121.0.12.54-beta: gsec.js stuffAnton Luka Šijanec1-1/+1
2020-03-12test ...Anton Luka Šijanec1-1/+2
2020-03-12setup-storage critical fix (sw error) 1.0.12.35-betaAnton Luka Šijanec1-1/+1
2020-03-101.0.12.28-beta: now auto update != all db clearAnton Luka Šijanec1-10/+5
2020-03-101.0.12-beta: podpora za jezikeAnton Luka Šijanec1-1/+3
2020-03-061.0.11.7Anton Luka Šijanec1-1/+1
2020-03-06meals.js fix - still timing issuesAnton Luka Šijanec1-1/+1
2020-03-06neki i18n jsAnton Luka Šijanec1-1/+1
2020-03-05added i18n, converted HTML files, TODO: js UI responses, TODO: translationsAnton Luka Šijanec1-0/+1
So basically, multilanguage support from an JavaScript object. - only slovenian and english - no change language UI yet - only HTML strings are actually translated \- all text is translated, but javascript M.toast and other similar stuff does not pass trough s(), d(), S() and D() functions yet - how to i18n: - add a string to js/lang/bundle.js TO ALL LANGUAGES (translation mgmt sys will have to be created) - HTML: create <x-??></x-??> tags, where 1st ? tells wether to just output the string (s) without dot suffix or (d) to try and append a . (for sentences and paragraphs) if it is not there yet. second ? tells wether to leave lowercase strings (l) or (u) to force the first character of the string be uppercase (capitalize()). - put the key of your string as the innerHTML of the x-?? element. - JS: S("key") and D("key") return capitalized, s() and d() do not change case.
2020-03-05med slovenscinoAnton Luka Šijanec1-1/+1
2020-03-04idkAnton Luka Šijanec1-1/+1
2020-03-04rewrite of meals.jsAnton Luka Šijanec1-1/+2
2020-03-01meals submission fix (now sends all meals)Anton Luka Šijanec1-1/+1
2020-03-01meals fix and 1.0.11 version bumpAnton Luka Šijanec1-1/+1
2020-02-251.0.10-beta, hrana ~dela, netestirano, ker nimam menijev za izbratAnton Luka Šijanec1-1/+3
2020-02-17Reformattingrstular1-98/+96
2020-02-09updated version and service worker filesAnton Luka Šijanec1-42/+3
2020-02-08sw.js must not be cached!Anton Luka Šijanec1-2/+26
2020-02-08updated sw.js for new filesAnton Luka Šijanec1-65/+118
2020-02-08updated version and added to changelogAnton Luka Šijanec1-1/+1
2020-02-07changed version to 1.0.7-betaAnton Luka Šijanec1-1/+1
2020-02-05SW version bumprstular1-1/+1
2020-02-05Bumped sw versionrstular1-1/+1
2020-01-30Added changelog to cacherstular1-0/+2
2020-01-30Temporary inclusion/exclusion option, fixed zoomrstular1-1/+1
2020-01-29Removed woff fontsrstular1-4/+1
2020-01-29Fixed cachingrstular1-14/+7
2020-01-29Version fixrstular1-1/+1
2020-01-29Removed some unnecessary fontsrstular1-10/+4
2020-01-29Spacing, bug fixes, version bump, deployment testrstular1-10/+17
2020-01-29Added about page, login, logout, bug fixesrstular1-9/+49