Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-09-27 | removed jitsi! ): | sijanec | 1 | -0/+1 | |
2020-06-08 | uhhh, didn't even test ): | sijanec | 1 | -21/+25 | |
2020-06-08 | added update mechanism, DO NOT MERGE b4 seeing commit notes! | sijanec | 1 | -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-20 | latest_commit is not actually latest | sijanec | 1 | -1/+1 | |
2020-05-20 | maybe | sijanec | 1 | -1/+4 | |
2020-05-17 | dist should work, TODO: minify and bundle | sijanec | 1 | -0/+0 | |
2020-05-16 | prev. commit in sw and about | sijanec | 1 | -2/+2 | |
2020-05-15 | bvr (upstream) fixes, added support for nested commands | Anton L. Šijanec | 1 | -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-14 | version is now updated in sw.js and about.bvr | Anton L. Šijanec | 1 | -1/+2 | |
2020-05-14 | Styling fixes, documentation | rstular | 1 | -9/+9 | |
2020-05-13 | DNM; more update | Anton L. Šijanec | 1 | -1/+2 | |
2020-05-12 | DO NOT MERGE --- told ya u shouldn't | Anton L. Šijanec | 1 | -2/+2 | |
2020-05-12 | 2nd version bump (1.0.13-beta) because of jitsi | Anton L. Šijanec | 1 | -2/+2 | |
2020-04-05 | chats.js not done yet | Anton L. Šijanec | 1 | -2/+6 | |
2020-03-18 | gsec.js: fetchGrades, fetchMessagesLastPageNumber, fetchMessagesList | Anton Luka Šijanec | 1 | -1/+1 | |
2020-03-14 | 1.0.12.59-beta: gsec.js fetchAbsences | Anton Luka Šijanec | 1 | -1/+1 | |
2020-03-13 | typo | Anton Luka Šijanec | 1 | -1/+1 | |
2020-03-13 | xss fropm gimsis fix | Anton Luka Šijanec | 1 | -1/+1 | |
2020-03-13 | fix xss from gse | Anton Luka Šijanec | 1 | -1/+1 | |
2020-03-12 | 1.0.12.54-beta: gsec.js stuff | Anton Luka Šijanec | 1 | -1/+1 | |
2020-03-12 | test ... | Anton Luka Šijanec | 1 | -1/+2 | |
2020-03-12 | setup-storage critical fix (sw error) 1.0.12.35-beta | Anton Luka Šijanec | 1 | -1/+1 | |
2020-03-10 | 1.0.12.28-beta: now auto update != all db clear | Anton Luka Šijanec | 1 | -10/+5 | |
2020-03-10 | 1.0.12-beta: podpora za jezike | Anton Luka Šijanec | 1 | -1/+3 | |
2020-03-06 | 1.0.11.7 | Anton Luka Šijanec | 1 | -1/+1 | |
2020-03-06 | meals.js fix - still timing issues | Anton Luka Šijanec | 1 | -1/+1 | |
2020-03-06 | neki i18n js | Anton Luka Šijanec | 1 | -1/+1 | |
2020-03-05 | added i18n, converted HTML files, TODO: js UI responses, TODO: translations | Anton Luka Šijanec | 1 | -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-05 | med slovenscino | Anton Luka Šijanec | 1 | -1/+1 | |
2020-03-04 | idk | Anton Luka Šijanec | 1 | -1/+1 | |
2020-03-04 | rewrite of meals.js | Anton Luka Šijanec | 1 | -1/+2 | |
2020-03-01 | meals submission fix (now sends all meals) | Anton Luka Šijanec | 1 | -1/+1 | |
2020-03-01 | meals fix and 1.0.11 version bump | Anton Luka Šijanec | 1 | -1/+1 | |
2020-02-25 | 1.0.10-beta, hrana ~dela, netestirano, ker nimam menijev za izbrat | Anton Luka Šijanec | 1 | -1/+3 | |
2020-02-17 | Reformatting | rstular | 1 | -98/+96 | |
2020-02-09 | updated version and service worker files | Anton Luka Šijanec | 1 | -42/+3 | |
2020-02-08 | sw.js must not be cached! | Anton Luka Šijanec | 1 | -2/+26 | |
2020-02-08 | updated sw.js for new files | Anton Luka Šijanec | 1 | -65/+118 | |
2020-02-08 | updated version and added to changelog | Anton Luka Šijanec | 1 | -1/+1 | |
2020-02-07 | changed version to 1.0.7-beta | Anton Luka Šijanec | 1 | -1/+1 | |
2020-02-05 | SW version bump | rstular | 1 | -1/+1 | |
2020-02-05 | Bumped sw version | rstular | 1 | -1/+1 | |
2020-01-30 | Added changelog to cache | rstular | 1 | -0/+2 | |
2020-01-30 | Temporary inclusion/exclusion option, fixed zoom | rstular | 1 | -1/+1 | |
2020-01-29 | Removed woff fonts | rstular | 1 | -4/+1 | |
2020-01-29 | Fixed caching | rstular | 1 | -14/+7 | |
2020-01-29 | Version fix | rstular | 1 | -1/+1 | |
2020-01-29 | Removed some unnecessary fonts | rstular | 1 | -10/+4 | |
2020-01-29 | Spacing, bug fixes, version bump, deployment test | rstular | 1 | -10/+17 | |
2020-01-29 | Added about page, login, logout, bug fixes | rstular | 1 | -9/+49 | |