Andrew Dolgov
6fb5ce5e35
add some primary dialog actions; update css
7 years ago
Andrew Dolgov
5f7be9957f
filter,label dlg: use default action
7 years ago
Andrew Dolgov
f70d456a5b
Merge branch 'master' of git.tt-rss.org:git/tt-rss into pdo-experimental
7 years ago
dim0x69
e58a14de72
Check return value from Plugins
7 years ago
Andrew Dolgov
e6532439d6
force strip_tags() on all user input unless explicitly allowed
7 years ago
Andrew Dolgov
7c6f7bb0aa
fix some minor issues found by code analyzer
7 years ago
Andrew Dolgov
5f5b0de423
style feed icon and opml file upload controls
7 years ago
Andrew Dolgov
7c0eb1b621
add defaultPasswordWarning nag dialog
7 years ago
Andrew Dolgov
2cf93c046c
pref-users: fix sorting the table
7 years ago
Andrew Dolgov
187abfe732
main classes: remove sql_bool_to_bool() kludge
7 years ago
Andrew Dolgov
8ff3cbb32e
filters: remove sql_bool_to_bool()
...
checkbox_to_sql_bool: return ints (???)
7 years ago
Andrew Dolgov
e4291ba12f
otpenable: use pdo prepare()
7 years ago
Andrew Dolgov
bfccff11c4
filter rule saving fix
7 years ago
Andrew Dolgov
bf6db17b8f
feeds: use PDO
7 years ago
Andrew Dolgov
2e52e4fd7a
feeds: more PDo stuff
7 years ago
Andrew Dolgov
7a1872c1e0
feeds: more PDO stuff
7 years ago
Andrew Dolgov
b5bf9a0ff3
remove long forgotten stuff related to feed debugging actionbar
7 years ago
Andrew Dolgov
91d679667e
feeds: PDO progress
7 years ago
Andrew Dolgov
da9ea57d1c
checkbox to sql bool related changes, some more boolean fixes
7 years ago
Andrew Dolgov
248c62a1cc
filters: fix limit/offset for test dialog
7 years ago
Andrew Dolgov
bf4a79eaa9
prefs: start PDO switchover
7 years ago
Andrew Dolgov
f594717d18
filters: use PDO
7 years ago
Andrew Dolgov
21295a52aa
labels: PDO
7 years ago
Andrew Dolgov
c2418a559b
pref-users: PDO
7 years ago
Andrew Dolgov
93ca6c95b8
pref-system: PDO
7 years ago
Andrew Dolgov
7039370368
pref-prefs: PDO
7 years ago
dim0x69
5395526444
add HOOK_UNSUBSCRIBE_FEED
7 years ago
fox
b1d1bc901f
Merge branch 'checkbox-feed' of dxbi/tt-rss into master
7 years ago
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.
7 years ago
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
7 years ago
Andrew Dolgov
edefcec19d
filters/edit: properly parse feed-specific legacy format filter rules
7 years ago
Andrew Dolgov
be61f1c45c
filters dialog: do not break markup on long feed names
7 years ago
Andrew Dolgov
667d32fd26
remove obsolete forum plugin links
...
mention how to enable system plugins in the UI
7 years ago
Andrew Dolgov
7b994e4bec
filters: when adding rule select all feeds by default
7 years ago
Andrew Dolgov
02f3992a5a
Revert "Revert "filters: support matching on multiple feeds/categories""
...
This reverts commit f5d174bda9
.
7 years ago
Andrew Dolgov
f5d174bda9
Revert "filters: support matching on multiple feeds/categories"
...
This reverts commit 0bf7e007bb
.
7 years ago
Andrew Dolgov
e0f51d786f
Merge branch 'master' of git.fakecake.org:tt-rss
7 years ago
Andrew Dolgov
0bf7e007bb
filters: support matching on multiple feeds/categories
...
opml: update filter export/import for new format
7 years ago
Andrew Dolgov
c053b97697
pref/feeds: start user category ordering from 1
...
api, getFeeds: send subcategory order_id
7 years ago
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
7 years ago
Andrew Dolgov
5b6ea1ef91
remove pubsubhubbub: dead
8 years ago
Andrew Dolgov
c114a2596f
move add_feed_url() to pref_feeds
8 years ago
Andrew Dolgov
e6c886bf66
wrap rssfuncs into rssutils class
8 years ago
Andrew Dolgov
7c9b5a3fe4
move label stuff to Labels class
...
fix some unresolved functions
8 years ago
Andrew Dolgov
2ed0d6c433
move counter cache to a separate class
...
fix references to get_article_tags
8 years ago
Andrew Dolgov
a230bf88a9
move to Article:
...
+ static function purge_orphans($do_output = false) {
move to Feeds
+ static function getGlobalUnread($user_id = false) {
+ static function getCategoryTitle($cat_id) {
+ static function getLabelUnread($label_id, $owner_uid = false) {
8 years ago
Andrew Dolgov
86a8351ca2
move the following to Feeds:
...
+ static function catchup_feed($feed, $cat_view, $owner_uid = false, $mode = 'all', $search = false) {
+ static function getFeedArticles($feed, $is_cat = false, $unread_only = false,
+ static function subscribe_to_feed($url, $cat_id = 0,
+ static function getFeedIcon($id) {
+ static function getFeedTitle($id, $cat = false) {
+ static function getCategoryUnread($cat, $owner_uid = false) {
+ static function getCategoryChildrenUnread($cat, $owner_uid = false) {
8 years ago
Andrew Dolgov
ea79a0e033
remove some redundant php closing tags
8 years ago
Andrew Dolgov
7b55001eee
fix various issues reported by static analysis
...
update gitlab-ci config
8 years ago
Andrew Dolgov
9c3c0ace6b
rename cache images option label (rip translations)
8 years ago
Andrew Dolgov
1bfe1d7b31
simplify error handling
...
* less convoluted exception dialogs
* use window.onerror for the majority of exception catching/reporting
* remove most of now useless try/catch blocks
* report stacktrace instead of manually specified error locations
8 years ago
Jérémy DECOOL
ba2853caac
Prevent target='_blank' vulnerability on dynamic link
8 years ago
Andrew Dolgov
328118d12e
use print_hidden() for hidden dojo form fields
8 years ago
Andrew Dolgov
22387de225
preferences: set themes dropdown to default if selected theme is missing
8 years ago
Andrew Dolgov
e432b8fbe2
implement cache-busting for default theme.css
...
night theme: small fixes
8 years ago
Andrew Dolgov
967f0619c7
force ngettext() count argument type to string
8 years ago
Andrew Dolgov
84012df5cd
prefs: auto expand feed tree
8 years ago
Andrew Dolgov
17a8e61d2a
deprecate encrypted feed passwords because mcrypt is getting removed from php 7.1
...
1. transparent decryption for existing installs stays for the time being
2. new passwords are not going to be encrypted even if FEED_CRYPT_KEY is defined
3. added update.php --decrypt-feeds to bulk decrypt existing encrypted passwords
4. updated install to not auto-generate crypt key
5. added warning to config.php-dist
8 years ago
Andrew Dolgov
a84fb943b4
pre-users: disallow renaming admin user
8 years ago
Andrew Dolgov
ec21abb85d
update autocomplete to "new-password"
9 years ago
Andrew Dolgov
fa0e0ef315
set feed editor password fields to autocomplete=off
9 years ago
Andrew Dolgov
4f100ece19
pref_filters: sort rules by reg_exp when displaying index
9 years ago
Andrew Dolgov
67f3e3f942
pref-labels: remove obsolete searching code
9 years ago
Andrew Dolgov
9def554082
pref-feeds: allow searching by feed_url
9 years ago
Andrew Dolgov
a5556c2471
fix item_id not being properly escaped in pref_feeds::process_category_order() (possible sql injection)
9 years ago
Andrew Dolgov
312742db6e
updates: auto-disable CURL if open_basedir is enabled, notify possible issues w/ plugins
9 years ago
Andrew Dolgov
5bdcb8fd78
remove option ALLOW_DUPLICATE_POSTS as confusing/useless
9 years ago
Andrew Dolgov
b8619f8db0
store formatted backtrace to sql log
9 years ago
Andrew Dolgov
1bd552ee31
compat patches for php7
9 years ago
Andrew Dolgov
154f14d01b
filters: do not strip_tags() on regexps
9 years ago
Andrew Dolgov
583f163f40
don't init plugins when loading everything to make a list, duh
9 years ago
Andrew Dolgov
77e8100669
add date suffixes to opml & import_export generated files
9 years ago
Andrew Dolgov
9a35ed6709
disable filter test result highlighting for the time being
9 years ago
Andrew Dolgov
dbeef0ca67
filter preview: remove unnecessary checkbox
9 years ago
Andrew Dolgov
f48f292d2b
tweak filter preview layout a bit; allow previewing matched articles in a popup
9 years ago
Andrew Dolgov
261226a3a5
mostly implement async filter test dialog
9 years ago
Andrew Dolgov
a007c18dff
wip: filter async testing
9 years ago
Andrew Dolgov
e17079dcef
make disabled filter rules easier to discern
...
show if filter set match_any_rule on the overview
9 years ago
Andrew Dolgov
73dfda1da6
various minor style updates, add danger buttons
9 years ago
Andrew Dolgov
d98779972d
tabbed feed editor
9 years ago
Andrew Dolgov
bf9cc9ad95
combine user edit & user details
9 years ago
Andrew Dolgov
f232aa5a34
remove num_articles from main pref_users query
9 years ago
Andrew Dolgov
f9c1f8b0d4
pref-feeds: check for inactive feeds asynchronously
9 years ago
Andrew Dolgov
1edff0d439
user manager: show stored feeds/articles
9 years ago
Andrew Dolgov
b028da0a2d
display lack of filter plugin actions properly
9 years ago
Andrew Dolgov
b87744534a
add plugin-based filter actions (see example plugin in attic)
...
bump schema
9 years ago
Andrew Dolgov
314956d440
filter test dialog fixes for filters w/ many rules
9 years ago
Andrew Dolgov
fb8a032a6b
minor textarea fixes
9 years ago
Andrew Dolgov
e79e274fc8
add styles for several other dijit elements
9 years ago
Andrew Dolgov
91837f0a2a
update site_url (and title if needed) when changing feed_url in feed editor
9 years ago
Andrew Dolgov
df659891ac
implement per-feed stemming language setting
9 years ago
Andrew Dolgov
3ceb893f66
add one catchall function to make uniqids/keyhashes/etc used by tt-rss
9 years ago
Andrew Dolgov
9638ec51b6
minor filter test dialog fixes
9 years ago
Andrew Dolgov
077004e470
feed test layout updates
9 years ago
Andrew Dolgov
4f9a3c0e0f
Merge branch 'master' of git.fakecake.org:tt-rss
...
Conflicts:
classes/pref/filters.php
9 years ago
Andrew Dolgov
c939dfc396
rework filter preview to use native regexp implementation
9 years ago
Andrew Dolgov
f5a0fb8b64
queryFeedHeadlines: move to array-based arguments, optionally check if first element changed when paginating
9 years ago
Andrew Dolgov
5956f312b7
add a bit more visible separate infobox for password change results
9 years ago
Andrew Dolgov
415a3b50c9
fix some minor typos and stuff
10 years ago
Andrew Dolgov
b9634eb8b8
support loading themes from themes.local
10 years ago
Andrew Dolgov
e6c826fa2f
remove AUTO_ASSIGN_LABELS (confusing, idiots keep enable it and complain of the results)
10 years ago
Andrew Dolgov
f6cbe9a5a0
require version information in all additional themes
10 years ago
Andrew Dolgov
4a1d122c87
edit feed: smaller buttons for icon upload; allow uploading larger favicons
10 years ago
Andrew Dolgov
0d703c73bd
reinstate wrongfully renamed archived feed; properly fix prefs filtertree labels for all feeds ( ff5cc7d7
)
10 years ago
André Glüpker
d922b09c43
Skip nested Feed when calling getNextUnreadFeed()
...
This function is only called when using "Mark all as read".
So every time, this function gets called right now, all nested
categories get marked as read as well, so we don't want to jump to them.
Instead we want to the next category with same or higher tier.
11 years ago
Andrew Dolgov
78744d48d7
add FEEDS_SORT_BY_UNREAD to blacklist (removed)
11 years ago
Andrew Dolgov
34899cf9e8
add hidden tunable _DISABLE_INACTIVE_FEEDS
11 years ago
Andrew Dolgov
50e04efdc8
expand filtertree display to make filters easier to distinguish
11 years ago
Andrew Dolgov
b41c5741fe
disable OTP on user password reset
11 years ago
Andrew Dolgov
4a80c57c50
remove some unused code reported by phpmd
11 years ago
Andrew Dolgov
ab85ad89b3
otp: use application name in provisioning uri
11 years ago
Andrew Dolgov
4c63934bac
increase randomness of shared url keys a bit
11 years ago
Andrew Dolgov
76d78eb2e7
remove unnecessary wrapping from share uniqid() keys
11 years ago
Andrew Dolgov
bf5bcb8e27
queryFeedHeadlines: remove obsolete content_preview
11 years ago
Andrew Dolgov
e7a40490b8
filters: add a link to the wiki page to the rule create/edit dialog
11 years ago
Andrew Dolgov
74175e6ae3
fix filter content previews showing html content
11 years ago
Andrew Dolgov
1a545dcb44
mark feed with error in headlines toolbar, use error icon in feed editor
11 years ago
Andrew Dolgov
41a7a066ef
share: move unsharing all articles into the plugin
11 years ago
Andrew Dolgov
a290e9ea2e
fix crash in filter preferences
11 years ago
Andrew Dolgov
f48d89fd58
Merge branch 'hookhead' of git://github.com/justauserx/Tiny-Tiny-RSS into justauserx-hookhead
11 years ago
Andrew Dolgov
06a39024dd
plugin list: fix system plugins image position
11 years ago
Andrew Dolgov
2f20dd58d2
integrate silk icons by Mark James
11 years ago
justauser
6763143835
Changed the implementation of HOOK_QUERY_HEADLINES to deal with issue Fox raised
12 years ago
justauser
7171f32dc5
Merge remote-tracking branch 'origin' into hookhead
...
Conflicts:
classes/feeds.php
fix for merging up to the origin
12 years ago
justauser
891e36f57e
Changes to add a new hook: HOOK_QUERY_HEADLINES. An example is provided.
12 years ago
Andrew Dolgov
afa1a260d0
fix inverse status not being set correctly for filters when creating
...
them
fix inverse rules not being saved/restored properly through opml
12 years ago
Andrew Dolgov
44727c79ad
batch feed editor: remove title and feed url because batch editing those makes no sense whatsoever
12 years ago
Andrew Dolgov
da8d534ac1
minor user editor updates
12 years ago
Andrew Dolgov
d9afd9b2b5
use dojo stuff for user details
12 years ago
Andrew Dolgov
808ef3d4fc
pref-users: remove useless javascript: prefix
12 years ago
Andrew Dolgov
222a61c222
user editor: use dojo stuff
12 years ago
Andrew Dolgov
496195db4e
fix calculation of feed counts in pref-feeds editor
12 years ago
Andrew Dolgov
610fe11535
add HOOK_PREFS_TAB_SECTION to user manager toolbar
12 years ago
Andrew Dolgov
5bbc4bb4b0
move stylesheets to css/, reference default tt-rss stylesheets from
...
default.css to make custom themes easier
12 years ago
Andrew Dolgov
8429af52be
adjust previous patch phrasing a bit
12 years ago
Mike Frysinger
5bac322258
document the date format string
...
I assumed the format string was related to strftime except all of the
fields looked really weird. After digging in the code, this string is
actually used with php's date(). Add a note for this so other people
can jump quickly to the relevant documentation (which is useful for
non-php peeps who have no idea what this is).
12 years ago
Andrew Dolgov
c594eca0de
implement additional counter mode for virtual feeds when there's 0 unread articles
12 years ago
Andrew Dolgov
11334fdf6c
make appearance of some preference panes more similar
12 years ago
Andrew Dolgov
d29357fa02
fix more hphp detected issues
12 years ago
Rasmus Lerdorf
6f7798b643
Fixing bugs found by static analysis
12 years ago
Andrew Dolgov
e5e6cde06a
remove support for hiding empty categories in prefs editor because people are dumb
12 years ago
Andrew Dolgov
0e72dbd79e
Merge pull request #179 from nottwo/$link-cleanup
...
Remove obsolete $link parameter for password reset
12 years ago
Andrew Dolgov
8d090a910b
use css nth-child instead of old even/odd class hacks for normal mode
12 years ago
Trannie Carter
233b74ad22
Remove obsolete $link parameter for password reset
12 years ago
Andrew Dolgov
52e7b5a096
add clear sql log button
12 years ago
Andrew Dolgov
258068b379
do not calculate favicon color on manual icon replace
12 years ago
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