Commit Graph

7003 Commits

Author SHA1 Message Date
maTh
dec399f510 Improved: template.css (colors) (#4641)
* font colors

* html, body color: moved to the themes

* finished font-color

* background-colors

* fix scrollbar-colors

* background colors modal/darken-hover

* background-color

* loading image

* template-background-color-transparent

* background-colors (inkl. modal background)

* box-shadow

* fix:: toggle_aside:hover

* background-color

* border-color

* rgba -> #

* improvements

* RTL.css
2022-09-27 18:55:23 +02:00
maTh
b34bd30cc8 Improved: Origine compact inherit from origine (#4636)
* Update metadata.json

* clean Origine compact

* fix

* RTL

* fix

* fix line-height
2022-09-27 17:56:24 +02:00
maTh
2c3900dbdb fix the icons in square sizes (#4648) 2022-09-27 17:51:04 +02:00
maTh
9505eb8445 fixed: Safari issue with .stick dropdowns (#4643)
* fix

* fixed
2022-09-26 23:25:56 +02:00
Alexandre Alapetite
ce5162042b Minor update list of API clients (#4632)
Updated in particular FeedReader, NewsFlash, Fluent Reader
2022-09-20 21:48:01 +02:00
Alexandre Alapetite
97fc0bc95e GLOB_BRACE is not available on all platforms (#4628)
https://php.net/glob

#fix https://github.com/FreshRSS/FreshRSS/issues/4627

Improvement of https://github.com/FreshRSS/FreshRSS/pull/4220
2022-09-20 12:03:46 +02:00
Chris Francy
6dc611db2b Fix show settings page after adding new feed (#4612) (#4631) 2022-09-20 10:41:36 +02:00
Alexandre Alapetite
f56d1274c6 Fix opcache bug during Web update (#4629)
#fix https://github.com/FreshRSS/FreshRSS/issues/4624
#fix https://github.com/FreshRSS/FreshRSS/issues/4605
2022-09-20 10:36:07 +02:00
maTh
f941533b3e Update update.phtml (#4625) 2022-09-19 22:50:09 +02:00
Alexandre Alapetite
412b60ca83 Fix transaction rollbacks during auto-update (#4622)
#fix https://github.com/FreshRSS/FreshRSS/issues/4600
We first need to commit the SQL transaction before being able to auto-update.
Avoid error such as:
> 25P02: 7 ERROR:  current transaction is aborted, commands ignored until end of transaction block
2022-09-19 11:51:44 +02:00
berumuron
6813e16e95 fix: Fix preg_match in enforceHttpEncoding (#4623)
`preg_match` can return `1`, `0` or `false`. In this last case,
`enforceHttpEncoding` was trying to access `$matches[1]`, even if the regex wasn't matching.
2022-09-19 11:50:46 +02:00
maTh
6bed64f6f3 Improved: Mouse title on empty feeds (#4617)
* Update aside_feed.phtml

* Update global.phtml

* Update idle.phtml

* Update index.phtml

* Update idle.phtml

* improved

* Update app/views/subscription/index.phtml

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>

* Update app/views/stats/idle.phtml

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-09-18 18:31:14 +02:00
maTh
67ea2d16b7 Improved: Cleanup CSS of ".log" (#4594)
* themes css

* Log Level CSS class improved

* SCSS

* RTL CSS
2022-09-18 18:29:33 +02:00
Alexis Degrugillier
7de5b93da4 Fix login page when user does not exist (#4621) 2022-09-18 18:26:18 +02:00
Alexis Degrugillier
37cf233907 Force default user before rendering login page (#4620) 2022-09-18 13:47:51 +02:00
maTh
3d5b9ac902 clean .horizontal-list (#4596) 2022-09-18 13:02:07 +02:00
maTh
2734907000 (S)CSS .disable removed (#4619) 2022-09-18 12:10:00 +02:00
maTh
c1ecb7145c Improved: eslint + stylelint: Do not scan extension folder (#4606)
* ignore in eslint

* ignore in stylelint
2022-09-12 22:02:11 +02: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 1.20.0 2022-09-10 16:55:41 +02:00
Alexandre Alapetite
eb850b7a01 Add Fluent Reader Lite (#4595)
#fix https://github.com/FreshRSS/FreshRSS/issues/3418
2022-09-10 15:17:49 +02:00
martinrotter
4c911c67ef Update README.fr.md (#3860)
Sync in RSS Guard is now much faster, better (optional) syncing algorithm was implemented

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: maTh <math-home@web.de>
2022-09-10 13:36:16 +02:00
martinrotter
f7adc43eb0 Update README.md (#3859)
Sync in RSS Guard is now much faster, better (optional) syncing algorithm was implemented

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-09-10 13:33:59 +02:00
Alexandre Alapetite
f1854cd0ae Fix auto-loading of more articles (#4593)
Fix regression from https://github.com/FreshRSS/FreshRSS/pull/4532
https://github.com/FreshRSS/FreshRSS/issues/3974
2022-09-10 07:54:56 +02:00
Alexandre Alapetite
0c472402f2 Workaround invalid OPMLs (#4591)
* Workaround invalid OPMLs
#fix https://github.com/FreshRSS/FreshRSS/issues/4590
Accept OPML files lacking text attributes

* Tolerate missing head element
2022-09-09 22:56:34 +02:00
Alexis Degrugillier
adf1c3bd9a Add freshrss network when creating container (#4592)
This will ease the connection between freshrss container and other containers.
2022-09-09 12:56:32 +02:00
Frans de Jonge
fea12a0957 Use body text color for input in Alternative Dark theme to improve contrast (#4587)
Fixes #4585.
2022-09-06 22:26:51 +02:00
Alexandre Alapetite
31d0508b0c Update changelog 2022-09-05 22:08:31 +02:00
Alexandre Alapetite
3b81708c1a API protection limit content size (#4583)
* API protection limit content size
We had no limit to the length of an article sent through our GReader API to clients, which was a problem:

The article https://devblogs.microsoft.com/dotnet/performance_improvements_in_net_7/
from the feed https://devblogs.microsoft.com/dotnet/feed/
is about 700KB long, which makes some clients (tested with News+) fail.

We should try other clients to verify that 500KB is a safe enough limit.

* Light optimisation

* Use class constant
2022-09-05 13:13:07 +02:00
Alexandre Alapetite
442019a054 SimplePie fix base (#4565)
* SimplePie fix base
#fix https://github.com/FreshRSS/FreshRSS/issues/4562
See `<xml:base>` example in https://datatracker.ietf.org/doc/html/rfc4287#section-1.1
First uses item `<xml:base>` if it exists, or the item own link, or the feed's base URL rules (feed URL, or Web site URL)

* Minor formatting
2022-09-05 09:15:20 +02:00
Alexandre Alapetite
e2867cfe14 Shortcuts: auto-load at least a few articles (#4532)
* Auto-load at least a few articles
#fix https://github.com/FreshRSS/FreshRSS/issues/3974

* Fix init

* syntax

* Aledeg simplification
2022-09-05 08:53:50 +02:00
Tealk
fd22ee4090 remove margin-top: 2rem; in Swage (#4566)
* remove margin-top: 2rem; in Swage

* remove margin-top: 2rem; manually

* make fix-all

* revert formating

* Update swage.css

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: mathContao <math-home@web.de>
2022-09-04 23:12:23 +02:00
maTh
2e0fbf60e7 fix: space key opens empty tab (#4581)
* Update main.js

* Update p/scripts/main.js

Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>

* fix

Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2022-09-04 21:28:20 +02:00
-Shiken-
d921be63f6 [i18n] Add zh-TW translation (#4578) 2022-09-04 10:44:36 +02:00
Alexandre Alapetite
2cc8411cb0 Update changelog 2022-09-03 10:37:27 +02:00
miles
dc3fd52eb6 Update zh-cn translation (#4577)
* Update i18n/zh-cn

* Update CREDITS.md

* Update CREDITS.md
2022-09-03 10:30:25 +02:00
maTh
e4394ec6da Improved: Flat theme (#4575)
* dropdown-menu hover icon in white

* dropdown menu config icon

* delete theme icons, use standard icons

* about link

* RTL

* fix
2022-09-02 08:31:29 +02:00
maTh
8b85fa351a fix (#4576) 2022-09-02 08:30:11 +02:00
Alexandre Alapetite
59c2f9a71f Updated changelog 2022-09-01 12:37:14 +02:00
Moon Sungjoon
213f115fe2 i18n: Update Korean language (#4572)
* Update Korean language

* Fix ignore

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-08-31 21:53:09 +02:00
maTh
b1a74a3476 Update extensionController.php (#4571) 2022-08-31 21:34:18 +02:00
Alexandre Alapetite
a8353e4b4c Compat Readrops (#4568)
While waiting for https://github.com/readrops/Readrops/pull/163
#fix https://github.com/FreshRSS/FreshRSS/issues/4567
2022-08-31 13:00:46 +02:00
maTh
b5f1c3f29d Fix: Global view - No articles banner (#4563)
* Update global.phtml

* Update app/views/index/global.phtml

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-08-30 22:55:14 +02:00
maTh
2392a261d2 Fix: global view unread article (#4559)
* template.css

* themes
2022-08-29 23:12:04 +02:00
maTh
de7ae9878c Update header.phtml (#4558) 2022-08-29 21:58:42 +02:00
berumuron
a38fe3a15e doc: Add recommendations for manual updates (#4557) 2022-08-29 21:11:54 +02:00
maTh
83437c0dd1 Improve input disabled, select disabled (#4546)
* set default in template.css

* Theme Alternative Dark

* Theme Ansum

* Theme BlueLagoon

* Theme dark

* theme Nord

* fix
2022-08-29 08:43:14 +02:00
Mejans
d5826a0d16 lang: update Occitan (#4548)
* MàJ Occitan

* MàJ Occitan

* MàJ Occitan

* MàJ Occitan

* Update admin.php

* Update sub.php

* Update sub.php

* tab instead of white space for comments

Co-authored-by: maTh <math-home@web.de>
2022-08-29 08:42:01 +02:00
maTh
c418c8a450 Improved: Mapco/Ansum headline sizes (#4549)
* Ansum Theme

* Mapco Theme
2022-08-29 08:41:13 +02:00
Alwaysin
5c5aaafb0f Update GNOME link (#4550)
Co-authored-by: Adrien Demma <ademma@amabis.fr>
2022-08-29 08:40:32 +02:00