Commit Graph

286 Commits

Author SHA1 Message Date
Jérémie Astori
8c3322b02b Merge pull request #100 from xPaw/favicon
Replace favico.js with our simpler solution
2016-02-29 01:22:25 -05:00
Pavel Djundik
56c2530f2c Add an ability to customise CSS on the client 2016-02-29 01:40:08 +02:00
Pavel Djundik
3a87f982b2 Replace favico.js with our simpler solution 2016-02-28 01:27:30 +02:00
Daniel Llewellyn
b79a918be8 frontend password change functionality
- refactor clientManager.js to allow configuration parsing as a serparate
  function.
  - refactor clientManager.js to add configuration writing function.
  - add server.js changes to allow for new password-change functionality
  - add password change ui to "settings" screen
  - refactor client.js to use new clientManager functionality for saving
    the configuration files
2016-02-26 18:38:15 +00:00
Pavel Djundik
8151e07b78 Replace bootstrap tooltips with css tooltips from Primer 2016-02-21 21:47:09 +02:00
Pavel Djundik
aab7f298d8 Allow locking network configuration 2016-02-21 14:02:35 +02:00
Damjan Georgievski
cf1f24bff6 Allow The Lounge to be proxied behind a /path/ url
contains three small changes to use relative urls instead of absolute rooted at /

* favicons in index.html
* badge and pop sound in lounge.js
* the url for the socket.io endpoint

Typical use with nginx:

    location /path/ {
      proxy_http_version 1.1;
      proxy_set_header Upgrade $http_upgrade;
      proxy_set_header Connection "upgrade";
      proxy_pass http://localhost:9000/;
    }

those trailing / are important.
2016-02-13 22:40:06 +01:00
Maxime Poulin
75972b3f7c Add dummy method to forms (quiets LastPass)
It appears LastPass looks for the use of the GET method in forms on the page to determine if it is secure or not. Since Shout never actually submits any of the forms, no method is set, which means the default of GET is used. Changes form methods to POST to quiet the warning. Should fix #648
2016-02-12 18:51:40 -05:00
Jérémie Astori
5311224371 Improve wording and link for viewing the changelog 2016-02-10 06:31:26 +00:00
Jérémie Astori
39dc4e8957 Update name and link to repo to new project 2016-02-10 06:20:05 +00:00
Jérémie Astori
e079ec70d6 Rename client source and templates files to new project name 2016-02-10 05:40:53 +00:00
Nicolas Hohm
3fe78e8972 Implement notifications for all messages
Implement option to get notifications also for message not just for mentions

