Korbak
12e5e1541e
Suppression de l'extension Hooktube
...
Hooktube étant un site tenu par un néo-nazi, l'extension Hooktube le soutenait, ce que je refuse. De ce fait, j'ai supprimé mon extension, et la supprime donc de la liste.
2017-12-21 18:05:12 +01:00
korbak
01fd9b90a4
Correction of HookTube's description
2017-12-18 22:04:34 +01:00
korbak
ab42284648
Correction of HookTube's description
2017-12-18 22:00:07 +01:00
korbak
eba282b57f
New extension : Hooktube
2017-12-18 20:01:38 +01:00
Alexandre Alapetite
b631dd7551
Merge pull request #24 from kevinpapst/extension-update
...
Extension updates
2017-12-13 23:07:05 +01:00
Alexandre Alapetite
2dada65821
Merge pull request #23 from kevinpapst/permission-info
...
CustomJS / CustomCSS - check file permissions
2017-12-13 23:06:36 +01:00
Alexandre Alapetite
9352faac5b
i18n French for CustomCSS / CustomJS
2017-12-13 23:04:55 +01:00
Kevin Papst
ea7498a57c
bumped youtube version, added teem video extension
2017-12-13 22:54:19 +01:00
Kevin Papst
dbb88a7299
removed un-editable static/styles.css
2017-12-06 23:50:54 +01:00
Kevin Papst
efc6c31b5c
adjusted german translation
2017-12-06 22:42:00 +01:00
Kevin Papst
e6c4d99cb3
added permission check, error message and german translation
...
fixes FreshRSS/FreshRSS#1456
2017-12-06 22:37:49 +01:00
Alexandre Alapetite
648ea0824d
Merge pull request #22 from kevinpapst/extension-list
...
Extension list JSON file
2017-12-05 21:34:06 +01:00
Kevin Papst
88e306aff0
removed unstable TTRSS API for now
2017-12-05 21:25:43 +01:00
Kevin Papst
dcddc3e80d
corrected Frenzies name
2017-12-03 18:17:40 +01:00
Alexandre Alapetite
0637953fe0
Merge pull request #21 from kevinpapst/extension-dilbert
...
added dilbert extension
2017-12-03 12:48:24 +01:00
Kevin Papst
c1ed4c2111
added more extensions
2017-12-02 13:11:16 +01:00
Kevin Papst
5d80e614e7
added first draft of the extensions.json file
2017-12-02 12:13:56 +01:00
Kevin Papst
e67d9e95bd
added dilbert extension
2017-12-02 10:11:36 +01:00
Alexis Degrugillier
a60a0ce5d0
Add link to a new third-party extension
2017-09-30 14:09:18 +02:00
Alexis Degrugillier
78d9c0b70d
Fix profile URL
2017-09-30 14:08:42 +02:00
Alexandre Alapetite
b11c384b21
Merge pull request #18 from Eisa01/patch-2
...
Update README.md
2017-09-18 13:33:26 +02:00
Eisa01
6884375bb6
Update README.md
2017-09-17 08:59:43 +04:00
Eisa01
a5510a6029
Update README.md
2017-09-17 08:48:20 +04:00
Alexandre Alapetite
b2e9d7efce
Merge pull request #17 from Frenzie/patch-1
...
ImageProxy: return extension type to user
2017-05-27 22:10:53 +02:00
Frans de Jonge
feb98d49e6
ImageProxy: return extension type to user
...
Fixes #16 . Reverses a change that was made in relation to https://github.com/FreshRSS/FreshRSS/issues/1257
The underlying cause is something slightly different, see https://github.com/FreshRSS/FreshRSS/issues/1548#issuecomment-304434061
2017-05-27 15:08:08 +02:00
Alexandre Alapetite
3fa5815e7f
Reformat readme
...
https://github.com/FreshRSS/Extensions/pull/14
2017-04-02 10:31:53 +02:00
Alexandre Alapetite
09d78b6133
Merge pull request #14 from oyox/patch-1
...
Update README.md
2017-04-02 10:12:54 +02:00
oyox
7998125cc7
Update README.md
...
Added the oYoX extension collection
2017-03-17 11:33:02 +01:00
Alexandre Alapetite
eac4b74977
Merge pull request #12 from kevinpapst/extension-links
...
Added third-party extension list
2016-12-15 11:24:17 +01:00
Kevin Papst
0c56dca4bd
added third-party extension list
2016-12-04 20:37:49 +01:00
Alexandre Alapetite
778d017232
Merge pull request #7 from Frenzie/master
...
Add CSRF token, change ImageProxy type from user to system, and add CustomJS extension
2016-09-19 20:32:48 +02:00
Frans de Jonge
006574f6cf
Add CustomJS extension
...
A simple port of CustomCSS
2016-09-19 19:12:53 +02:00
Frans de Jonge
89ebfbedcd
ImageProxy: change type from user to system
...
This probably doesn't really make sense to configure on a per-user basis anyway. Fixes https://github.com/FreshRSS/FreshRSS/issues/1253
2016-09-19 17:53:56 +02:00
Frans de Jonge
1a04bc5ad5
Add CSRF token; references #1253
2016-09-19 17:32:49 +02:00
Alexandre Alapetite
b4aeeefc3f
Merge pull request #5 from Frenzie/master
...
Added image proxy extension
2016-08-20 14:28:57 +02:00
Frans de Jonge
e820c338b2
ImageProxy: don't supply empty string as DOMDocument input
2016-05-20 12:35:40 +02:00
Frans de Jonge
57773d1777
Added Image Proxy extension README.md
2016-05-13 07:48:15 +02:00
Frans de Jonge
e0def49cef
Added image proxy extension
2016-05-12 21:37:15 +02:00
Alexandre Alapetite
6c7a506f7b
Merge pull request #4 from Frenzie/master
...
Fix encoding issue
2016-05-01 20:02:10 +02:00
Frans de Jonge
0358f373e4
Fix encoding issue
...
Otherwise you wouldn't be able to use selectors like `>` and anything else that'd result in invalid CSS.
Probably fixes https://github.com/FreshRSS/FreshRSS/issues/959 (see comment https://github.com/FreshRSS/FreshRSS/issues/959#issuecomment-134328259 ) but without having the full CSS used by @Kirill that can't be tested.
2016-05-01 15:31:32 +02:00
Marien Fressinaud
3626296e17
Fix aside height in Sticky Feed extension
...
See https://github.com/FreshRSS/FreshRSS/issues/753
2015-01-17 16:28:44 +01:00
Marien Fressinaud
8c1546ca66
Improve sticky feed extension
...
Fix https://github.com/FreshRSS/FreshRSS/issues/753
2015-01-17 15:00:35 +01:00
Marien Fressinaud
6ac80cbdb9
Implement getFeedTree() in ttrss api
2015-01-15 17:40:31 +01:00
Marien Fressinaud
9e793b4890
Fix TTRSS API extension
...
Static methods don't have $this attribute!
2015-01-15 13:34:00 +01:00
Marien Fressinaud
50f88f05a6
Fix method postUpdateHook in TTRSS API extension
2015-01-15 13:26:41 +01:00
Marien Fressinaud
8f83388837
Add post_update hook for TTRSS API extension.
2015-01-15 12:07:19 +01:00
Marien Fressinaud
be3da9984e
Fix sticky feeds extension
...
Scroll bar appears even if the window is at the top of the screen.
Fix https://github.com/FreshRSS/FreshRSS/issues/697
2015-01-14 23:57:35 +01:00
Marien Fressinaud
b0e741d20a
Add notes in TTRSS API readme
2015-01-14 22:04:30 +01:00
Marien Fressinaud
4d6eff96f5
Add TinyTinyRSS API extension
2015-01-14 22:01:19 +01:00
Marien Fressinaud
e3d31b25c3
Add StickyFeeds extension
...
See https://github.com/FreshRSS/FreshRSS/issues/697
2015-01-13 14:41:04 +01:00