Commit Graph

528 Commits (4e53956addb597d99a76d10d302ab56faad88bf8)

Author SHA1 Message Date
Andrew Dolgov 4e53956add implement error log viewer 12 years ago
Andrew Dolgov 889a5f9f19 experimental SQL-based error logger 12 years ago
Andrew Dolgov 4f032700db ttrssMailer: actually use OOP properly 12 years ago
Andrew Dolgov 90df27a4c1 ttrssMailer: fix typo 12 years ago
Andrew Dolgov b9863a153c unify SMTP_HOST and SMTP_PORT as SMTP_SERVER 12 years ago
Andrew Dolgov 40fe2d7382 remove js-based player, better mp3 support detection for html5 audio 12 years ago
Andrew Dolgov 5e3d5480f7 use hashed guids in a hopefully backwards compatible fashion 12 years ago
Andrew Dolgov bc7a144dd5 properly remove and replace favicon color when favicon gets manually removed/uploaded 12 years ago
Andrew Dolgov 86f7d2a9f2 make gradient less visible on read headlines 12 years ago
Andrew Dolgov 12a6bd28ac remove hsl stuff from classes/feeds, we take care of this when choosing the color 12 years ago
Andrew Dolgov e7480cc13b do not color predominantly white/black rows 12 years ago
Andrew Dolgov bfaf90e364 add row backgrounds in normal mode 12 years ago
Andrew Dolgov 85eea71e0e use w3c gradient definition 12 years ago
Andrew Dolgov e0deff3933 implement basic moz gradient for feedicon color 12 years ago
Andrew Dolgov 63c323f736 only enable colored favicons in vfeeds; fix RGB triplet packing 12 years ago
moontear 2cfbb448fb Added average color calculation of feeds' favicons for banded display. 12 years ago
Andrew Dolgov e43a9c4a01 add a %d articles selected element 12 years ago
Andrew Dolgov 884f2aee91 use mdash as a separator between title and author 12 years ago
Andrew Dolgov 41694a956d fix double-escaping possible with encrypted passwords 12 years ago
Andrew Dolgov 044cff2d74 implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY) 12 years ago
Andrew Dolgov 5aaae215e8 api: add score to getHeadlines/getArticle 12 years ago
Andrew Dolgov 3ab417c277 remove label gradients 12 years ago
Andrew Dolgov 79f9bef767 add support for plugins adding API methods 12 years ago
Andrew Dolgov 8096a20a95 Revert "Add new API method: `getFeedStats'"
This reverts commit 0192ffe5a5.
12 years ago
Andrew Dolgov e1f76af006 block listing of several util directories; deny access to config.php 12 years ago
Andrew Dolgov b91a1e4deb bump api level 12 years ago
Andrew Dolgov 2496da82e9 Merge pull request #147 from pedros/nnttrss_api_extensions
Add new API method: `getFeedStats`
12 years ago
Pedro Silva 0192ffe5a5 Add new API method: `getFeedStats'
`getFeedStats' calls the new static function `api_get_feed_stats' to
return an array of real feeds of the following form:

    [{
       "first" : 1127,
       "unread" : 873,
       "last" : 15460,
       "title" : "Some feed",
       "id" : 31,
       "total" : 1513
    }]

where "first", "last", "total" are the first, last and total number of
articles in the feed.

This adds the ability to nntp-oriented clients to efficiently retrieve
an "active file" without having to resort to `getHeadlines(limit=-1)'
12 years ago
Andrew Dolgov 3306daecf4 implement upload-related support for open_basedir 12 years ago
Andrew Dolgov 723bcdb213 update description of DEFAULT_UPDATE_INTERVAL (2) 12 years ago
Andrew Dolgov 3ddbefabef update description of DEFAULT_UPDATE_INTERVAL 12 years ago
Andrew Dolgov ccb2b8dd42 add HOOK_ARTICLE_LEFT_BUTTON 12 years ago
Andrew Dolgov 035d7a5a8f implement support for multiple pub/mark buttons, add plugin which adds a separate mark button to article botton in combined mode (closes #382) 12 years ago
Andrew Dolgov b1df14d0ec do not rely on feed_id when adding archived feed while unsubscribing 12 years ago
Andrew Dolgov 814fa4ef11 Revert "remove RTITLE"
This reverts commit ecac674ade.
12 years ago
Andrew Dolgov ecac674ade remove RTITLE 12 years ago
Andrew Dolgov 7e27c91409 remove RCHK 12 years ago
Andrew Dolgov 2714d5caa3 fix batch subscribe eating CRs (closes #667) 12 years ago
Andrew Dolgov bf87833884 fix prefs reset not working properly 12 years ago
Andrew Dolgov f3b2e7d41f add back sorting by title 12 years ago
Andrew Dolgov f240d26e46 move db-updater functionality to public, remove db-updater.php 12 years ago
Andrew Dolgov b4c47f7e7b add command-line db schema updater 12 years ago
Andrew Dolgov 29c8fa080e add language dropdown to prefs 12 years ago
Andrew Dolgov aadd636a01 enable remember me 12 years ago
Andrew Dolgov 9ce7a5546c implement some tweaks to session handling; properly remove session cookie if invalid/login failed 12 years ago
Andrew Dolgov 122e9d788e add a dropdown button action to save and exit prefs (closes #660) 12 years ago
Andrew Dolgov ae31704bb3 only unmark articles which had been processed when automarking (for realz) 12 years ago
Andrew Dolgov 0db61af841 api: add article api hook to getArticle, change parameters passed 12 years ago
Andrew Dolgov 8ef9645da0 pref-prefs: add help for USER_CSS_THEME 12 years ago
Andrew Dolgov f9df3e698c Merge pull request #119 from dandersson/hotkey_info_hook
Hook to add hotkey definition texts via plugins
12 years ago