Commit graph

  • f06b59ccd9 Remove "search": doesn't work very well anyway ui-customize boyska 2018-12-22 23:41:01 +0100
  • 947b945d96 remove useless "select articles" in home boyska 2018-12-22 23:39:15 +0100
  • 2e0c46b4c6 editor config for js boyska 2018-12-22 23:38:54 +0100
  • 8ac2bbaf4f fix publishing options boyska 2018-12-22 23:38:41 +0100
  • 9f06d02e52 double click for actions on sidebar boyska 2018-12-22 23:37:06 +0100
  • 7764f1287d home: order_by simplified boyska 2018-12-22 21:26:49 +0100
  • e7fbb1c8c6 less clutter in actions menu boyska 2018-12-22 20:26:35 +0100
  • d084ced575 better dropdown select boyska 2018-12-22 20:26:17 +0100
  • 650e682c4d UI: Add Feed is even more prominent boyska 2018-12-22 18:28:53 +0100
  • 6b13a8b564 Add Feed is more prominent baz 2018-11-27 15:22:50 +0100
  • c9060e49a1 Merge remote-tracking branch 'me-tt/logout-location-tt' baz 2018-11-27 13:45:06 +0100
  • 6e6acabbfb logout location is configurable boyska 2018-10-16 13:14:56 +0200
  • 6b0ef3d211 logout location is configurable auth-proxy baz 2018-10-16 13:14:56 +0200
  • d6ab5df482 auth_proxy: proxy MUST be whitelisted boyska 2018-09-17 12:02:28 +0200
  • 7e1a483db2 auth_proxy draft boyska 2018-09-04 22:15:16 +0200
  • c925f4e3fd use catchall exception handler for readability master Andrew Dolgov 2018-07-31 18:31:01 +0300
  • a2d1fa5b14 autoloader: check if class name is namespaced before trying to split it Andrew Dolgov 2018-07-18 13:25:18 +0300
  • 331ded21ba Merge branch 'tumblr_hd_videos' of Self-Perfection/tt-rss into master fox 2018-07-15 09:04:09 +0000
  • 1cb3084d53 Replace tumblr videos with HD versions Self-Perfection 2018-07-14 16:29:39 +0300
  • 6e6c3a878d update_rss_feed: limit maximum length of tsvector data because of pgsql limitations Andrew Dolgov 2018-07-10 14:08:55 +0300
  • 0cd4a88dc2 remove previous readability library (unused) Andrew Dolgov 2018-06-21 08:24:58 +0300
  • 6d95e53524 af_readability: check if sanitized content has anything before replacing original excerpt af_readability, af_redditimgur: check php version before using Readability Andrew Dolgov 2018-06-21 08:12:11 +0300
  • acf155cf8f remove old-style readability loading Andrew Dolgov 2018-06-20 22:17:10 +0300
  • add9b37ab5 auth_internal: load Base32 using proper namespace Andrew Dolgov 2018-06-20 22:15:10 +0300
  • 310c18e6bb move OTPHP to vendor/; additionally move Base32 class to OTPHP namespace Andrew Dolgov 2018-06-20 18:27:34 +0300
  • df47100ad1 remove SWF enclosure audio player Andrew Dolgov 2018-06-20 18:17:44 +0300
  • b22766fcdd Af_RedditImgur: update to use readability-php Andrew Dolgov 2018-06-20 15:56:08 +0300
  • a9105e2a61 move JShrink Minifier to vendor/ Andrew Dolgov 2018-06-20 15:04:59 +0300
  • 2aaefbfa54 update autoloader to consider namespaces for third party libraries: placed and loaded from vendor/namespace/classpath.php update readability to a newer implementation based on Readability.js (https://github.com/andreskrey/readability.php) add vendor/Psr/Log interface required for the above Andrew Dolgov 2018-06-20 14:58:09 +0300
  • d00d515320 feedbrowser: fix incorrect usage of LIMIT in prepared statement Andrew Dolgov 2018-06-18 23:50:32 +0300
  • 149e903dd1 Merge branch 'fix/git-packed-ref' of tobidope/tt-rss into master fox 2018-06-14 04:27:11 +0000
  • af3663edec Don't bail out if git gc removed refs Tobias Bell 2018-06-08 22:07:30 +0200
  • f5302247c6 share: add support for og:image, etc. metadata for shared articles Andrew Dolgov 2018-05-29 22:04:02 +0300
  • 636164301f import_export: limit and offset don't play nice with generic PDO placeholders Andrew Dolgov 2018-05-28 16:49:39 +0300
  • a369a6d946 import_export: update to use PDO Andrew Dolgov 2018-05-28 16:43:53 +0300
  • b70c3daffe af_redditimgur updates: 1. remove special handling for imgur albums/pages because its full on cancerous json garbage now with no scrapeable layout 2. skip all urls leading to reddit.com while trying to embed content 3. implement generic last resort embedding based on meta og:image element Andrew Dolgov 2018-05-26 10:25:39 +0300
  • b037ffd628 af_readability: specify http accept header Andrew Dolgov 2018-05-25 14:35:33 +0300
  • 68d9c412ea fetch_file_contents: allow setting http Accept header Andrew Dolgov 2018-05-25 14:25:08 +0300
  • 82152bdc34 Revert "plugins/import_export: use PDO" Andrew Dolgov 2018-05-24 12:31:30 +0300
  • e888879a42 Merge branch 'master' of MatthieuS/tt-rss into master fox 2018-05-23 09:08:15 +0000
  • 5d95676ecc Call the subscription hook from the plugins even if fetch_file_contents returned no data MatthieuS 2018-05-23 09:00:04 +0000
  • f0dbfedc81 increase buffersize to 16384 bytes (also some trailing whitespace got clipped) Andrew Dolgov 2018-05-23 10:40:22 +0300
  • f7253dbb4e Merge branch 'master' of impa/tt-rss into master fox 2018-05-23 05:19:59 +0000
  • 74a98a6ff2 increased CURLOPT_BUFFERSIZE from 128 to 256 Alexander Yaburov 2018-05-23 10:02:03 +0500
  • b14f6d58b4 implement hard limits on downloaded data size for general fetching and cache plugins: MAX_DOWNLOAD_FILE_SIZE & MAX_CACHE_FILE_SIZE Andrew Dolgov 2018-05-20 11:08:33 +0300
  • f851cdf362 Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2018-05-20 10:41:15 +0300
  • 66fe33e769 bump date_updated when updated article data is saved to exclude it from purging (because it is still present in the originating feed) Andrew Dolgov 2018-05-20 10:41:08 +0300
  • e12ba043ef Merge branch 'fix-fr-translation-typos' of framasky/tt-rss into master fox 2018-05-20 07:21:12 +0000
  • 04f4fd0e6b Merge branch 'pdo-import-export-plugin' of framasky/tt-rss into master fox 2018-05-20 07:21:04 +0000
  • 785ffca622
    plugins/import_export: use PDO Luc Didry 2018-05-16 16:45:25 +0200
  • 04932d7804 Fix FR translation typos framasky 2018-05-15 09:47:34 +0000
  • 32101389b6 Merge branch 'af_comics-ssl' of JustAMacUser/tt-rss into master fox 2018-05-12 18:43:52 +0000
  • aedcbfd9c5 af_comics: Go Comics now uses HTTPS. JustAMacUser 2018-05-12 13:31:52 -0400
  • 8702ded6a1 rebase translations Andrew Dolgov 2018-04-28 17:03:51 +0300
  • 68ef458fa8 Merge branch 'translation_pt_BR' of ekalin/tt-rss into master fox 2018-04-28 14:03:18 +0000
  • f95c657917 Updated pt_BR translation. Eduardo M KALINOWSKI 2018-04-28 09:09:04 -0300
  • e0dff9134b af_comics: nedroid broke their rss feed, might as well plug them into generic comicpress filter Andrew Dolgov 2018-04-26 11:46:56 +0300
  • 26a89ab6cb Merge branch 'reg_exp_length' of lllusion3418/tt-rss into master fox 2018-04-14 18:08:18 +0000
  • 2008ec4ed7 change filter rule regexp type to text foobar 2018-04-14 14:11:29 +0200
  • 963c22646b pass tsvector data as a named parameter on article update, remove escaping hacks Andrew Dolgov 2018-04-03 13:57:27 +0300
  • 4fa64e8446 filter dialog: remove placeholder Andrew Dolgov 2018-03-21 14:02:06 +0300
  • e794e434da filter dialog: add tooltip re: filter syntax Andrew Dolgov 2018-03-21 13:38:36 +0300
  • e35a46733f hlClicked: do not set headline selected when ctrl-clicking Andrew Dolgov 2018-03-16 21:34:01 +0300
  • fa2e3b235a addLabel: remove unused active_tab Andrew Dolgov 2018-03-16 17:25:42 +0300
  • d195c6a62e gotoExportOpml: js strict mode fix Andrew Dolgov 2018-03-16 15:50:48 +0300
  • 16325f7455 Merge branch 'master' of tsia/tt-rss into master fox 2018-03-15 18:48:41 +0000
  • 551f3c2c85 fixed "reset to defaults" in preferences tsia 2018-03-15 16:26:50 +0000
  • 9f93250fe4 Merge branch 'strict-js' of wn/tt-rss into master fox 2018-03-15 04:35:46 +0000
  • a972ab45bd strict js: various var fixes wn_ 2018-03-14 20:02:21 -0500
  • ab688e963d viewfeed: remove force_nocache (unused) Andrew Dolgov 2018-03-14 22:35:12 +0300
  • 7560e54e39 switchPanelMode: strict-mode fix for article_id Andrew Dolgov 2018-03-14 19:45:10 +0300
  • 0a8cdd4b9c remove firefox feed subscribe integration code (obsolete) Andrew Dolgov 2018-03-14 18:15:21 +0300
  • 002a0e259d Merge branch 'js-strict-mode' of wn/tt-rss into js-strict-mode fox 2018-03-12 05:00:35 +0000
  • 30aa9743eb strict js: fix subscribing when HTML with multiple feeds wn_ 2018-03-11 14:35:36 -0500
  • f60ca3a349 Merge branch 'js-strict-mode' of wn/tt-rss into js-strict-mode fox 2018-03-11 08:38:55 +0000
  • a30f862de4 strict js: fix catchupBatchedArticles wn_ 2018-03-10 07:38:23 -0600
  • ad04bbf81d strict js: fix more dialog vars wn_ 2018-03-10 07:11:33 -0600
  • e2e23887fb Merge branch 'js-strict-mode' of wn/tt-rss into js-strict-mode fox 2018-03-10 05:28:43 +0000
  • 97f084c828 strict js: fix helpDialog wn_ 2018-03-09 19:57:17 -0600
  • a72643257a do not enforce strict mode for plugins Andrew Dolgov 2018-03-08 18:41:03 +0300
  • 3009ecc44f initial for JS strict mode Andrew Dolgov 2018-03-08 18:33:42 +0300
  • c9a5e5aa28 feed editor: expose site_url for editing Andrew Dolgov 2018-03-01 15:43:40 +0300
  • fc763c882e Merge branch 'abbr-tag' of JustAMacUser/tt-rss into master fox 2018-02-27 16:37:24 +0000
  • 905ff10dc9 Allow abbr tag when sanitizing. JustAMacUser 2018-02-27 16:06:10 +0000
  • f1415df47c prefs: expand feed tree if displaying search results Andrew Dolgov 2018-02-26 11:58:53 +0300
  • e7c9bc60ec fix previous wrt if-modified-since being added to context options headers Andrew Dolgov 2018-02-25 14:22:46 +0300
  • 8f60cb4400 Merge branch 'master' of Metallizzer/tt-rss into master fox 2018-02-25 11:05:16 +0000
  • dd597297cb Обновить 'include/functions.php' Metallizzer 2018-02-25 10:03:09 +0000
  • 7e6bb21ff5 auto_assign_labels: pass delimiter to preg_quote() to escape slashes properly Andrew Dolgov 2018-02-23 13:31:08 +0300
  • bcdbfa7c67 Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2018-02-12 09:38:17 +0300
  • 478e990beb Merge branch 'af_readability-refactor' of JustAMacUser/tt-rss into master fox 2018-02-12 06:38:11 +0000
  • 3d7db21602 Merge branch 'master' of git.fakecake.org:tt-rss Andrew Dolgov 2018-02-12 09:37:31 +0300
  • e26cb06179 af_readability: Use new global fetch_effective_url for canonical URL. JustAMacUser 2018-02-11 21:02:17 +0000
  • 8babb8e75a sanitize: disallow width and height attributes for images Andrew Dolgov 2018-02-11 16:47:19 +0300
  • 1aeb282be1 Merge branch 'save-effective-url' of JustAMacUser/tt-rss into master fox 2018-02-11 08:57:12 +0000
  • 7ae05ed790 Have fetch_file_contents() save the effective URL. JustAMacUser 2018-02-11 07:56:28 +0000
  • 2eaf2a1f36 tag_is_valid: simplify code Andrew Dolgov 2018-02-11 10:26:33 +0300
  • 5edf4b73a4 add a workaround to support numeric tags Andrew Dolgov 2018-02-11 10:24:24 +0300
  • 304d898e6b Merge branch 'master' of JustAMacUser/tt-rss into master fox 2018-02-11 07:10:13 +0000
  • 3f5f5bc73f af_comics: Fix typo -- call to undefined method. JustAMacUser 2018-02-11 07:01:29 +0000