1
0
mirror of https://github.com/hack-chat/main.git synced 2024-03-22 13:20:33 +08:00
Commit Graph

45 Commits

Author SHA1 Message Date
Roslot
a3b9a6abda Bugfix for @mentions 2019-05-19 17:11:16 -04:00
marzavec
60c23cb52d Update notify.mp3 2019-05-15 19:29:24 -07:00
Roslot
2f566de8b1 Fixed permission requesting, notifications off by default 2019-05-11 23:30:01 -04:00
Roslot
1fb02f4e79 Fixed audio on ff, chrome, edge 2019-05-11 22:35:04 -04:00
Roslot
53e4968cb4 Added notifications and sound alerts in client.js 2019-05-09 02:37:13 -04:00
marzavec
f16b7b7a49
Merge pull request #61 from MinusGix/patch-1
Fix issue of the client not seeing disconnection if they have no myNick variable
2019-04-26 06:26:36 -07:00
MinusGix
b0cbcc73fb
Update client.js 2019-04-25 16:54:43 -05:00
MinusGix
5831613a77
Update client.js 2019-04-25 16:07:15 -05:00
MinusGix
1399400c39
Make autocomplete with multiple unused results not insert tab 2019-04-12 18:55:35 -05:00
MinusGix
41b55de964
Pressing Tab inserts a Tab Character
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-04-10 17:30:32 -05:00
marzavec
8ceb0d7363
Merge pull request #56 from paulgreg/manifest
Adding manifest.json...
2019-03-04 17:13:35 -08:00
Grégory Paul
e55b3e2a3d Adding manifest.json (basic PWA support) 2019-03-04 20:55:07 +01:00
Grégory Paul
75fa07b213 Introducing wsPath to update path for local installation 2019-03-03 22:41:03 +01:00
Grégory Paul
101f20c084 Use wss if page is hosted on https 2019-03-03 15:50:31 +01:00
marzavec
7e1c679b00
Merge pull request #51 from MinusGix/patch-2
Change verifyNickname to es5 rather than es6.
2019-01-13 18:06:00 -08:00
MinusGix
6dc30d5287
Change verifyNickname to es5 rather than es6.
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 16:08:16 -06:00
anti_lol
d20e3c2a1f
Update mariana.css 2019-01-13 14:59:44 +03:30
marzavec
ba9e2719cc
Merge pull request #48 from 4ntil0l/patch-2
Updated client.js for mariana scheme
2019-01-11 13:32:28 -08:00
anti_lol
084143e581
Update client.js 2019-01-11 19:41:34 +03:30
anti_lol
33fd10b954
Update client.js 2019-01-11 19:32:22 +03:30
anti_lol
53064f0778
Update client.js 2019-01-11 17:54:10 +03:30
anti_lol
b7c419f7b0
Create mariana.css 2019-01-11 17:52:06 +03:30
marzavec
c23aa0657e fix issue #42 2018-11-03 09:51:05 -05:00
marzavec
9150325ca2 removed frontpage links, updated wording 2018-10-23 10:15:40 -05:00
rand0x0m
1ed6cf945f Updated style to handle messages that refer to the user. 2018-10-07 20:45:20 +02:00
Henry Wright
bce848f8a3 Check if the nickname is valid before adding a CSS class 2018-07-29 22:57:57 +01:00
OpSimple
f4b0f90b4b
Minor changes to prevent ugliness 2018-06-18 03:56:08 +05:30
OpSimple
7a2f3bde97
Solved the sidebar scroll for mobile users
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-18 00:02:03 +05:30
OpSimple
70cf2568af
shortened the url for other softwares 2018-06-07 19:02:23 +05:30
OpSimple
7a4cde1453
Let visitors know about the other softwares
Let visitors know about the existence of other softwares too
2018-06-07 16:54:08 +05:30
marzavec
a70006b5bc streamline dev flow 2018-05-19 17:21:08 -07:00
Neel Kamath
3da5c4465f Attempt 1 2018-05-18 11:05:53 +05:30
Neel Kamath
ebe187463d Again 2018-05-17 22:04:14 +05:30
marzavec
345dbfec41 Highlight Hotfix 2018-05-17 11:13:35 -05:00
Neel Kamath
669e4b5d99 Update for #14 2018-05-17 21:12:16 +05:30
Carlos Villavicencio
b4e36eff38 Changed @ for # as highlight symbol 2018-05-16 13:22:54 -05:00
Carlos Villavicencio
ffd4c36830 Introducing syntax highlight 2018-05-15 18:19:55 -05:00
Neel Kamath
2bb5ced363 Flatten 2018-05-13 16:09:55 +05:30
marzavec
8820968c73 misc server changes and new modules 2018-04-28 22:29:46 -07:00
marzavec
4c1485ce2c katex update, added changelog 2018-04-12 17:45:23 -07:00
marzavec
dde0f2d51c better documentation 2018-04-08 20:01:51 -07:00
marzavec
00039be0df Fixed relative schema links & client readability 2018-03-28 21:34:27 -07:00
marzavec
ce766fa1db Rolled client back to legacy & synced prod modules 2018-03-25 14:16:02 -07:00
marzavec
8d8f555572 legacy code removal 2018-03-09 23:53:15 -08:00
marzavec
fde6895720 initial commit 2018-03-09 23:47:00 -08:00