| Age | Commit message (Collapse) | Author |
|
FreshRSS 1.11.1
|
|
|
|
* Fix extension hook for updated articles
https://github.com/FreshRSS/FreshRSS/issues/1926
* Enable extensions during PubSubHubbub
* A little array protection
* Changelog 1926
https://github.com/FreshRSS/FreshRSS/issues/1926
https://github.com/FreshRSS/FreshRSS/pull/1932
* Add null check
|
|
* Fever fixes
Was hardcoded for MySQL. Bug in "before" parameter. Bug in mark all as
read.
* Fix construct
* Changelog 1930
https://github.com/FreshRSS/FreshRSS/issues/193
https://github.com/FreshRSS/FreshRSS/pull/1931
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1797
https://github.com/FreshRSS/FreshRSS/issues/1894
https://github.com/FreshRSS/FreshRSS/pull/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
|
|
Fix https://github.com/FreshRSS/FreshRSS/issues/1797
|
|
* 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
|
|
* 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
|
|
* 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
|
|
https://github.com/FreshRSS/FreshRSS/pull/1916
https://github.com/FreshRSS/FreshRSS/issues/1904
https://github.com/FreshRSS/FreshRSS/issues/1521#issuecomment-354178330
|
|
use GET method for mastodon
|
|
|
|
|
|
FreshRSS 1.11.0
|
|
https://github.com/FreshRSS/FreshRSS/pull/1902
|
|
https://github.com/FreshRSS/FreshRSS/issues/1754
|
|
* 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
|
|
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
|
|
|
|
This handles the case where the extensions directory might be a symlink
|
|
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
|
|
@bartlomiejcieszkowski https://github.com/FreshRSS/FreshRSS/pull/1908/commits/81e014d0963a7e710e96bac3fdb350931ac1fc91
|
|
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
|
|
(#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.
|
|
* Feed attributes only for admin
https://github.com/FreshRSS/FreshRSS/pull/1838
* Changelog 1905
https://github.com/FreshRSS/FreshRSS/pull/1905
|
|
|
|
* 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
|
|
* Fix CLI no_default_feeds
The option was not working anymore
* Changelog 1900
https://github.com/FreshRSS/FreshRSS/pull/1900
|
|
* Add Pocket share
https://github.com/FreshRSS/FreshRSS/issues/1884#issuecomment-388988200
https://github.com/FreshRSS/FreshRSS/issues/1051
* Pocket i18n
|
|
https://github.com/FreshRSS/FreshRSS/issues/1824
https://github.com/FreshRSS/FreshRSS/issues/1884
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1888
https://github.com/FreshRSS/FreshRSS/pull/1889
|
|
* Workaround to enable postgres unix socket instead of tcp
* Support Unix sockets for MySQL and PostgreSQL
|
|
* 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
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1406
https://github.com/FreshRSS/FreshRSS/pull/1836
https://github.com/FreshRSS/FreshRSS/issues/1861
|
|
* 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
|
|
https://github.com/FreshRSS/FreshRSS/issues/1892
https://github.com/FreshRSS/FreshRSS/pull/1893
|
|
https://github.com/FreshRSS/FreshRSS/issues/1892
|
|
https://github.com/FreshRSS/FreshRSS/pull/1891
https://framateam.org/freshrss/pl/q8mqryc4abbaixjxxditzrxgsh
|
|
https://github.com/simplepie/simplepie/blob/0edf39018709c0d66cfa6d9b972907bb92461efb/library/SimplePie/File.php#L109
Candidate for pull-request upstream to SimplePie
|
|
* add shebang to actualize script
* Update actualize_script.php
|
|
https://github.com/FreshRSS/FreshRSS/pull/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
|
|
https://github.com/FreshRSS/FreshRSS/pull/1882
|
|
Fixes #1878
|
|
|