Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-18 | Client update | marzavec | 150 | -1227/+352 | |
See changelog.md | |||||
2019-08-14 | Update client.js | MinusGix | 1 | -2/+2 | |
2019-08-10 | Minor change for a major fix | OpSimple | 1 | -1/+1 | |
I forgot to change `holEl.textContent` with `holEl.innerHTML` after I shifted the links parsing line at the last. Earlier, I felt its need to preserve the anchor tags. Finally, fixed it! | |||||
2019-08-10 | Modified the way to apply syntax highlighting | OpSimple | 1 | -27/+53 | |
Modified the way to detect and apply syntax highlighting so that it can used along with normal text and katex at the same time, in the same message. It also contains some previous changes made by the admin(you) of the server. | |||||
2019-06-27 | Fixed regex bug in @mentions | Roslot | 1 | -1/+1 | |
2019-05-19 | Bugfix for @mentions | Roslot | 2 | -20/+12 | |
2019-05-16 | Update notify.mp3 | marzavec | 1 | -0/+0 | |
2019-05-12 | Fixed permission requesting, notifications off by default | Roslot | 1 | -48/+65 | |
2019-05-12 | Fixed audio on ff, chrome, edge | Roslot | 4 | -13/+23 | |
2019-05-09 | Added notifications and sound alerts in client.js | Roslot | 3 | -13/+151 | |
2019-04-25 | Update client.js | MinusGix | 1 | -1/+1 | |
2019-04-25 | Update client.js | MinusGix | 1 | -0/+6 | |
2019-04-13 | Make autocomplete with multiple unused results not insert tab | MinusGix | 1 | -3/+5 | |
2019-04-11 | Pressing Tab inserts a Tab Character | MinusGix | 1 | -0/+8 | |
This would make so when you press tab and it does not find any autocomplete it will insert a tab character. This is useful behavior for writing code quickly in chat. | |||||
2019-03-04 | Adding manifest.json (basic PWA support) | Grégory Paul | 8 | -0/+41 | |
2019-03-03 | Introducing wsPath to update path for local installation | Grégory Paul | 1 | -1/+6 | |
2019-03-03 | Use wss if page is hosted on https | Grégory Paul | 1 | -1/+2 | |
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 | |