aboutsummaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2017-11-04Add a Mastodon share (#1674)Gravatar Alexis Degrugillier
See #1521
2017-09-22[ci] Add Travis (#1619)Gravatar Frans de Jonge
* [ci] Add Travis * Exclude some libs * Semi-auto whitespace fixes * line length in SQLite * Exclude tests from line length * Feed.php line length * Feed.php: get rid of unnecessary concat * Feed.php: line length * bootstrap.php: no newline at end of file * Allow concatenating across multiple lines * Add Travis badge * do-install line length * update-or-create-user line length * cli/create-user line length * tests/app/Models/SearchTest.php fix indentation * tests/app/Models/UserQueryTest.php fix indentation * tests/app/Models/CategoryTest.php fix indentation * [fix] PHP 5.3 on precise * cli/do-install no spaces * cli/list-users line length * cli/reconfigure line length * empty catch statements * api/index line length nonsense * spaces before semicolon * app/Models/EntryDAO bunch of indentation * extra blank lines * spaces before comma in function call * testing tabwidth * increase to 10 * comment out tabwidth line * try older phpcs version 3.0.0RC4 * line length exception for app/install.php * proper spaces * stray spaces in i18n * Minz/ModelPdo line length * Minz whitespace * greader line length * greader elseif placement * app/Models/Feed.php spacing in function argument * ignore php 5.3 * app/Models/ConfigurationSetter.php stray whitespace * EntryDAOSQLite line length * I vote for higher max line length =P * ignore SQL * remove classname complaint * line length/more legible SQL * ignore line length nonsense * greader line length * feedController issues * uppercase TRUE, FALSE, NULL * revert * importExportController lowercase null * Share.php default value not necessary because ! is_array () a few lines down * CategoryDAO constants should be UPPERCASE * EntryDAO reduce line length * contentious autofix * Allow failures on all versions of PHP except 7.1 because reasons
2017-05-26Change CSS load order to help CustomCSS extensionGravatar Alexandre Alapetite
https://github.com/FreshRSS/Extensions/issues/13
2017-05-13Move force-https.default.txtGravatar Alexandre Alapetite
2017-05-13Keep data/_/ directoryGravatar Alexandre Alapetite
2017-05-12Move default configuration filesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1531
2017-02-24Merge pull request #1436 from dswd/disable-updateGravatar Alexandre Alapetite
Add config option to disable and hide self-update
2017-02-23Add config option to disable and hide self-updateGravatar Dennis Schwerdel
2017-02-18Changelog 1419-1428Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1419 https://github.com/FreshRSS/FreshRSS/pull/1420 https://github.com/FreshRSS/FreshRSS/pull/1428
2017-02-18Add GNU social shareGravatar postblue
2017-02-04Share to sites based on Known (http://withknown.com)Gravatar tintouli
2016-12-24Option for cookie durationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1384
2016-11-06Fix small bugs in installGravatar Alexandre Alapetite
Small fixes in install (e.g. better check that DB password works)
2016-10-15Merge pull request #1307 from Alkarex/update-gitignoreGravatar Alexandre Alapetite
Update gitignore rules
2016-10-15Readme gitignoreGravatar Alexandre Alapetite
2016-10-14Default option mark as read during scrollGravatar Alexandre Alapetite
2016-10-12Update gitignore rulesGravatar Alexandre Alapetite
2016-10-07Meta description optionGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1105
2016-09-30Change default value for keep historyGravatar Alexandre Alapetite
Larger value by default, for limiting the risk of re-adding an article previously purged, e.g. with feeds which do not have good dates, which do not update so often, and for which the list of articles is not so stable.
2016-09-26API implement user-info and fix editsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1254 https://github.com/jangernert/FeedReader/issues/59#issuecomment-249491580
2016-09-11Better control of number of entries per page or RSS feedGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1249 * Since X hours: `https://freshrss.example/i/?a=rss&hours=3` * Explicit number: `https://freshrss.example/i/?a=rss&nb=10` * Limited by `min_posts_per_rss` and `max_posts_per_rss` in user config
2016-09-04Remove Persona folderGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1219#issuecomment-244603417
2016-08-07meta referrer originGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/955 Tested in Firefox 48, Chrome 53, Edge 25
2016-07-31Remove Mozilla Persona loginGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1052
2016-05-03Added a share for Wallabag v2Gravatar Amaury Carrade
The new version of Wallabag (2) was rewrote completly, and the sharer changed. This keeps the old Wallabag v1 sharer, for people still using it, and adds a new one for Wallabag v2. The old sharer for wallabag v1 is renamed to 'wallabag v1' (instead of 'wallabag').
2016-05-01Change default feed timeoutGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1141
2016-02-29Readme force HTTPSGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1083
2016-02-29HTTPS search tree: simplify codeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1083
2016-02-28SimplePie Force HTTPS custom list domainsGravatar Alexandre Alapetite
Load from data/force-https.default.txt and data/force-https.txt Efficient tree structure to search the domains https://github.com/FreshRSS/FreshRSS/pull/1087
2016-02-24Work in progress HTTPSGravatar Alexandre Alapetite
2016-01-19Update shares.phpGravatar danc
2015-11-09Update the Movim share URLGravatar Jaussoin Timothée
I've changed the Movim urls recently, just fixing FreshRSS to make it work again with Movim
2015-11-02Move auto-update server URL in configurationGravatar Marien Fressinaud
Fix https://github.com/FreshRSS/FreshRSS/issues/1019
2015-10-25Config allow robotsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/938
2015-10-14fix share options to comply with latest formatGravatar Alexis Degrugillier
2015-10-14Add Movim shareGravatar Alexis Degrugillier
See #992
2015-07-23Add pubsubhubbub_enabled to default configurationGravatar Marien Fressinaud
Rename enable_pubsubhubbub into pubsubhubbub_enabled See https://github.com/FreshRSS/FreshRSS/issues/865
2015-07-21Add a max_registrations limitGravatar Marien Fressinaud
- Allow user to create accounts (not implemented) - Admin only can set this limit See https://github.com/FreshRSS/FreshRSS/issues/679
2015-07-17Change default value for db['host'] and ['prefix']Gravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/890
2015-07-12Syntax error for curl optiona arrayGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/897
2015-07-12Implement cURL optionsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/897 Requires that https://github.com/FreshRSS/FreshRSS/pull/898 is merged first.
2015-06-05PDO option exampleGravatar Alexandre Alapetite
2015-06-03PDO options for e.g. SSLGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/868
2015-05-16More PubSubHubbubGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312 Show whether PubSubHubbub is enabled in the Web interface of feed configuration. When PubSubHubbub is used, do not pull refresh so often (hard-coded to max once per 24h for now). Improved logic for lease renewal, and some detection of lease problems. Updated read-me and changelog.
2015-05-15First alpha of PubSubHubbubGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312 Using a white list limited to http://push-pub.appspot.com/feed for alpha testing.
2015-05-15First draft of PubSubHubbubGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/312 Requires setting base_url in config.php. Currently using the filesystem (no change to the database)
2015-05-10Moved updated/unread option from global to userGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/798
2015-05-10Global option to mark updated articles as unreadGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/798
2015-05-10Comments in config fileGravatar Alexandre Alapetite
Documentation https://github.com/FreshRSS/FreshRSS/issues/123
2015-03-21SimplePie option to restaure syslog of HTTP requestsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/711