Alexandre Alapetite
eb3cca60dd
Fix get_thumbnails null exception ( #1933 )
2018-06-12 12:35:52 +02:00
Alexandre Alapetite
da025ed356
Changelog 1797, 1894, 1924
...
https://github.com/FreshRSS/FreshRSS/issues/1797
https://github.com/FreshRSS/FreshRSS/issues/1894
https://github.com/FreshRSS/FreshRSS/pull/1924
2018-06-09 16:08:05 +02:00
Alexandre Alapetite
6a56894e94
New extension event + Tumblr GDPR ( #1924 )
...
* New extension event + Tumblr GDPR
https://github.com/FreshRSS/FreshRSS/issues/1894
simplepie_before_init event
* Refactor extension enabling + Tumblr GDPR enabled by default
Add possibility for extensions to be enabled by default, and disabled
back by users.
* Minor whitespace
2018-06-09 15:58:18 +02:00
Alexandre Alapetite
32676d59a3
Minz fix translate ( #1927 )
...
Fix https://github.com/FreshRSS/FreshRSS/issues/1797
2018-06-09 15:57:17 +02:00
Julkikod
70bb228e1d
Update 06_Mobile_access.md ( #1925 )
...
* Update 06_Mobile_access.md
Mise à jour de l'aide sur l'accès via mobile
* Update 06_Mobile_access.md
* Minor text
* Minor edits
2018-06-08 16:12:04 +02:00
Alexandre Alapetite
7ab4a2609a
Support for media: tags ( #1920 )
...
* Support for media: tags
https://github.com/FreshRSS/FreshRSS/issues/944
E.g. YouTube
* Fix for medium attribute
* Changelog 944
https://github.com/FreshRSS/FreshRSS/issues/944
https://github.com/FreshRSS/FreshRSS/pull/1920
* enclosure styling
* Compatibility old enclosure content
2018-06-06 21:29:22 +02:00
Alexandre Alapetite
afad1d11af
Fix type exception in loadCompleteContent ( #1918 )
...
* Fix type exception in loadCompleteContent
https://github.com/FreshRSS/FreshRSS/issues/1917
With some refactoring
* Changelog 1917
https://github.com/FreshRSS/FreshRSS/issues/1917
https://github.com/FreshRSS/FreshRSS/pull/1918
2018-06-05 13:48:34 +02:00
Alexandre Alapetite
3da8b8b1f5
Readme 1904
...
https://github.com/FreshRSS/FreshRSS/pull/1916
https://github.com/FreshRSS/FreshRSS/issues/1904
https://github.com/FreshRSS/FreshRSS/issues/1521#issuecomment-354178330
2018-06-05 10:06:47 +02:00
Alexandre Alapetite
54217c07d5
Merge pull request #1916 from hoilc/mastodon-with-get-method
...
use GET method for mastodon
2018-06-05 09:35:22 +02:00
hoilc
d3942b2960
use GET method for mastodon
2018-06-04 11:15:20 +08:00
Alexandre Alapetite
f7a4499a06
Start FreshRSS 1.11.1-dev
2018-06-03 13:42:36 +02:00
Alexandre Alapetite
c0122003fe
Merge pull request #1902 from FreshRSS/dev
...
FreshRSS 1.11.0
1.11.0
2018-06-03 13:35:38 +02:00
Alexandre Alapetite
be778c6bc2
Release FreshRSS 1.11.0
...
https://github.com/FreshRSS/FreshRSS/pull/1902
2018-06-03 13:29:01 +02:00
Alexandre Alapetite
4b9f0710eb
A bit of API documentation ( #1914 )
...
https://github.com/FreshRSS/FreshRSS/issues/1754
2018-06-03 13:14:42 +02:00
Alexandre Alapetite
ccc62b0a2c
Use cURL for GET full content ( #1913 )
...
* Use cURL for GET full content
Fix https://github.com/FreshRSS/FreshRSS/issues/1870
* Changelog 1870
https://github.com/FreshRSS/FreshRSS/issues/1870
https://github.com/FreshRSS/FreshRSS/pull/1913
2018-06-02 23:08:09 +02:00
Alexandre Alapetite
15f0ad6452
Changelog 1903, 1907, 1909, 1911
...
https://github.com/FreshRSS/FreshRSS/pull/1903
https://github.com/FreshRSS/FreshRSS/pull/1907
https://github.com/FreshRSS/FreshRSS/pull/1909
https://github.com/FreshRSS/FreshRSS/pull/1911
2018-06-01 23:35:03 +02:00
Alexandre Alapetite
e4775bf30d
Fever API: Log messages for wrong credendials ( #1910 )
2018-06-01 23:20:29 +02:00
Girish Ramakrishnan
fa3532dc8e
Use realpath of EXTENSIONS_PATH ( #1911 )
...
This handles the case where the extensions directory might be a symlink
2018-06-01 23:19:23 +02:00
Alexandre Alapetite
4c8f147238
Suppress XML error during conversion attempt ( #1909 )
...
Using LIBXML_NOERROR. Seems to be necessary for newer PHP versions
because the at sign does not suppress warnings. In a FreshRSS-specific
SimplePie section.
Warning: DOMDocument::loadXML(): Namespace prefix media on content is
not defined in Entity, line: 42 in
/..../FreshRSS/lib/SimplePie/SimplePie/Parser.php on line 144
2018-05-31 19:22:02 +02:00
Bartłomiej Cieszkowski
1cba18e3ef
Typo: FressRSS -> FreshRSS ( #1908 )
...
@bartlomiejcieszkowski 81e014d096
2018-05-30 09:22:04 +02:00
Alexandre Alapetite
e98e40b7b4
Fix check default category, and PostgreSQL seq bug ( #1907 )
...
checkDefault() was broken as it was not necessarily creating the default
category with the right ID.
PostgreSQL required additional care.
https://github.com/FreshRSS/FreshRSS/issues/1890#issuecomment-392869777
https://github.com/FreshRSS/FreshRSS/pull/1322
https://github.com/FreshRSS/FreshRSS/issues/1312#issuecomment-254009397
2018-05-29 23:55:31 +02:00
Upils
66ff16294a
Correct docker-compose.yml file and add a corresponding note in the doc. ( #1906 )
...
* Add a docker compose example.
Using postgresql and with traefik specific labels.
* Added docker-compose specific documentation.
* Move docker-compose section at the end of the README.md.
* Correct docker-compose.yml file and add a corresponding note in the doc.
* Typo in doc.
2018-05-29 22:28:30 +02:00
Alexandre Alapetite
4ec1ebade4
Feed attributes only for admin ( #1905 )
...
* Feed attributes only for admin
https://github.com/FreshRSS/FreshRSS/pull/1838
* Changelog 1905
https://github.com/FreshRSS/FreshRSS/pull/1905
2018-05-29 19:11:28 +02:00
Frans de Jonge
18443963b9
[i18n] Finish Dutch translation ( #1903 )
2018-05-28 23:54:16 +02:00
Alexandre Alapetite
1801f44bfc
Fix import: invalid variable scope ( #1901 )
...
* Fix import: invalid variable scope
https://github.com/FreshRSS/FreshRSS/issues/1890
https://github.com/FreshRSS/FreshRSS/pull/1315
* Changelog 1890
https://github.com/FreshRSS/FreshRSS/issues/1890
https://github.com/FreshRSS/FreshRSS/pull/1901
2018-05-28 23:33:48 +02:00
Alexandre Alapetite
58fb9ea5b3
Fix CLI no_default_feeds ( #1900 )
...
* Fix CLI no_default_feeds
The option was not working anymore
* Changelog 1900
https://github.com/FreshRSS/FreshRSS/pull/1900
2018-05-28 22:14:10 +02:00
Alexandre Alapetite
d514dc50af
Add Pocket share ( #1899 )
...
* Add Pocket share
https://github.com/FreshRSS/FreshRSS/issues/1884#issuecomment-388988200
https://github.com/FreshRSS/FreshRSS/issues/1051
* Pocket i18n
2018-05-28 21:13:42 +02:00
Alexandre Alapetite
7ebc56e8d3
Fix null exception in shares ( #1898 )
...
https://github.com/FreshRSS/FreshRSS/issues/1824
https://github.com/FreshRSS/FreshRSS/issues/1884
2018-05-28 20:55:44 +02:00
Alexandre Alapetite
5a835f22ce
Fix changelog link
2018-05-26 23:19:34 +02:00
Alexandre Alapetite
ce75410315
Changelog 1888
...
https://github.com/FreshRSS/FreshRSS/issues/1888
https://github.com/FreshRSS/FreshRSS/pull/1889
2018-05-26 23:16:00 +02:00
Bartłomiej Cieszkowski
0ffc006a7e
1888 postgresql unix socket workaround ( #1889 )
...
* Workaround to enable postgres unix socket instead of tcp
* Support Unix sockets for MySQL and PostgreSQL
2018-05-26 23:13:14 +02:00
Alexandre Alapetite
4ff6613989
Fix CLI for creating/deleting user with Fever API ( #1896 )
...
* Fix CLI for creating user with Fever API
https://github.com/FreshRSS/FreshRSS/pull/1836
* Fix CLI for deleting user with Fever API
https://github.com/FreshRSS/FreshRSS/pull/1836
2018-05-26 11:44:17 +02:00
Alexandre Alapetite
defbc5d6a5
Minor readme whitespace
2018-05-24 22:29:37 +02:00
Alexandre Alapetite
c4cb988ccf
Changelog 1836
...
https://github.com/FreshRSS/FreshRSS/issues/1406
https://github.com/FreshRSS/FreshRSS/pull/1836
https://github.com/FreshRSS/FreshRSS/issues/1861
2018-05-24 22:16:45 +02:00
Kevin Papst
8f1bad60d0
Add Fever API and user documentation ( #1836 )
...
* added fever api and documentation
* spaces to tabs
* fixed code format
* added links
* added utf8 to header
* removed XML support
* removed before check, as we have to convert it afterwards
* added sandboxed setting (currently disabled)
added support for extensions using entry_before_display
* listFeedsOrderUpdate LIMIT
https://github.com/FreshRSS/FreshRSS/pull/1836/files#r175287881
* removed custom sql by using FreshRSS_FeedDAO::listFeedsOrderUpdate()
* fixed mark all as read
* replaced custom sql for getUnread() and getStarred() with dao functions
* removed sanitization functions
* Rework fever login
* Fix config bug
Plus documentation
* Fix array syntax
For compatibility with PHP 5.3
* Disable cookies and session for API
* Fix currentUser
* added response header and error log
* adjusted phpdoc to match new authentication
* Mechanism to delete old keys
* replace PHP_INT_MAX with zero to disable limit
* replace method_exists with check for explicit methods
* removed Press support and smaller refactoring + updated docu
* Rewrite bindParamArray
Avoid one of the SQL injection risks
* Docs and readme
* Fix API link
* Simplify reverse key check
Using userConfig
2018-05-24 21:53:47 +02:00
Alexandre Alapetite
6c0daa0355
Changelog 1892
...
https://github.com/FreshRSS/FreshRSS/issues/1892
https://github.com/FreshRSS/FreshRSS/pull/1893
2018-05-22 08:55:49 +02:00
Alexandre Alapetite
c96b5ff34a
SimplePie fix for Atom feeds using namespace for type ( #1893 )
...
https://github.com/FreshRSS/FreshRSS/issues/1892
2018-05-22 08:49:11 +02:00
Alexandre Alapetite
8afce0753a
Changelog 1891
...
https://github.com/FreshRSS/FreshRSS/pull/1891
https://framateam.org/freshrss/pl/q8mqryc4abbaixjxxditzrxgsh
2018-05-20 23:27:16 +02:00
Alexandre Alapetite
f17417e95c
Strip credentials from HTTP Referer ( #1891 )
...
0edf390187/library/SimplePie/File.php (L109)
Candidate for pull-request upstream to SimplePie
2018-05-20 23:23:48 +02:00
David souza
7e9a29b719
add shebang to actualize script ( #1886 )
...
* add shebang to actualize script
* Update actualize_script.php
2018-05-20 12:27:17 +02:00
Alexandre Alapetite
9e393445bb
Changelog 1887
...
https://github.com/FreshRSS/FreshRSS/pull/1887
2018-05-20 12:25:52 +02:00
Alexandre Alapetite
92e8c4b6bf
Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/dev
2018-05-20 12:21:41 +02:00
Alexandre Alapetite
6881d362b1
Detection of non-unique GUIDs ( #1887 )
...
* Detection of non-unique GUIDs
Some feeds are using GUIDs, but fail to make them unique.
Example: https://www.kbh-sprogcenter.dk/en/category/danish-break/feed/
This patch detects non-unique GUIDs, and disable GUIDs in that specific
case.
* Add state and log
2018-05-20 12:17:08 +02:00
Alexandre Alapetite
fd7b0c1e78
Changelog 1882
...
https://github.com/FreshRSS/FreshRSS/pull/1882
2018-05-20 12:04:12 +02:00
Frans de Jonge
967dc041a7
[i18n] Add hint about adding #force_feed to URL ( #1879 )
...
Fixes #1878
2018-05-20 11:57:46 +02:00
ColonelMoutarde
a8ffde6263
add visibility "public" ( #1849 )
2018-05-19 13:16:51 +02:00
Upils
0ccda74571
Add a docker compose example. ( #1882 )
...
* Add a docker compose example.
Using postgresql and with traefik specific labels.
* Added docker-compose specific documentation.
* Move docker-compose section at the end of the README.md.
2018-05-09 09:57:46 +02:00
Alexandre Alapetite
bde96ec8ea
Changelog 1877
...
https://github.com/FreshRSS/FreshRSS/pull/1877
https://github.com/FreshRSS/FreshRSS/issues/1841#issuecomment-376551901
2018-05-01 21:57:30 +02:00
Alexandre Alapetite
0513ba8d9f
Use HTML autocomplete new-password ( #1877 )
...
* Use HTML autocomplete new-password
https://github.com/FreshRSS/FreshRSS/issues/1841#issuecomment-376551901
autocomplete="new-password" for user management pages
https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion
* autocomplete username
https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#attr-fe-autocomplete-username
2018-05-01 21:50:45 +02:00
Alexandre Alapetite
e1b30f0da8
Changelog 1838
...
https://github.com/FreshRSS/FreshRSS/pull/1838
https://github.com/FreshRSS/FreshRSS/issues/891
https://github.com/FreshRSS/FreshRSS/issues/1702
https://github.com/FreshRSS/FreshRSS/issues/1811
2018-05-01 17:09:11 +02:00