Andrew Dolgov
|
3f0094189c
|
api: lower maximum lifetime of api sessions
|
12 years ago |
Andrew Dolgov
|
5160620c8a
|
only autostart session if login cookie exists
|
12 years ago |
Andrew Dolgov
|
acfbab375d
|
mute warnings caused by session_start() to deal with potential ps_files_cleanup_dir stuff
|
12 years ago |
Andrew Dolgov
|
88e8fb3a71
|
modify include path order (closes #514)
|
12 years ago |
Andrew Dolgov
|
839b065860
|
api: remove unneeded stuff, add special header for android httpurlconnection which seems to be retarded
|
12 years ago |
Andrew Dolgov
|
964f153371
|
api: use tt-rss session storage
|
12 years ago |
Andrew Dolgov
|
02cd6de128
|
api: add workaround to disable OTP
|
12 years ago |
Andrew Dolgov
|
6eaf319320
|
api: disable deprecated HTTP parameter support by default
|
12 years ago |
Andrew Dolgov
|
f1d65e5089
|
remove api-specific _autoload
|
12 years ago |
Andrew Dolgov
|
6a79e8afeb
|
only enable ob_gzhandler if it exists
|
13 years ago |
Andrew Dolgov
|
de8260cb10
|
move API to classes/
|
13 years ago |
Andrew Dolgov
|
4a0500fbc8
|
fix API includes
|
13 years ago |
Andrew Dolgov
|
46d60592ad
|
api: implement setting article note through updateArticle
|
13 years ago |
Andrew Dolgov
|
75b901d929
|
api/getCategories: return virtual categories and Uncategorized
|
13 years ago |
Andrew Dolgov
|
e9ed9ec844
|
api/getCategories: add TODO
|
13 years ago |
Andrew Dolgov
|
582f41e2c1
|
implement getApiLevel
|
13 years ago |
Andrew Dolgov
|
4044a5fa52
|
remove pointless escaping of the password (refs #392)
|
13 years ago |
Andrew Dolgov
|
8ad4bac0fd
|
api: always chdir() to base directory (refs #375)
|
13 years ago |
Andrew Dolgov
|
823da71a10
|
api/getArticle: validate id list
|
13 years ago |
Andrew Dolgov
|
52ebaf93e9
|
api/updateArticle: validate article_ids parameter (refs #375)
|
13 years ago |
Andrew Dolgov
|
97e5dbb2e7
|
api: add getHeadlines since_id
|
13 years ago |
Andrew Dolgov
|
9a98fd9bc7
|
api: set content-type
|
13 years ago |
Andrew Dolgov
|
90e71380ba
|
api: support passing input parameters using JSON in HTTP POST data
|
14 years ago |
Andrew Dolgov
|
a0e580b0ca
|
api/getHeadlines: add include_attachments parameter
|
14 years ago |
Andrew Dolgov
|
9fc34a36f1
|
api: remove obsolete getArticles/getNewArticles previously added for tt-rss reader
|
14 years ago |
Andrew Dolgov
|
bdea432bbb
|
api/login: properly return LOGIN_ERROR when passed an invalid username
|
14 years ago |
Andrew Dolgov
|
dbaa4e4aac
|
config: remove option ENABLE_UPDATE_DAEMON
|
14 years ago |
Andrew Dolgov
|
fbd40f5dd8
|
api: default to admin username when logging in in single user mode (fixed)
|
14 years ago |
Andrew Dolgov
|
4909f981ce
|
api: default to admin username when logging in in single user mode
|
14 years ago |
Andrew Dolgov
|
35aa08bbc0
|
api/getFeeds: add hack to properly find feed icons in relative ICONS_DIR (closes #283)
|
14 years ago |
Andrew Dolgov
|
ee273da6fa
|
api: use is_cat in getArticles and catchupFeed for consistency with other methods
|
14 years ago |
Andrew Dolgov
|
3acc0da647
|
api: support sequence numbers, status codes
|
14 years ago |
Andrew Dolgov
|
b4fdbcf4b7
|
api: updateArticle: update ccache when necessary
|
14 years ago |
Andrew Dolgov
|
9798b2b4c6
|
api: rewrite getCounters to use getAllCounters()
|
14 years ago |
Andrew Dolgov
|
48317f5abb
|
api: updateArticle: mention need to update ccache
|
14 years ago |
Andrew Dolgov
|
70543b6a40
|
merge API changes from nilsbraden@github
|
14 years ago |
Andrew Dolgov
|
f95ac2755a
|
api: getArticle: allow comma-separated list of ids
|
14 years ago |
Andrew Dolgov
|
911d4c0836
|
add experimental digest thingie
|
14 years ago |
Andrew Dolgov
|
a7a9968684
|
api: properly handle incorrect UID passed to login
|
14 years ago |
Andrew Dolgov
|
423e6e55d7
|
api: fix catchupFeed
|
14 years ago |
Andrew Dolgov
|
ca75c2e2fd
|
api: add catchupFeed
|
15 years ago |
Andrew Dolgov
|
8fd8b4b132
|
api: add attachment information in getArticle
|
15 years ago |
Andrew Dolgov
|
de1b5f9e5d
|
api: fix wrong sql syntax in getFeeds
|
15 years ago |
Andrew Dolgov
|
c633e370ec
|
update_rss_feed: handle multiple feeds with the same URL at once
|
15 years ago |
Andrew Dolgov
|
3809b27874
|
remove config option SMART_RPC_COUNTERS
|
15 years ago |
Andrew Dolgov
|
ef6c9ba403
|
api: improve getHeadlines/updateArticle
|
15 years ago |
Andrew Dolgov
|
0a6e5382cf
|
move virt feeds counter display to getVirtCounters()
|
15 years ago |
Andrew Dolgov
|
b4e75b2a25
|
use POST parameters for frontend requests
|
15 years ago |
Andrew Dolgov
|
285f759755
|
api: implement pagination for getHeadlines; misc tweaks
|
15 years ago |
Andrew Dolgov
|
37882ef392
|
getFeeds: add necessary parameters for pagination
|
15 years ago |