Lorenz Hübschle-Schneider
|
ccf7b1c51e
|
Adapt common plugins to make use of multiple embeds per message
|
11 years ago |
Lorenz Hübschle-Schneider
|
e962472414
|
Fix Google maps regex
|
11 years ago |
Lorenz Hübschle-Schneider
|
ac31901d7d
|
Allow plugins to return an array of results and display each of them
Also fix the URL regex to match multiple URLs ('g' modifier)
|
11 years ago |
David Cormier
|
ceb31c1947
|
contentForMessage doesn't have to care about content visibility
|
11 years ago |
Lorenz Hübschle-Schneider
|
8e1e871411
|
Fix matching (#segments)
|
11 years ago |
Lorenz Hübschle-Schneider
|
885b47eaaf
|
Add yr.no plugin
|
11 years ago |
Lorenz Hübschle-Schneider
|
39b6d7a179
|
Fix URL regex
Old one doesn't match umlauts and other unicode stuff
New one is a lot more general and similar to what angular uses
|
11 years ago |
Lorenz Hübschle-Schneider
|
86f4c7308b
|
Image plugin: case insensitive regex
Fixes #305
|
11 years ago |
Lorenz Hübschle-Schneider
|
9f46e656cb
|
Improve youtube matching URL
closes #266
|
11 years ago |
Lorenz Hübschle-Schneider
|
b91241744c
|
Improve youtube matching URL
closes #266
|
11 years ago |
Felix Eckhofer
|
cd6ee96ae7
|
Use https for dailymotion
|
11 years ago |
Lorenz Hübschle-Schneider
|
3c1bdfeb71
|
Improve plugin regular expressions, load imgur over https if enabled
|
11 years ago |
Felix Eckhofer
|
18dd4eae1f
|
Replace tabs with spaces
|
12 years ago |
Felix Eckhofer
|
b3b4651e33
|
Remove trailing spaces
|
12 years ago |
David Cormier
|
fb5a477b73
|
Implement asciinema plugin
Close #66
|
12 years ago |
Lorenz H-S
|
5ad01dac81
|
embed youtube over SSL
|
12 years ago |
David Cormier
|
68f24554d1
|
Remove global for variables
|
12 years ago |
David Cormier
|
c251c3b74c
|
Fix is already defined errors
|
12 years ago |
David Cormier
|
0912a2b55b
|
Remove extra comma and unnecessary semicolons
|
12 years ago |
David Cormier
|
e2a84470ce
|
Add missing semicolons
|
12 years ago |
David Cormier
|
6d5573a148
|
Delete trailing whitespaces
|
12 years ago |
Tor Hveem
|
1615f3016b
|
Use angular function to linkify text.
Fixes bugs with HTML escaping in text
|
12 years ago |
Tor Hveem
|
d57127cc84
|
make class for embedded image, and fix its height parameter so its
better for small images
|
12 years ago |
Tor Hveem
|
6258303465
|
New user setting for display embedded content by default
|
12 years ago |
Vivien Didelot
|
15e267a9ee
|
plugins: add AlloCine support
|
12 years ago |
Vivien Didelot
|
98ad8d152d
|
plugins: add Dailymotion support
|
12 years ago |
Tor Hveem
|
453a8d5ef3
|
Make images clickable so you can get full size
|
12 years ago |
Vivien Didelot
|
10480843c2
|
plugins: add Google Maps support
|
12 years ago |
Vivien Didelot
|
4eddc8bf57
|
plugins: add SoundCloud and MixCloud support
|
12 years ago |
Tor Hveem
|
5923093071
|
New plugin: spotify
|
12 years ago |
Vivien Didelot
|
55b720466b
|
plugins: (image) support fukung.net
Links to http://fukung.net/v/foobar.gif end by the actual image
extensions, but the full image path is under
http://media.fukung.net/imgs/foobar.gif.
This commit replace the URL prefix if it matches fukung.net/v/.
|
12 years ago |
Vivien Didelot
|
ea65c5dc44
|
plugins: (youtube) make video preview slicker
|
12 years ago |
Tor Hveem
|
fba78d490e
|
Support more URLs for youtube and request html5 player to improve
performance of embedding
|
12 years ago |
Tor Hveem
|
b2174db197
|
Remove URLplugin, replace URLs inline with a hrefs
|
12 years ago |
Vivien Didelot
|
8fea1c072e
|
plugins: (url) do not return the whole message
|
12 years ago |
Vivien Didelot
|
97da1928de
|
plugins: match /nsfw/i tag anywhere in the message
Sometimes you may have trailing whitespace or put this tag at the
beginning of the line.
Ref: #27
|
12 years ago |
David Cormier
|
2377253676
|
plugins: fix imagePlugin
|
12 years ago |
David Cormier
|
741416cb79
|
plugins: provide names for plugins
|
12 years ago |
David Cormier
|
b2ee67707b
|
plugins: let plugins name their content
|
12 years ago |
David Cormier
|
3f56c80f56
|
plugins: warn the user that content may not be safe for work
|
12 years ago |
David Cormier
|
a1123ddad0
|
plugins: automatically hide lines that ends with nsfw
|
12 years ago |
David Cormier
|
1f7cb5c3ba
|
plugins: use to explicitely trust html
|
12 years ago |
Tor Hveem
|
6e1ec22fe4
|
Add target=_blank on links again, it got lost in earlier merge
|
12 years ago |
Tor Hveem
|
5ea276f648
|
Show content by default
|
12 years ago |
Tor Hveem
|
8028070aaa
|
Merge
|
12 years ago |
David Cormier
|
51221d4a44
|
plugins: add documentation
|
12 years ago |
David Cormier
|
7b701079f4
|
plugins: make PluginManager dependent of userPlugins and register them at runtime
|
12 years ago |
David Cormier
|
e457e96cd6
|
plugins: define plugins as Plugin objects
|
12 years ago |
David Cormier
|
cc2eda7057
|
plugins: create PluginManager service
|
12 years ago |
David Cormier
|
1fd6e1b0b6
|
plugins: Create a plugins service with a Plugin definition
|
12 years ago |