Commit Graph

123 Commits

Author SHA1 Message Date
Andrew Dolgov 07b63daf73 fix subcategory query on mysql 2012-09-27 14:06:21 +04:00
Andrew Dolgov 7032f2a598 simplify searching query 2012-09-24 12:01:42 +04:00
Andrew Dolgov 759e5132a1 subscribe_to_feed: stop fetching URL multiple times while subscribing, various other speedups 2012-09-23 13:38:58 +04:00
Andrew Dolgov 386c4ce63c api: include recently read feed 2012-09-19 22:52:32 +04:00
Andrew Dolgov 4864633612 API: support nested categories 2012-09-18 10:03:26 +04:00
Andrew Dolgov d2088ee6d5 create_published_article: better check for duplicate URLs, wrap everything in a transaction 2012-09-15 19:52:53 +04:00
Andrew Dolgov 71b6a2360e create_published_article: check for duplicate URLs 2012-09-15 19:44:33 +04:00
Andrew Dolgov c6c010d98a remove mandatory truncating of post title, limit width using CSS 2012-09-15 18:07:01 +04:00
Andrew Dolgov 97acbaf190 login system fixes
remove old-style session checking from backend.php
move outside subscription endpoint to public.php, change subscription
bookmarklet
2012-09-10 19:01:06 +04:00
Andrew Dolgov 46b781491b set last_read to NOW() when publishing, order published feed by last read by default, allow overriding order in recently read feed 2012-09-10 10:27:51 +04:00
Andrew Dolgov 18cf1358e0 create_published_article: validate url 2012-09-09 21:47:58 +04:00
Andrew Dolgov ecd5a3c87f create_published_article: do not allow empty title 2012-09-09 21:44:20 +04:00
Andrew Dolgov 8361e72478 implement sharing of arbitrary stuff using bookmarklet and API call, bump API version 2012-09-09 16:05:59 +04:00
Andrew Dolgov 304aadb907 remove twitter-specific code 2012-09-07 10:23:46 +04:00
Andrew Dolgov fb70f26ed9 implement one time passwords using TOTP 2012-09-03 18:33:46 +04:00
Andrew Dolgov 6b218731af filter_to_sql: fix for all feeds 2012-09-03 15:18:27 +04:00
Andrew Dolgov 4e02f58294 implement filter testing 2012-09-03 15:05:43 +04:00
Andrew Dolgov 9299102f43 getFeedIcon: remove second parameter 2012-09-03 13:13:16 +04:00
Andrew Dolgov 5574b09ec2 fix filters not loading for feeds in Uncategorized 2012-09-03 10:26:54 +04:00
Andrew Dolgov 75c648cf5c replace several preg_match() feed id tests with is_numeric() 2012-09-02 14:11:28 +04:00
Andrew Dolgov 8add44ec95 opml: fix category title in filter export 2012-09-02 13:33:55 +04:00
Andrew Dolgov fd994f1a48 reimplement OPML filter export 2012-09-01 23:33:56 +04:00
Andrew Dolgov 6aff784575 implement multiple rule/action filters 2012-08-31 12:13:47 +04:00
Andrew Dolgov f9ebb32ca0 hide more obscure preferences under "show more" checkbox in pref-prefs,
bump schema
2012-08-30 13:10:28 +04:00
Andrew Dolgov 2a3d00bbf5 show attachments dropdown on a separate line 2012-08-29 15:34:27 +04:00
Andrew Dolgov 5089b30b4f recently read: select query fix 2012-08-27 10:14:07 +04:00
Andrew Dolgov 5417fbd77e implement recently read vfeed (-6) 2012-08-27 10:08:11 +04:00
Andrew Dolgov 4c9d0490c6 rework filter dialog to make feed/category selection easier 2012-08-26 12:36:08 +04:00
Andrew Dolgov 6e65854727 bump config version 2012-08-23 23:28:32 +04:00
Andrew Dolgov 27211afe92 implement experimental web-based updater 2012-08-23 20:23:19 +04:00
Andrew Dolgov e3449aa1aa add experimental self-updating script 2012-08-23 13:03:39 +04:00
Andrew Dolgov 9aceda3afc remove hook-based plugins 2012-08-21 14:37:43 +04:00
Andrew Dolgov 23d2471c92 expand error messages in subscribeToFeed(), provide proper error message
when URL download failed (refs #489)
2012-08-21 14:09:51 +04:00
Andrew Dolgov 369dbc19d6 rework class system to use subdirectories
add placeholder plugin/hook system
2012-08-17 14:22:33 +04:00
Andrew Dolgov d5fd183d18 move changing password code to authentication modules 2012-08-16 18:21:35 +04:00
Andrew Dolgov 200e0d4ebb save module user authenticated with, only allow password change if module is 'internal' 2012-08-16 16:00:50 +04:00
Andrew Dolgov 1e666f0aeb add hide_change_password session variable 2012-08-16 15:58:13 +04:00
Andrew Dolgov 238d594e6b fix __autoload to work with mobile/ 2012-08-16 15:55:30 +04:00
Andrew Dolgov 0d421af86f split authentication to separate modules 2012-08-16 15:30:49 +04:00
Andrew Dolgov 7e18f8e710 print_feed_cat_select: fix Uncategorized not recognized as default_id 2012-08-16 13:36:02 +04:00
Andrew Dolgov fc9de93985 add additional ownership checks to getfeedcounters/getcategorycounters 2012-08-15 19:34:50 +04:00
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
2012-08-15 15:03:40 +04:00
Andrew Dolgov e07f89815b properly persist include_children 2012-08-15 09:11:43 +04:00
Andrew Dolgov fbf85cf646 print_feed_cat_select: display nested category structure
fix empty sub-sub-categories never being shown
2012-08-14 23:19:20 +04:00
Andrew Dolgov 854a2ace86 change include_children to a togglebutton; add placeholder setting save in a session 2012-08-13 21:39:40 +04:00
Andrew Dolgov 09101297ee add toolbar checkbox to include subcategories to viewfeed() 2012-08-13 21:25:46 +04:00
Andrew Dolgov 99c9e91a51 fix queryFeedHeadlines, rename getCategoryUnreadRecursive 2012-08-13 21:02:52 +04:00
Andrew Dolgov 6d8d00e8c0 allow queryFeedHeadlines() to show child category entries 2012-08-13 20:53:45 +04:00
Andrew Dolgov 2c5f231e43 add special indication for categories having unread items in child categories 2012-08-13 19:52:34 +04:00
Andrew Dolgov 2a060a9456 initial work on nested categories 2012-08-13 14:47:43 +04:00