aboutsummaryrefslogtreecommitdiffstats
path: root/client (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-20add basepath to use reverse proxyAndrea Lepori1-664/+713
2020-04-03New Theme Requestmarzavec2-0/+48
According to issue #101
2020-03-31Update android white themeMinusGix1-11/+10
2020-03-13Add android-white themeMinusGix2-0/+52
2019-08-18Client updatemarzavec150-1227/+352
See changelog.md
2019-08-14Update client.jsMinusGix1-2/+2
2019-08-10Minor change for a major fixOpSimple1-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-10Modified the way to apply syntax highlightingOpSimple1-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-27Fixed regex bug in @mentionsRoslot1-1/+1
2019-05-19Bugfix for @mentionsRoslot2-20/+12
2019-05-16Update notify.mp3marzavec1-0/+0
2019-05-12Fixed permission requesting, notifications off by defaultRoslot1-48/+65
2019-05-12Fixed audio on ff, chrome, edgeRoslot4-13/+23
2019-05-09Added notifications and sound alerts in client.jsRoslot3-13/+151
2019-04-25Update client.jsMinusGix1-1/+1
2019-04-25Update client.jsMinusGix1-0/+6
2019-04-13Make autocomplete with multiple unused results not insert tabMinusGix1-3/+5
2019-04-11Pressing Tab inserts a Tab CharacterMinusGix1-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-04Adding manifest.json (basic PWA support)Grégory Paul8-0/+41
2019-03-03Introducing wsPath to update path for local installationGrégory Paul1-1/+6
2019-03-03Use wss if page is hosted on httpsGrégory Paul1-1/+2
2019-01-13Change verifyNickname to es5 rather than es6.MinusGix1-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-13Update mariana.cssanti_lol1-3/+3
2019-01-11Update client.jsanti_lol1-0/+1
2019-01-11Update client.jsanti_lol1-1/+1
2019-01-11Update client.jsanti_lol1-1/+2
2019-01-11Create mariana.cssanti_lol1-0/+50
2018-11-03fix issue #42marzavec1-1/+1
2018-10-23removed frontpage links, updated wordingmarzavec1-6/+18
2018-10-07Updated style to handle messages that refer to the user.rand0x0m22-45/+104
2018-07-29Check if the nickname is valid before adding a CSS classHenry Wright1-1/+2
2018-06-18Minor changes to prevent uglinessOpSimple1-1/+2
2018-06-17Solved the sidebar scroll for mobile usersOpSimple2-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-07shortened the url for other softwaresOpSimple1-1/+1
2018-06-07Let visitors know about the other softwaresOpSimple1-1/+2
Let visitors know about the existence of other softwares too
2018-05-20streamline dev flowmarzavec1-11/+0
2018-05-17AgainNeel Kamath2-11/+405
2018-05-17Highlight Hotfixmarzavec1-21/+19
2018-05-17Update for #14Neel Kamath3-17/+137
2018-05-16Changed @ for # as highlight symbolCarlos Villavicencio1-14/+13
2018-05-16Introducing syntax highlightCarlos Villavicencio3-2/+120
2018-05-13FlattenNeel Kamath1-1/+0
2018-04-29misc server changes and new modulesmarzavec1-5/+0
2018-04-13katex update, added changelogmarzavec185-9470/+1095
2018-04-09better documentationmarzavec1-0/+1
2018-03-29Fixed relative schema links & client readabilitymarzavec1-264/+291
2018-03-25Rolled client back to legacy & synced prod modulesmarzavec3-213/+13
2018-03-10legacy code removalmarzavec19-407/+0