Commit graph

1101 commits

Author SHA1 Message Date
Jérémie Astori 5f11c26223 Fix complete crash when refreshing a public instance 2016-02-29 01:19:11 +00:00
Pavel Djundik 56c2530f2c Add an ability to customise CSS on the client 2016-02-29 01:40:08 +02:00
Pavel Djundik f6563d0ea9 Fix #116: Move 'you' handling in invites to the client 2016-02-28 10:21:19 +02:00
Jérémie Astori f8eb50260f Merge pull request #120 from thelounge/astorije/remove-input-selection
Remove auto-select on input fields
2016-02-28 02:56:54 -05:00
Pavel Djundik e33e6ca93e Mute join/kick/part/quit/nick actions in color 2016-02-28 09:43:10 +02:00
Jérémie Astori d8884d2d75 Remove auto-select on input fields 2016-02-28 07:12:56 +00:00
Jérémie Astori b9d3e57533 Bump grunt-contrib-uglify and pin versions of grunt packages 2016-02-28 06:50:55 +00:00
Max-P 5a108dab2d Merge pull request #118 from thelounge/astorije/target-in-notifications
Add target channel name in notifications
2016-02-28 01:40:38 -05:00
Jérémie Astori 98596b310f Add target channel name in notification 2016-02-28 06:36:58 +00:00
Jérémie Astori ce69ce333a Merge pull request #91 from xPaw/fix-highlight
Fix how highlights are handled
2016-02-28 00:45:23 -05:00
Maxime Poulin b70c0a98fe Remove attempts to set file modes
After some testing and manually trying to set sane file modes, it turns out the umask still applies. So it seems the logical way to handle this is to actually rely on the OS umask to set proper permissions.
2016-02-27 21:34:39 -05:00
Max-P 1d8667ed4b Merge pull request #57 from diddledan/frontend-password-change
frontend password change functionality
2016-02-27 20:07:08 -05:00
Jérémie Astori 27ef1f590e Merge pull request #95 from almet/why-forking
Added a section explaining why a fork was created.
2016-02-27 19:05:27 -05:00
Pavel Djundik 357e238a45 Fix how highlights are handled 2016-02-28 01:30:20 +02:00
Pavel Djundik 3a87f982b2 Replace favico.js with our simpler solution 2016-02-28 01:27:30 +02:00
Pavel Djundik b53e5c407c Fix #111: Simplify message padding 2016-02-28 01:22:52 +02:00
Alexis Métaireau bb35aca032 Added a section explaining why a fork was created. 2016-02-27 17:56:24 +01: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
Jérémie Astori 31d938440b Merge pull request #94 from xPaw/action-templates
Move actions to templates
2016-02-26 01:26:48 -05:00
Jérémie Astori 5ef28c3ce4 1.2.1 2016-02-26 05:57:43 +00:00
Jérémie Astori 286b8dd858 Add change log entry for upcoming v1.2.1 2016-02-26 05:57:34 +00:00
JocelynDelalande 5a317a8bc2 Merge pull request #106 from thelounge/jd-fix-invite
Fix /invite command broken by lodash update
2016-02-25 13:28:01 +01:00
Jocelyn Delande 05ae17328d Fix /invite command broken by lodash update
Broken by #38 / 19bc4f3
2016-02-25 12:43:32 +01:00
Max-P 8996d58535 Merge pull request #105 from maxpoulin64/fix-themes-fade
Fix built-in themes broken by #75.
2016-02-25 03:55:23 -05:00
Maxime Poulin 1c877a71ab Fix built-in themes broken by #75.
Fixes #101
2016-02-25 02:29:51 -05:00
Pavel Djundik 48aa0709f3 Merge pull request #104 from thelounge/astorije/bump-mocha
Bump and pin mocha version
2016-02-25 09:25:10 +02:00
Jérémie Astori 900533f502 Bump and pin mocha version 2016-02-24 22:26:25 -05:00
Jérémie Astori b34c6ec3ae Merge pull request #102 from maxpoulin64/bad-selector-fix
Fix CSS selector syntax in channel message handler
2016-02-24 21:54:02 -05:00
Maxime Poulin 3661d0b1a1 Fix CSS selector syntax
Doesn't do much, but it prevents unneeded exceptions which are annoying when debugging.
2016-02-24 19:07:12 -05:00
Jérémie Astori 81fcf54dd5 Remove bad entry in old change log 2016-02-24 07:24:57 +00:00
Jérémie Astori 57f1b84d72 Fix a minor copy/paste typo in previous change log entry 2016-02-24 07:19:56 +00:00
Jérémie Astori 428b3d642d 1.2.0 2016-02-24 06:08:42 +00:00
Jérémie Astori 304c55cddc Add change log entry for upcoming v1.2.0 2016-02-24 06:08:37 +00:00
Pavel Djundik 2c8c84aec5 Move actions to templates 2016-02-23 18:22:41 +02:00
Jérémie Astori 1e8ca51d47 Merge pull request #75 from maxpoulin64/badge-fade
Fade long channel names in sidebar
2016-02-22 01:23:38 -05:00
Maxime Poulin 867917ff6e Fade long channel names in sidebar 2016-02-22 01:07:59 -05:00
Jérémie Astori dd865229d2 Merge pull request #79 from xPaw/tooltips
Replace bootstrap tooltips with css tooltips from Primer
2016-02-22 00:38:30 -05:00
Pavel Djundik 8151e07b78 Replace bootstrap tooltips with css tooltips from Primer 2016-02-21 21:47:09 +02:00
Jérémie Astori f8d8b74352 Merge pull request #70 from xPaw/localstorage
Replace cookies with localStorage
2016-02-21 13:37:07 -05:00
Alistair McKinlay ac4db3abf6 Merge pull request #43 from xPaw/stylelint
Add stylelint
2016-02-21 15:33:56 +00:00
Alistair McKinlay b2625aebae Merge pull request #38 from xPaw/lodash
Update lodash
2016-02-21 15:31:44 +00:00
Pavel Djundik aab7f298d8 Allow locking network configuration 2016-02-21 14:02:35 +02:00
Pavel Djundik ad6b4e8939 Update css files to confront stylelint rules 2016-02-20 19:32:23 +02:00
Pavel Djundik 4be80ed029 Add stylelint 2016-02-20 19:32:21 +02:00
Jérémie Astori 36f2ee3617 Merge pull request #73 from xPaw/badge-opacity
Hide badge counter with opacity
2016-02-20 11:50:59 -05:00
Jérémie Astori 5edd825b00 Merge pull request #76 from thelounge/astorije/invite-current-channel
Add a simplified way to invite a user in the current channel
2016-02-20 11:37:57 -05:00
Jérémie Astori eb794ab080 Add a simplified way to invite a user in the current channel 2016-02-20 16:32:41 +00:00
Alistair McKinlay 761958e3ee Merge pull request #7 from xPaw/invites
Handle invite event
2016-02-19 21:58:22 +00:00
Alistair McKinlay 972aadd674 Merge pull request #58 from maxpoulin64/userlist-lag
Only update the users list when needed
2016-02-19 21:24:09 +00:00
Pavel Djundik 0ade7a7438 Hide badge counter with opacity 2016-02-19 20:09:50 +02:00