index
:
forks/tt-rss
main
Fork of deprecated tt-rss repo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
classes
Age
Commit message (
Expand
)
Author
2021-02-27
don't rely only on label_cache contents when displaying headline labels
Andrew Dolgov
2021-02-26
don't try to compare null value against anything
Andrew Dolgov
2021-02-26
remove a bunch of return type hints that didn't quite fit
Andrew Dolgov
2021-02-26
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
Andrew Dolgov
2021-02-26
* switch to composer for qrcode and otp dependencies
Andrew Dolgov
2021-02-26
Merge pull request 'fix-mysql-support' (#10) from klatch/tt-rss:fix-mysql-sup...
fox
2021-02-26
Merge pull request 'Fix the type hint for '_DEFAULT_VIEW_MODE'.' (#9) from wn...
fox
2021-02-26
when browsing by tags, return same set of columns as normally
Andrew Dolgov
2021-02-26
add pluginhost->get_array() shorthand
Andrew Dolgov
2021-02-26
Fix the type hint for '_DEFAULT_VIEW_MODE'.
wn_
2021-02-26
check if client-presented URL scheme is different from one configured in SELF...
Andrew Dolgov
2021-02-26
_get_headlines: don't try to use _SESSION uid
Andrew Dolgov
2021-02-26
upd previous
Andrew Dolgov
2021-02-26
add Prefs::DEBUG_HEADLINE_IDS
Andrew Dolgov
2021-02-26
add a separator before HEADLINES_NO_DISTINCT
Andrew Dolgov
2021-02-26
feeds/view: silence view_mode warning
Andrew Dolgov
2021-02-26
add an option to disable DISTINCT on headlines query (unless it's Labels cate...
Andrew Dolgov
2021-02-26
silence phpstan warning
Andrew Dolgov
2021-02-26
cleanup previous
Andrew Dolgov
2021-02-26
pass translations to frontend as a json object
Andrew Dolgov
2021-02-25
prefs: migrate after cache has been filled to skip 1 pref request
Andrew Dolgov
2021-02-25
cache schema version better
Andrew Dolgov
2021-02-25
reduce overall amount of unnecessary database queries
Andrew Dolgov
2021-02-25
wrap prefs->migrate() into a transaction block
Andrew Dolgov
2021-02-25
userhelper: only notify failed login for actual logins
Andrew Dolgov
2021-02-25
fix crash caused by non-numeric non-null _SESSION[uid] passed to sql logger
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
prefs cleanup
Andrew Dolgov
2021-02-25
use constants in get_pref()/set_pref()
Andrew Dolgov
2021-02-25
pref-prefs: use constants instead of hardcoded strings
Andrew Dolgov
2021-02-25
prefs: don't try to do anything on schema < 141
Andrew Dolgov
2021-02-25
cleanup a bunch of old prefs code
Andrew Dolgov
2021-02-25
updater: show owner login instead of just uid
Andrew Dolgov
2021-02-25
deal with feed update scheduling w/ new prefs
Andrew Dolgov
2021-02-25
add fallback for feed_language on edit-feed-saving
Frenck Lutke
2021-02-25
remove unused data from schema files
Andrew Dolgov
2021-02-25
fix get_pref always using default profile; remove unneeded code from db_prefs
Andrew Dolgov
2021-02-25
implement prefs UI based on new prefs class and a few more things
Andrew Dolgov
2021-02-25
add prefs caching
Andrew Dolgov
2021-02-25
initial (wip) for new prefs: add missing
Andrew Dolgov
2021-02-25
initial (wip) for new prefs
Andrew Dolgov
2021-02-24
add a hack to position labels on a dijit toolbar better
Andrew Dolgov
2021-02-24
decouple runtime-info object from counters
Andrew Dolgov
2021-02-24
request label counters conditionally
Andrew Dolgov
2021-02-24
fix warning in counters::get_feeds()
Andrew Dolgov
2021-02-24
pass array to setScore
Andrew Dolgov
2021-02-24
pass a bunch of related arrays properly to backend
Andrew Dolgov
[next]