Francesco Turco
|
1a7277570b
|
fix two-factor authenticaton
|
2017-12-22 12:29:25 +01:00 |
Andrew Dolgov
|
d0cce0c7a4
|
isdefaultpassword: use method_exists() to check for check_password
|
2017-12-15 12:15:15 +03:00 |
simonp
|
5f19596651
|
Fix typo from previous pull request
|
2017-12-14 18:43:42 +01:00 |
Benjamin Collet
|
44c6a04b61
|
Check if the auth module supports check_password() method before using it
|
2017-12-14 18:02:37 +01:00 |
Andrew Dolgov
|
9390ddeae2
|
fix single user mode login failing because of isdefaultpassword()
|
2017-12-14 19:27:55 +03:00 |
Andrew Dolgov
|
1bf468ba1a
|
pref-prefs: set button classes
|
2017-12-11 18:50:00 +03:00 |
Andrew Dolgov
|
121ac0481f
|
filter rule/action dialogs: set default action
|
2017-12-11 18:46:27 +03:00 |
Andrew Dolgov
|
05e81655c3
|
user editor: add primary action
|
2017-12-11 18:41:32 +03:00 |
Andrew Dolgov
|
6fb5ce5e35
|
add some primary dialog actions; update css
|
2017-12-11 18:36:36 +03:00 |
Andrew Dolgov
|
5f7be9957f
|
filter,label dlg: use default action
|
2017-12-11 18:23:30 +03:00 |
Andrew Dolgov
|
f70d456a5b
|
Merge branch 'master' of git.tt-rss.org:git/tt-rss into pdo-experimental
|
2017-12-11 12:54:30 +03:00 |
dim0x69
|
e58a14de72
|
Check return value from Plugins
|
2017-12-11 09:41:45 +00:00 |
Andrew Dolgov
|
e6532439d6
|
force strip_tags() on all user input unless explicitly allowed
|
2017-12-03 23:35:38 +03:00 |
Andrew Dolgov
|
7c6f7bb0aa
|
fix some minor issues found by code analyzer
|
2017-12-03 23:08:04 +03:00 |
Andrew Dolgov
|
5f5b0de423
|
style feed icon and opml file upload controls
|
2017-12-03 22:35:12 +03:00 |
Andrew Dolgov
|
7c0eb1b621
|
add defaultPasswordWarning nag dialog
|
2017-12-03 20:46:27 +03:00 |
Andrew Dolgov
|
2cf93c046c
|
pref-users: fix sorting the table
|
2017-12-03 13:54:31 +03:00 |
Andrew Dolgov
|
187abfe732
|
main classes: remove sql_bool_to_bool() kludge
|
2017-12-03 09:35:59 +03:00 |
Andrew Dolgov
|
8ff3cbb32e
|
filters: remove sql_bool_to_bool()
checkbox_to_sql_bool: return ints (???)
|
2017-12-03 09:26:11 +03:00 |
Andrew Dolgov
|
e4291ba12f
|
otpenable: use pdo prepare()
|
2017-12-03 09:10:14 +03:00 |
Andrew Dolgov
|
bfccff11c4
|
filter rule saving fix
|
2017-12-02 22:47:47 +03:00 |
Andrew Dolgov
|
bf6db17b8f
|
feeds: use PDO
|
2017-12-02 16:07:03 +03:00 |
Andrew Dolgov
|
2e52e4fd7a
|
feeds: more PDo stuff
|
2017-12-02 15:53:32 +03:00 |
Andrew Dolgov
|
7a1872c1e0
|
feeds: more PDO stuff
|
2017-12-02 15:36:32 +03:00 |
Andrew Dolgov
|
b5bf9a0ff3
|
remove long forgotten stuff related to feed debugging actionbar
|
2017-12-02 15:12:39 +03:00 |
Andrew Dolgov
|
91d679667e
|
feeds: PDO progress
|
2017-12-02 15:04:11 +03:00 |
Andrew Dolgov
|
da9ea57d1c
|
checkbox to sql bool related changes, some more boolean fixes
|
2017-12-02 14:07:48 +03:00 |
Andrew Dolgov
|
248c62a1cc
|
filters: fix limit/offset for test dialog
|
2017-12-02 13:54:18 +03:00 |
Andrew Dolgov
|
bf4a79eaa9
|
prefs: start PDO switchover
|
2017-12-02 13:49:35 +03:00 |
Andrew Dolgov
|
f594717d18
|
filters: use PDO
|
2017-12-02 13:28:13 +03:00 |
Andrew Dolgov
|
21295a52aa
|
labels: PDO
|
2017-12-02 12:45:33 +03:00 |
Andrew Dolgov
|
c2418a559b
|
pref-users: PDO
|
2017-12-02 12:23:41 +03:00 |
Andrew Dolgov
|
93ca6c95b8
|
pref-system: PDO
|
2017-12-02 12:03:39 +03:00 |
Andrew Dolgov
|
7039370368
|
pref-prefs: PDO
|
2017-12-02 12:01:56 +03:00 |
dim0x69
|
5395526444
|
add HOOK_UNSUBSCRIBE_FEED
|
2017-11-27 11:46:46 +01:00 |
fox
|
b1d1bc901f
|
Merge branch 'checkbox-feed' of dxbi/tt-rss into master
|
2017-10-06 06:47:54 +00:00 |
Felix Eckhofer
|
cc50affb62
|
Add checkbox for authentication in edit feed dialog
This makes the UI more consistent with the "add feed" dialog and
prevents overzealous password-managers from leaking the login password.
|
2017-10-06 08:37:37 +02:00 |
Andrew Dolgov
|
51b521c326
|
fix batch feed editor using wrong SQL syntax when saving feed password
remove uses of auth_pass_encrypted in several other places
|
2017-10-06 09:22:04 +03:00 |
Andrew Dolgov
|
edefcec19d
|
filters/edit: properly parse feed-specific legacy format filter rules
|
2017-08-14 22:29:50 +03:00 |
Andrew Dolgov
|
be61f1c45c
|
filters dialog: do not break markup on long feed names
|
2017-07-09 16:39:25 +03:00 |
Andrew Dolgov
|
667d32fd26
|
remove obsolete forum plugin links
mention how to enable system plugins in the UI
|
2017-07-04 16:28:45 +03:00 |
Andrew Dolgov
|
7b994e4bec
|
filters: when adding rule select all feeds by default
|
2017-07-02 22:55:36 +03:00 |
Andrew Dolgov
|
02f3992a5a
|
Revert "Revert "filters: support matching on multiple feeds/categories""
This reverts commit f5d174bda9 .
|
2017-07-02 20:37:52 +03:00 |
Andrew Dolgov
|
f5d174bda9
|
Revert "filters: support matching on multiple feeds/categories"
This reverts commit 0bf7e007bb .
|
2017-07-02 20:37:01 +03:00 |
Andrew Dolgov
|
e0f51d786f
|
Merge branch 'master' of git.fakecake.org:tt-rss
|
2017-07-02 20:27:31 +03:00 |
Andrew Dolgov
|
0bf7e007bb
|
filters: support matching on multiple feeds/categories
opml: update filter export/import for new format
|
2017-07-02 20:27:21 +03:00 |
Andrew Dolgov
|
c053b97697
|
pref/feeds: start user category ordering from 1
api, getFeeds: send subcategory order_id
|
2017-06-26 16:29:57 +03:00 |
Andrew Dolgov
|
e130b283a7
|
db prefs: ignore cache when preference requested for specified UID (in case cached value of a different profile is stored)
prefs: show (and set) enabled plugins for default profile only
|
2017-06-24 14:29:07 +03:00 |
Andrew Dolgov
|
5b6ea1ef91
|
remove pubsubhubbub: dead
|
2017-05-16 10:41:20 +03:00 |
Andrew Dolgov
|
c114a2596f
|
move add_feed_url() to pref_feeds
|
2017-05-11 09:07:49 +03:00 |