Resolves: #446
2016-01-10 23:31:53 +01:00
Paul Friederichsen
b25905fb08 Revert "Turn off input autocomplete"
This reverts commit d5fe68b27e.
2015-10-12 12:59:35 -05:00
Duncan
3f65ff77dc Prevent browsers leaking referrer headers 2015-07-23 11:48:49 +12:00
Mattias Erming
0ea6890e87 Fix undefined 'displayNetwork' in template 2015-04-16 01:14:37 -07:00
Kjetil Mehl
20103a29a5 Adds configurable network form display 2015-03-22 15:58:28 +01:00
Mattias Erming
c9cc666373 'Check for updates' now opens the changelog 2014-12-12 00:07:06 +01:00
Mattias Erming
79db485a91 Merge pull request #241 from xeoncore/appleapp
Make Shout run fullscreen on iOS
2014-11-18 23:48:04 +01:00
Mattias Erming
eb3bc22d71 Added dynamic title 2014-11-07 20:52:38 +01:00
Mattias Erming
d5fe68b27e Turn off input autocomplete 2014-11-07 19:58:59 +01:00
Mattias Erming
f6636ad028 Fix username input 2014-11-06 12:00:14 +00:00
Mattias Erming
7aafa8a956 Fix username input 2014-11-05 23:19:29 +01:00
Riku Rouvila
aff5492ee4 add username input to user preferences 2014-11-02 17:44:52 +02:00
XeonCore
35f49666c8 Make Shout run fullscreen on iOS 2014-10-13 21:04:56 +11:00
Mattias Erming
681d3dac1a Added 'prefetch' option 2014-10-10 23:12:08 +02:00
Mattias Erming
80b43c4eab Added colored nicknames (optional) 2014-09-30 11:00:23 -07:00
Mattias Erming
20f0ca6666 Update image files 2014-09-28 15:46:32 -07:00
Mattias Erming
7932420bc0 Remove 'apple-mobile-web-app-capable' 2014-09-28 15:00:36 -07:00
Mattias Erming
7a0e572100 Added inline links settings 2014-09-27 16:22:34 -07:00
Mattias Erming
e49f3e6892 Remove debug mode 2014-09-27 08:19:14 -07:00
Mattias Erming
7936dab6e3 Show current nick 2014-09-25 16:51:53 -07:00
Mattias Erming
9edaf6a2e4 Added 'Close' button 2014-09-21 08:59:50 -07:00
Mattias Erming
0607516872 Added 'Send' button 2014-09-21 08:21:26 -07:00
Mattias Erming
e9a8f86819 Custom scrollbar in the sidebar 2014-09-19 16:12:17 -07:00
Mattias Erming
b6f6cc160e Added 'defaults' to config.js 2014-09-15 14:54:01 -07:00
Mattias Erming
78d36d6750 Added 'Remember' login option 2014-09-15 14:13:03 -07:00
Mattias Erming
7d72f40d91 Optional notification badge 2014-09-15 11:16:45 -07:00
Mattias Erming
cec9a55880 Added apple-mobile-web-app support 2014-09-15 10:07:41 -07:00
Mattias Erming
f783c9ccb0 Update connect 2014-09-14 14:26:39 -07:00
Mattias Erming
b0c99ac6c4 Added apple-icon, logo and favicon 2014-09-14 10:50:00 -07:00
Mattias Erming
0c6c54bc83 Fix notifications 2014-09-14 06:33:45 -07:00
Mattias Erming
d01f4b37a1 Added server password to 'Connect' window 2014-09-12 18:03:26 -07:00
Mattias Erming
9a7d00781f Modify build process 2014-09-11 11:23:19 -07:00
Mattias Erming
815ed887f4 Fix multiple query windows 2014-09-11 11:05:33 -07:00
Mattias Erming
666f21cd66 Added MOTD messages 2014-09-11 10:24:32 -07:00
Mattias Erming
585391905e Fix sidebar toggle 2014-09-10 14:43:56 -07:00
Mattias Erming
4ef468bd32 Added messages show/hide toggles 2014-09-10 13:08:32 -07:00
Mattias Erming
ef22d84d97 Add TLS/SSL support 2014-09-10 08:56:32 -07:00
Mattias Erming
6badf7079c Use FontAwesome 2014-08-29 13:55:26 -07:00
Mattias Erming
752c4c491b Save users in ~/.shout/ 2014-08-26 11:01:26 -07:00
Mattias Erming
fb6ac7168e Precompile Handlebars templates 2014-08-25 16:13:47 -07:00
Mattias Erming
6d06e7020e Added debug mode 2014-08-25 15:39:23 -07:00
Mattias Erming
523a9cd734 Fix failing thumbnails 2014-08-18 17:07:21 -07:00
Mattias Erming
a904de5d7a Minor changes 2014-08-18 17:07:21 -07:00
Mattias Erming
357578e20c Use superagent for image download 2014-08-17 14:40:26 -07:00
Mattias Erming
0fcdbeadec Added thumbnail plugin 2014-08-16 12:49:28 -07:00
Mattias Erming
cb1effa375 Minor changes 2014-08-15 17:05:37 -07:00
Mattias Erming
e4d6f8f9ab Fix responsive interface 2014-08-15 06:52:21 -07:00
Mattias Erming
dfe9ec3b82 New sidebar design 2014-08-12 16:04:24 -07:00
Mattias Erming
ccf8e4586f Added keybindings 2014-08-05 02:47:59 -07:00
Mattias Erming
e37a585f1e Show version in settings 2014-07-25 04:49:41 -07:00
Mattias Erming
c484b83aca Show authentication errors 2014-07-25 04:36:25 -07:00
Mattias Erming
8ae98d81b2 Minor changes 2014-07-25 04:14:57 -07:00
Mattias Erming
b7338eeab7 Handle timezones 2014-07-23 17:16:00 -07:00
Mattias Erming
b2ca5eb172 Design changes 2014-07-20 18:18:20 -07:00
Mattias Erming
f210973f7d Change favicon 2014-07-20 17:44:19 -07:00
Mattias Erming
d014f0cdae Use /js/libs instead of /components 2014-07-20 14:24:46 -07:00
Mattias Erming
0a3cdc1e9b Added 'Show more' functionality 2014-07-20 12:49:44 -07:00
Mattias Erming
7ac793fc89 Remember user 2014-07-20 04:23:08 -07:00
Mattias Erming
73b995931b Added user login 2014-07-18 18:31:00 -07:00
Mattias Erming
76ccf0f204 Added default connection values 2014-07-18 07:40:08 -07:00
Mattias Erming
760efd5ef0 Added 'Sign in' window 2014-07-17 08:12:05 -07:00
Mattias Erming
fa2ec6de3d Added tooltips 2014-07-17 06:58:43 -07:00
Mattias Erming
7165a2f385 Added theme support 2014-07-17 06:38:48 -07:00
Mattias Erming
daf384f18b Added settings 2014-07-10 00:40:51 +02:00
Mattias Erming
e946633c18 Added close button again 2014-07-09 19:11:07 +02:00
Mattias Erming
1c7d4f2396 Added 'Connect' window 2014-07-08 22:50:41 +02:00
Mattias Erming
85d2ef0d39 Responsive interface 2014-07-07 23:44:49 +02:00
Mattias Erming
9c2ffee7d0 Updated chat rendering 2014-07-07 14:43:37 +02:00
Mattias Erming
cb663777b4 Added window management 2014-07-07 02:44:31 +02:00
Mattias Erming
d38c5c77d4 Added user search 2014-07-05 01:32:40 +02:00
Mattias Erming
f3f3858663 Render chat 2014-06-30 03:20:54 +02:00
Mattias Erming
fd2011764a Client-side stuff 2014-06-26 17:47:44 -07:00
Mattias Erming
7370b10c22 Begin rewrite 2014-06-26 09:14:45 -07:00
Mattias Erming
8b9572b00b Always show header on mobile 2014-06-23 21:01:28 +02:00
Mattias Erming
a690395086 Added support for multiple users 2014-06-23 19:28:49 +02:00
Mattias Erming
ffabc7cfea Minor fixes 2014-06-23 10:40:39 +02:00
Mattias Erming
72ad03c6ea Added settings page 2014-06-22 23:54:31 +02:00
Mattias Erming
b8598ebbb1 Use octicons instead of FontAwesome 2014-06-22 22:11:03 +02:00
Mattias Erming
095bdc407b Added dynamic page title 2014-06-21 22:37:21 +02:00
Mattias Erming
14cd7e2409 Added FontAwesome 2014-06-21 21:39:51 +02:00
Mattias Erming
afda79db4b Add MOTD toggle 2014-06-20 02:26:48 +02:00
Mattias Erming
5e8ae7686e Move timestamp to the left 2014-06-20 01:12:13 +02:00
Mattias Erming
c79ef9a7d7 Minor bugfix 2014-06-17 23:08:54 +02:00
Mattias Erming
58103b9954 Added theme support 2014-06-17 18:34:25 +02:00
Mattias Erming
3e153b9ebc Remove bower 2014-06-17 18:20:22 +02:00
Mattias Erming
2622ee9c62 Added bower and grunt-uglify task 2014-06-17 17:04:57 +02:00
Mattias Erming
250995adbe Added favico.js 2014-06-17 02:01:58 +02:00
Mattias Erming
5f37880214 Added favicon and apple-icon 2014-06-16 21:28:53 +02:00
Mattias Erming
a50015867b Remove 'messages' from config 2014-06-16 15:13:43 +02:00
Mattias Erming
d805e1edb9 Sign in / Sign out links 2014-06-15 23:45:16 +02:00
Mattias Erming
e506522eac Refactoring 2014-06-15 19:26:29 +02:00
Mattias Erming
37581b7e45 Added 'Sign in' page placeholder 2014-06-15 18:10:20 +02:00
Mattias Erming
0f456596ed Better 'Show more' implementation 2014-06-14 22:33:01 +02:00
Mattias Erming
ba559c8fed Updated the sidebar 2014-06-13 18:52:36 +02:00
Mattias Erming
7a509e6a1a Refresh user count on channel activity 2014-06-09 21:39:36 +02:00
Mattias Erming
e7234f66d5 CSS changes and IE=edge 2014-06-03 02:27:03 +02:00
Mattias Erming
5e9058faa6 Re-implemented the 'Show more' button 2014-06-02 23:08:03 +02:00
Mattias Erming
1cdae95a44 Better device width detection 2014-05-31 09:41:00 -07:00
Mattias Erming
ab2a7b2aa3 Improved mobile interface 2014-05-31 07:03:58 -07:00
Mattias Erming
8bb484da11 Animate sidebar toggle 2014-05-30 14:31:47 -07:00
Mattias Erming
f33670954d Added mobile interface. Close #8 2014-05-29 17:23:23 -07:00
Mattias Erming
9a06832e6e Re-design 2014-05-28 14:21:22 -07:00
Mattias Erming
276db34c34 Force user to confirm server disconnect 2014-05-26 01:20:16 +02:00
Mattias Erming
63e3e76b39 Added title bar 2014-05-25 22:46:54 +02:00
Mattias Erming
3eb3ef081f Improved close buttons 2014-05-25 21:39:17 +02:00
Mattias Erming
08a78d2879 Added close buttons 2014-05-24 23:56:28 +02:00
Mattias Erming
a516a1ac12 Refactoring 2014-05-23 01:14:01 +02:00
Mattias Erming
ebabd789ed Updated jQuery plugins 2014-05-14 00:47:46 +02:00
Mattias Erming
ececa3d55c Added temp menu 2014-05-09 00:12:16 +02:00
Mattias Erming
e255473c6f Added temp logo 2014-05-08 00:30:33 +02:00
Mattias Erming
b1e5ac516d Added /send 2014-05-07 21:30:14 +02:00
Mattias Erming
81b75086d4 Improved rendering speed 2014-05-04 02:33:05 +02:00
Mattias Erming
13e4115f04 Added /notice 2014-05-03 19:21:11 +02:00
Mattias Erming
750a0313ba Added cleaner message style 2014-05-03 01:47:09 +02:00
Mattias Erming
bf9f113e2f Minor changes 2014-05-02 23:54:31 +02:00
Mattias Erming
cfb7edd659 Refactoring 2014-05-02 19:46:18 +02:00
Mattias Erming
c0f0edf633 Added normalize.css 2014-05-01 16:28:04 +02:00
Mattias Erming
9174bf49ff Implemented flat UI design 2014-04-30 17:14:54 +02:00
Mattias Erming
bc534e9a04 Added user modes. Close #7 2014-04-29 15:01:30 +02:00
Mattias Erming
88e694d0c1 Design changes 2014-04-26 21:56:10 +02:00
Mattias Erming
47280e7490 Added 'See more' functionality 2014-04-26 17:26:30 +02:00
Mattias Erming
cdad2f64d9 Bugfixes 2014-04-25 01:57:51 +02:00
Mattias Erming
bea3136078 Added theme support. Close #2 2014-04-24 22:35:37 +02:00
Mattias Erming
91001cf102 Added close button again 2014-04-24 00:03:35 +02:00
Mattias Erming
2852942241 Removing Backbone dependency. Closes #6 2014-04-23 20:44:44 +02:00
Mattias Erming
413e48818b Removing Bootstrap 2014-04-22 19:57:16 +02:00
Mattias Erming
32e486bfb8 Removing mobile interface 2014-04-22 07:52:14 -07:00
Mattias Erming
9a55dbdf86 Use local js files 2014-04-22 07:48:13 -07:00
Mattias Erming
712f923d9b Remove submodules and merge into plugins.js 2014-04-22 07:29:35 -07:00
Mattias Erming
d49ee1326b Parse URLs with Handlebars 2014-04-21 12:27:43 +02:00
Mattias Erming
6366fd38a2 Rename message property 2014-04-21 00:12:25 +02:00
Mattias Erming
9e860b14d7 Use handlebars instead of mustache 2014-04-20 23:48:05 +02:00
Mattias Erming
5f59f937ee Refactoring 2014-04-19 23:59:01 +02:00
Mattias Erming
8858d16d67 Updated slate-irc 2014-04-16 21:08:44 +02:00
Mattias Erming
738c61350e Added user count 2014-04-14 17:18:18 +02:00
Mattias Erming
421f585d23 Moved js libraries to submodules 2014-04-14 01:49:22 +02:00
Mattias Erming
30ea34ffd3 Bugfix 2014-04-10 23:34:53 +02:00
Mattias Erming
541e41e804 Clickable users 2014-04-09 22:54:04 +02:00
Mattias Erming
d6b7a5331a Added show/hide for kick and modes 2014-04-08 16:18:06 +02:00