index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
/
handler
Age
Commit message (
Expand
)
Author
2021-03-11
add Config::LOCAL_OVERRIDE_JS
Andrew Dolgov
2021-03-07
nsfw: support API clients
Andrew Dolgov
2021-03-04
fix a bunch of bookmarklets login forms not leading back
Andrew Dolgov
2021-03-04
bring back web dbupdate using new migrations system
Andrew Dolgov
2021-03-02
move dbupdater to db/updater; move base SCHEMA_VERSION constant inside db/upd...
Andrew Dolgov
2021-03-02
* sanitize: never rewrite relative links to our own prefix
Andrew Dolgov
2021-03-01
generate_syndicated_feed: timestamp is a strtotime() expression, not an integer
Andrew Dolgov
2021-03-01
move version-related stuff to Config; fix conditional feed requests
Andrew Dolgov
2021-02-25
enforce some stricter type checking for loggers
Andrew Dolgov
2021-02-25
logger: shorter syntax
Andrew Dolgov
2021-02-25
api: remove base64 encoded passwords (wtf), log all authentication failures i...
Andrew Dolgov
2021-02-25
stop caching schema version entirely, fix some session_start() related warnings
Andrew Dolgov
2021-02-25
use constants in get_pref()/set_pref()
Andrew Dolgov
2021-02-25
initial (wip) for new prefs
Andrew Dolgov
2021-02-23
drop errors.php and simplify error handling
Andrew Dolgov
2021-02-22
wip: initial for config object
Andrew Dolgov
2021-02-22
fix several issues reported by phpstan
Andrew Dolgov
2021-02-21
move published OPML endpoint to public.php
Andrew Dolgov
2021-02-19
rename public.php/cached_url to cached
Andrew Dolgov
2021-02-19
move bookmarklet-related methods out of public.php into the plugin
Andrew Dolgov
2021-02-18
get rid of a few more prototype-isms
Andrew Dolgov
2021-02-18
initial for RIP prototype/scriptaculous
Andrew Dolgov
2021-02-17
* implement shortcut syntax for exposed plugin methods
Andrew Dolgov
2021-02-16
add namespaced controls with unified naming; deprecated old-style control sho...
Andrew Dolgov
2021-02-15
move reset_password to UserHelper
Andrew Dolgov
2021-02-15
dbupdater: unify naming
Andrew Dolgov
2021-02-15
diskcache: unify naming
Andrew Dolgov
2021-02-15
prefs: unify naming
Andrew Dolgov
2021-02-15
article: unify naming
Andrew Dolgov
2021-02-15
feeds: unify naming
Andrew Dolgov
2021-02-15
render enclosures on the client
Andrew Dolgov
2021-02-14
add Handler_Administrative
Andrew Dolgov
2021-02-14
move logout_user() to UserHelper
Andrew Dolgov
2021-02-14
use shortcut echo syntax for php templates
Andrew Dolgov
2021-02-12
fix a bunch of warnings related to generated feeds
Andrew Dolgov
2021-02-12
fix a few more session-related warnings
Andrew Dolgov
2021-02-12
force _ENABLED_PLUGINS to string when passed to pluginhost
Andrew Dolgov
2021-02-11
shorten pref tab names; make log-alert clickable
Andrew Dolgov
2021-02-11
add UserHelper::find_user_by_login() and rewrite some user checks to invoke i...
Andrew Dolgov
2021-02-11
authentication: make logins case-insensitive (force lowercase)
Andrew Dolgov
2021-02-08
login: fix profile warning
Andrew Dolgov
2021-02-08
even more hooks
Andrew Dolgov
2021-02-08
pluginhost: rework run_hooks() to be shorter, add callback variant; implement...
Andrew Dolgov
2021-02-08
public/subscribe: fix warnings
Andrew Dolgov
2021-02-06
more php8 fixes mostly related to login
Andrew Dolgov
2021-02-05
initial WIP for php8; bump php version requirement to 7.0
Andrew Dolgov
2021-01-17
Archive cleanup:
Andrew Dolgov
2021-01-15
pluginhost: load plugin data automatically (also marks load_data method as pr...
Andrew Dolgov
2021-01-11
HOOK_ARTICLE_EXPORT_FEED: also pass owner_uid
Andrew Dolgov
2021-01-10
Include tags for HOOK_ARTICLE_EXPORT_FEED.
JustAMacUser
[next]