Commit Graph

124 Commits (200e0d4ebbd98da452c3eb120cb55b155764f614)

Author SHA1 Message Date
Andrew Dolgov 200e0d4ebb save module user authenticated with, only allow password change if module is 'internal' 12 years ago
Andrew Dolgov 1e666f0aeb add hide_change_password session variable 12 years ago
Andrew Dolgov 501ed09a26 allow auto_create_user() to be used instead of find_user_by_login() when auto creating is off 12 years ago
Andrew Dolgov 0d421af86f split authentication to separate modules 12 years ago
Andrew Dolgov 3f9de6ccbc opml: remove CRs, tweak category node detection 12 years ago
Andrew Dolgov 65c8267980 opml: clean empty categories 12 years ago
Andrew Dolgov d75409bfda move opml stuff to classes/opml.php 12 years ago
Andrew Dolgov ba5296a19b disable dnd tip in pref_feeds 12 years ago
Andrew Dolgov 95ee44b33d fix drag-and-drop categorizing of feeds into nested cats 12 years ago
Andrew Dolgov 28537341ef pref_feeds: add missing methods to add/remove cats 12 years ago
Andrew Dolgov 5ef071e00b remove old category editor
allow creating/removing categories in main feed editor
12 years ago
Andrew Dolgov e07f89815b properly persist include_children 12 years ago
Andrew Dolgov fbf85cf646 print_feed_cat_select: display nested category structure
fix empty sub-sub-categories never being shown
12 years ago
Andrew Dolgov a26f57e63a fix savefeedorder for dojo 1.7 (wtf) 12 years ago
Andrew Dolgov d04f8c826f remove call-by-reference to comply with php 5.4 12 years ago
Andrew Dolgov 854a2ace86 change include_children to a togglebutton; add placeholder setting save in a session 12 years ago
Andrew Dolgov 09101297ee add toolbar checkbox to include subcategories to viewfeed() 12 years ago
Andrew Dolgov 2c5f231e43 add special indication for categories having unread items in child categories 12 years ago
Andrew Dolgov be514d00c9 remove feeds/index() 12 years ago
Andrew Dolgov 2ecd2df560 sorta-kinda fix the feedlist 12 years ago
Andrew Dolgov 2a060a9456 initial work on nested categories 12 years ago
Andrew Dolgov d3253f49aa Revert "add experimental clientside headline clamping (refs #479)"
This reverts commit 26e4b12466.
12 years ago
Andrew Dolgov 26e4b12466 add experimental clientside headline clamping (refs #479) 12 years ago
Steven Allen 093fae5e3c Change ttrss_logo.png (deleted) to logo_wide.png 12 years ago
Andrew Dolgov 687bb90d27 remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464) 12 years ago
Andrew Dolgov 0e4a7d7a94 remove memcached stuff 12 years ago
John Keeping 17f9d2003a Make Handler::before() hierarchy consistent
In API, the before() method (inherited from Handler) takes a $method
argument, although this is not declared for the before method() in
handler.  PHP in strict mode treats this as an error.

Since call sites already pass the $method argument, change
Handler::before() and the before() method in all other subclasses to
take this argument.
12 years ago
Andrew Dolgov 68916212b2 use Uncategorized coalesce in a few more places 12 years ago
Andrew Dolgov 310fa2ddef implement search in pref-filters 12 years ago
Andrew Dolgov a5e0ffb0ce fix creating category filters on mysql 12 years ago
Andrew Dolgov 40b67ac7c7 Merge pull request #19 from plaidfluff/7e454e815dd67f0ac3804e213599be9bbbc2755e
Change update.php shebang to support any in-path installation locatio…
Fix category count query for mysql
12 years ago
fluffy 7e454e815d Fix category count query for mysql 12 years ago
Andrew Dolgov 82ace1aba8 fix borders on filter test results container 12 years ago
Andrew Dolgov aa8b48a02b fix creating filter with active article title in cdm 12 years ago
Andrew Dolgov 917c12ee30 show empty categories in italic in category editor 12 years ago
Andrew Dolgov a62812a6b4 show amount of feeds category holds in category editor 12 years ago
Andrew Dolgov ca6a0741b4 tweak dialog topmost notices; add an explanation for the batch feed editor 12 years ago
Andrew Dolgov ddb575c744 add select all/none functionality to several edit dialogs 12 years ago
Andrew Dolgov 2fb947eb21 prevent session modification in public/rss 12 years ago
Andrew Dolgov 64436e1039 prevent session modification in public/share 12 years ago
Andrew Dolgov 184f51952c experimental tweak to not mark articles newer than last one loaded in the buffer as read 12 years ago
Alexandre Gravel-Raymond b1e592d37f Escape quotes in bookmarklet confirm message 12 years ago
Andrew Dolgov 949b1a9491 hide several user-related prompts when using remote auth + auto_login (closes #447) 12 years ago
Andrew Dolgov 35b9844be1 fix broken feed icon upload (closes #459) 12 years ago
Andrew Dolgov 941e48a402 apply patch from gmargo to differentiate between manual and new feed after-subscription update 12 years ago
Andrew Dolgov ecbd7b91fe allow manual updates for feeds with disabled automatic updates 12 years ago
Andrew Dolgov 442456184c simplify catching up of feeds, do not reload headlines buffer on catchup unless on_catchup_show_next_feed is enabled (closes #442) 12 years ago
Andrew Dolgov d4c64ecc77 pref_prefs: only disable password changing block in single user mode (closes #444) 12 years ago
André a498d18b55 Remove apostrophs from boolean values when editing feeds in batch 12 years ago
Andrew Dolgov b11e9943d8 API: add order_id to getCategories; add feed_title to getHeadlines; bump api level to 3 12 years ago