summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
2013-04-17more work on singleton-based DBAndrew Dolgov
2013-04-17db updates, remove init_connection()Andrew Dolgov
2013-04-17experimental singleton-based Db connectionAndrew Dolgov
2013-04-17add a separate tab for the loggerAndrew Dolgov
2013-04-16require entering current one time code to enable otpAndrew Dolgov
2013-04-16replace split with explodeAndrew Dolgov
2013-04-16implement old log entry purging in update_daemon_common; add some more error ↵Andrew Dolgov
types; tweak error log display
2013-04-16do not try to load plugins which aren't directoriesAndrew Dolgov
2013-04-16implement error log viewerAndrew Dolgov
2013-04-16experimental SQL-based error loggerAndrew Dolgov
2013-04-16ttrssMailer: actually use OOP properlyAndrew Dolgov
2013-04-16ttrssMailer: fix typoAndrew Dolgov
2013-04-16unify SMTP_HOST and SMTP_PORT as SMTP_SERVERAndrew Dolgov
2013-04-16remove js-based player, better mp3 support detection for html5 audioAndrew Dolgov
2013-04-15use hashed guids in a hopefully backwards compatible fashionAndrew Dolgov
2013-04-15properly remove and replace favicon color when favicon gets manually ↵Andrew Dolgov
removed/uploaded
2013-04-15make gradient less visible on read headlinesAndrew Dolgov
2013-04-15remove hsl stuff from classes/feeds, we take care of this when choosing the ↵Andrew Dolgov
color
2013-04-15do not color predominantly white/black rowsAndrew Dolgov
2013-04-15add row backgrounds in normal modeAndrew Dolgov
2013-04-15use w3c gradient definitionAndrew Dolgov
2013-04-15implement basic moz gradient for feedicon colorAndrew Dolgov
2013-04-15only enable colored favicons in vfeeds; fix RGB triplet packingAndrew Dolgov
2013-04-15Added average color calculation of feeds' favicons for banded display.moontear
2013-04-15add a %d articles selected elementAndrew Dolgov
2013-04-15use mdash as a separator between title and authorAndrew Dolgov
2013-04-13fix double-escaping possible with encrypted passwordsAndrew Dolgov
2013-04-13implement basic feed authentication parameter encryption in the database ↵Andrew Dolgov
(FEED_CRYPT_KEY)
2013-04-13api: add score to getHeadlines/getArticleAndrew Dolgov
2013-04-12remove label gradientsAndrew Dolgov
2013-04-12add support for plugins adding API methodsAndrew Dolgov
2013-04-12Revert "Add new API method: `getFeedStats'"Andrew Dolgov
This reverts commit 0192ffe5a5f8254d723cf46e4bda839220191c2c.
2013-04-11block listing of several util directories; deny access to config.phpAndrew Dolgov
2013-04-11bump api levelAndrew Dolgov
2013-04-11Merge pull request #147 from pedros/nnttrss_api_extensionsAndrew Dolgov
Add new API method: `getFeedStats`
2013-04-11Add new API method: `getFeedStats'Pedro Silva
`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)'
2013-04-11implement upload-related support for open_basedirAndrew Dolgov
2013-04-09update description of DEFAULT_UPDATE_INTERVAL (2)Andrew Dolgov
2013-04-09update description of DEFAULT_UPDATE_INTERVALAndrew Dolgov
2013-04-09add HOOK_ARTICLE_LEFT_BUTTONAndrew Dolgov
2013-04-09implement support for multiple pub/mark buttons, add plugin which adds a ↵Andrew Dolgov
separate mark button to article botton in combined mode (closes #382)
2013-04-08do not rely on feed_id when adding archived feed while unsubscribingAndrew Dolgov
2013-04-07Revert "remove RTITLE"Andrew Dolgov
This reverts commit ecac674adebce15fa8921b8c86cda2dba6ee7c34.
2013-04-07remove RTITLEAndrew Dolgov
2013-04-07remove RCHKAndrew Dolgov
2013-04-05fix batch subscribe eating CRs (closes #667)Andrew Dolgov
2013-04-05fix prefs reset not working properlyAndrew Dolgov
2013-04-04add back sorting by titleAndrew Dolgov
2013-04-04move db-updater functionality to public, remove db-updater.phpAndrew Dolgov
2013-04-04add command-line db schema updaterAndrew Dolgov