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-03-02
use orm for app password stuff
Andrew Dolgov
2021-03-02
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
Andrew Dolgov
2021-03-02
use dash instead of space when invoking git to get version
Andrew Dolgov
2021-03-02
Get the version as an array in RPC->checkforupdates.
wn_
2021-03-01
don't try to pass string literal NOW() to ORM as a timestamp
Andrew Dolgov
2021-03-01
revert back load_filters-related changes
Andrew Dolgov
2021-03-01
delete Article getScore (seems to be unused)
Andrew Dolgov
2021-03-01
use orm for a bunch of short feed/cat queries
Andrew Dolgov
2021-03-01
userhelper: use orm for a few more user-related things
Andrew Dolgov
2021-03-01
userhelper: use orm for some things
Andrew Dolgov
2021-03-01
initial for idiorm
Andrew Dolgov
2021-03-01
generate_syndicated_feed: timestamp is a strtotime() expression, not an integer
Andrew Dolgov
2021-03-01
simplify internal authentication code and bump default algo to SSHA-512
Andrew Dolgov
2021-03-01
move version-related stuff to Config; fix conditional feed requests
Andrew Dolgov
2021-03-01
hide version for bundled plugins because it's meaningless; for everything els...
Andrew Dolgov
2021-03-01
move startup checks to Config, set a bunch of @deprecated annotations
Andrew Dolgov
2021-02-28
speed up plugin updating a bit, fix some phpstan warnings
Andrew Dolgov
2021-02-28
move all $fetch globals to UrlHelper
Andrew Dolgov
2021-02-28
plugin updater: show changes before updating
Andrew Dolgov
2021-02-27
add plugin updates checker into normal updates checker
Andrew Dolgov
2021-02-27
disable plugin update checking if CHECK_FOR_UPDATES is disabled
Andrew Dolgov
2021-02-27
don't try to update all plugins
Andrew Dolgov
2021-02-27
only show plugin update buttons when needed
Andrew Dolgov
2021-02-27
feeds/add: hide php8 warning
Andrew Dolgov
2021-02-27
add basic updater for stuff in plugins.local
Andrew Dolgov
2021-02-27
add an option to disable conditional counters
Andrew Dolgov
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
[prev]
[next]