index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
api
/
index.php
Age
Commit message (
Expand
)
Author
2025-05-16
return standard Content-Length header for API responses in addition to nonsta...
Andrew Dolgov
2025-04-27
Address 'method.resultUnused' in 'api/index.php'.
wn_
2024-07-11
Add and use the 'Sessions' class.
wn_
2024-04-20
Move 'include/functions.php' require into Composer autoloader.
wn_
2023-10-23
Revert "add a self url path hack to strip request path directories (needed fo...
Andrew Dolgov
2023-10-23
add a self url path hack to strip request path directories (needed for /api/i...
Andrew Dolgov
2021-03-01
simplify internal authentication code and bump default algo to SSHA-512
Andrew Dolgov
2021-02-25
stop caching schema version entirely, fix some session_start() related warnings
Andrew Dolgov
2021-02-23
drop errors.php and simplify error handling
Andrew Dolgov
2021-02-23
cleanup some defined-stuff
Andrew Dolgov
2021-02-22
move db-prefs shortcut functions to functions.php
Andrew Dolgov
2021-02-22
don't include config.php everywhere
Andrew Dolgov
2021-02-22
dirname(__FILE__) -> __DIR__
Andrew Dolgov
2021-02-22
fix several issues reported by phpstan
Andrew Dolgov
2021-02-16
move session-related functions to their own namespace
Andrew Dolgov
2021-02-15
remove the rest of db.php; rename some leftover methods in feeds
Andrew Dolgov
2021-02-12
drop ENABLE_GZIP_OUTPUT; system prefs: load php info only if needed
Andrew Dolgov
2021-02-09
api: fix some php8 warnings (3)
Andrew Dolgov
2020-09-22
remove a lot of stuff from global context (functions.php), add a few helper c...
Andrew Dolgov
2019-11-01
add placeholder authentication via app passwords if service is passed
Andrew Dolgov
2018-10-15
API endpoint: disable session cookies
Andrew Dolgov
2017-04-26
remove some redundant php closing tags
Andrew Dolgov
2016-07-20
api host: add session validation
Andrew Dolgov
2016-07-20
api: load user plugins properly
Andrew Dolgov
2015-07-29
Enable translation of strings returned by API
Raphaƫl Rochet
2013-05-07
Fixing bugs found by static analysis
Rasmus Lerdorf
2013-04-17
api: remove db_connect stuff
Andrew Dolgov
2013-04-17
more work on singleton-based DB
Andrew Dolgov
2013-04-17
db updates, remove init_connection()
Andrew Dolgov
2013-04-04
implement some tweaks to session handling; properly remove session cookie if ...
Andrew Dolgov
2013-03-28
api: add getFeedTree
Andrew Dolgov
2013-03-28
api: lower maximum lifetime of api sessions
Andrew Dolgov
2013-03-28
only autostart session if login cookie exists
Andrew Dolgov
2013-02-19
mute warnings caused by session_start() to deal with potential ps_files_clean...
Andrew Dolgov
2012-12-09
modify include path order (closes #514)
Andrew Dolgov
2012-09-19
api: remove unneeded stuff, add special header for android httpurlconnection ...
Andrew Dolgov
2012-09-19
api: use tt-rss session storage
Andrew Dolgov
2012-09-03
api: add workaround to disable OTP
Andrew Dolgov
2012-08-17
api: disable deprecated HTTP parameter support by default
Andrew Dolgov
2012-08-16
remove api-specific _autoload
Andrew Dolgov
2012-03-20
only enable ob_gzhandler if it exists
Andrew Dolgov
2011-12-13
move API to classes/
Andrew Dolgov
2011-12-12
fix API includes
Andrew Dolgov
2011-11-29
api: implement setting article note through updateArticle
Andrew Dolgov
2011-11-29
api/getCategories: return virtual categories and Uncategorized
Andrew Dolgov
2011-11-28
api/getCategories: add TODO
Andrew Dolgov
2011-11-28
implement getApiLevel
Andrew Dolgov
2011-11-22
remove pointless escaping of the password (refs #392)
Andrew Dolgov
2011-11-07
api: always chdir() to base directory (refs #375)
Andrew Dolgov
2011-11-07
api/getArticle: validate id list
Andrew Dolgov
[next]