Andrew Dolgov
5f5b0de423
style feed icon and opml file upload controls
7 years ago
Andrew Dolgov
187abfe732
main classes: remove sql_bool_to_bool() kludge
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
bf4a79eaa9
prefs: start PDO switchover
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
c053b97697
pref/feeds: start user category ordering from 1
...
api, getFeeds: send subcategory order_id
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
9c3c0ace6b
rename cache images option label (rip translations)
8 years ago
Andrew Dolgov
328118d12e
use print_hidden() for hidden dojo form fields
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
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
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
1bd552ee31
compat patches for php7
9 years ago
Andrew Dolgov
77e8100669
add date suffixes to opml & import_export generated files
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
f9c1f8b0d4
pref-feeds: check for inactive feeds asynchronously
9 years ago
Andrew Dolgov
fb8a032a6b
minor textarea fixes
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
4a1d122c87
edit feed: smaller buttons for icon upload; allow uploading larger favicons
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
34899cf9e8
add hidden tunable _DISABLE_INACTIVE_FEEDS
11 years ago
Andrew Dolgov
4a80c57c50
remove some unused code reported by phpmd
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
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
44727c79ad
batch feed editor: remove title and feed url because batch editing those makes no sense whatsoever
12 years ago
Andrew Dolgov
496195db4e
fix calculation of feed counts in pref-feeds editor
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
Andrew Dolgov
e5e6cde06a
remove support for hiding empty categories in prefs editor because people are dumb
12 years ago
Andrew Dolgov
8d090a910b
use css nth-child instead of old even/odd class hacks for normal mode
12 years ago
Andrew Dolgov
258068b379
do not calculate favicon color on manual icon replace
12 years ago
Andrew Dolgov
8cefe38a0a
add HOOK_PREFS_SAVE_FEED
12 years ago
Andrew Dolgov
057177eb2c
add HOOK_PREFS_EDIT_FEED
12 years ago
Andrew Dolgov
1ffe3391f9
make pluginhost a singleton
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
6322ac79a0
remove $link
12 years ago
Andrew Dolgov
a5680acbe8
replace split with explode
12 years ago
Andrew Dolgov
bc7a144dd5
properly remove and replace favicon color when favicon gets manually removed/uploaded
12 years ago
Andrew Dolgov
41694a956d
fix double-escaping possible with encrypted passwords
12 years ago
Andrew Dolgov
044cff2d74
implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY)
12 years ago
Andrew Dolgov
3306daecf4
implement upload-related support for open_basedir
12 years ago
Andrew Dolgov
b1df14d0ec
do not rely on feed_id when adding archived feed while unsubscribing
12 years ago
Andrew Dolgov
2714d5caa3
fix batch subscribe eating CRs ( closes #667 )
12 years ago
Andrew Dolgov
195187c490
rpc: move several feed-related calls to pref-feeds
12 years ago
Andrew Dolgov
96e3ae8cce
move batchAddFeeds to pref-feeds
12 years ago
Andrew Dolgov
0671359f28
make show empty cats menu item more visible, move unsubscribe to feeds dropdown
12 years ago
Andrew Dolgov
1a293f10ab
improve filter overview display; replace ngettext with php gettext
12 years ago
Andrew Dolgov
201bb1ca54
move batchSubscribe to pref-feeds
12 years ago
Andrew Dolgov
fb54e3b188
remove xml stuff from backend/dlg
12 years ago
Andrew Dolgov
aa5ac2cd3a
do not create duplicate archived feeds on unsubscribe, file entries into already existing archive entry
12 years ago
Andrew Dolgov
66ca7c3097
api: add include_empty to getCategories/getFeedTree
12 years ago
Andrew Dolgov
fcef9eeae0
remove dialogNotice; tweak dialog appearance a bit
12 years ago
Andrew Dolgov
0bb5833beb
api: add getFeedTree
12 years ago
Andrew Dolgov
a413f53ebf
add experimental base for plugin vfeeds (3 pane mode not yet
...
implemented)
12 years ago
Andrew Dolgov
f822a8e56c
experimentally rebase labels; make base index configurable
12 years ago
Andrew Dolgov
8850646ff3
Merge pull request #77 from scarabeusiv/master
...
Fix pluralized forms and whitespace in translations and fix the l10n tools
12 years ago
Tomas Chvatal
f5c1fef9cd
Fix plural forms on feed count.
12 years ago
Andrew Dolgov
efc6553da4
api: implement subscribeToFeed/unsubscribeFeed ( closes #623 )
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
bfd61d3f85
rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema)
12 years ago
Andrew Dolgov
8349a32e75
remove cache_content remnants
12 years ago
Andrew Dolgov
350e3944d4
fix uploadicon() returning wrong content-type ( closes #543 )
12 years ago
Andrew Dolgov
88918ca637
remove server-side feedtree collapse implementation
12 years ago
Andrew Dolgov
5321e775f9
remove update on checksum change (updated status has been removed); rtl stuff (unused)
12 years ago
Andrew Dolgov
0a3fd79b0e
fix image caching not working on plugin-rewritten content; remove content cache stuff
12 years ago
Andrew Dolgov
a6a9b81264
split remove_feed_* stuff to pref/feeds
12 years ago
Andrew Dolgov
87d7e8507a
split some more functions from functions.php
12 years ago
Andrew Dolgov
1b03e1deb6
feed editor: hide cache content option
12 years ago
Andrew Dolgov
2ec1e00e2d
add bookmarklets plugin
12 years ago
Andrew Dolgov
715a8239ac
fix feedEditor not saving
12 years ago
Andrew Dolgov
699daf5856
add several HOOK_PREFS_TAB_SECTION hook points
12 years ago
Andrew Dolgov
de612e7a38
experimental support for per-user plugins (bump schema)
12 years ago
Andrew Dolgov
6c2637d973
move data import/export to a separate plugin
12 years ago
Andrew Dolgov
19b3992b78
remove magpie, fix article filter plugins
12 years ago
Andrew Dolgov
6065f3ad63
add support for plugins in prefs
12 years ago