Lorenz Hübschle-Schneider
34b25bf80c
Add empty hrefs to make browser extensions happy
...
Fixes #656
10 years ago
Lorenz Hübschle-Schneider
f5422e14f4
Merge pull request #681 from dancek/domfilter-nested-links
...
disallow nested links in DOMfilter (fixes #680 )
10 years ago
Hannu Hartikainen
d1176a5b2b
disallow nested links in DOMfilter ( fixes #680 )
10 years ago
Tor Hveem
134ac86743
Merge pull request #678 from glowing-bear/date-change
...
Add date change markers
10 years ago
Lorenz Hübschle-Schneider
da7a7f85e8
Date change: refactoring
10 years ago
Tor Hveem
b90a0f763d
Merge pull request #682 from pmelanson/date-change
...
Date change at the end of the buffer when changing buffers, more HR dates
10 years ago
Lorenz Hübschle-Schneider
870af58ed4
Merge pull request #683 from glowing-bear/nicklist-fixes
...
Request nicklist using ptr instead of fullname
10 years ago
Tor Hveem
4f686d512d
Request nicklist using ptr instead of fullname
10 years ago
Patrick Melanson
9334f44cde
more human readable date change, per #679
...
For one day later: Friday (November 27) (examples in en-US)
For n>1 days: Friday (November 27, 2 days later)
For n<0 days: Friday (November 27, 1 day before)
For different years: Friday (November 27, 2015, 2156 days later)
10 years ago
Patrick Melanson
271a5d0626
when switching buffers, will inject date change if date changed
10 years ago
Lorenz Hübschle-Schneider
5dc40cb134
Date change: prettier messages, code cleaning
...
Has a weird bug:
https://github.com/glowing-bear/glowing-bear/pull/677#issuecomment-158891237
10 years ago
Lorenz Hübschle-Schneider
38d2f332db
Merge pull request #677 from pmelanson/date-change
...
date change messages are chat_day_change color, multiple messages gerated for diff of 1-5 days
10 years ago
Patrick Melanson
9955056ed9
dates change with weechat 2date behaviour
10 years ago
Patrick Melanson
0a1726e359
date change messages are chat_day_change color, multiple messages generated for diff of 1-5 days
10 years ago
Tor Hveem
8e43758c2e
Merge pull request #675 from glowing-bear/disable-dns-prefetching
...
Disable DNS prefetching
10 years ago
Lorenz Hübschle-Schneider
94923fb4bb
Disable DNS prefetching
...
Fixes #674
10 years ago
Lorenz Hübschle-Schneider
b883a52b09
Date change message prototype
10 years ago
Lorenz Hübschle-Schneider
b327123f48
Merge pull request #670 from pmelanson/653-check-before-brackets-around-ipv6
...
IPv6 address literals won't be surrounded by [ ... ] if it's already there
10 years ago
Tor Hveem
12f02afbee
Merge pull request #672 from hormigas/gifv-support
...
adding imgur gifv support to the videoPlugin
10 years ago
hormigas
b5594d5754
adding imgur gifv support to the videoPlugin
10 years ago
pmelanson
643278478f
IPv6 address literals won't be surrounded by [ ... ] if it's already there
10 years ago
Lorenz Hübschle-Schneider
8a7a173cb7
Merge pull request #665 from glowing-bear/feature-imgur
...
Feature: imgur button
10 years ago
Lorenz Hübschle-Schneider
a6c2e6f387
Insert URL at caret when dropping image into GB
...
unfortunately this pollutes the root scope a bit more
10 years ago
Magnus Hauge Bakke
3f661ded6c
Support sending multiple images
10 years ago
Magnus Hauge Bakke
f2bb543796
Add support for dropping images on bufferlines and input form
10 years ago
Lorenz Hübschle-Schneider
3b4f91249f
Convert indention to spaces
10 years ago
Magnus Hauge Bakke
f2953d1190
Add image upload progressbar and error msg
10 years ago
Lorenz Hübschle-Schneider
960d5ba17a
Insert image URL into input bar
10 years ago
Magnus Hauge Bakke
aef26a2dc5
Add file input with button and send file to imgur
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
Magnus Hauge Bakke
accbf276ad
Add button for sending image
10 years ago
Tor Hveem
47cd5376e9
Merge pull request #664 from glowing-bear/subresource-integrity
...
[PLS TEST] Use subresource integrity to prevent CDN resource tampering
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
Tor Hveem
1d0e5af31d
Merge pull request #663 from glowing-bear/selfhost_assets
...
Self-host app store badges to reduce number of connections
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
Lorenz Hübschle-Schneider
8a7b7d2125
Merge pull request #661 from glowing-bear/async-element
...
Construct plugin elements async. Fixes #660
10 years ago
Tor Hveem
a02573a9c2
Construct plugin elements async. Fixes #660
...
This commit changes the plugins that uses angular.element to load
resources directly to instead return a function that runs
angular.element. When the browser runs angular.element('<img>') and gets
a src attr it will fetch the content in the src. This makes the
browser running gb automatically fetch all plugin content that gets
linked even if the user didn't request it.
Maybe we could change our plugin architecture to split the match
function and the generator functions so this could be solved more
elegantly.
10 years ago
Lorenz Hübschle-Schneider
e979e19958
Merge pull request #657 from alexschneider/fix-sanitization
...
Fix sanitization by constructing elements in Javascript.
10 years ago
Alex Schneider
1d628ed849
Remove comments that we don't really need
10 years ago
Alex Schneider
6dcb579de4
Fix sanitization by constructing elements in Javascript.
...
This is still technically a hack, the elements should really be defined in a view with templates, but it fixes the issue with sanitize where it can't sanitize if it can't parse HTML.
10 years ago
David Cormier
0afa7bc184
plugins: sanitize user input before passing it to plugins
10 years ago
Lorenz Hübschle-Schneider
94f5445742
Merge pull request #652 from arnottcr/master
...
simplify giphy regex matching and use original url for image link
10 years ago
Colin Arnott
2f8ab9dbf3
roll back tls upgrade for giphy plugin link, as it conflicts with printed link
10 years ago
Colin Arnott
875001f1b2
simplify regex matching and increase readability of the giphy plugin and have plugin link to original userfacing url, not cdn image file
10 years ago
Tor Hveem
29eddf3807
Merge pull request #650 from arnottcr/master
...
Add support for giphy
10 years ago
Colin Arnott
03a6e391f6
added plugin support for giphy gifs as embedded content and created testcases
10 years ago
Lorenz Hübschle-Schneider
f17a976e1a
Tag version 0.5.0
10 years ago
Tor Hveem
9f6f70eb3e
Merge pull request #644 from glowing-bear/url-hash
...
Add support for supplying credentials in the URL via the hash.
10 years ago