Commit Graph

  • c301053965 Use the null coalescing assignment operator in various places. wn_ 2022-08-12 18:21:38 +0000
  • 3487c922b3 Replace use of 'array_merge' with the spread operator and 'array_push' in various places. wn_ 2022-08-12 15:31:19 +0000
  • a63c949a55 Use arrow functions in some places. wn_ 2022-08-12 14:41:21 +0000
  • 6e01d5d930 minor: remove a PHP >= 5.6 check in 'af_redditimgur' wn_ 2022-08-12 14:18:43 +0000
  • 7567676ed8 Remove a PHP < 7.1 branch in UrlHelper. wn_ 2022-08-12 14:16:40 +0000
  • 93fd85df6f Switch to direct type declarations of class properties. wn_ 2022-08-12 14:13:26 +0000
  • ed2cbeffcc
    disable composer platform check Andrew Dolgov 2022-08-01 20:38:16 +0300
  • 26c67dba77
    update phpstan to 1.8.2 Andrew Dolgov 2022-07-31 13:55:09 +0300
  • d5c043e846
    rework phpstan task to use inotifywait Andrew Dolgov 2022-07-31 11:13:17 +0300
  • ff18453205
    enable phpstan task to run in background Andrew Dolgov 2022-07-31 09:49:09 +0300
  • ff7e99b986
    readability: import fixed html5-php Andrew Dolgov 2022-07-31 09:42:00 +0300
  • a8b0bce008
    add vscode task for phpstan Andrew Dolgov 2022-07-31 09:39:56 +0300
  • 7187ab859d
    fork masterminds html5-php Andrew Dolgov 2022-07-31 09:15:00 +0300
  • 4aefbd628e
    properly check for baseline required PHP version (7.4) Andrew Dolgov 2022-07-29 06:34:20 +0300
  • cbf710161d
    af_redditimgur: absolutize links before working on them (again) Andrew Dolgov 2022-07-27 07:24:47 +0300
  • e507d006fd
    Revert "af_redditimgur: absolutize links before working on them" Andrew Dolgov 2022-07-27 07:19:59 +0300
  • 6a68ed0208
    af_redditimgur: absolutize links before working on them Andrew Dolgov 2022-07-27 07:16:57 +0300
  • 4e02dc0ab5
    af_redditimgur: don't try to check if null domain is blacklisted Andrew Dolgov 2022-07-27 07:14:24 +0300
  • 7c45b3f789
    * add HOOK_LOGINFORM_ADDITIONAL_BUTTONS * allow plugins to inject JS code into login form Andrew Dolgov 2022-07-24 16:33:28 +0300
  • c0385c2098
    public: allow system plugins to expose public methods Andrew Dolgov 2022-07-24 15:51:49 +0300
  • 74d7f88fae
    make_self_url: properly strip out GET params Andrew Dolgov 2022-07-24 14:50:03 +0300
  • 8cf421e1fc
    readability: depend on psr/http-factory Andrew Dolgov 2022-07-24 14:09:22 +0300
  • 5006c754c4
    readability: add missing dependencies Andrew Dolgov 2022-07-24 14:03:04 +0300
  • f7b3c50828
    Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2022-07-24 11:52:46 +0300
  • 7da7de6e7a
    use correct namespace for forked readability-php Andrew Dolgov 2022-07-24 11:51:56 +0300
  • 6819a977bf
    af_readability: add dependency on psr/http-factory (again) origin/testing-php8.1 testing-php8.1 Andrew Dolgov 2022-07-16 21:49:36 +0300
  • c523f3726a
    Merge branch 'master' into testing-php8.1 Andrew Dolgov 2022-07-16 21:47:15 +0300
  • 6140a354b8
    af_readability: add dependency on psr/http-factory Andrew Dolgov 2022-07-16 21:36:35 +0300
  • 8f19423c22 Merge pull request 'Fix an error when disabling all user plugins' (#76) from yan12125/tt-rss:fix-setPlugins-error into master fox 2022-07-16 17:55:59 +0300
  • f3aceb4648
    Fix an error when disabling all user plugins Chih-Hsuan Yen 2022-07-03 18:40:04 +0800
  • af32444936
    update readability to latest version Andrew Dolgov 2022-07-16 16:48:32 +0300
  • b8c1d622a7
    add missing files for forked idiorm Andrew Dolgov 2022-07-16 16:30:46 +0300
  • fdd1c43612
    downgrade phpstan to 1.1.2 Andrew Dolgov 2022-07-16 11:10:19 +0300
  • 96f704d157
    af_redditimgur: absolutize links before processing them Andrew Dolgov 2022-07-13 07:51:09 +0300
  • 5c70d26b7e
    some very minor php8.1 warnings fixed Andrew Dolgov 2022-07-13 07:08:31 +0300
  • 80d3db1dcf
    upgrade idiorm to php8.1-patched version (aaronpk/idiorm) Andrew Dolgov 2022-07-12 22:26:21 +0300
  • 4b61618920
    Update php-qrcode and php-settings-container for PHP 8.1 Chih-Hsuan Yen 2022-07-02 22:01:51 +0800
  • d9861038bc
    Update beberlei/assert for PHP 8 compatibility Chih-Hsuan Yen 2022-07-03 14:47:43 +0800
  • f8fe5e02f1 Merge pull request 'fix: lower-case remote usernames before validation' (#75) from disconn3ct/tt-rss:fix/auth-remote into master fox 2022-07-08 17:44:06 +0300
  • 7e5453b3aa fix: lower-case remote usernames before validation disconn3ct 2022-07-08 16:31:15 +0300
  • 1de108d94d
    Update php-qrcode and php-settings-container for PHP 8.1 Chih-Hsuan Yen 2022-07-02 22:01:51 +0800
  • a7e06faa1f
    Update beberlei/assert for PHP 8 compatibility Chih-Hsuan Yen 2022-07-03 14:47:43 +0800
  • d9ae4204ce Merge pull request 'Fix MySQL search Queries' (#74) from DJ_TBX/tt-rss:master into master fox 2022-07-04 06:27:31 +0300
  • 3d55db6a53 Merge pull request 'Fix MySQL search Queries' (#1) from mysql-search-queries into master DJ_TBX 2022-07-04 00:18:39 +0300
  • 9d69fd2a56 Fix MySQL search Queries DJ_TBX 2022-07-04 00:17:01 +0300
  • b148d2f515
    schema: don't use 'create index if not exists' syntax because mysql doesn't support it Andrew Dolgov 2022-06-20 21:49:12 +0300
  • 0bb72fbb26
    experimental, af_psql_trgm: attempt to pseudo-normalize returned mysql score values by dividing by match length Andrew Dolgov 2022-06-19 23:04:10 +0300
  • 50f014e52d
    implement native fulltext search on mysql Andrew Dolgov 2022-06-19 22:21:54 +0300
  • 6d98cc6c80
    schema: add fulltext indexes for mysql to support af_psql_trgm and possibly future fulltext search Andrew Dolgov 2022-06-19 21:53:57 +0300
  • 9428e2c571
    af_psql_trgm: add support for querying against mariadb FULLTEXT indexes Andrew Dolgov 2022-06-19 21:36:33 +0300
  • 7e36f6e4c4
    Merge branch 'weblate-integration' Andrew Dolgov 2022-06-19 13:46:18 +0300
  • 747899c211 Translated using Weblate (Ukrainian) Андрій Жук 2022-06-18 10:30:55 +0000
  • 59b0ae8af2
    Merge branch 'weblate-integration' Andrew Dolgov 2022-06-15 13:02:47 +0300
  • 53bc39fc20 Translated using Weblate (Chinese (Simplified)) Ptsa Daniel 2022-06-14 05:53:47 +0000
  • 184efcf3f5
    fix rendering of articles with titles containing extremely long words Andrew Dolgov 2022-06-13 14:23:08 +0300
  • c2f7044485
    userhelper: fix optional parameter being declared before a required one Andrew Dolgov 2022-06-13 08:37:39 +0300
  • d4be821825
    UserHelper, CLI: add a method to check user password Andrew Dolgov 2022-06-10 22:16:48 +0300
  • 8632c39eb2
    phpstan: limit concurrency Andrew Dolgov 2022-06-10 17:41:38 +0300
  • 65f341fbf4
    CLI: properly deal with --force-yes on schema update Andrew Dolgov 2022-06-10 16:16:12 +0300
  • 25b71b90b2
    CLI: exit with error status when operation has failed Andrew Dolgov 2022-06-10 15:39:02 +0300
  • cf1eaeedf3
    * add UserHelper methods to manipulate user database (add, modify, delete) * expose said methods via CLI (update.php) * fix several invocations of deprecated functions * set stricter type hints on several method arguments Andrew Dolgov 2022-06-10 13:39:00 +0300
  • f82085ea9b Translated using Weblate (Galician) xosé m 2022-06-08 12:23:26 +0000
  • b7a7673d24 Translated using Weblate (Italian) Dario Di Ludovico 2022-06-08 12:19:45 +0000
  • 2975c7297b
    throttle updates if received HTTP 429 (Too Many Requests) Andrew Dolgov 2022-06-09 09:05:36 +0300
  • 6555ee811d Translated using Weblate (French) Glandos 2022-06-05 10:38:17 +0000
  • 7cd26272fa
    Revert "minor: Support html content in mailer.php" Andrew Dolgov 2022-06-06 21:05:24 +0300
  • 8151295829
    Revert "trivia: coding style" Andrew Dolgov 2022-06-06 21:05:15 +0300
  • 8ef816d8f8
    feeds-tree: move external onClick dojo/method to PrefFeedTree class Andrew Dolgov 2022-06-06 09:31:37 +0300
  • 6436dd16f9
    filter-tree: move external dojo/method to PrefFilterTree class Andrew Dolgov 2022-06-06 09:29:16 +0300
  • c9c9e4a9ea Update translation files Weblate 2022-06-05 08:52:40 +0000
  • 082b3386e9 rebase translations Andrew Dolgov 2022-06-05 11:49:50 +0300
  • dd983e5de1 prefs: move external filter tree onload method (which checks for inactive feeds, etc.) to FilterTree class Andrew Dolgov 2022-06-05 11:45:13 +0300
  • fc84712135 pref-filters: add a button to hide or show rules in the filter list Andrew Dolgov 2022-06-05 11:41:28 +0300
  • 185234bc67 gulp task: add flatpak node16 sdk to path because it doesn't inherit launch environment Andrew Dolgov 2022-06-05 11:23:01 +0300
  • 9457bb090a fix PHP8 undefined array key warning when resetting prefs to defaults Andrew Dolgov 2022-06-05 11:14:42 +0300
  • d391a01de7 bookmarklets: fix wiki URL Andrew Dolgov 2022-05-30 11:50:25 +0300
  • 5adedcd3d0 fix custom-set site URLs never used while updating feeds Andrew Dolgov 2022-05-29 08:02:12 +0300
  • 484ab26a3b Merge branch 'weblate-integration' Andrew Dolgov 2022-05-28 23:04:12 +0300
  • b0059d3f88 when determining feed-specific favicon, instead of using first match or generic fallback, go through entire list of determined favicon URLs Andrew Dolgov 2022-05-28 22:27:23 +0300
  • 09fb2273e6 Merge pull request 'minor: Support html content in mailer.php' (#72) from hardway/tt-rss:master into master fox 2022-05-24 16:49:26 +0300
  • 9e557501fa trivia: coding style Hardway Hou 2022-05-24 20:49:01 +0800
  • b91ffae292 minor: Support html content in mailer.php Hardway Hou 2022-05-24 10:09:46 +0800
  • 1b3e655f89 use CURLAUTH_BASIC by default for password-protected feeds, keeping CURLAUTH_ANY as a fallback in case we got a 403. Andrew Dolgov 2022-05-23 08:42:16 +0300
  • 1152b2454e Merge pull request 'Fix xml parsing error' (#70) from Sie/tt-rss:parsing-fix into master fox 2022-05-22 12:34:45 +0300
  • 3406a16025 Fix typo Siemenskun 2022-05-22 02:02:56 +0300
  • d33d026b12 Fix xml parsing error Siemenskun 2022-05-22 01:46:46 +0300
  • 659ad8537a Update 'CONTRIBUTING.md' fox 2022-05-21 21:21:32 +0300
  • 68e49203d1 make phpstan stfu about unmatcher ignored errors (seriously) Andrew Dolgov 2022-05-11 11:12:45 +0300
  • d781354539 add some more phpstan excludes Andrew Dolgov 2022-05-11 07:56:29 +0300
  • 715ff2145b Translated using Weblate (Belarusian) Mikalai 2022-04-17 18:19:56 +0000
  • b17b4a4b9e fix be locale label Andrew Dolgov 2022-04-18 13:04:29 +0300
  • ddb6f4316c enable Belarusian translation (proper UI label pending) Andrew Dolgov 2022-04-18 10:49:18 +0300
  • 06940cdd6e Merge branch 'weblate-integration' Andrew Dolgov 2022-04-18 10:21:39 +0300
  • c9de9f55bc Translated using Weblate (Belarusian) Mikalai 2022-04-17 16:50:05 +0000
  • f41ab8e0c8 Translated using Weblate (Belarusian) Mikalai 2022-04-17 12:11:26 +0000
  • d3160af52d Translated using Weblate (Belarusian) Mikalai 2022-04-17 07:06:41 +0000
  • 1b1236dc49 Added translation using Weblate (Belarusian) Andrew Dolgov 2022-04-17 06:55:31 +0000
  • 2654b3c6be disable some pointless startup sanity checks when running under docker Andrew Dolgov 2022-04-03 19:39:34 +0300
  • 41a52c8333 update CONTRIBUTING.md re: gitea registration Andrew Dolgov 2022-03-31 16:35:18 +0300
  • 585f37e418 Merge branch 'master' of git.tt-rss.org:fox/tt-rss Andrew Dolgov 2022-03-29 13:52:39 +0300