Dave Zaikos
a2108ee96d
Added syslog reporting for failed API login attempts.
11 years ago
Andrew Dolgov
1d3cbe31c3
api: fix getFeeds returning some ids in string format
11 years ago
Andrew Dolgov
429ff9afb0
api: add article language to getArticle/getHeadlines
11 years ago
Andrew Dolgov
bf5bcb8e27
queryFeedHeadlines: remove obsolete content_preview
11 years ago
Andrew Dolgov
25237aea43
api: fix getLabels never returning existing checked labels correctly
11 years ago
Andrew Dolgov
21bb3c064a
api: add note support for getHeadlines/getArticle (bump api version)
11 years ago
Andrew Dolgov
273c33e512
api: allow sorting headlines by title
11 years ago
Andrew Dolgov
788cf0a1b1
api: fix setArticleLabel expecting wrong format for label_id
11 years ago
Matt Haley
64595782ff
API should return excerpt when asked
11 years ago
Andrew Dolgov
d208abc933
api: pass article id to sanitize
11 years ago
Andrew Dolgov
891d033c97
api: getLabels: return converted label ids
11 years ago
Andrew Dolgov
c052e25a8b
remove unused cached_content
11 years ago
Andrew Dolgov
4f2a2ca945
api: fix typo
11 years ago
justauser
3b96b0ed7c
Merge branch 'master' into hookhead
...
Conflicts:
include/functions.php
changes for conflicts with master
11 years ago
Andrew Dolgov
e9687f67e0
date_reverse view mode: take scoring into account
11 years ago
justauser
6763143835
Changed the implementation of HOOK_QUERY_HEADLINES to deal with issue Fox raised
12 years ago
justauser
891e36f57e
Changes to add a new hook: HOOK_QUERY_HEADLINES. An example is provided.
12 years ago
Andrew Dolgov
6f81395d73
api, getArticle: check for article_id being present
12 years ago
Andrew Dolgov
bd3c672320
api, add sanitize to getHeadlines (defaults to true)
12 years ago
Rasmus Lerdorf
6f7798b643
Fixing bugs found by static analysis
12 years ago
Andrew Dolgov
38a8c22b9e
getHeadlines: return feed title for non-virtual feeds
12 years ago
Andrew Dolgov
2c8eed5395
api: add feed_title to getArticle
12 years ago
Andrew Dolgov
6421b42963
api/getHeadlines: increase limit to 200
12 years ago
Andrew Dolgov
1ffe3391f9
make pluginhost a singleton
12 years ago
Andrew Dolgov
d9c85e0f11
classes: use OO DB interface
12 years ago
Andrew Dolgov
a42c55f02b
fix blank character after opening bracket in function calls
12 years ago
Andrew Dolgov
6322ac79a0
remove $link
12 years ago
Andrew Dolgov
5aaae215e8
api: add score to getHeadlines/getArticle
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
b91a1e4deb
bump api level
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
0db61af841
api: add article api hook to getArticle, change parameters passed
12 years ago
Andrew Dolgov
ffd0786416
api: add a few logical spaces
12 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)
12 years ago
Andrew Dolgov
dc5a8a21a8
api, also hide uncategorized if empty
12 years ago
Andrew Dolgov
c0a08063d6
api: do not return Labels category when there are no labels ( closes #651 )
12 years ago
Andrew Dolgov
583dbc5695
api: add author to getHeadlines
12 years ago
Andrew Dolgov
b3575bd8e4
fix include_empty to use bool type
12 years ago
Andrew Dolgov
66ca7c3097
api: add include_empty to getCategories/getFeedTree
12 years ago
Andrew Dolgov
0bb5833beb
api: add getFeedTree
12 years ago
Andrew Dolgov
79bb55892b
api/login: add session_destroy
12 years ago
Andrew Dolgov
5160620c8a
only autostart session if login cookie exists
12 years ago
Andrew Dolgov
c1f6e5f865
api: fix updateFeed crashing ( closes #616 )
12 years ago
Andrew Dolgov
7be3fcd5e1
api, getCategories: properly return information for categories with 0 feeds, but children categories present
12 years ago
Andrew Dolgov
efc6553da4
api: implement subscribeToFeed/unsubscribeFeed ( closes #623 )
12 years ago
Andrew Dolgov
3972bf5981
db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close()
12 years ago
Andrew Dolgov
b6604c9613
add HOOK_RENDER_ARTICLE_API ( closes #608 )
12 years ago
Joschasa
ca5d9be49f
Remove deprecated $match_on
12 years ago
Andrew Dolgov
bfd61d3f85
rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema)
12 years ago