Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-16 | Finished setup.sh | Joel Kronqvist | |
It should work, even though it's kind of unstable if the user enters dumb things. | |||
2022-10-16 | More changes to setup.sh. I have no clue how to write bash scripts. | Joel Kronqvist | |
2022-10-16 | Modified setup script. No guarantees that it works. | Joel Kronqvist | |
2022-10-15 | Bug fixes & started setup.sh | Joel Kronqvist | |
2022-05-13 | Merge branch 'development' | Joel Kronqvist | |
2022-05-13 | Fixed big bad bug. | Joel Kronqvist | |
2022-05-13 | Lol I just need to upload these changes to not loose them while testing | Joel Kronqvist | |
2022-05-13 | Made init work as sudo so that the server gets permissions to lower ports | Joel Kronqvist | |
2022-05-13 | Changed ports to 443 AND 80. Added improper error handling when there are ↵ | Joel Kronqvist | |
stats already for the day when adding them at exit. | |||
2022-03-11 | Merge branch 'master' of https://github.com/JoelHMikael/FoodJS | Joel Kronqvist | |
Updating remote changes | |||
2022-03-11 | Food scraping updation | Joel Kronqvist | |
2022-03-10 | Class parsing with any number of files with classes | Joel Kronqvist | |
2022-03-09 | Shift updation rewrite | Joel Kronqvist | |
The shift updation algorithm was a pain to debug, so I changed it to use regex. I hope it helps. | |||
2022-03-05 | Updated README.md | Joel Kronqvist | |
2022-03-05 | Added node_modules for the updating to work properly. | Joel Kronqvist | |
2022-02-13 | Added updating the server code to README.md instructions | JoelHMikael | |
2022-02-13 | Finished README.md instructions | JoelHMikael | |
2022-02-10 | Updated README.md | Joel Kronqvist | |
2022-02-09 | Merged all functions from the JoelHMikael/funcs | Joel Kronqvist | |
Necessary, because we don't want to complicate our update script & its anyways better like this. They weren't any complicated functions. | |||
2022-01-31 | Fixed bad footer behavior on mobile firefox | Joel Kronqvist | |
2022-01-23 | Exam info system added | Joel Kronqvist | |
It works only based on the current date. A better system would require good date functions, and right now if I want to make somethng for this project I should focus on either getting it working or making the code less messy (aka writing a big part of it again...). This was my first project of this scale, and the first one that seems to get finished & even published. | |||
2022-01-22 | Fixed bug in day mechanics for the food search | Joel Kronqvist | |
Making monday first (0) instead of sunday was done twice, resulting with tuesday becoming first. | |||
2022-01-19 | Tested on Linux Mint & some bug fixes | Joel Kronqvist | |
2022-01-18 | Merge pull request #1 from JoelHMikael/MYSQLDB | JoelHMikael | |
Mysqldb | |||
2022-01-18 | Merge branch 'master' into MYSQLDB | JoelHMikael | |
2022-01-18 | Updating separated from server, lightweight analytics added | JoelHMikael | |
2022-01-16 | I forgot to save server.js before commit... | JoelHMikael | |
Yeah I know I know, I should try to learn git instead of messing around like this. | |||
2022-01-16 | Actual class parsing | JoelHMikael | |
Really messy, feel free to improve, or even rewrite. | |||
2022-01-13 | Made the parsing more inclusive | JoelHMikael | |
2022-01-09 | Database implemented | JoelHMikael | |
Some polishing wouldn't do bad though... | |||
2022-01-08 | Parsing the shifts (not classes) to the database + some GUI improvements | JoelHMikael | |
2022-01-07 | Added the DB class & instructions to set up DB | JoelHMikael | |
2022-01-04 | Minor GUI improvements | JoelHMikael | |
2022-01-01 | Clearer Anti-XSS | JoelHMikael | |
2021-12-30 | Footer | JoelHMikael | |
2021-12-30 | Example input | JoelHMikael | |
2021-12-30 | Made the help work somehow on mobile + other minor fixes | JoelHMikael | |
2021-12-30 | Help icon | JoelHMikael | |
Added a (reusable) help icon that shows additional info about what to do on hover. | |||
2021-12-26 | Fixed bug in day validation & food searching | joel | |
2021-12-26 | Implemented https | joel | |
2021-12-25 | Server updating finished | joel | |
2021-12-19 | More fixes to the running | JoelHMikael | |
2021-12-19 | Server init & update fix | joel | |
2021-12-19 | Server init & update | joel | |
2021-12-18 | Food scraping | JoelHMikael | |
Added food scraping from the RSS & implemented showing the result on the server | |||
2021-12-14 | Wrapped the https request to a promise | JoelHMikael | |
2021-12-11 | Class parsing | JoelHMikael | |
Parsing in parse.js, implementation in server.js. Also changes to the returned information from parsing and minor ones to the GUI. | |||
2021-12-09 | Readability improvements | JoelHMikael | |
buildMain in server.js | |||
2021-12-07 | Minor changes to the server and UI | JoelHMikael | |
2021-12-07 | Made a frontend that can be looked at | JoelHMikael | |