Jeremy Mahieu
060a722a3f
Missed semicolon
2019-12-18 22:28:12 +01:00
Jeremy Mahieu
68e2df24fd
Support TOTP
2019-12-18 22:08:16 +01:00
Lorenz Hübschle-Schneider
3d042b125b
Merge pull request #1095 from AStove/FixSideBarHidden
...
Hide sidebar for all widths according to state and correctly apply state
2019-12-17 11:09:58 +01:00
Lorenz Hübschle-Schneider
75114a455c
Fix typo
2019-12-17 10:52:34 +01:00
Jeremy Mahieu
7982f46e6c
Delete unused references to wasMobileUi
2019-12-16 23:25:04 +01:00
Jeremy Mahieu
4bc77a294d
Hide sidebar for all widths accoring to state.
...
And always check if mobile to hide it or not
2019-12-16 21:22:48 +01:00
Jeremy Mahieu
0823a417f2
Reset path to weechat if not filled in.
2019-12-16 17:22:20 +01:00
Jeremy Mahieu
5a5927104d
Code style
2019-12-16 15:26:17 +01:00
Jeremy Mahieu
9dbd55443a
Changed hostOnly to host and host to hostField
2019-12-16 14:21:11 +01:00
Jeremy Mahieu
3886245375
Add validation for the host field
2019-12-16 13:51:53 +01:00
Jeremy Mahieu
f20f442b43
Make js ES5 compliant so it would pass tests
2019-12-15 03:31:46 +01:00
Jeremy Mahieu
3fe1b0fdfb
Add feature to set port and path in the host field
2019-12-15 02:47:55 +01:00
rio-
05a40e0a3b
Add input field for WebSocket path, resolves #1008
2019-12-15 00:23:58 +01:00
Lorenz Hübschle-Schneider
a61bf6832d
Merge pull request #1089 from AStove/FixBugShowNicklistOnJoin
...
Remove nicklist when leaving channel and bring it back when needed
2019-12-12 09:59:57 +01:00
Jeremy Mahieu
60f834882a
Remove nicklist when weechat clears it and bring is back if it's filled again
2019-12-12 00:39:17 +01:00
Louis-Philippe Véronneau
b78952cd3b
Don't show a TLS warning when loading locally
2019-12-08 00:03:54 -05:00
Lorenz Hübschle-Schneider
934e85377e
Merge pull request #1038 from lorenzhs/fix-nicklist-font
...
Fix nicklist not being affected by favorite font setting
2018-11-08 09:57:08 +01:00
Lorenz Hübschle-Schneider
bf3e53820d
Fix nicklist not being affected by favorite font setting
...
Fixes #1033
The alternative would be to just make the nicklist div `ng-show` instead
of `ng-if`
2018-11-05 17:36:37 +01:00
Lorenz Hübschle-Schneider
0a919f70fb
Respect hotlist clearing setting on buffer switch & message send
...
Fixes #1035
2018-11-05 16:04:11 +01:00
Lorenz Hübschle-Schneider
263c5e8b00
Keep track of unread counts for servers' buffers for 'show only unread' view
...
Maintain unread info for all buffers belonging to a server. This info
is used to hide server buffers for which *no* associated buffer has
activity when 'Only show buffers with unread messages' is enabled.
Closes #1019
2018-09-10 10:01:57 +02:00
Lorenz Hübschle-Schneider
8f34084cc4
Revert "Fix passing connection credentials in URL hash"
2018-05-07 10:19:07 +02:00
Piotr Dobrowolski
e27073884f
Fix passing connection credentials in URL hash
2018-04-25 12:29:40 +02:00
Julien Palard
b956dea7c1
jump to buffers with notifiction with Alt-A, even if hidden.
2018-04-21 18:51:32 +02:00
Lorenz Hübschle-Schneider
063b91d5c2
Don't switch to hidden buffers with Alt-Up/Down either
2018-04-03 14:32:28 +02:00
Lorenz Hübschle-Schneider
a14941ab7d
Don't jump to hidden buffers with Alt-A
...
See #998
2018-04-03 14:15:12 +02:00
Lorenz Hübschle-Schneider
fe3b975c6e
Clean up updateShowNicklist()
2018-03-19 11:03:04 +01:00
Lorenz Hübschle-Schneider
66c8c53b41
Fix nicklist swipe behaviour for buffers without a nicklist
...
We shouldn't update the swipe state if the active doesn't have a
nicklist. The (previously) required double-right-swipe to get to the
sidebar was confusing and a bug
2018-03-18 16:49:50 +01:00
Lorenz Hübschle-Schneider
89bfac964e
Simplify updateShowNicklist
2017-06-26 10:29:49 +02:00
Lorenz Hübschle-Schneider
9c28ec4055
Document, simplify, and improve swipe logic
2017-06-26 10:29:49 +02:00
Lorenz Hübschle-Schneider
f3e0e3e047
Stop abusing "hide nicklist" setting to show/hide sidebar on mobile
2017-06-26 10:29:49 +02:00
Lorenz Hübschle-Schneider
f44b67489d
Use CSS-based mobile detection
2017-06-26 10:29:48 +02:00
Lorenz Hübschle-Schneider
1c71ede145
simplify touch detection logic
...
no swipes on desktop needed with the previous commit!
2017-06-26 10:29:17 +02:00
Lorenz Hübschle-Schneider
6b7b639618
Add an "always show nicklist" setting on mobile to replace "hide nicklist"
2017-06-26 10:29:10 +02:00
Lorenz Hübschle-Schneider
e37666a571
better swipe handling
...
this makes the mobile UI less pleasant to use on Desktop :\
2017-06-26 10:24:45 +02:00
Lorenz Hübschle-Schneider
c4d8a4fe10
Revert "[DISCUSS] Remove "scroll to readmarker" functionality"
2017-06-16 21:29:48 +02:00
Alice Jenkinson
027c7bb03f
Add base16-ocean-dark
2017-06-03 10:05:12 +12:00
Lorenz Hübschle-Schneider
d45763d736
Merge pull request #905 from lorenzhs/dont-scroll-to-readmarker
...
[DISCUSS] Remove "scroll to readmarker" functionality
2017-05-26 14:23:37 +02:00
Robert Scullin
b598d1b8d1
Make buffer search case insensitive
2017-05-19 00:35:04 -04:00
Lorenz Hübschle-Schneider
539f892e8e
Merge pull request #922 from glowing-bear/buffer-jump
...
Implement Alt+J buffer jump like in WeeChat
2017-05-14 20:13:15 +02:00
Lorenz Hübschle-Schneider
56d190ab5c
Improve documentation & cordova checks
2017-04-28 12:50:51 +02:00
Lorenz Hübschle-Schneider
8ba2b1acf6
cordova integration: small fixups
2017-04-19 14:55:48 +02:00
Lorenz Hübschle-Schneider
307a6a5344
revert changes to index.html
...
let's maintain a separate branch for now
2017-04-19 14:50:23 +02:00
Alice Jenkinson
677db01d1b
Change all references to "cordova" to "window.cordova"
2017-04-19 14:46:43 +02:00
Alice Jenkinson
d87f274c73
Hide some things on Cordova, fix links
2017-04-19 14:46:43 +02:00
Alice Jenkinson
8a1f02241f
Move splashscreen logic out of app.js into glowingbear.js
2017-04-19 14:46:43 +02:00
Alice Jenkinson
6de8bdc41a
Initial rework of Cordova branch
2017-04-19 14:46:43 +02:00
Lorenz Hübschle-Schneider
9b2e5d77db
Merge pull request #896 from lorenzhs/fix-fontsize-unit-fixing
...
Fix fontsize unit fixing (assume px if no unit specified)
2017-04-05 14:34:04 +02:00
Lorenz Hübschle-Schneider
e17fce6f6d
Rename setting for consistency
2017-03-23 15:48:07 +01:00
Evan Tschuyi
231a524438
allow users to disable the alt+%d buffer switching
2017-03-23 15:26:26 +01:00
Lorenz Hübschle-Schneider
26d8b5faee
Animate jumpkey transition & change placeholder to "Number"
2017-03-23 13:53:07 +01:00