Kasper Vaessen
f9e84f81ee
Implement repeated-prefix
9 years ago
Lorenz Hübschle-Schneider
7a1679ec7a
Language fixes for pinned buffers
9 years ago
Tor Hveem
65b4aaa97d
Ability to pin buffers. Fixes #778 .
...
This introduces ability to pin buffers using localvar storage in
WeeChat. At a later stage some UI should be introduced for this, like
discussed in #604 .
9 years ago
Jake Stevenson
bc72e8952c
Able to resume buffer
9 years ago
Patrick Melanson
ce7715c794
Removed show timestamp [seconds] settings
...
Functionality is now replaced by changing
weechat's buffer_time_format. e.g. 24h time:
/set weechat.look.buffer_time_format %H:%M
Supported time formats are 12h and 24h,
with seconds or no seconds.
9 years ago
Patrick Melanson
a0485b5801
Bufferline timestamps now try to detect locale
9 years ago
Vadim Rutkovsky
2232b537e1
Update Bootstrap to 3.3.6
9 years ago
Magnus Hauge Bakke
bbb4d259be
Use arrow keys to select buffer in buffer search
9 years ago
Lorenz Hübschle-Schneider
b8854a287a
Switch math rendering to KaTeX
9 years ago
Rémi Marenco
2c883d65aa
Fix a typo issue in index.html
...
Just a typo issue when having Encryption error ;)
9 years ago
Lorenz Hübschle-Schneider
af7f27df15
Update keyboard shortcuts on landing page
...
See https://github.com/glowing-bear/glowing-bear/pull/691#issuecomment-191744945
Good idea, @fuzzy76
10 years ago
Lorenz Hübschle-Schneider
fd3e4d440e
Fix minification and bump versions to prepare for release
10 years ago
Tor Hveem
756871c35c
Update emojione to latest
...
From 1.5.2 to 2.1.0
10 years ago
Lorenz Hübschle-Schneider
06d7f6dfee
Include version information in settings dialog, update version numbers
10 years ago
Lorenz Hübschle-Schneider
d34cf89aaa
Add support for custom CSS
...
Fixes #647
10 years ago
Cameron Kilgore
9e8d94b0f2
#725 Updated wording to include reference to openssl sha256 argument
10 years ago
Lorenz Hübschle-Schneider
407f9111ad
Update Angular to 1.4.x series (1.4.8)
...
Angular now has a .$$watchersCount property, which makes our watcher
counting function unnecessary.
Also add sha384 emojione SRI hash
10 years ago
Tor Hveem
efa6e39b93
Chrome WebApp now loads manifest
10 years ago
Tor Hveem
df36d56fa7
Implement infinite scrolling
...
I't not perfect but it's a start.
10 years ago
Tor Hveem
59e0662320
fixes regarding EmojiOne
...
* Add attribution, EmojiOne requires attribution, see: http://emojione.com/developers
* Upgrade to newest version
* Remove mention of old twemoji
10 years ago
Tor Hveem
5494fefbcb
use spinner for connect/reconnect/fetchmorelines
10 years ago
Lorenz Hübschle-Schneider
34b25bf80c
Add empty hrefs to make browser extensions happy
...
Fixes #656
10 years ago
Lorenz Hübschle-Schneider
94923fb4bb
Disable DNS prefetching
...
Fixes #674
10 years ago
Magnus Hauge Bakke
f2bb543796
Add support for dropping images on bufferlines and input form
10 years ago
Magnus Hauge Bakke
f2953d1190
Add image upload progressbar and error msg
10 years ago
Magnus Hauge Bakke
f6bfa4161b
Add imgur provider
10 years ago
Magnus Hauge Bakke
0d7d8e0cce
Add directive for file input change
10 years ago
Lorenz Hübschle-Schneider
b7c281d058
Use Cloudflare CDN for everything, and always use https
...
they redirect http -> https anyway
10 years ago
Lorenz Hübschle-Schneider
64af0908cf
Use subresource integrity to prevent CDN resource tampering
...
See https://hacks.mozilla.org/2015/09/subresource-integrity-in-firefox-43/
10 years ago
Lorenz Hübschle-Schneider
699a4fd9af
Self-host app store badges to reduce number of connections
...
These are so rarely seen, extra connections on page load are really wasteful there
10 years ago
AppleDash
fafed6a915
Add support for supplying credentials in the URL via the hash.
10 years ago
Lorenz Hübschle-Schneider
cfad82ec3e
Properly fix #622 by escaping input into DOM filters
10 years ago
Lorenz Hübschle-Schneider
bdb968d3af
More strict escaping
...
Thanks, @nathan0 !
Fixes #622
10 years ago
Daniel Leining
0618a769d5
Add hidden brackets around user nicks
10 years ago
Johan Stenehall
11e2906888
Better ios bookmark title
10 years ago
Johan Stenehall
3ce93122a3
Handle mobile breakpoints correctly
10 years ago
Tor Hveem
9b2a527cb7
Limit prefix parts to at most 25 chars
10 years ago
Johan Stenehall
bf706d1483
Add prefix for buffers in topbar
10 years ago
Johan Stenehall
18716387b8
Increase click area for topbar icons
10 years ago
Johan Stenehall
2c61ccf122
Click on channel name in topbar to show topic
10 years ago
Johan Stenehall
2372acf209
Remove topic and add channel name for mobile
...
* Removing topic from topbar.
* Adding channel name to the topbar.
This is done using visible-lg from bootstrap. As of v3.2.0 it's replaced by visible-lg-block. But that doesn't exist in v3.1.1 that's currently being used by glowing-bear.
10 years ago
Johan Stenehall
5643df2292
Add notification and unread count to topbar
...
Conflicts:
css/glowingbear.css
10 years ago
Tor Hveem
32a998c949
Use cdnjs since we already use that
10 years ago
Tor Hveem
99ccd551b6
Enable by default, except on mobile. Convert by default.
10 years ago
Lorenz Hübschle-Schneider
2d3c2c11bb
Load theme without angular to reduce flicker
...
Initialising with dark theme prevents flicker
10 years ago
Lorenz Hübschle-Schneider
be8ab42b7c
Make MathJax a setting and load it only if enabled
10 years ago
Lorenz Hübschle-Schneider
5740c647d6
Basic MathJax hackery
10 years ago
Lorenz Hübschle-Schneider
6af6d34a4f
Dynamically load twemoji if required
10 years ago
Tor Hveem
7029511029
Style the reconnect banner, clean up apply usage
10 years ago
Lorenz Hübschle-Schneider
97871fb83f
Angular.js update 1.3.9 -> 1.3.14
...
bugfix releases
10 years ago