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
/
pref
Age
Commit message (
Expand
)
Author
2022-11-28
Consistently get the self URL.
wn_
2022-11-24
rework favicon storage to use DiskCache
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-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
Switch to direct type declarations of class properties.
wn_
2022-07-31
update phpstan to 1.8.2
Andrew Dolgov
2022-07-16
Fix an error when disabling all user plugins
Chih-Hsuan Yen
2022-06-06
feeds-tree: move external onClick dojo/method to PrefFeedTree class
Andrew Dolgov
2022-06-06
filter-tree: move external dojo/method to PrefFilterTree class
Andrew Dolgov
2022-06-05
prefs: move external filter tree onload method (which checks for inactive fee...
Andrew Dolgov
2022-06-05
pref-filters: add a button to hide or show rules in the filter list
Andrew Dolgov
2022-06-05
fix PHP8 undefined array key warning when resetting prefs to defaults
Andrew Dolgov
2022-03-09
various fixes vor php 8.1 compatibility
David Edler
2022-02-20
fix Feeds::_get_counters() used improperly as a replacement for
Andrew Dolgov
2022-02-20
* Feeds::_get_counters - fix retrieving unread for tags
Andrew Dolgov
2021-12-20
filters:
Andrew Dolgov
2021-12-02
Fixes declaration of Pref_Prefs::csrf_ignore to match IHandler::csrf_ignore
jbaldus
2021-12-01
Revert "various fixes vor php 8.1 compatibility"
Andrew Dolgov
2021-11-30
various fixes vor php 8.1 compatibility
David Edler
2021-11-18
Switch from null to false as the default for missing bool params.
wn_
2021-11-18
Consistently handle param string to bool conversions in handlers.
wn_
2021-11-14
Address PHPStan warning in 'classes/pref/users.php'.
wn_
2021-11-14
Address PHPStan warning in 'classes/pref/system.php'.
wn_
2021-11-14
Address PHPStan warning in 'classes/pref/prefs.php'.
wn_
2021-11-14
Address PHPStan warning in 'classes/pref/labels.php'.
wn_
2021-11-14
Address PHPStan warning in 'classes/pref/filters.php'.
wn_
2021-11-14
* deal with some phpstan warnings in base plugin class
Andrew Dolgov
2021-11-14
Address PHPStan warnings in 'classes/pref/filters.php'.
wn_
2021-11-13
minor: correct $cat type in Pref_Feeds#calculate_children_count()
wn_
2021-11-13
Address PHPStan warnings in 'classes/pref/feeds.php'.
wn_
2021-11-12
Update signature of handler 'csrf_ignore' to include types.
wn_
2021-11-10
add two helper account access levels:
Andrew Dolgov
2021-11-01
Address PHPStan warning in 'classes/pref/users.php'.
wn_
2021-11-01
Address PHPStan warning in 'classes/pref/prefs.php'.
wn_
2021-10-15
Fix undefined array key "output" when adding new label
Philip Klempin
2021-09-02
fix label ordering in feed tree
Andrew Dolgov
2021-08-23
Pref_Feeds:calculate_children_count - fix operator precedence
Andrew Dolgov
2021-08-18
fix broken feed tree generation when categories are disabled
Andrew Dolgov
2021-08-17
Make prefs feed search case-insensitive.
wn_
2021-08-17
Use ORM more in 'classes/pref/feeds.php'.
wn_
2021-07-28
fix rendering of category filters on Uncategorized
Andrew Dolgov
2021-06-16
add settings profile cloning
Andrew Dolgov
2021-03-29
OTP: generate longer secrets, also make them easier to read/copy
Andrew Dolgov
2021-03-23
Revert "clip max displayed counter value to 9999 because of container node wi...
Andrew Dolgov
2021-03-23
clip max displayed counter value to 9999 because of container node width
Andrew Dolgov
2021-03-17
prefs: allow setting email if it was previously blank
Andrew Dolgov
2021-03-16
remove published opml (use CLI instead)
Andrew Dolgov
[next]