| Age | Commit message (Collapse) | Author |
|
* Block page if slider is open; Hides the double page scrollbar
* Slider scrollbar default width
* Update frss.rtl.css
* Add user Cyb10101 to credits
* make fix-all
* make fix-all (second pass)
Co-authored-by: mathContao <math-home@web.de>
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
|
|
#fix https://github.com/FreshRSS/FreshRSS/issues/4687
|
|
|
|
|
|
|
|
* templates
* themes
* fix
* fix
* fixes
* fix
|
|
* add h1 title on views
* add h2 titles into box-title
* thin scrollbar in box-content
|
|
* phtml + css
* trim the white spaces that comes from stripping
|
|
|
|
* headlines h1-h3
* delete for <sup> trust the browser
* .icons = 1rem
* line-height WIP
* .flux .item
* paragraphs
* kbd
* button.as-link
* .form-advanced-title
* set line-height 1.5 as default
* .flux .item.title .summary
* .flux .item.title .author
* .content > header, .content > footer
* popup
* last lines
* RTL CSS
* imrpove jumpy line
* Origine Compact
* Swage
* FRSS CSS RTL
* deleted: br
* deleted: font-size: 16px
* RTL CSS
|
|
Before, if you've tried to reach a page without being logged, you'll be
automatically redirected to the index page after login.
Now, the original page is used after login.
Fix #3663
|
|
* the code
* improvement
* fix doubled parameter
|
|
|
|
* feat (translate): translate Registration form
* feat(translate): add translaction notform term
* feat(translate): add translate nolimit term
* feat(translate): add translate ptBR setaccountsnumber term
* feat(translate): add translate ptBR disabled term
* fix(translate): fix disabled translate ptBR term
* feat(translate): add translate ptBR enabled term
* feat(translate): add translate ptBR title term
* feat(translate): remove //todo comments
* feat(translate): add translate ptbr level term
* feat(translate): add translate ptbr message term
* feat(translate): add translate ptBR timestaamp term
* feat(translate): add translate ptBR term
* feat(translate): add translate ptBR both term
* feat(translate): add translate ptBR header term
* fix: remove TODO
* feat(translate): add translate ptBR header term
* feat(translate): add translate ptBR none term
* feat(translate): add translate ptBR above_title term
* feat(translate): add translate ptBR none term
* feat(translate): add transaction ptBR with_authors term
* feat(translate): add transaction ptBR feed_title term
* feat(translate): add translate ptBR term
* fix(translate): fix translate
* feat(translate): add translate ptBR both term
* feat(translate): add translate ptBR tags -> footer term
* feat(translate): add translate ptBR tags->header term
* feat(translate): add translate ptBR tags->none term
* feat(translate): add translate ptBR tags_max term
* feat(translate): add translate ptBR help term
* feat(translate): add translate ptBR headline
* feat(translate): add upong_gone term translate ptBR
* feat(translate): add deprecated terms translatePTBR
* feat(translate): add ptBR translate in gen.php
* feat(translate): add translate ptBR for sub.php
* Tab instead of white space
* another fix
Co-authored-by: mathContao <math-home@web.de>
|
|
|
|
* all themes
* fixed order
* fix end of file
* fixed swage
|
|
* Update Japanese translation
* fix translations syntax
|
|
|
|
* Fix conflicts
* Update doc
* Misses
* Update prefix in CSS
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
|
|
|
|
|
|
* background colors
* border
* Update adark.css
* font-color
* empty feed color
* slider
* color input improved
* menu nav hover
* nav: highlight font color while hovering
* lighter color btn icon on hover
* btn-attention background color
* empty feed color
* delete .log CSS
* delete white background .icon when feed active
* article header+footer
* bigMarkAsRead button
* .content hr
* dropdown triangle color
* rename variables
* notification colors
* border colors
* last left colors
* reorder
* hover flux icons
* config dropdown menu mobile view shadow+border
* dropdown menu hover color
* close aside hover
* slider-shadow
* icon hover
* toggle aside
* improved contrast blue
* contrast border color hover
* kbd styled
* hover on form elements highlight font color
* font colors instead background color
* link in alert
* contrast attention font color
* fix stream last item border
* font color of author in stream
* lighter color for headlines in article
* nav: active menu entry in lighter font color
* Update adark.rtl.css
* fixes
* fix favicon hover
* fix
|
|
* 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
|
|
* Update metadata.json
* clean Origine compact
* fix
* RTL
* fix
* fix line-height
|
|
|
|
* fix
* fixed
|
|
Updated in particular FeedReader, NewsFlash, Fluent Reader
|
|
https://php.net/glob
#fix https://github.com/FreshRSS/FreshRSS/issues/4627
Improvement of https://github.com/FreshRSS/FreshRSS/pull/4220
|
|
|
|
#fix https://github.com/FreshRSS/FreshRSS/issues/4624
#fix https://github.com/FreshRSS/FreshRSS/issues/4605
|
|
|
|
#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
|
|
`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.
|
|
* 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>
|
|
* themes css
* Log Level CSS class improved
* SCSS
* RTL CSS
|
|
|
|
|
|
|
|
|
|
* ignore in eslint
* ignore in stylelint
|
|
|
|
|
|
#fix https://github.com/FreshRSS/FreshRSS/issues/3418
|
|
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>
|
|
Sync in RSS Guard is now much faster, better (optional) syncing algorithm was implemented
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
|
|
Fix regression from https://github.com/FreshRSS/FreshRSS/pull/4532
https://github.com/FreshRSS/FreshRSS/issues/3974
|
|
* Workaround invalid OPMLs
#fix https://github.com/FreshRSS/FreshRSS/issues/4590
Accept OPML files lacking text attributes
* Tolerate missing head element
|
|
This will ease the connection between freshrss container and other containers.
|
|
(#4587)
Fixes #4585.
|
|
|