Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-05 | play around with https | TrueDoctor | |
2019-05-05 | play around with https | TrueDoctor | |
2019-05-05 | Update index.js | TrueDoctor | |
2019-05-05 | Update play.js | TrueDoctor | |
2019-05-05 | Update play.js | TrueDoctor | |
2018-11-27 | Reworked the code, but currently unable to test, so bugs are bound to be in ↵ | TrueKuehli | |
there Will test it sometime later. There also might still be stuff, that has yet to be reworked. | |||
2018-10-11 | Added about page | TrueKuehli | |
It needs some work, I know. | |||
2018-10-11 | Redirect doesn't change head anymore | TrueKuehli | |
Now uses body.innerHTML for replacing content. -> In light of document.write being one of the main target for Google's attempts at making the Chrome Browser more performant -> Additionally this may or may not fix an issue | |||
2018-10-07 | MERGE | TrueDoctor | |
2018-10-07 | fixed stuff | TrueDoctor | |
2018-10-07 | Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi | TrueKuehli | |
2018-10-07 | Changed ip to localhost for local debugging | TrueKuehli | |
2018-10-01 | Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi | TrueDoctor | |
2018-10-01 | created [online] and [login] groups to easyly adress specific groups of ↵ | TrueDoctor | |
players, even though, they havent joined a group yet | |||
2018-10-01 | added Command Response Handling | TrueDoctor | |
2018-10-01 | Added Game Page, currently with a chat | TrueKuehli | |
Redirects to the game page after login, keeping the connection intact | |||
2018-10-01 | A lot of changes | TrueKuehli | |
I shoud have written a better commit, I know! | |||
2018-10-01 | Fixed the icon | TrueKuehli | |
2018-10-01 | Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi | TrueKuehli | |
2018-10-01 | Added notifications badges to notifications | TrueKuehli | |
Shows the current amount of notifications | |||
2018-10-01 | Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi | TrueDoctor | |
2018-10-01 | added function calls for Login response #33 | TrueDoctor | |
2018-10-01 | Documented the code better and made some minor fixes | TrueKuehli | |
2018-10-01 | Finally added ES-Lint configuration | TrueKuehli | |
2018-10-01 | Fixed gitattributes | TrueKuehli | |
Thank me later | |||
2018-10-01 | Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi | TrueDoctor | |
2018-10-01 | Completed Weapon import function to automagically load data from an dsa ↵ | TrueDoctor | |
website into the database | |||
2018-09-30 | Small debugging additions | TrueKuehli | |
2018-09-30 | Replaced icon with another temp. icon | TrueKuehli | |
2018-09-30 | Added functionality to login modal | TrueKuehli | |
2018-09-30 | Added hash function to string prototype | TrueKuehli | |
2018-09-30 | Added basic layout for login modal | TrueKuehli | |
Shows form for inputting password and name. | |||
2018-09-30 | Fixed an issue where the join button would separate from the player count | TrueKuehli | |
This caused alignment problems and didn't look great. Now they're in a non-breaking container. | |||
2018-09-30 | Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi | TrueKuehli | |
2018-09-30 | Finished about page functionality | TrueKuehli | |
Only text needs to be added. | |||
2018-09-30 | Added styling to about page | TrueKuehli | |
2018-09-30 | Moved color import to the modules requiring it | TrueKuehli | |
2018-09-30 | Added about and play pages | TrueKuehli | |
Play Page will be where the games will take place | |||
2018-09-30 | Split up SASS into multiple files | TrueKuehli | |
This will make adding pages much more easy, as some elements can be reused. | |||
2018-09-30 | added mot of the database infrastructure | TrueDoctor | |
2018-09-30 | Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi | TrueDoctor | |
2018-09-29 | added database methods | TrueDoctor | |
2018-09-29 | Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi | TrueKuehli | |
2018-09-29 | Started work on Modals | TrueKuehli | |
Started work on the modals, that will be used as dialog boxes to create a new server, or to log into an existing one with the required password. Currently just calls the creation method at start, and with not much content, which will be added later. | |||
2018-09-29 | Did some code splitting and added Server Listing | TrueKuehli | |
Split code into different modules Added method to fetch server list from remote server, and to populate this into the server list of the UI | |||
2018-09-29 | added all data classes | TrueDoctor | |
2018-09-29 | fixed Network namespace | TrueDoctor | |
2018-09-29 | Merge branch 'WebApi' of https://github.com/TrueDoctor/DiscoBot into WebApi | TrueDoctor | |
2018-09-29 | adding database class structure | TrueDoctor | |
2018-09-29 | Added AWESOME styling! | TrueKuehli | |