summaryrefslogtreecommitdiff
path: root/p/api
AgeCommit message (Collapse)Author
2015-01-14Fix stupid bug in greader APIGravatar Marien Fressinaud
Replace Minz_Session::_param() by Minz_Session::param() in token() and checkToken() functions. Fix https://github.com/FreshRSS/FreshRSS/issues/747
2015-01-13Change behaviour if authorizationToUser is nullGravatar Marien Fressinaud
authorizationToUser() returns now an empty string by default If it returns an empty string, conf is set to null and api don't die anymore. Fix https://github.com/FreshRSS/FreshRSS/issues/747
2015-01-13Fix greader APIGravatar Marien Fressinaud
$conf->user didn't exist anymore since #730. User name had to be retrieved by another way. It uses sessions now. Fix https://github.com/FreshRSS/FreshRSS/issues/747
2015-01-13Add log in APIGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/747
2015-01-13Add a log line in greader API.Gravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/747
2015-01-06Fix greader api script with new config systemGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/730
2014-12-28Remove all old references to LOG_PATHGravatar Marien Fressinaud
See https://github.com/FreshRSS/FreshRSS/issues/729
2014-10-05Replace Minz_Log::record by corresponding methodsGravatar Marien Fressinaud
Please not use Minz_Log::record anymore! See https://github.com/marienfressinaud/FreshRSS/issues/655
2014-08-20API compatible lighttpdGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-07-05Add support for SQLiteGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/100 Warning: MySQL has been changed too, so bugs may have been introduced
2014-07-03Preparation #3 for SQLiteGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/100
2014-04-13Move state constants from Configuration to EntryGravatar Alexis Degrugillier
2014-04-13Add a new status for 'ALL'Gravatar Alexis Degrugillier
I made the conversion in every file I can think of. It should not have any reference to the string 'all' for the state context
2014-03-10API: New test for getallheaders() problemGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-03-10API: Better compatibility with Apache/PHP-CGIGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443#issuecomment-37226210
2014-03-10API: Optimisation nginx + less debug infoGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443 Faster access to headers in nginx Show detailed debug info only in the case of errors
2014-03-04API: put back test getallheadersGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-03-04API: Start of compatibility with nginxGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-03-04API: better test for server compatibilityGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-03-04API: test for %2F supportGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443
2014-03-03API: better unread-countGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443 For e.g. EasyRSS
2014-03-03API: Add continuation modeGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/443 Needed for e.g. EasyRSS
2014-03-02API : SQL optimisation WHERE ... IN, and better compatibility EasyRSSGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-03-01API: SQL optimisationGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-03-01API: Real password systemGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13 Expiring token not implemented yet
2014-02-28API streamContents for categories and feedsGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-02-27API: sanitize usernameGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-02-27API: Better temporary securityGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13 Slightly better security while waiting for a proper authentification system
2014-02-27API: default link to compatibility checkGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13
2014-02-27Alpha version of Google Reader compatible APIGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/13 Hardcoded passwords, no possibility to add/delete feeds or edit categories yet.