Andrew Dolgov
|
5089b30b4f
|
recently read: select query fix
|
12 years ago |
Andrew Dolgov
|
5417fbd77e
|
implement recently read vfeed (-6)
|
12 years ago |
Andrew Dolgov
|
da1da2e4d8
|
quickAddFilter: prefill current feed in the dialog
|
12 years ago |
Andrew Dolgov
|
4c9d0490c6
|
rework filter dialog to make feed/category selection easier
|
12 years ago |
Andrew Dolgov
|
183ca8b940
|
parse_counters: properly delete category cache when child_unread changes
|
12 years ago |
Andrew Dolgov
|
c39befacb2
|
add (undocumented) _DISABLE_FEED_BROWSER
|
12 years ago |
Andrew Dolgov
|
3e7b0bd435
|
be more smart with label assignments to selection in headline context menu
|
12 years ago |
Andrew Dolgov
|
c5fe614fef
|
update sanity_config.php
|
12 years ago |
Andrew Dolgov
|
6e65854727
|
bump config version
|
12 years ago |
Andrew Dolgov
|
79f946be6f
|
sanity: add php version check
|
12 years ago |
Andrew Dolgov
|
4c97d1f6af
|
newVersionDlg: mention prefs updater
|
12 years ago |
Andrew Dolgov
|
caeee35fd5
|
self-update: clarify is_writable check on work_dir
|
12 years ago |
Andrew Dolgov
|
808dd053c6
|
implement web-based self updater (closes #395)
|
12 years ago |
Andrew Dolgov
|
1280612515
|
self-update: update up to date prompt
|
12 years ago |
Andrew Dolgov
|
27211afe92
|
implement experimental web-based updater
|
12 years ago |
Andrew Dolgov
|
639ad60035
|
update-self: fix wrong work directory, better work directory checking
|
12 years ago |
Andrew Dolgov
|
9435c4dca4
|
mobile: disable autocapitalize on login screen
|
12 years ago |
Andrew Dolgov
|
acf33893ab
|
move self-updating to include/update_self.php
|
12 years ago |
Andrew Dolgov
|
88aa6e9dae
|
login_form: remove short php tags
|
12 years ago |
Andrew Dolgov
|
f7c2fae1f1
|
self-update: clarify some error messages (2)
|
12 years ago |
Andrew Dolgov
|
021f8dce0c
|
self-update: clarify some error messages
|
12 years ago |
Andrew Dolgov
|
366f06f7cf
|
update.php: display error message when running from the browser
mention self-updating in new version dialog
|
12 years ago |
Andrew Dolgov
|
3bdc2b999b
|
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
|
12 years ago |
Andrew Dolgov
|
e3449aa1aa
|
add experimental self-updating script
|
12 years ago |
Andrew Dolgov
|
2c2cdaf7dc
|
allow request_counters() in bw_limit mode
|
12 years ago |
Andrew Dolgov
|
0a11d23534
|
catchupBatchedArticles: create local copy of the batch to work with
|
12 years ago |
Andrew Dolgov
|
9aceda3afc
|
remove hook-based plugins
|
12 years ago |
Andrew Dolgov
|
23d2471c92
|
expand error messages in subscribeToFeed(), provide proper error message
when URL download failed (refs #489)
|
12 years ago |
Andrew Dolgov
|
9da07c8ad2
|
unbreak classes/dlg
|
12 years ago |
Andrew Dolgov
|
6eaf319320
|
api: disable deprecated HTTP parameter support by default
|
12 years ago |
Andrew Dolgov
|
369dbc19d6
|
rework class system to use subdirectories
add placeholder plugin/hook system
|
12 years ago |
Andrew Dolgov
|
3d2c9f5adf
|
small tweak for loadMoreHeadlines() algorithm
|
12 years ago |
Andrew Dolgov
|
f1d65e5089
|
remove api-specific _autoload
|
12 years ago |
Andrew Dolgov
|
dc0374df2b
|
auth_internal.change_password: do not rely on session
|
12 years ago |
Andrew Dolgov
|
d5fd183d18
|
move changing password code to authentication modules
|
12 years ago |
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
|
238d594e6b
|
fix __autoload to work with mobile/
|
12 years ago |
Andrew Dolgov
|
143d1b31a8
|
routing: check if created handler is a subclass of Handler
|
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
|
7e18f8e710
|
print_feed_cat_select: fix Uncategorized not recognized as default_id
|
12 years ago |
Andrew Dolgov
|
fc9de93985
|
add additional ownership checks to getfeedcounters/getcategorycounters
|
12 years ago |
Andrew Dolgov
|
a650c251c7
|
remove include_children element form name
|
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
|
ac9b1f0772
|
opml: some indenting stuff
|
12 years ago |
Andrew Dolgov
|
d3cface62d
|
remove loading of test opml file in debug mode
|
12 years ago |
Andrew Dolgov
|
d2a317e3c8
|
refactor opml import/export code
fix opml to properly handle nested categories
allow creating categories with same name in different parent categories
|
12 years ago |