Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add basepath to use reverse proxy | Andrea Lepori | 2020-04-20 | 1 | -664/+713 |
| | |||||
* | New Theme Request | marzavec | 2020-04-03 | 2 | -0/+48 |
| | | | | According to issue #101 | ||||
* | Update android white theme | MinusGix | 2020-03-31 | 1 | -11/+10 |
| | |||||
* | Add android-white theme | MinusGix | 2020-03-13 | 2 | -0/+52 |
| | |||||
* | Client update | marzavec | 2019-08-18 | 150 | -1227/+352 |
| | | | | See changelog.md | ||||
* | Update client.js | MinusGix | 2019-08-14 | 1 | -2/+2 |
| | |||||
* | Minor change for a major fix | OpSimple | 2019-08-10 | 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! | ||||
* | Modified the way to apply syntax highlighting | OpSimple | 2019-08-10 | 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. | ||||
* | Fixed regex bug in @mentions | Roslot | 2019-06-27 | 1 | -1/+1 |
| | |||||
* | Bugfix for @mentions | Roslot | 2019-05-19 | 2 | -20/+12 |
| | |||||
* | Update notify.mp3 | marzavec | 2019-05-16 | 1 | -0/+0 |
| | |||||
* | Fixed permission requesting, notifications off by default | Roslot | 2019-05-12 | 1 | -48/+65 |
| | |||||
* | Fixed audio on ff, chrome, edge | Roslot | 2019-05-12 | 4 | -13/+23 |
| | |||||
* | Added notifications and sound alerts in client.js | Roslot | 2019-05-09 | 3 | -13/+151 |
| | |||||
* | Merge pull request #61 from MinusGix/patch-1 | marzavec | 2019-04-26 | 1 | -1/+1 |
|\ | | | | | Fix issue of the client not seeing disconnection if they have no myNick variable | ||||
| * | Update client.js | MinusGix | 2019-04-25 | 1 | -1/+1 |
| | | |||||
* | | Update client.js | MinusGix | 2019-04-25 | 1 | -0/+6 |
|/ | |||||
* | Make autocomplete with multiple unused results not insert tab | MinusGix | 2019-04-13 | 1 | -3/+5 |
| | |||||
* | Pressing Tab inserts a Tab Character | MinusGix | 2019-04-11 | 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. | ||||
* | Merge pull request #56 from paulgreg/manifest | marzavec | 2019-03-05 | 8 | -0/+41 |
|\ | | | | | Adding manifest.json... | ||||
| * | Adding manifest.json (basic PWA support) | Grégory Paul | 2019-03-04 | 8 | -0/+41 |
| | | |||||
* | | Introducing wsPath to update path for local installation | Grégory Paul | 2019-03-03 | 1 | -1/+6 |
| | | |||||
* | | Use wss if page is hosted on https | Grégory Paul | 2019-03-03 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #51 from MinusGix/patch-2 | marzavec | 2019-01-14 | 1 | -1/+3 |
|\ | | | | | Change verifyNickname to es5 rather than es6. | ||||
| * | Change verifyNickname to es5 rather than es6. | MinusGix | 2019-01-13 | 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. | ||||
* | | Update mariana.css | anti_lol | 2019-01-13 | 1 | -3/+3 |
|/ | |||||
* | Merge pull request #48 from 4ntil0l/patch-2 | marzavec | 2019-01-11 | 1 | -0/+2 |
|\ | | | | | Updated client.js for mariana scheme | ||||
| * | Update client.js | anti_lol | 2019-01-11 | 1 | -0/+1 |
| | | |||||
| * | Update client.js | anti_lol | 2019-01-11 | 1 | -1/+1 |
| | | |||||
| * | Update client.js | anti_lol | 2019-01-11 | 1 | -1/+2 |
| | | |||||
* | | Create mariana.css | anti_lol | 2019-01-11 | 1 | -0/+50 |
|/ | |||||
* | fix issue #42 | marzavec | 2018-11-03 | 1 | -1/+1 |
| | |||||
* | removed frontpage links, updated wording | marzavec | 2018-10-23 | 1 | -6/+18 |
| | |||||
* | Updated style to handle messages that refer to the user. | rand0x0m | 2018-10-07 | 22 | -45/+104 |
| | |||||
* | Check if the nickname is valid before adding a CSS class | Henry Wright | 2018-07-29 | 1 | -1/+2 |
| | |||||
* | Minor changes to prevent ugliness | OpSimple | 2018-06-18 | 1 | -1/+2 |
| | |||||
* | Solved the sidebar scroll for mobile users | OpSimple | 2018-06-17 | 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. | ||||
* | shortened the url for other softwares | OpSimple | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | Let visitors know about the other softwares | OpSimple | 2018-06-07 | 1 | -1/+2 |
| | | | Let visitors know about the existence of other softwares too | ||||
* | streamline dev flow | marzavec | 2018-05-20 | 1 | -11/+0 |
| | |||||
* | Attempt 1 | Neel Kamath | 2018-05-18 | 1 | -396/+0 |
|\ | |||||
| * | Highlight Hotfix | marzavec | 2018-05-17 | 1 | -21/+19 |
| | | |||||
| * | Changed @ for # as highlight symbol | Carlos Villavicencio | 2018-05-16 | 1 | -14/+13 |
| | | |||||
| * | Introducing syntax highlight | Carlos Villavicencio | 2018-05-16 | 3 | -2/+120 |
| | | |||||
* | | Again | Neel Kamath | 2018-05-17 | 2 | -11/+405 |
| | | |||||
* | | Update for #14 | Neel Kamath | 2018-05-17 | 3 | -17/+137 |
| | | |||||
* | | Flatten | Neel Kamath | 2018-05-13 | 1 | -1/+0 |
|/ | |||||
* | misc server changes and new modules | marzavec | 2018-04-29 | 1 | -5/+0 |
| | |||||
* | katex update, added changelog | marzavec | 2018-04-13 | 185 | -9470/+1095 |
| | |||||
* | better documentation | marzavec | 2018-04-09 | 1 | -0/+1 |
| |