Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-01-13 | Change verifyNickname to es5 rather than es6. | MinusGix | 1 | -1/+3 | |
We're not really using much es6 features, so we might as well make this a normal function so that people with browsers that are old due to not being able to update them (such as apple devices not getting updates the os after end of life). Also replaces the `const` with a `var` since it doesn't really matter if it's modified or not and that is an es6 feature was well. This might fix https://github.com/hack-chat/main/issues/33 or at least the issues 'CheekyChops' having. I didn't test this code, but it's such a simple change. | |||||
2019-01-13 | Update mariana.css | anti_lol | 1 | -3/+3 | |
2019-01-11 | Update client.js | anti_lol | 1 | -0/+1 | |
2019-01-11 | Update client.js | anti_lol | 1 | -1/+1 | |
2019-01-11 | Update client.js | anti_lol | 1 | -1/+2 | |
2019-01-11 | Create mariana.css | anti_lol | 1 | -0/+50 | |
2018-11-03 | fix issue #42 | marzavec | 1 | -1/+1 | |
2018-10-23 | removed frontpage links, updated wording | marzavec | 1 | -6/+18 | |
2018-10-07 | Updated style to handle messages that refer to the user. | rand0x0m | 22 | -45/+104 | |
2018-07-29 | Check if the nickname is valid before adding a CSS class | Henry Wright | 1 | -1/+2 | |
2018-06-18 | Minor changes to prevent ugliness | OpSimple | 1 | -1/+2 | |
2018-06-17 | Solved the sidebar scroll for mobile users | OpSimple | 2 | -1/+6 | |
Solved the most annoying problem for the mobile clients, the sidebar scroll. Yeah, we've experienced this situation when we couldn't invite someone who's at the last end of the sidebar with our mobile browser cause sidebar spills out of the screen when there's a lot of users connected. But, now this is solved by fixing the height of sidebar container to 90% when shown and to 0% when hidden. Ah! I was really grieving to get rid of this shit. | |||||
2018-06-07 | shortened the url for other softwares | OpSimple | 1 | -1/+1 | |
2018-06-07 | Let visitors know about the other softwares | OpSimple | 1 | -1/+2 | |
Let visitors know about the existence of other softwares too | |||||
2018-05-20 | streamline dev flow | marzavec | 1 | -11/+0 | |
2018-05-17 | Again | Neel Kamath | 2 | -11/+405 | |
2018-05-17 | Highlight Hotfix | marzavec | 1 | -21/+19 | |
2018-05-17 | Update for #14 | Neel Kamath | 3 | -17/+137 | |
2018-05-16 | Changed @ for # as highlight symbol | Carlos Villavicencio | 1 | -14/+13 | |
2018-05-16 | Introducing syntax highlight | Carlos Villavicencio | 3 | -2/+120 | |
2018-05-13 | Flatten | Neel Kamath | 1 | -1/+0 | |
2018-04-29 | misc server changes and new modules | marzavec | 1 | -5/+0 | |
2018-04-13 | katex update, added changelog | marzavec | 185 | -9470/+1095 | |
2018-04-09 | better documentation | marzavec | 1 | -0/+1 | |
2018-03-29 | Fixed relative schema links & client readability | marzavec | 1 | -264/+291 | |
2018-03-25 | Rolled client back to legacy & synced prod modules | marzavec | 3 | -213/+13 | |
2018-03-10 | legacy code removal | marzavec | 19 | -407/+0 | |