Andrew Dolgov
|
bd02d29e1b
|
prefs: update some descriptions to be more consistent
|
12 years ago |
Andrew Dolgov
|
7b149552cb
|
remove language selector from the login form, store language in the database per-user
|
12 years ago |
Andrew Dolgov
|
e57a1507ae
|
do not use session cookie lifetime for additional cookies
|
12 years ago |
Andrew Dolgov
|
a845a3d5e5
|
otp: display notice if GD is missing
|
12 years ago |
Andrew Dolgov
|
48ed517e8d
|
pref_prefs: remove second argument from the constructor
|
12 years ago |
Andrew Dolgov
|
1ffe3391f9
|
make pluginhost a singleton
|
12 years ago |
Andrew Dolgov
|
52d88392da
|
move db-prefs to OO
|
12 years ago |
Andrew Dolgov
|
d9c85e0f11
|
classes: use OO DB interface
|
12 years ago |
Andrew Dolgov
|
a42c55f02b
|
fix blank character after opening bracket in function calls
|
12 years ago |
Andrew Dolgov
|
72ff013729
|
fix pluginhost created without dbh
|
12 years ago |
Andrew Dolgov
|
6322ac79a0
|
remove $link
|
12 years ago |
Andrew Dolgov
|
2cbdc95bb0
|
add a separate tab for the logger
|
12 years ago |
Andrew Dolgov
|
9deca86d96
|
require entering current one time code to enable otp
|
12 years ago |
Andrew Dolgov
|
4e53956add
|
implement error log viewer
|
12 years ago |
Andrew Dolgov
|
723bcdb213
|
update description of DEFAULT_UPDATE_INTERVAL (2)
|
12 years ago |
Andrew Dolgov
|
3ddbefabef
|
update description of DEFAULT_UPDATE_INTERVAL
|
12 years ago |
Andrew Dolgov
|
bf87833884
|
fix prefs reset not working properly
|
12 years ago |
Andrew Dolgov
|
29c8fa080e
|
add language dropdown to prefs
|
12 years ago |
Andrew Dolgov
|
122e9d788e
|
add a dropdown button action to save and exit prefs (closes #660)
|
12 years ago |
Andrew Dolgov
|
8ef9645da0
|
pref-prefs: add help for USER_CSS_THEME
|
12 years ago |
Andrew Dolgov
|
9db8e60784
|
update pref descriptions
|
12 years ago |
Andrew Dolgov
|
5f462963a0
|
remove blank string gettext invocations
|
12 years ago |
Andrew Dolgov
|
dfad9d7a36
|
pref-prefs: don't use schema-defined help/desc/section names
|
12 years ago |
Andrew Dolgov
|
f17cac6b26
|
retire DEFAULT_ARTICLE_LIMIT, infinite scrolling is fast enough to make it superfluous
|
12 years ago |
Andrew Dolgov
|
9d76e75451
|
move editPrefProfiles to pref-prefs
|
12 years ago |
Andrew Dolgov
|
00e347410e
|
move customizeCSS to pref-prefs
|
12 years ago |
Andrew Dolgov
|
5d40efc9b0
|
add ability to select CSS files in themes/
|
12 years ago |
Andrew Dolgov
|
8aa01d7989
|
disable SORT_HEADLINES_BY_FEED_DATE; replace with a toolbar newest first order
|
12 years ago |
Andrew Dolgov
|
b9a06a0e39
|
retire frankly ridiculous sorting by score/title/date/default
keep defaul and oldest first instead of REVERSE_HEADLINES
|
12 years ago |
Andrew Dolgov
|
6deafe90db
|
modify notify/warn/error boxes css
|
12 years ago |
Andrew Dolgov
|
bb5e1a328d
|
enable 4th field in plugin->about() to serve as a more info link
|
12 years ago |
Andrew Dolgov
|
65f85248ce
|
pref-prefs: mention tt-rss forums as a plugin source
|
12 years ago |
Andrew Dolgov
|
33b3db3372
|
for consistency, show hotkey-toggleable options relating to headlines list in preferences
|
12 years ago |
Andrew Dolgov
|
744a1b0080
|
disable show additional preferences checkbox as repeatedly confusing
|
12 years ago |
Tomas Chvatal
|
9a73994c5e
|
Allow translation of notices in prefs.
|
12 years ago |
Andrew Dolgov
|
3972bf5981
|
db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close()
|
12 years ago |
Andrew Dolgov
|
451ff72289
|
rework pref-prefs to use checkboxes
|
12 years ago |
Andrew Dolgov
|
f4c02a157a
|
fix warning when saving plugins with 0 plugins enabled (closes #542)
|
12 years ago |
Andrew Dolgov
|
81c54e3d8d
|
only allow clearing data of active plugins
|
12 years ago |
Andrew Dolgov
|
96f0a3e79d
|
remove themes/
|
12 years ago |
Andrew Dolgov
|
5d9abb1e11
|
add plugin storage table to schema; add ability to clear plugin data
|
12 years ago |
Andrew Dolgov
|
0f28f81f89
|
move authentication modules to plugins/
|
12 years ago |
Andrew Dolgov
|
699daf5856
|
add several HOOK_PREFS_TAB_SECTION hook points
|
12 years ago |
Andrew Dolgov
|
65d1e2501b
|
plugins web list style tweaks
|
12 years ago |
Andrew Dolgov
|
23be0bd3fb
|
hide example plugins from the admin page
|
12 years ago |
Andrew Dolgov
|
d2a421e3cb
|
more work on user-selectable plugins; properly process system and user plugins
|
12 years ago |
Andrew Dolgov
|
de612e7a38
|
experimental support for per-user plugins (bump schema)
|
12 years ago |
Andrew Dolgov
|
5cedb389d2
|
split self-updater gui to updater/ plugin
|
12 years ago |
Andrew Dolgov
|
6065f3ad63
|
add support for plugins in prefs
|
12 years ago |
Andrew Dolgov
|
d1e31c7a74
|
Revert "only enable OTPHP on php version 5.3+"
This reverts commit 1835f145a8 .
|
12 years ago |
Andrew Dolgov
|
1835f145a8
|
only enable OTPHP on php version 5.3+
|
12 years ago |
Andrew Dolgov
|
3ca8af7fd8
|
require entering password before enabling/disabling otp
|
12 years ago |
Andrew Dolgov
|
973392b9f5
|
pref-prefs/otpqrcode: do not show image if otp is enabled
|
12 years ago |
Andrew Dolgov
|
fb70f26ed9
|
implement one time passwords using TOTP
|
12 years ago |
Andrew Dolgov
|
f9ebb32ca0
|
hide more obscure preferences under "show more" checkbox in pref-prefs,
bump schema
|
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
|
369dbc19d6
|
rework class system to use subdirectories
add placeholder plugin/hook system
|
12 years ago |