1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00
Commit Graph

11689 Commits

Author SHA1 Message Date
Andrew Dolgov
4fd0d13b64
phpstan: depend on phpunit 2023-04-01 12:03:59 +03:00
Andrew Dolgov
e2a02f1f4b
add some manual job triggers 2023-04-01 12:03:20 +03:00
Andrew Dolgov
00d2cb0f93
remove docs stage 2023-04-01 09:51:44 +03:00
Andrew Dolgov
2b01786124
CI: set some job filters 2023-04-01 09:50:32 +03:00
Andrew Dolgov
088dd049b5
fix phpdoc stage 2023-04-01 09:35:54 +03:00
Andrew Dolgov
28a911a2a8
add phpdoc job 2023-04-01 09:34:59 +03:00
Andrew Dolgov
066b9a29d7
WIP: gitlab-ci 2023-04-01 08:58:54 +03:00
fox
269c0f53b8 Merge pull request 'isLoggedIn adds a message to the system log when it returns false, fix for php8+' (#106) from rodneys_mission/tt-rss:master into master
Reviewed-on: https://gitea.tt-rss.org/tt-rss/tt-rss/pulls/106
2023-04-01 06:36:57 +03:00
Rodney Stromlund
80bd26b3b1 isLoggedIn adds a message to the system log when it returns false, fix for php8+, removed empty test for bool conversion. 2023-03-31 20:26:36 -05:00
Andrew Dolgov
3ca3e54251
lint job: remove useless cache hash 2023-03-29 17:19:57 +03:00
Rodney Stromlund
7795c415ab isLoggedIn adds a message to the system log when it returns false, fix for php8+ 2023-03-29 08:20:52 -05:00
Andrew Dolgov
cf656125b9
good idea to checkout code before trying to document it 2023-03-28 18:02:26 +03:00
Andrew Dolgov
740d249aba
phpdoc job: verbosity 2023-03-28 18:00:00 +03:00
Andrew Dolgov
dfffa20e78
simplify pipeline setup 2023-03-28 17:57:17 +03:00
Andrew Dolgov
d25440f051
fix ssh for phpdoc pipeline 2023-03-28 17:55:10 +03:00
Andrew Dolgov
da620ef5d8
add phpdoc job 2023-03-28 17:52:59 +03:00
Andrew Dolgov
ecedc51162
add docker build cache 2023-03-27 09:34:02 +03:00
Andrew Dolgov
33a3672eab
use action for image meta 2023-03-26 20:48:07 +03:00
Andrew Dolgov
a0b52caced
we don't need to do npm install either 2023-03-26 19:19:11 +03:00
Andrew Dolgov
37014d78fd
remove node_modules after eslint pass 2023-03-26 19:18:03 +03:00
Andrew Dolgov
0c42d99a93
shorten pipeline 2023-03-26 17:25:11 +03:00
Andrew Dolgov
c41c1bd353
update FROM links for harbor 2023-03-26 10:28:33 +03:00
Andrew Dolgov
d40b6c655f
enable multiarch 2023-03-26 00:09:24 +03:00
Andrew Dolgov
6cf4ebbabd
bring back nginx_xaccel 2023-03-25 23:05:06 +03:00
Andrew Dolgov
723323d746
add gitea-CI docker builder 2023-03-25 22:41:47 +03:00
Andrew Dolgov
d305532bce
commit package-lock.json, add eslint task 2023-03-25 18:10:26 +03:00
Andrew Dolgov
903b9dbb8b
CI: add on PR 2023-03-25 11:26:53 +03:00
Andrew Dolgov
8e490af01c
jenkins lint -> gitea workflow 2023-03-25 10:58:02 +03:00
Andrew Dolgov
ca86a0e239
add lint workflow 2023-03-25 09:56:59 +03:00
Andrew Dolgov
563675de09
* auth_internal OTP form: fix double-urlencode
* post-login redirect: handle ?return in a less idiotic fashion
2023-03-23 20:05:03 +03:00
Andrew Dolgov
0f9488ace0
combined mode: prevent left part of footer pushing right part out of viewport 2023-03-20 18:33:29 +03:00
fox
cddbf5bf5a Merge pull request 'Replace special feed and category numbers with constants.' (#104) from wn/tt-rss:feature/special-feed-and-cat-consts into master
Reviewed-on: https://dev.tt-rss.org/tt-rss/tt-rss/pulls/104
2023-03-07 20:13:10 +03:00
wn_
b14a8a76eb Change 'FEED_NOTHING' to 'FEED_DASHBOARD'. 2023-03-07 15:45:07 +00:00
fox
c4026b408b Merge pull request 'Bump PHPStan to 1.10.3, address some new warnings' (#103) from wn/tt-rss:feature/bump-phpstan into master
Reviewed-on: https://dev.tt-rss.org/tt-rss/tt-rss/pulls/103
2023-03-07 16:50:13 +03:00
wn_
c923fda8c9 Also use friendly names for special feed+cat IDs in the frontend. 2023-03-05 20:06:48 +00:00
wn_
fe08299ec4 Replace special feed and category numbers with constants. 2023-03-05 19:16:48 +00:00
wn_
029cb8f442 Revert 7ed4fa4c1d and use @var instead.
PHPStan had trouble recognizing that ['items'] might have elements added.
2023-03-05 16:29:51 +00:00
wn_
42b287e964 Remove unused 'Prefs::_delete()'.
Related to dabb85c7dd.
2023-03-05 15:30:12 +00:00
wn_
dabb85c7dd Address PHPStan warning about unused private method 'Prefs::_delete()'. 2023-03-05 14:20:19 +00:00
wn_
7ed4fa4c1d Tweak to appease PHPStan in 'Pref_Feeds::_makefeedtree()'.
PHPStan flagged the 'count()' below this with: Comparison operation '>' between 0 and 0 is always false.
2023-03-05 14:20:19 +00:00
wn_
c4b16ca608 Address PHPStan 'right side always true' in 'PluginHost::lookup_command()'.
Since 'PluginHost::add_command()' is currently the only way to add to this private array, and it always sets an array, this is reasonably safe.
2023-03-05 14:20:19 +00:00
wn_
c48dd6a3c4 Address PHPStan 'right side always true' in FeedItem_RSS. 2023-03-05 14:20:19 +00:00
wn_
d34d01fd72 Bump PHPStan from 1.8.2 to 1.10.3
* https://phpstan.org/blog/phpstan-1-9-0-with-phpdoc-asserts-list-type
* https://phpstan.org/blog/phpstan-1-10-comes-with-lie-detector
2023-03-05 14:20:19 +00:00
Andrew Dolgov
d210ae50ad
API:
- sharedToPublished: add optional sanitize parameter (defaults to true)
   if disabled, allows inserting HTML into shared article content;
 - clean() already invokes strip_tags() so it's pointless to do both;
2023-03-05 08:07:55 +03:00
Andrew Dolgov
b7a6c948d0
tags display: instead of limiting to 5 tags, limit by container width % 2023-03-01 21:41:52 +03:00
Andrew Dolgov
04c2fa9f15
Merge branch 'master' of git.tt-rss.org:tt-rss/tt-rss 2023-02-25 19:31:07 +03:00
Andrew Dolgov
4d825fa6a6
require PHP to have support for flock() 2023-02-25 19:30:41 +03:00
fox
33c20d42df Merge pull request 'add override links to utility views' (#102) from levito/tt-rss:add-override-links-to-util-views into master
Reviewed-on: https://dev.tt-rss.org/tt-rss/tt-rss/pulls/102
2023-02-24 07:10:28 +03:00
Veit Lehmann
aa2b770e30 add override links to utility views
This enables `local-overrides.css` and `local-overrides.js` for all utility views, for example to add polyfills, enable responsive styling or to adjust styles globally.
2023-02-24 00:46:40 +01:00
Andrew Dolgov
a2af3a6bb4
API: add getFeedIcon endpoint, bump version 2023-02-23 18:00:18 +03:00