aboutsummaryrefslogtreecommitdiffstats
path: root/client/client.js (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-20add basepath to use reverse proxyAndrea Lepori1-664/+713
2020-04-03New Theme Requestmarzavec1-0/+1
According to issue #101
2020-03-13Add android-white themeMinusGix1-0/+1
2019-08-18Client updatemarzavec1-82/+143
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 @mentionsRoslot1-20/+9
2019-05-12Fixed permission requesting, notifications off by defaultRoslot1-48/+65
2019-05-12Fixed audio on ff, chrome, edgeRoslot1-11/+21
2019-05-09Added notifications and sound alerts in client.jsRoslot1-12/+139
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-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-11Update client.jsanti_lol1-0/+1
2019-01-11Update client.jsanti_lol1-1/+1
2019-01-11Update client.jsanti_lol1-1/+2
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.rand0x0m1-1/+6
2018-07-29Check if the nickname is valid before adding a CSS classHenry Wright1-1/+2
2018-06-17Solved the sidebar scroll for mobile usersOpSimple1-1/+3
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-17AgainNeel Kamath1-11/+9
2018-05-17Highlight Hotfixmarzavec1-21/+19
2018-05-17Update for #14Neel Kamath1-16/+64
2018-05-16Changed @ for # as highlight symbolCarlos Villavicencio1-14/+13
2018-05-16Introducing syntax highlightCarlos Villavicencio1-0/+47
2018-04-29misc server changes and new modulesmarzavec1-5/+0
2018-03-29Fixed relative schema links & client readabilitymarzavec1-264/+291
2018-03-25Rolled client back to legacy & synced prod modulesmarzavec1-8/+12