Commit Graph

521 Commits

Author SHA1 Message Date
Alexandre Alapetite bb1a6cafb6
Changelog
+minor forgotten i18n comments
2024-05-15 09:48:09 +02:00
Alexandre Alapetite f958eaef2f
Changelog 2024-05-14 12:25:31 +02:00
Alexandre Alapetite 9c104ee6bb
Prepare next dev version 2023-12-30 17:29:27 +01:00
Alexandre Alapetite 227233b4ef
Release 1.23.1 2023-12-30 17:17:00 +01:00
yzqzss 2bd9f63030
fix: `base_url` becomes empty after saving configuration (#5992)
* fix: `base_url` becomes empty after saving configuration

* Just remove the line

* Use read-ony instead
https://developer.mozilla.org/docs/Web/HTML/Attributes/readonly#attribute_interactions

* Revert for websub

* Changelog

---------

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2023-12-28 20:06:26 +01:00
Alexandre Alapetite 08345d0a95
Changelog 2023-12-28 14:10:32 +01:00
Alexandre Alapetite 8b090ee4a3
Changelog 2023-12-27 15:28:12 +01:00
Alexandre Alapetite 941b370fe5
Start 1.23.1-dev 2023-12-24 11:37:36 +01:00
Alexandre Alapetite a67c11c52d
Release 1.23.0 2023-12-24 11:22:44 +01:00
Alexandre Alapetite bd9e33a25c
Changelog 2023-12-20 23:15:15 +01:00
Alexandre Alapetite 7e1f549eb4
Changelog 2023-11-25 12:44:52 +01:00
Ben Passmore b9939bdaac
Added ability to mark articles as read on focus. (#5812)
* Added ability to mark entries as read on focus.

Feature proposed in issue #5723.

* make-fix-all + i18n fr

* Use batch to save resources and increase performance

* Use "keep_unread"

* typo

---------

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2023-11-09 11:12:04 +01:00
Alexandre Alapetite 348028a290
New feature important feeds (#5782)
* New feature important feeds

* Fix PHPStan

* Initial style for important feeds + keep unread

* Change UI order

* Count important unread

* Never mark as read important feeds during scroll

* Fix i18n conf.iew.normal regression

* Fix reader view

* More fix reader view

* Create important.svg

* Fix title

* Fix counter

* Account for important during  mark-all-as-read

* Fix underline colour

* 📌

* Changelog

---------

Co-authored-by: math-gh <>
Co-authored-by: maTh <1645099+math-GH@users.noreply.github.com>
2023-11-08 20:23:54 +01:00
Benjamin Reich 8f07199777
add multi arch docker build (#5808)
* Add multi arch container build

Co-authored-by: EdJoPaTo <rfc-conform-git-commit-email@funny-long-domain-label-everyone-hates-as-it-is-too-long.edjopato.de>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>

* using label from github action

* dont remove static labels and split docker readme in seperate action

* pin 3rd party action to a commit

* enable pushing to dockerhub

* Update .github/workflows/build-images.yml

Co-authored-by: EdJoPaTo <github@edjopato.de>

* remove not needed checkout

* set github token permissions

* Update .github/workflows/push-dockerhub-readme.yml

* update docker readme to match new tags

* Apply suggestions from code review

* fix suffix for alpine image

* fix suffix for alpine image

* push images only at upstream repo

* push images only at upstream repo

* push images only at upstream repo

* tag latest-alpine as alpine

* tag latest-alpine as alpine

* remove no needed falvor

* keep falvor for build

* Clean more things

* Rename action
To use same default name than https://github.com/actions/starter-workflows/blob/main/ci/docker-publish.yml

* Rename readme action
To use same default name than https://github.com/peter-evans/dockerhub-description/blob/main/.github/workflows/dockerhub-description.yml

* Use default name for dockerhub-description
https://github.com/peter-evans/dockerhub-description/blob/main/.github/workflows/dockerhub-description.yml
Plus minor wording

* Experiment with build-args

* Debug

* Add checkout back

* Revert back to metadata-action

* Remove quotes in version

* Try to fix variables

* Experiment with automatic label values again

* Delete last Docker Hub hooks

* Use only git SHA for org.opencontainers.image.revision
https://specs.opencontainers.org/image-spec/annotations/#pre-defined-annotation-keys

* Comment out semver for now
Might be enabled later if desired

* Enable major semver

---------

Co-authored-by: EdJoPaTo <rfc-conform-git-commit-email@funny-long-domain-label-everyone-hates-as-it-is-too-long.edjopato.de>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: EdJoPaTo <github@edjopato.de>
2023-11-05 22:46:01 +01:00
Alexandre Alapetite 8b2f7848eb
Add support for enclosures thumbnail (#5806)
* Add support for enclosures thumbnail
fix https://github.com/FreshRSS/FreshRSS/issues/5170

* Changelog
2023-11-01 23:20:22 +01:00
Alexandre Alapetite 0795d47d82
Fix Apache IfVersion (#5804)
* Fix Apache IfVersion
fix https://github.com/FreshRSS/FreshRSS/issues/5803

* Minor changelog
2023-11-01 17:29:16 +01:00
Alexandre Alapetite 72aaea8636
Fix Docker CRON_MIN for env with special characters (#5795)
fix https://github.com/FreshRSS/FreshRSS/issues/5792
regression from https://github.com/FreshRSS/FreshRSS/pull/5772
2023-10-31 23:36:23 +01:00
Alexandre Alapetite 0234f4e40b
Document Apache 2.4+ (#5791)
And avoid crash in Apache 2.2 anyway
fix https://github.com/FreshRSS/FreshRSS/issues/5790
2023-10-31 12:27:32 +01:00
Alexandre Alapetite d8ef50122d
Changelog 2023-10-30 22:42:17 +01:00
Alexandre Alapetite 21a279179a
Ready for year 2038 (#5570)
* Ready for year 2038
Fix https://github.com/FreshRSS/FreshRSS/discussions/5569
Requires PHP on a 64-bit platform to take advantage of it.
https://en.wikipedia.org/wiki/Year_2038_problem

* Allows dates past 2038
Rework of https://github.com/FreshRSS/FreshRSS/pull/3259
https://github.com/FreshRSS/FreshRSS/issues/3258

* Auto alter columns

* Changelog
2023-10-30 21:10:09 +01:00
Alexandre Alapetite f72a5a43b3
Changelog 2023-10-30 20:55:18 +01:00
Alexandre Alapetite d50bb386e7
Start next version 1.22.2-dev 2023-10-30 20:03:15 +01:00
Alexandre Alapetite cc2878aed8
Release 1.22.1 2023-10-30 19:48:26 +01:00
Alexandre Alapetite 58179a33a5
Changelog 2023-10-29 22:27:44 +01:00
Alexandre Alapetite 51a95afdbb
Prepare Alpine OIDC (#5764)
* Prepare Alpine OIDC
* Prepare syntax for OpenID Connect in Alpine.
* Update :newest Alpine development image to PHP 8.3
* Fix a little bug in test of OIDC_SCOPES

* Changelog + syntax

* shellchecks
2023-10-28 13:40:22 +02:00
Alexandre Alapetite b228342b2f
Changelog 1.22.1 2023-10-27 23:31:09 +02:00
Alexandre Alapetite ce6ba583be
OIDC_SCOPES compatibility colon (#5753)
fix https://github.com/FreshRSS/FreshRSS/issues/5744
2023-10-27 15:26:39 +02:00
Alexandre Alapetite 29f3a41d12
Start next version 1.22.1-dev 2023-10-23 23:12:02 +02:00
Alexandre Alapetite a2588fea22
Release 1.22.0 2023-10-23 22:38:59 +02:00
Alexandre Alapetite af854f07d7
Changelog 1.22 (#5717)
* Changelog 1.22

* Until page 9

* A bit more

* Add last changes

* Finalise

* More credits
2023-10-23 19:56:45 +02:00
Alexandre Alapetite 13a1c412df
Minor update dependencies (#5693)
* Minor update dependencies
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5691
Mostly dev dependencies; nothing that affects our runtime

* Update versions for GitHub Actions

* Fix newly found typos

* Fix exclude path
2023-10-08 20:19:17 +02:00
Alexandre Alapetite b5969494f9
Start FreshRSS 1.21.1-dev 2023-03-04 13:43:53 +01:00
Alexandre Alapetite de062c88ea
Release FreshRSS 1.21.0 2023-03-04 12:55:43 +01:00
Alexandre Alapetite d2cc5ad3f8
Changelog 1.21.0 2023-03-04 12:42:46 +01:00
Alexandre Alapetite f5bf654b1e
Resume 1.21.0-dev 2022-12-09 23:10:15 +01:00
Alexandre Alapetite 45fb0d6803
Security release FreshRSS 1.20.2 2022-12-08 10:51:08 +01:00
Alexandre Alapetite 37cc854d12
Start FreshRSS 1.21.0-dev 2022-11-14 14:32:44 +01:00
Alexandre Alapetite 5035dadfdd
Release FreshRSS 1.20.1 2022-11-14 14:20:01 +01:00
Alexandre Alapetite 330b1ab74a
More credits 2022-11-09 16:35:02 +01:00
Alexandre Alapetite 44c0575e25
Changelog 1.20.1 2022-11-07 22:53:54 +01:00
Alexandre Alapetite 945fde6192
Start 1.20.1-dev 2022-09-10 17:19:32 +02:00
Alexandre Alapetite 812e65447b
Release FreshRSS 1.20.0 2022-09-10 16:55:41 +02:00
Alexandre Alapetite 31d0508b0c
Update changelog 2022-09-05 22:08:31 +02:00
Alexandre Alapetite 2cc8411cb0
Update changelog 2022-09-03 10:37:27 +02:00
Alexandre Alapetite 59c2f9a71f
Updated changelog 2022-09-01 12:37:14 +02:00
Alexandre Alapetite ef40e0659b
More changelog 2022-08-22 23:53:29 +02:00
Alexandre Alapetite 1f6eed14da
Delayed changelog (#4457)
* Delayed changelog
More coming later

* Some more

* Up-to-date

* A bit more
2022-08-21 22:50:05 +02:00
Alexandre Alapetite f365a9aeb4
Update all test dependencies (#4419)
* Update all test dependencies

* Remove old false-positive

* Minor update lock files

* Increase PHPStan memory for Fedora
https://github.com/FreshRSS/FreshRSS/pull/4400#issuecomment-1159514197

* Require PHP8+ for tests
Due to small changes of signature in `ob_implicit_flush` and `simplexml_load_string`, cf. https://github.com/FreshRSS/FreshRSS/pull/4123

* Missing lint in CSS files
2022-06-19 20:08:42 +02:00
Alexandre Alapetite d27cf13248
News+ use GitHub links (#4262)
Google Play links do not work anymore
2022-03-06 21:32:00 +01:00
Alexandre Alapetite fd945ffb93
Fix XPath context for tags (#4246)
#fix https://github.com/FreshRSS/FreshRSS/issues/4245
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4220
2022-03-02 17:44:52 +01:00