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
2022-12-30
deal with type errors in batch feed editor properly, un-deprecate PDO wrapper...
Andrew Dolgov
2022-12-30
batch feed editor: silence some more php8.1 undefined field warnings
Andrew Dolgov
2022-12-30
batch feed editor:
Andrew Dolgov
2022-12-30
show full commit timestamp with version information in prefs footer
Andrew Dolgov
2022-12-24
Fix getting active feeds with errors.
wn_
2022-12-21
Only count updating (i.e. enabled) feeds when determining active feeds with e...
wn_
2022-12-20
Only touch on send for expirable cache files.
wn_
2022-12-19
make phpstan happy
Andrew Dolgov
2022-12-19
* bring back cache-busting for feed icons based on timestamp
Andrew Dolgov
2022-12-02
Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rss
Andrew Dolgov
2022-12-02
fix cleanup_feed_icons unlinking nonexistant files, limit it to actual feed i...
Andrew Dolgov
2022-11-28
Consistently get the self URL.
wn_
2022-11-28
get_self_url: strip all trailing slashes
Andrew Dolgov
2022-11-26
DiskCache: enforce basename() on filenames passed to cache adapter
Andrew Dolgov
2022-11-24
migrate favicons directly to new cache
Andrew Dolgov
2022-11-24
rework favicon storage to use DiskCache
Andrew Dolgov
2022-11-24
DiskCache: tweak how expiration is invoked
Andrew Dolgov
2022-11-24
deprecate DiskCache->touch()
Andrew Dolgov
2022-11-23
update_rss_feed: use DiskCache to store feed data
Andrew Dolgov
2022-11-23
* split local cache implementation into a separate class
Andrew Dolgov
2022-11-12
Address upcoming string interpolation deprecation.
wn_
2022-10-15
fix some PHP8 warnings generated while dragging feed tree items around
Andrew Dolgov
2022-10-01
Fix PHP8 strtime warning if argument is null (addendum)
jmechnich
2022-09-29
make phpstan happy
Andrew Dolgov
2022-09-29
Merge branch 'master' into master
Shemi
2022-09-29
Added support for api plugins virtual feeds
Shemi
2022-09-28
Fix PHP8 strtime warning if argument is null
jmechnich
2022-08-31
Set user related sessions for single user mode
powerivq
2022-08-31
Merge pull request 'Fix PHP8 empty param warning' (#79) from powerivq/tt-rss:...
fox
2022-08-31
Add last_login to single user mode
powerivq
2022-08-31
Fix PHP8 empty param problem
powerivq
2022-08-17
Merge pull request 'Use PHP 7.4 features' (#77) from wn/tt-rss:feature/php-7....
fox
2022-08-16
generate_syndicated_feed: add source section to JSON-formatted output
Andrew Dolgov
2022-08-15
Merge remote-tracking branch 'origin/master' into feature/php-7.4-stuff
wn_
2022-08-15
amend logic flow to fix phpstan warning in previous
Andrew Dolgov
2022-08-14
Handle 'file_get_contents()' failure in 'UrlHelper::fetch()'.
wn_
2022-08-14
Handle valid HTTP responses with no response body.
wn_
2022-08-12
Use the null coalescing assignment operator in various places.
wn_
2022-08-12
Replace use of 'array_merge' with the spread operator and 'array_push' in var...
wn_
2022-08-12
Use arrow functions in some places.
wn_
2022-08-12
Remove a PHP < 7.1 branch in UrlHelper.
wn_
2022-08-12
Switch to direct type declarations of class properties.
wn_
2022-07-31
update phpstan to 1.8.2
Andrew Dolgov
2022-07-29
properly check for baseline required PHP version (7.4)
Andrew Dolgov
2022-07-24
* add HOOK_LOGINFORM_ADDITIONAL_BUTTONS
Andrew Dolgov
2022-07-24
public: allow system plugins to expose public methods
Andrew Dolgov
2022-07-24
make_self_url: properly strip out GET params
Andrew Dolgov
2022-07-24
readability: add missing dependencies
Andrew Dolgov
2022-07-16
Fix an error when disabling all user plugins
Chih-Hsuan Yen
2022-07-13
some very minor php8.1 warnings fixed
Andrew Dolgov
[next]