aboutsummaryrefslogtreecommitdiff
path: root/data/PubSubHubbub
AgeCommit message (Collapse)Author
2018-06-18[#1942] Track missing index files (#1943)Gravatar Marien Fressinaud
These files must exist for security reasons: they hide contents of their directories if the webserver isn't well configured and redirect to the home page. They were automatically created by `./cli/prepare.php` script so it was annoying to have them in the working tree. Also, the files created by the script were empty.
2016-10-15Readme gitignoreGravatar Alexandre Alapetite
2016-10-12Update gitignore rulesGravatar Alexandre Alapetite
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)