|
fe198d2550
|
chore(docker): update thegeeklab/nginx:latest docker digest to cf19fb8
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-10-09 20:36:00 +00:00 |
|
|
5d918aec5f
|
feat: add container library
continuous-integration/drone/push Build is passing
|
2021-10-09 22:02:53 +02:00 |
|
|
2431266666
|
chore(docker): update thegeeklab/nginx:latest docker digest to bc82863
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-09-25 00:01:09 +00:00 |
|
|
d6c9b5a291
|
chore(docker): update thegeeklab/nginx:latest docker digest to f560019
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-09-22 10:01:05 +00:00 |
|
|
293d0bb371
|
improve changelog template
continuous-integration/drone/push Build is passing
|
2021-09-22 11:45:40 +02:00 |
|
|
cde9f3050d
|
chore(docker): update thegeeklab/nginx:latest docker digest to 4617fbd
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-09-22 08:01:04 +00:00 |
|
|
b4f7969d7f
|
improve drone-matrix template
continuous-integration/drone/push Build is passing
|
2021-09-22 09:22:34 +02:00 |
|
|
47650fea87
|
chore(docker): update thegeeklab/nginx:latest docker digest to 9de3f26
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-09-19 20:01:10 +00:00 |
|
|
d44c61a1ab
|
ci: switch to drone-matrix plugin
continuous-integration/drone/push Build is passing
|
2021-09-19 21:48:19 +02:00 |
|
|
289e26b7f0
|
chore(docker): update thegeeklab/nginx:latest docker digest to fa27027
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-08-27 22:01:05 +00:00 |
|
|
d591e5c5a0
|
chore(docker): update thegeeklab/nginx:latest docker digest to d9e84d9
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-08-27 20:01:03 +00:00 |
|
|
114fa6399a
|
chore(docker): update thegeeklab/nginx:latest docker digest to fd5f1b4
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-08-24 14:07:51 +00:00 |
|
|
0028ca8da3
|
chore(deps): update thegeeklab/nginx:latest docker digest
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-07-31 21:46:48 +00:00 |
|
|
70a233fbf5
|
chore: rewrite freshrss setup tasks in entrypoint script
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
|
2021-06-08 00:01:38 +02:00 |
|
|
c3d9f9a619
|
fix: replace custom safe_define function by define
|
2021-06-08 00:01:20 +02:00 |
|
|
244e640e2e
|
fix: add back custom safe_define function
continuous-integration/drone/push Build is passing
|
2021-06-07 22:45:10 +02:00 |
|
|
9d4410cd25
|
chore(deps): update dependency freshrss/freshrss to v1.18.1 (#31)
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [FreshRSS/FreshRSS](https://github.com/FreshRSS/FreshRSS) | patch | `1.18.0` -> `1.18.1` |
---
### Release Notes
<details>
<summary>FreshRSS/FreshRSS</summary>
### [`v1.18.1`](https://github.com/FreshRSS/FreshRSS/blob/master/CHANGELOG.md#​2021-06-06-FreshRSS-1181)
[Compare Source](https://github.com/FreshRSS/FreshRSS/compare/1.18.0...1.18.1)
- Features
- Support standard `HTTP 410 Gone` by disabling (muting) gone feeds [#​3561](https://github.com/FreshRSS/FreshRSS/pull/3561)
- Make advanced feed options such as SSL available to non-admins [#​3612](https://github.com/FreshRSS/FreshRSS/pull/3612)
- API
- Supported by [Newsboat 2.24+](https://newsboat.org/) [#​3574](https://github.com/FreshRSS/FreshRSS/pull/3574)
- Supported by [RSS Guard](https://github.com/martinrotter/rssguard) [#​3627](https://github.com/FreshRSS/FreshRSS/pull/3627)
- UI
- Allow Unicode for shortcuts [#​3548](https://github.com/FreshRSS/FreshRSS/pull/3548)
- Bug fixing
- Fix database lock during refresh with MariaDB [#​3559](https://github.com/FreshRSS/FreshRSS/pull/3559)
- Fix database creation from CLI [#​3544](https://github.com/FreshRSS/FreshRSS/pull/3544)
- Fix: `pdo_sqlite` is optional except for export/import SQLite [#​3545](https://github.com/FreshRSS/FreshRSS/pull/3545)
- Fix import of JSON and TT-RSS files, especially with PHP 8 [#​3553](https://github.com/FreshRSS/FreshRSS/pull/3553)
- Allow import of more than 999 favourites/labelled articles even with SQLite
- Fix additional SQL limits, especially for SQLite [#​3586](https://github.com/FreshRSS/FreshRSS/pull/3586)
- Fix search param encoding in user query [#​3541](https://github.com/FreshRSS/FreshRSS/pull/3541)
- Fix undefined variable & dead code when adding feed [#​3546](https://github.com/FreshRSS/FreshRSS/pull/3546)
- Fix missing translation in feed configuration [#​3554](https://github.com/FreshRSS/FreshRSS/pull/3554)
- Fix double escaping in feed filters [#​3563](https://github.com/FreshRSS/FreshRSS/pull/3563)
- Fix bugs in migration system [#​3589](https://github.com/FreshRSS/FreshRSS/pull/3589)
- Fix regression preventing showing startup errors [#​3590](https://github.com/FreshRSS/FreshRSS/pull/3590)
- Fix form redirection after erroneous user creation [#​3656](https://github.com/FreshRSS/FreshRSS/pull/3656)
- Fix JavaScript error during navigation when no article is selected [#​3655](https://github.com/FreshRSS/FreshRSS/pull/3655)
- Fix link to add feeds from the empty homepage [#​3650](https://github.com/FreshRSS/FreshRSS/pull/3650)
- Fix git update error message [#​3645](https://github.com/FreshRSS/FreshRSS/pull/3645)
- SimplePie
- Fix regression about media attachments [#​3565](https://github.com/FreshRSS/FreshRSS/pull/3565)
- Fix regression about forcing HTTPS for enclosures [#​3568](https://github.com/FreshRSS/FreshRSS/pull/3568)
- Catch ValueError for loadHTML with PHP 8 [simplepie#​673](https://github.com/simplepie/simplepie/pull/673)
- Provide access to latest HTTP status code [simplepie#​674](https://github.com/simplepie/simplepie/pull/674)
- Fix wrong SimplePie type hint [simplepie#​678](https://github.com/simplepie/simplepie/pull/678)
- Merge details from upstream PRs [#​3588](https://github.com/FreshRSS/FreshRSS/pull/3588), [#​3614](https://github.com/FreshRSS/FreshRSS/pull/3614)
- API
- Compatibility with Web servers providing `ORIG_PATH_INFO` [#​3560](https://github.com/FreshRSS/FreshRSS/pull/3560)
- i18n
- Improved Russian [#​3579](https://github.com/FreshRSS/FreshRSS/pull/3579)
- Improved Turkish [#​3604](https://github.com/FreshRSS/FreshRSS/pull/3604)
- Improved Chinese [#​3600](https://github.com/FreshRSS/FreshRSS/pull/3600)
- Code improvements:
- Friendly constant syntax for Intellisense [#​3577](https://github.com/FreshRSS/FreshRSS/pull/3577)
- Fix several comments syntaxes [#​3615](https://github.com/FreshRSS/FreshRSS/pull/3615)
- Minor uniform stricter HTML [#​3616](https://github.com/FreshRSS/FreshRSS/pull/3616)
- Removed unused variable [#​3587](https://github.com/FreshRSS/FreshRSS/pull/3587)
- Provide action name in Minz controller exception [#​3624](https://github.com/FreshRSS/FreshRSS/pull/3624)
- New convenience method to extract multiline GET parameters from e.g. `<textarea>` [#​3629](https://github.com/FreshRSS/FreshRSS/pull/3629)
- Deployment
- Automatically apply `latest` tag in git for the latest FreshRSS release [#​3524](https://github.com/FreshRSS/FreshRSS/pull/3524)
- Misc.
- Remove legacy `data/do-install.txt` for triggering install process [#​3555](https://github.com/FreshRSS/FreshRSS/pull/3555)
- If using built-in git updates, automatically change to git `edge` branch if using old `master` or `dev` branch names [#​3589](https://github.com/FreshRSS/FreshRSS/pull/3589)
</details>
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻️ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box.
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
Reviewed-on: docker/freshrss#31
Co-authored-by: Renovator Bot <renovator@rknet.org>
Co-committed-by: Renovator Bot <renovator@rknet.org>
|
2021-06-07 18:47:36 +02:00 |
|
|
31b380fb8a
|
chore(deps): update thegeeklab/nginx:latest docker digest
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-05-10 20:32:05 +00:00 |
|
|
0165ddc00b
|
chore(deps): update thegeeklab/nginx:latest docker digest to eeb0ac4
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-05-09 21:01:06 +00:00 |
|
|
37034c617f
|
fix pipeline deps
continuous-integration/drone/push Build is passing
|
2021-05-09 22:57:23 +02:00 |
|
|
f4b5ac863b
|
chore: improve generated changelog
continuous-integration/drone/push Build encountered an error
|
2021-05-09 22:42:32 +02:00 |
|
|
52d1300c05
|
chore(deps): update thegeeklab/nginx:latest docker digest to 1c97c83
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-04-14 22:00:51 +00:00 |
|
|
4198f66d06
|
chore(deps): update thegeeklab/nginx:latest docker digest to a890cec
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-04-09 10:00:48 +00:00 |
|
|
540e9d2063
|
chore(deps): update thegeeklab/nginx:latest docker digest to b64a9a8
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-03-31 23:03:10 +00:00 |
|
|
90d2e30135
|
chore(deps): update thegeeklab/nginx:latest docker digest to d54c5f3
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-03-31 21:03:47 +00:00 |
|
|
1e3e816081
|
chore(deps): update thegeeklab/nginx:latest docker digest to 4f87267
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-03-26 01:02:48 +00:00 |
|
|
1d505fa6d2
|
chore(deps): update thegeeklab/nginx:latest docker digest to 03ae58e
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-03-23 23:02:54 +00:00 |
|
|
30aa7c0d3a
|
chore(deps): update dependency freshrss/freshrss to v1.18.0 (#22)
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore(deps): update dependency freshrss/freshrss to v1.18.0
Reviewed-on: docker/freshrss#22
Co-Authored-By: Renovator Bot <renovator@rknet.org>
Co-Committed-By: Renovator Bot <renovator@rknet.org>
|
2021-03-15 17:14:13 +01:00 |
|
|
db4ddddad2
|
chore(deps): update thegeeklab/nginx:latest docker digest to 3a1afe8
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-02-20 13:06:39 +00:00 |
|
|
f0534caf4d
|
chore(deps): update thegeeklab/nginx:latest docker digest to 1eae9a8
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-02-18 03:03:41 +00:00 |
|
|
bf8f914592
|
chore(deps): update thegeeklab/nginx:latest docker digest to d8d6c0d
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-02-18 01:03:28 +00:00 |
|
|
83ae529027
|
chore(deps): update thegeeklab/nginx:latest docker digest to d927114
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-02-17 23:04:05 +00:00 |
|
|
11d59b7d5d
|
chore(deps): update thegeeklab/nginx:latest docker digest to 4d1f929
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-02-15 23:03:15 +00:00 |
|
|
1a1b3b9a3d
|
chore(deps): update thegeeklab/nginx:latest docker digest to 3cc0be1
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-02-15 21:03:22 +00:00 |
|
|
45d0b3806d
|
chore(deps): update thegeeklab/nginx:latest docker digest to e901869
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-02-11 21:02:48 +00:00 |
|
|
d3b711311d
|
[skip ci] remove local changelog
|
2021-02-11 21:05:36 +01:00 |
|
|
52d1aebdab
|
ci: auto-generate changelog
continuous-integration/drone/push Build is passing
|
2021-02-11 20:44:37 +01:00 |
|
|
38d9e4b94e
|
chore(deps): update thegeeklab/nginx:latest docker digest to 15327ec
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-01-29 15:02:50 +00:00 |
|
|
f2e209deb1
|
[skip ci] update changelog
continuous-integration/drone/tag Build is passing
|
2021-01-29 09:47:13 +01:00 |
|
|
166d12e695
|
chore(deps): update thegeeklab/nginx:latest docker digest to 22cab88
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-01-29 06:02:45 +00:00 |
|
|
f0813b0f29
|
chore(deps): update thegeeklab/nginx:latest docker digest to d60b2a4
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-01-29 04:02:38 +00:00 |
|
|
57d2c3618b
|
chore(deps): update thegeeklab/nginx:latest docker digest to accb4fd
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-01-29 02:03:17 +00:00 |
|
|
93be19c3a9
|
chore(deps): update thegeeklab/nginx:latest docker digest to 4874dc8
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-01-18 23:02:59 +00:00 |
|
|
834722ae52
|
chore(deps): update thegeeklab/nginx:latest docker digest to 632bbd1
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-01-18 21:03:13 +00:00 |
|
|
abb22f4214
|
switch to docker-buildx
continuous-integration/drone/push Build is passing
|
2021-01-18 21:47:54 +01:00 |
|
|
964da71094
|
switch to custom drone docker plugin
continuous-integration/drone/push Build is passing
|
2021-01-18 20:15:32 +01:00 |
|
|
7f5813eedb
|
chore(deps): update thegeeklab/nginx:latest docker digest to 3eff88c
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2021-01-04 17:02:04 +00:00 |
|
|
3344066b80
|
chore: remove gomplate debug output
continuous-integration/drone/push Build is passing
|
2020-12-31 13:22:05 +01:00 |
|
|
42a195f07a
|
[skip ci] update changelog
continuous-integration/drone/tag Build is passing
|
2020-12-31 12:57:15 +01:00 |
|
|
9e1d9646c5
|
chore(deps): update thegeeklab/nginx:latest docker digest to 1cf8372
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
|
2020-12-30 16:28:01 +00:00 |
|