Commit Graph

7686 Commits

Author SHA1 Message Date
Andrew Dolgov 59e83455f1 add some more bayes stuff 2015-06-17 15:15:04 +03:00
Andrew Dolgov 853cc128d6 add placeholder stuff for af_sort_bayes 2015-06-17 10:36:11 +03:00
Andrew Dolgov 35c12dc40a add workaround for mysql only accepting subset of unicode characters 2015-06-16 08:17:49 +03:00
Andrew Dolgov 5914f31981 pluginhost: mention that update task & housekeeping hooks are for global plugins only 2015-06-15 21:41:55 +03:00
Andrew Dolgov 6de3a1be7b allow plugins modify article score 2015-06-15 20:01:07 +03:00
Andrew Dolgov 86b05f8661 better feed debugger ui for f D 2015-06-12 13:06:36 +03:00
Andrew Dolgov 7624aa6e40 add a generic af_comics filter for .comic class sites (much like comicpress handles id comic, i guess) 2015-06-12 12:19:50 +03:00
Andrew Dolgov f79c4a867b remove obsolete eclipse project files 2015-06-11 17:34:33 +03:00
Andrew Dolgov 53df80c43f af_psql_trgm: clear no longer existing feeds from stored list of enabled ids 2015-06-11 17:17:19 +03:00
Andrew Dolgov dd6e2386fd fix_url: support schema-less urls 2015-06-08 14:18:49 +03:00
Andrew Dolgov 415a3b50c9 fix some minor typos and stuff 2015-06-07 18:41:18 +03:00
Andrew Dolgov ca5d39e866 pluginhost: assume plugins.local exists 2015-06-05 18:10:17 +03:00
Andrew Dolgov b9634eb8b8 support loading themes from themes.local 2015-06-05 18:08:19 +03:00
Andrew Dolgov 7c0a2ab202 pluginhost: allow loading user plugins from plugins.local 2015-06-05 17:54:52 +03:00
Andrew Dolgov c3dfc1bdb5 Merge pull request #455 from suraia/favicon
Increase favicon size to 32x32 pixels
2015-05-29 13:42:47 +03:00
Andrew Dolgov 5078ebcc6f Merge pull request #456 from andersk/disable-feed-browser
Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
2015-05-22 08:35:45 +03:00
Anders Kaseorg 0e653f751e Make _DISABLE_FEED_BROWSER also disable the updateFeedBrowser RPC
The undocumented _DISABLE_FEED_BROWSER option added in commit
c39befacb2 turns off the UI for looking
at which feeds other users are subscribed to, but it did not prevent
you from manually constructing an RPC call to get the same data.  This
was a privacy risk for those who consider _DISABLE_FEED_BROWSER
important.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2015-05-21 23:53:58 -04:00
Michael Kuhn eccf8e22f9 Increase favicon size to 32x32 pixels
Looks much better on HiDPI screens.
2015-05-20 00:20:04 +02:00
Andrew Dolgov 98e2051086 af_redditimgur: reinstate img placeholder for <video> rewrites to auto-disable embedding attachments, ignore duplicate images when embedding album links 2015-05-18 12:06:21 +03:00
Andrew Dolgov 1929149661 Revert "Add support for sillies"
idiot submitter breaks all embedding with his genius strategy of
handling all posts with now News: in title

This reverts commit a3013adedd.
2015-05-15 09:31:02 +03:00
Andrew Dolgov 1ae46c5033 redditimgur: iframes are garbage 2015-05-15 08:13:47 +03:00
Andrew Dolgov 299aeb3094 af_redditimgur: gifv: fix iframe not being wide enough, fix indenting 2015-05-15 08:06:18 +03:00
Andrew Dolgov c68013b132 Merge pull request #454 from aliz27/patch-2
Correct variable
2015-05-14 23:41:17 +03:00
aliz27 1af9f54f32 Correct variable 2015-05-14 22:39:11 +02:00
Andrew Dolgov 89722f508e Merge pull request #453 from aliz27/patch-1
Patch 1
2015-05-14 13:00:06 +03:00
aliz27 248c5a6ab1 Allow links to m.imgur.com pages 2015-05-14 11:52:44 +02:00
aliz27 7adf95562d Sometimes imgur links has ?1 in the url 2015-05-14 11:27:09 +02:00
aliz27 9875d71792 Support .gifv 2015-05-14 11:03:06 +02:00
Andrew Dolgov 6da5c4c365 Merge pull request #452 from aliz27/patch-1
Add support for sillies
2015-05-13 19:22:13 +03:00
aliz27 a3013adedd Add support for sillies 2015-05-13 18:19:32 +02:00
Andrew Dolgov 945346cbff add HOOK_RENDER_ENCLOSURE & af_youtube_embed plugin 2015-04-21 14:07:20 +03:00
Andrew Dolgov e55a5ec601 atom: consider link rel=alternate in feed element for site urls 2015-04-21 13:40:22 +03:00
Andrew Dolgov 6d204cd131 schema: remove obsolete releases.rss feed 2015-04-18 16:13:38 +03:00
Andrew Dolgov 0722e857c0 add additional check for sphinxclient class 2015-04-03 19:53:35 +03:00
Andrew Dolgov 27f7b59353 add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible 2015-03-30 13:02:24 +03:00
Andrew Dolgov f75e7c6446 rename url_to_tag_uri to a more relevant name 2015-03-28 16:13:39 +03:00
Andrew Dolgov 4b7391de7b generated feed: use tag: instead of the public.php URL as an entry ID; set enclosure length to 1 if unknown 2015-03-28 16:11:44 +03:00
Andrew Dolgov 7e1cf4e48e Merge pull request #446 from MatthieuSarter/patch-1
Added a "title" attribute in the link to an article.
2015-03-21 16:50:34 +03:00
Matthieu Sarter 469d9ad16a Added a "title" attribute in the link to an article.
Added a "title" attribute in the link to an article.
Makes TTRSS more usable on a small windows, allowing to see the complete title of an article in the tooltip, without opening the article.
2015-03-21 14:49:38 +01:00
Andrew Dolgov 755869ffbc remove unread first sorting: has issues, is pretty much adaptive anyway 2015-03-17 02:01:10 +03:00
Andrew Dolgov ffb7c4868d Merge pull request #444 from HeikoAdams/master
Update german translation
2015-03-12 15:09:57 +03:00
Heiko Adams f888847a25 Update german translation 2015-03-12 10:40:17 +01:00
Heiko Adams acfec96fd6 Update german translation 2015-03-11 20:49:36 +01:00
Heiko Adams 9a87d0d663 Update german translation 2015-03-11 20:46:49 +01:00
Andrew Dolgov 96ab1bd866 rebase translations 2015-03-11 16:21:03 +03:00
Andrew Dolgov da1e7e2d02 defuzzify some valid strings 2015-03-11 16:20:59 +03:00
Andrew Dolgov 51faa1150c add bg_BG entry to get_translations() 2015-03-11 15:36:45 +03:00
Andrew Dolgov e84e0e1afe Merge pull request #443 from moyat/master
Bulgarian translation
2015-03-11 15:34:55 +03:00
Neter 9ad04ac6ad Added bg_BG 2015-03-10 20:27:11 +02:00
Andrew Dolgov 60ef62b03e Merge pull request #442 from RaphaelRochet/master
French translation update
2015-03-07 11:08:30 +03:00