Andrew Dolgov
|
2f2bd1b3f6
|
backend/rss: fix view-mode handling
|
14 years ago |
Andrew Dolgov
|
135d425127
|
backend/rss: disable http auth
|
14 years ago |
Andrew Dolgov
|
8801fb017c
|
replace old-style published feed with universal secretkey-based approach used for all feeds; do not allow user/pass handling in generated feed urls; bump schema
|
14 years ago |
Andrew Dolgov
|
ffbe082dd0
|
headlines: use JSON instead of separate helper xml objects like headlines-unread
|
14 years ago |
Andrew Dolgov
|
c3fddd057f
|
do some warning housekeeping
|
14 years ago |
Andrew Dolgov
|
6a7817c1ad
|
handle counters using JSON instead of XML
|
14 years ago |
Andrew Dolgov
|
fe1087fbb7
|
implement a simple pseudo-dashboard feed; display feeds having update errors there instead of client-based 'no feed selected' whiteBox plug (closes #189)
|
14 years ago |
Andrew Dolgov
|
23d72f3999
|
allow generated feeds to use view_mode
|
14 years ago |
Andrew Dolgov
|
338302709c
|
override order use date_entered instead of updated
|
14 years ago |
Andrew Dolgov
|
25ea280502
|
add ttrss_entries.date_updated; use date_updated instead of date_enered for expiry checking (bump schema)
|
14 years ago |
Andrew Dolgov
|
6a69b6ad44
|
revert to sorting by updated instead of date_entering unless Date sorting is requested
|
14 years ago |
Andrew Dolgov
|
7b20c97780
|
order feed output by date_entered instead of updated to properly keep new stuff topmost; support REVERSE_HEADLINES in more headline output modes
|
14 years ago |
Andrew Dolgov
|
5fa173729e
|
make sure magic quote workaround actually works
|
14 years ago |
Andrew Dolgov
|
c0793f64a8
|
use better magic quotes removal fix
|
14 years ago |
Andrew Dolgov
|
78a5c296ae
|
config: replace confusing option ENABLE_SIMPLEPIE with DEFAULT_UPDATE_METHOD; bump config version
|
15 years ago |
Andrew Dolgov
|
1f7b77d168
|
backend: if fresh=1 parameter to getUnread is present, append output of fresh feed
|
15 years ago |
Andrew Dolgov
|
f885ff6e4b
|
do not strip magicquote stuff twice from
|
15 years ago |
Andrew Dolgov
|
0456176a44
|
enable translations by default; misc fixes
|
15 years ago |
Andrew Dolgov
|
505f2f0e6c
|
pref-prefs: show default update interval as a dropdown
|
15 years ago |
Andrew Dolgov
|
d9084cf220
|
implement settings profiles (bump schema)
|
15 years ago |
Andrew Dolgov
|
6f068202d7
|
rework the way DEFAULT_ARTICLE_LIMIT works, remove limit toolbar dropdown (bump schema)
|
15 years ago |
Andrew Dolgov
|
a491a7f103
|
view: do not pass feed_id
|
15 years ago |
Andrew Dolgov
|
b4e75b2a25
|
use POST parameters for frontend requests
|
15 years ago |
Andrew Dolgov
|
ab197ae1de
|
update ccache in catchupArticleById(); misc counter-related tweaks; add getArticleFeed()
|
15 years ago |
Andrew Dolgov
|
e04c18a2c2
|
implement archived articles feed; bump schema
|
15 years ago |
Andrew Dolgov
|
7f969260c1
|
add toggle_collapse_cat()
|
15 years ago |
Andrew Dolgov
|
57937c42b9
|
obsolete cookie storage for collapsed status of feedlist and special categories (bump schema)
|
15 years ago |
Andrew Dolgov
|
9c88320833
|
backend: force login on init when in single user mode
|
15 years ago |
Andrew Dolgov
|
b47982828a
|
backend/rss: allow access to feeds without authentication when running in single user mode
|
16 years ago |
Andrew Dolgov
|
45a15f785a
|
possible speedup: bump counters_stamp in backend/feeds
|
16 years ago |
Andrew Dolgov
|
64b3069d27
|
remove old-style big feed browser (2)
|
16 years ago |
Andrew Dolgov
|
5c432ba490
|
ccache: skip non-numeric feeds (e.g. tags)
|
16 years ago |
Andrew Dolgov
|
ee8091ba78
|
view: more limiting tweaks (2)
|
16 years ago |
Andrew Dolgov
|
26b968cdf5
|
view: more limiting tweaks
|
16 years ago |
Andrew Dolgov
|
b9ce0ba169
|
view: lower counters rate limit
|
16 years ago |
Andrew Dolgov
|
3c204a8e23
|
rate limit counters calculation in view to once per 10 sec
|
16 years ago |
Andrew Dolgov
|
1098687a22
|
properly select next unread feed in feedlist when catching up
|
16 years ago |
Andrew Dolgov
|
ceb30ba49d
|
new style labels (bump schema)
|
16 years ago |
Andrew Dolgov
|
abd9b16507
|
getLabelCounters: skip processing when labels are disabled; misc performance tweaks
|
16 years ago |
Andrew Dolgov
|
34c30ac126
|
viewfeed: rate limit ccache_update
|
16 years ago |
Andrew Dolgov
|
51e196dee9
|
fix ccache_update() failure when called for labels
|
16 years ago |
Andrew Dolgov
|
cd4cc9f6e4
|
enable ccache_update() in viewfeed
|
16 years ago |
Andrew Dolgov
|
696a6850db
|
add fallback for headlines-unread element when ccache has no data
|
16 years ago |
Andrew Dolgov
|
cfcb7d4276
|
headlines-unread: fix ccache usage
|
16 years ago |
Andrew Dolgov
|
a06d0e5a8b
|
rpc tweaks; viewfeed counters attachment changed
|
16 years ago |
Andrew Dolgov
|
e7dd88a215
|
attach counters to viewfeed output when subop is not blank
|
16 years ago |
Andrew Dolgov
|
6b49a3dd7b
|
ccache: performance tweaks
|
16 years ago |
Andrew Dolgov
|
1be2f3b6ec
|
block ccache updates in viewfeed when is_cat = 1
|
16 years ago |
Andrew Dolgov
|
3d72bbdb4f
|
active_feed_is_cat, active_feed_id handling changes
|
16 years ago |
Andrew Dolgov
|
b167646419
|
viewfeed: disable output of counters when serving an infscroll request
|
16 years ago |