aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-05Slider: Block Page for one scrollbar; Scrollbar width normal (#4692)Gravatar Cyb10101
* 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>
2022-10-04Compat PHP 8.1 strip_tags (#4688)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/4687
2022-10-04All (S)CSS files (#4690)Gravatar maTh
2022-10-04fix (#4685)Gravatar maTh
2022-10-04feat: add new icon (#4673)Gravatar Nicolas Pereira
2022-10-03Improved: Remove <li> as separator (#4597)Gravatar maTh
* templates * themes * fix * fix * fixes * fix
2022-10-03Improved: better semantic HTML for boxes (#4665)Gravatar maTh
* add h1 title on views * add h2 titles into box-title * thin scrollbar in box-content
2022-10-03Improved: Article summary. Cut the text with better CSS (#4666)Gravatar maTh
* phtml + css * trim the white spaces that comes from stripping
2022-10-03Add documentation to work with feed snapshots (#4598)Gravatar Alexis Degrugillier
2022-10-03Improved: Frss.css - font size + line height with 'rem' values (#4671)Gravatar maTh
* 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
2022-10-03Allow redirection after login (#4654)Gravatar Alexis Degrugillier
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
2022-10-03Improved: Subscription Management: Show the position number (#4679)Gravatar maTh
* the code * improvement * fix doubled parameter
2022-10-02Update CREDITS.md (#4678)Gravatar Edgardo Ramírez
2022-10-02[Feature - Hacktoberfest] - Add Admin transalation pt br (#4669)Gravatar Nicolas Pereira
* 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>
2022-10-02UPDATE: Spanish translations [i18n] #4656 (#4676)Gravatar Edgardo Ramírez
2022-10-01Improved: CSS .toggle_aside (#4664)Gravatar maTh
* all themes * fixed order * fix end of file * fixed swage
2022-10-01Update Japanese translation (#4668)Gravatar 312k
* Update Japanese translation * fix translations syntax
2022-09-29all themes (#4663)Gravatar maTh
2022-09-29Rename template.css (#4644)Gravatar maTh
* Fix conflicts * Update doc * Misses * Update prefix in CSS Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-09-28Origine.css (#4653)Gravatar maTh
2022-09-28Update main.js (#4652)Gravatar maTh
2022-09-28Improved: Alternative Dark theme (#4635)Gravatar maTh
* 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
2022-09-27Improved: template.css (colors) (#4641)Gravatar maTh
* 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-27Improved: Origine compact inherit from origine (#4636)Gravatar maTh
* Update metadata.json * clean Origine compact * fix * RTL * fix * fix line-height
2022-09-27fix the icons in square sizes (#4648)Gravatar maTh
2022-09-26fixed: Safari issue with .stick dropdowns (#4643)Gravatar maTh
* fix * fixed
2022-09-20Minor update list of API clients (#4632)Gravatar Alexandre Alapetite
Updated in particular FeedReader, NewsFlash, Fluent Reader
2022-09-20GLOB_BRACE is not available on all platforms (#4628)Gravatar Alexandre Alapetite
https://php.net/glob #fix https://github.com/FreshRSS/FreshRSS/issues/4627 Improvement of https://github.com/FreshRSS/FreshRSS/pull/4220
2022-09-20Fix show settings page after adding new feed (#4612) (#4631)Gravatar Chris Francy
2022-09-20Fix opcache bug during Web update (#4629)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/4624 #fix https://github.com/FreshRSS/FreshRSS/issues/4605
2022-09-19Update update.phtml (#4625)Gravatar maTh
2022-09-19Fix transaction rollbacks during auto-update (#4622)Gravatar Alexandre Alapetite
#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-19fix: Fix preg_match in enforceHttpEncoding (#4623)Gravatar berumuron
`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-18Improved: Mouse title on empty feeds (#4617)Gravatar maTh
* 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-18Improved: Cleanup CSS of ".log" (#4594)Gravatar maTh
* themes css * Log Level CSS class improved * SCSS * RTL CSS
2022-09-18Fix login page when user does not exist (#4621)Gravatar Alexis Degrugillier
2022-09-18Force default user before rendering login page (#4620)Gravatar Alexis Degrugillier
2022-09-18clean .horizontal-list (#4596)Gravatar maTh
2022-09-18(S)CSS .disable removed (#4619)Gravatar maTh
2022-09-12Improved: eslint + stylelint: Do not scan extension folder (#4606)Gravatar maTh
* ignore in eslint * ignore in stylelint
2022-09-10Start 1.20.1-devGravatar Alexandre Alapetite
2022-09-10Release FreshRSS 1.20.01.20.0Gravatar Alexandre Alapetite
2022-09-10Add Fluent Reader Lite (#4595)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/3418
2022-09-10Update README.fr.md (#3860)Gravatar martinrotter
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-10Update README.md (#3859)Gravatar martinrotter
Sync in RSS Guard is now much faster, better (optional) syncing algorithm was implemented Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-09-10Fix auto-loading of more articles (#4593)Gravatar Alexandre Alapetite
Fix regression from https://github.com/FreshRSS/FreshRSS/pull/4532 https://github.com/FreshRSS/FreshRSS/issues/3974
2022-09-09Workaround invalid OPMLs (#4591)Gravatar Alexandre Alapetite
* Workaround invalid OPMLs #fix https://github.com/FreshRSS/FreshRSS/issues/4590 Accept OPML files lacking text attributes * Tolerate missing head element
2022-09-09Add freshrss network when creating container (#4592)Gravatar Alexis Degrugillier
This will ease the connection between freshrss container and other containers.
2022-09-06Use body text color for input in Alternative Dark theme to improve contrast ↵Gravatar Frans de Jonge
(#4587) Fixes #4585.
2022-09-05Update changelogGravatar Alexandre Alapetite