Andrew Dolgov
|
2680295b19
|
fix sql crash workaround preventing feed/category filters from testing
properly; fix filter testing for categories with children
|
2012-10-24 11:59:36 +04:00 |
|
Andrew Dolgov
|
854fee0976
|
filter testing fix for pgsql
|
2012-10-23 17:00:18 +04:00 |
|
Andrew Dolgov
|
dd8c36af4b
|
prevent crashes on filter regexp being too advanced for our database when testing filters (refs #508)
|
2012-10-23 16:58:07 +04:00 |
|
Andrew Dolgov
|
6e577ba157
|
properly escape comment links
|
2012-10-22 01:22:44 +04:00 |
|
Andrew Dolgov
|
5c56897349
|
properly escape article link/PTITLEs (refs #472)
|
2012-10-22 01:19:11 +04:00 |
|
Andrew Dolgov
|
bda6afa22b
|
catchup_feed: properly mark subcategories as read
|
2012-10-17 20:00:36 +04:00 |
|
Andrew Dolgov
|
835fb294a6
|
allow archived entries in labels and several other vfeeds
|
2012-10-15 10:14:54 +04:00 |
|
Andrew Dolgov
|
12e6de7296
|
fix types on RPC counter replies
|
2012-10-11 12:50:15 +04:00 |
|
Andrew Dolgov
|
0ef32f48b2
|
unify child category counter display; remove include_children control
|
2012-10-11 12:46:33 +04:00 |
|
Andrew Dolgov
|
daf0b0142d
|
api: add always_display_attachments to getHeadlines
|
2012-10-10 16:36:03 +04:00 |
|
Andrew Dolgov
|
7704bdc006
|
API: support comments count/url (2)
|
2012-10-09 19:24:23 +04:00 |
|
Andrew Dolgov
|
ff0ff5f064
|
API: support comments count/url
|
2012-10-09 19:23:11 +04:00 |
|
Andrew Dolgov
|
67bd0b1f26
|
allow filters to work on child categories
|
2012-10-09 19:09:50 +04:00 |
|
Andrew Dolgov
|
441a89d3c5
|
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
|
2012-10-06 19:35:04 +04:00 |
|
Mirosław Lach
|
ea45791abc
|
Polish translation for tt-rss.
Version from Transiflex updated to version 1.5.11.
|
2012-10-06 16:27:53 +02:00 |
|
Andrew Dolgov
|
f99759dae4
|
getCategoryTitle: return translated Uncategorized (closes #506)
|
2012-10-06 17:47:19 +04:00 |
|
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 |
|