Commit Graph

580 Commits (d48398e647e8d4425629c4a5ecb1193c15732924)

Author SHA1 Message Date
Andrew Dolgov e2261e177b implement old log entry purging in update_daemon_common; add some more error types; tweak error log display 11 years ago
Andrew Dolgov b8c7f8357d do not try to load plugins which aren't directories 11 years ago
Andrew Dolgov 4e53956add implement error log viewer 11 years ago
Andrew Dolgov 889a5f9f19 experimental SQL-based error logger 11 years ago
Andrew Dolgov 4f032700db ttrssMailer: actually use OOP properly 11 years ago
Andrew Dolgov 90df27a4c1 ttrssMailer: fix typo 11 years ago
Andrew Dolgov b9863a153c unify SMTP_HOST and SMTP_PORT as SMTP_SERVER 11 years ago
Andrew Dolgov 40fe2d7382 remove js-based player, better mp3 support detection for html5 audio 11 years ago
Andrew Dolgov 5e3d5480f7 use hashed guids in a hopefully backwards compatible fashion 11 years ago
Andrew Dolgov bc7a144dd5 properly remove and replace favicon color when favicon gets manually removed/uploaded 11 years ago
Andrew Dolgov 86f7d2a9f2 make gradient less visible on read headlines 11 years ago
Andrew Dolgov 12a6bd28ac remove hsl stuff from classes/feeds, we take care of this when choosing the color 11 years ago
Andrew Dolgov e7480cc13b do not color predominantly white/black rows 11 years ago
Andrew Dolgov bfaf90e364 add row backgrounds in normal mode 11 years ago
Andrew Dolgov 85eea71e0e use w3c gradient definition 11 years ago
Andrew Dolgov e0deff3933 implement basic moz gradient for feedicon color 11 years ago
Andrew Dolgov 63c323f736 only enable colored favicons in vfeeds; fix RGB triplet packing 11 years ago
moontear 2cfbb448fb Added average color calculation of feeds' favicons for banded display. 11 years ago
Andrew Dolgov e43a9c4a01 add a %d articles selected element 11 years ago
Andrew Dolgov 884f2aee91 use mdash as a separator between title and author 11 years ago
Andrew Dolgov 41694a956d fix double-escaping possible with encrypted passwords 11 years ago
Andrew Dolgov 044cff2d74 implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY) 11 years ago
Andrew Dolgov 5aaae215e8 api: add score to getHeadlines/getArticle 11 years ago
Andrew Dolgov 3ab417c277 remove label gradients 11 years ago
Andrew Dolgov 79f9bef767 add support for plugins adding API methods 11 years ago
Andrew Dolgov 8096a20a95 Revert "Add new API method: `getFeedStats'"
This reverts commit 0192ffe5a5.
11 years ago
Andrew Dolgov e1f76af006 block listing of several util directories; deny access to config.php 11 years ago
Andrew Dolgov b91a1e4deb bump api level 11 years ago
Andrew Dolgov 2496da82e9 Merge pull request #147 from pedros/nnttrss_api_extensions
Add new API method: `getFeedStats`
11 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)'
11 years ago
Andrew Dolgov 3306daecf4 implement upload-related support for open_basedir 11 years ago
Andrew Dolgov 723bcdb213 update description of DEFAULT_UPDATE_INTERVAL (2) 11 years ago
Andrew Dolgov 3ddbefabef update description of DEFAULT_UPDATE_INTERVAL 11 years ago
Andrew Dolgov ccb2b8dd42 add HOOK_ARTICLE_LEFT_BUTTON 11 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) 11 years ago
Andrew Dolgov b1df14d0ec do not rely on feed_id when adding archived feed while unsubscribing 11 years ago
Andrew Dolgov 814fa4ef11 Revert "remove RTITLE"
This reverts commit ecac674ade.
11 years ago
Andrew Dolgov ecac674ade remove RTITLE 11 years ago
Andrew Dolgov 7e27c91409 remove RCHK 11 years ago
Andrew Dolgov 2714d5caa3 fix batch subscribe eating CRs (closes #667) 11 years ago
Andrew Dolgov bf87833884 fix prefs reset not working properly 11 years ago
Andrew Dolgov f3b2e7d41f add back sorting by title 11 years ago
Andrew Dolgov f240d26e46 move db-updater functionality to public, remove db-updater.php 11 years ago
Andrew Dolgov b4c47f7e7b add command-line db schema updater 11 years ago
Andrew Dolgov 29c8fa080e add language dropdown to prefs 11 years ago
Andrew Dolgov aadd636a01 enable remember me 11 years ago
Andrew Dolgov 9ce7a5546c implement some tweaks to session handling; properly remove session cookie if invalid/login failed 11 years ago
Andrew Dolgov 122e9d788e add a dropdown button action to save and exit prefs (closes #660) 11 years ago
Andrew Dolgov ae31704bb3 only unmark articles which had been processed when automarking (for realz) 11 years ago
Andrew Dolgov 0db61af841 api: add article api hook to getArticle, change parameters passed 11 years ago
Andrew Dolgov 8ef9645da0 pref-prefs: add help for USER_CSS_THEME 11 years ago
Andrew Dolgov f9df3e698c Merge pull request #119 from dandersson/hotkey_info_hook
Hook to add hotkey definition texts via plugins
11 years ago
Andrew Dolgov 9db8e60784 update pref descriptions 11 years ago
Andrew Dolgov 5f462963a0 remove blank string gettext invocations 11 years ago
Andrew Dolgov dfad9d7a36 pref-prefs: don't use schema-defined help/desc/section names 11 years ago
Andrew Dolgov f17cac6b26 retire DEFAULT_ARTICLE_LIMIT, infinite scrolling is fast enough to make it superfluous 11 years ago
Andrew Dolgov 4b7726f0b4 rpc: move labelops to article 11 years ago
Andrew Dolgov 9c96a3e28c rpc: remove getArticles 11 years ago
Andrew Dolgov c83554bddd rpc: move completeTags to article 11 years ago
Andrew Dolgov 5df8be5c0a rpc: move setArticleTags to article 11 years ago
Andrew Dolgov 195187c490 rpc: move several feed-related calls to pref-feeds 11 years ago
Andrew Dolgov d719b06240 rpc: move setScore to article 11 years ago
Andrew Dolgov 8956b3a607 remove obsolete checkDate stuff 11 years ago
Andrew Dolgov c88e4a2af3 remove small_article_preview 11 years ago
Andrew Dolgov 96e3ae8cce move batchAddFeeds to pref-feeds 11 years ago
Andrew Dolgov 76f2113b35 instances: fix a few wrong calls, move genHash method from rpc 11 years ago
Daniel Andersson 4785420034 Add hook to add explanations of hotkey actions via plugins. 11 years ago
Andrew Dolgov 8d192d025b update 'no articles in label' hint 11 years ago
Andrew Dolgov ffd0786416 api: add a few logical spaces 11 years ago
Andrew Dolgov 108efe408a Merge pull request #117 from j0nson/patch-1
add sort order to API getHeadlines
11 years ago
Andrew Dolgov 129562e0b1 opml: add some data length limiting 11 years ago
Andrew Dolgov 0671359f28 make show empty cats menu item more visible, move unsubscribe to feeds dropdown 11 years ago
j0nson 0bbd14146a adds sort order to API
Allows sort by feed date or by reverse order
api Params:
order_by (string = feed_dates, date_reverse)
11 years ago
Andrew Dolgov 2faef8349c generated feeds: lower default query limit 11 years ago
Andrew Dolgov d6ba77f3ad fix 304 being returned all the time 11 years ago
Andrew Dolgov 2e35a7070b generated feeds: support if-modified-since 11 years ago
Andrew Dolgov 977580a41c remove obsolete xml stuff in pref-users infoboxes 11 years ago
Andrew Dolgov ceb7847108 add HOOK_TOOLBAR_BUTTON, HOOK_ACTION_ITEM, HOOK_HEADLINE_TOOLBAR_BUTTON 11 years ago
Andrew Dolgov 1a293f10ab improve filter overview display; replace ngettext with php gettext 11 years ago
Andrew Dolgov dc5a8a21a8 api, also hide uncategorized if empty 11 years ago
Andrew Dolgov c0a08063d6 api: do not return Labels category when there are no labels (closes #651) 11 years ago
Andrew Dolgov 417591034a remove experimental view_settings stuff from master 11 years ago
Andrew Dolgov 201bb1ca54 move batchSubscribe to pref-feeds 11 years ago
Andrew Dolgov 9d76e75451 move editPrefProfiles to pref-prefs 11 years ago
Andrew Dolgov 7a5103ae90 move addInstance call to instances plugin 11 years ago
Andrew Dolgov 00e347410e move customizeCSS to pref-prefs 11 years ago
Andrew Dolgov 1c9bda915b move several methods from dlg; fix displayed tags not updated after editing 11 years ago
Andrew Dolgov a7edcc5585 minor css cleanup 11 years ago
Andrew Dolgov fb54e3b188 remove xml stuff from backend/dlg 11 years ago
Andrew Dolgov a2a3d5a3aa add (disabled) per-feed view_settings handling placeholder 11 years ago
Andrew Dolgov f041932021 pref-filters: fix overview load order 11 years ago
Andrew Dolgov b895510f5c mark filters with no caption in overview 11 years ago
Andrew Dolgov 442bca2752 filters: make caption required (fix) 11 years ago
Andrew Dolgov 4aa1e31e4e filters: make caption required 11 years ago
symac e9c6e27ddb Update public.php
Adding ability to access ARTICLE_NOTE directly in themes. Needed in a project of sharing RSS with notes in a specific atom field.
11 years ago
Andrew Dolgov a86ba0a67a implement filter drag and drop sorting 11 years ago
Andrew Dolgov da46d21e88 simplify filter overview 11 years ago
Andrew Dolgov 18ad09af01 implement filter titles 11 years ago
Andrew Dolgov 3dd0306f3e subtoolbar: remove catchupPage, label confusing with upper toolbar catchup function 11 years ago
Andrew Dolgov c8b693cf7f implement catchup with selectable updated criteria 11 years ago