aboutsummaryrefslogtreecommitdiff
path: root/p
AgeCommit message (Collapse)Author
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-06Use body text color for input in Alternative Dark theme to improve contrast ↵Gravatar Frans de Jonge
(#4587) Fixes #4585.
2022-09-05Shortcuts: auto-load at least a few articles (#4532)Gravatar Alexandre Alapetite
* Auto-load at least a few articles #fix https://github.com/FreshRSS/FreshRSS/issues/3974 * Fix init * syntax * Aledeg simplification
2022-09-04remove margin-top: 2rem; in Swage (#4566)Gravatar Tealk
* 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-04fix: space key opens empty tab (#4581)Gravatar maTh
* 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-02Improved: Flat theme (#4575)Gravatar maTh
* dropdown-menu hover icon in white * dropdown menu config icon * delete theme icons, use standard icons * about link * RTL * fix
2022-09-02fix (#4576)Gravatar maTh
2022-08-29Fix: global view unread article (#4559)Gravatar maTh
* template.css * themes
2022-08-29Improve input disabled, select disabled (#4546)Gravatar maTh
* set default in template.css * Theme Alternative Dark * Theme Ansum * Theme BlueLagoon * Theme dark * theme Nord * fix
2022-08-29Improved: Mapco/Ansum headline sizes (#4549)Gravatar maTh
* Ansum Theme * Mapco Theme
2022-08-29Fix: swage extension config button (#4551)Gravatar maTh
* add configure class to the slide-opener link * better cog color * cog color of extension configure
2022-08-27Fix #4231 (#4541)Gravatar Aidi Tan
Actually, there are two issues to be fixed: 1. Since `div.flux_content` has been changed to `article.flux_content` in HTML, we should address that in JS too. Or, to take one step further, select it using `.flux_content` directly. 2. For the article already at the first position, its `prev_article` would select `#new-article` whose css attribute `display` is `none` in most cases, which breaks the new position calculation.
2022-08-25Fix: Ansum theme cleaning (#4538)Gravatar maTh
* icons * login screen * fix login screen input in .stick * <legend> in the same height like input * simplefy the search bar button * header height improved * improve the config menu button * navigation bar: border radius * navigation bar: btn hover improved to darker grey, when not within .stick * delete unused code ul.nav * delete outcommented code + translate EN-> FR * fix syntax * fixed and RTL * RTL
2022-08-24fix (#4533)Gravatar maTh
2022-08-23fix: Theme Swage - Text overflow in dropdown menu (#4531)Gravatar maTh
* fix * fix
2022-08-21Improved: error page (#4465)Gravatar maTh
* error page: true HTML page * error page: http500 erorr * error page: add CSP header * 'log.txt' replaced by LOG_FILENAME * use ADMIN_LOG * log.txt => LOG_FILENAME * error message: add <title> * Docs created * delete: documentation on error message page * line break added * added: new line at the end * typo fixed * Update lib/lib_rss.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update lib/lib_rss.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Minz HTTP 500 Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-08-19fixed (#4512)Gravatar maTh
2022-08-18Swage theme cleanup (#4493)Gravatar maTh
* some general.prompt styles now in template.css * login button * same layout for login and register form * improve input and select * legend with dark background instead grey * fix config icon z-index * remove unused code * improve .prompt * set header also on login and register page * fix: show passwort button * improve login button on login and register screen * dropdown menu: smaller line height * improve layout sidebar closer * remove double code * swage.css * fix nits * fix nits * nits nits nits * nits are all around us.... * better position of config button * show header in mobile view + beauty the login button * CSS files * style the about FreshRSS link * delete unused import.svg * fix config sidebar padding * fix position of user query button in mobile view * improve config button in user query dropdown * fix global view overlay * fix close button aside bar in reader view * generated CSS files * Update swage.scss * fix nav_menu icon color of unread and favorite * improve search bar positioning in mobile view * read-all dropdown menu opens to left side in mobile view * restyle the new-article banner * improve big read button * make the header fixed while scrolling * fix search input while scrolling * improve config icons layout in .box * fix scrollbar:hover in template.css * improve article footer dropdowns * swage.css * Update main.js * Update main.js * fix (S)CSS * config navigation improved * left feed navigation: hover color added * CSS files * Update swage.scss * New Article banner improved margin * textarea: removed grey background * remove unnecessary line * Revert new-article banner layout * Remove :hover in slider * fix select height in sharing config * Fix scrollbar for slider with white background * fix: slider close button with theme color * fixed scrollbar CSS
2022-08-15Article css filtering (#4501)Gravatar papaschloss
* Update feedController.php * Update subscriptionController.php * Update DatabaseDAO.php * Update Entry.php * Update Feed.php * Update FeedDAO.php * Update install.sql.mysql.php * Update install.sql.pgsql.php * Update install.sql.sqlite.php * Update sub.php * Update opml.phtml * Update ImportService.php * Update update.phtml * Update feed.js * Update install.sql.mysql.php * Update install.sql.pgsql.php * Update install.sql.sqlite.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update sub.php * Update FeedDAO.php * Update feedController.php * Update subscriptionController.php * Update Entry.php * Update Feed.php * Update feedController.php * Update subscriptionController.php * Update ImportService.php * Update opml.phtml * Update update.phtml * Update update.phtml * Update update.phtml * Update DatabaseDAO.php * Update app/Models/Entry.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/i18n/fr/sub.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update p/scripts/feed.js Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/Controllers/feedController.php * make fix-all * Update documentation * css_path_filter help message * i18n en-us ignore Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-08-15Fix very long tree-folder-items (#4502)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/4217
2022-08-15Set standard CSS for login register form (#4504)Gravatar maTh
* set default to template.css * adark theme * ansum theme * template.css * adark theme * BlueLagoon theme * dark theme * flat theme * mapco theme * Nord theme * Origine prompt * Origine Compact theme * Pafat theme * Screwdriver theme * swage theme * Update template.rtl.css
2022-08-10Composer require php extensions (#4497)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/discussions/4494
2022-08-08Refactor entry-to-GReader API format (#4490)Gravatar Alexandre Alapetite
* Refactor entry to GReader API format Some code was copied in two locations and not completely uniform. Cleaning of related variables and functions (e.g. better types for entries and categories as objects vs. as IDs). Usecase: I need to call the same GReader-compatible serialization from an extension * Fixed some edge cases * Keep summary instead of content `summary` and `content` seems to be used interchangeably in the Google Reader API. We have been using `summary` for our client API and `content` in our export/import, so stick to that.
2022-08-06Fix: Mapco theme cleaning (#4491)Gravatar maTh
* translated the comments FR -> EN * delete useless extra styles for login header (template.css) * <select> in the same height like <input> * simplefy the search bar button * improve the config menu button * improve the layout of the login/register prompt * navigation bar: border radius * navigation bar: btn hover improved to darker grey, when not within .stick * header height improved * delete unused code ul.nav * delete outcommented code * translate comments FR -> EN * improve login form layout * icons: do not use it as background-image * mapco.css * fixes the nuts * more nuts * improve mobile login form * delete unused view-normal.svg * compress the svg icons
2022-08-06fix (#4492)Gravatar maTh
2022-07-31Update main.js (#4471)Gravatar maTh
2022-07-31themes improvements (#4472)Gravatar maTh
2022-07-31sidebar and subscription management (#4474)Gravatar maTh
2022-07-27delete the link style given by default (#4459)Gravatar maTh
2022-07-22Cleanup CSS .pagination (#4455)Gravatar maTh
* remove .pagination .item a:hover * remove .pagination .loading * Update swage.scss * .pagination .item a centralized to template.css * adark theme: mobile: border * remove text-align: center * remove .pager-current * remove .content .pagination * remove font-size * font-style: italic; in template.css * fix
2022-07-19Fix/Improved: Slider mobile (#4416)Gravatar maTh
* add close button, add content slider div * add &ajax=1#slider to the links * CSS * fix showPW functionality * open slider after received Ajax * do not show empty slider * RTL CSS * fixed code smell * improved: links prep via JS * Redirect anchor * enable #anchors in printuri() * enable #slider when config was saved * Active sliding via JS Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-07-19Fix: header height (#4452)Gravatar maTh
* set default header height: 85px * themes * fix css RTL
2022-07-17Improved: Article header (#4101)Gravatar maTh
* First draft for normal view * Revert changes on the entry header * Update normal.phtml * Update normal.phtml * RTL CSS * CSS fixes * Better tags style * fix * Update swage.scss * fix * Update swage.scss * fixed .content header * font-size in rem * improved template * dropdown menu if more than 7 tags * configuration: show tags in topline * Simplify loop logic * Minor space * config tags via reading (i18n still missed) * fixed the whitespaces * optimizations * optimize header+footer * Update normal.phtml * fix css * new config: show author+date in footer * config feed name display * improve HTML * fix whitespaces * i18n * i18n: German translations * fix i18n German * fixed: uncouple from bottomline config * reverted: tobline_tags * equalities * fixed: author in footer * fixed data-leave-validation * improved max numbers i18n label * Config works now also in the reader view * fix: footer border * reader view: style article-header-topline * fixed whitespace * i18n fr * Minor i18n fr * Fix mistake i18n fr * i18n fr more precise expression * Fix JavaScript * removed the link icon in the title * clean CSS Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-07-17Fix #4447: Nord theme (#4451)Gravatar maTh
* fix: add height 100% for <html> * remove height 100% in all themes * fixed order in template.css
2022-07-04Dynamic OPML (#4407)Gravatar Alexandre Alapetite
* Dynamic OPML draft #fix https://github.com/FreshRSS/FreshRSS/issues/4191 * Export dynamic OPML http://opml.org/spec2.opml#1629043127000 * Restart with simpler approach * Minor revert * Export dynamic OPML also for single feeds * Special category type for importing dynamic OPML * Parameter for excludeMutedFeeds * Details * More draft * i18n * Fix update * Draft manual import working * Working manual refresh * Draft automatic update * Working Web refresh + fixes * Import/export dynamic OPML settings * Annoying numerous lines in SQL logs * Fix minor JavaScript error * Fix auto adding new columns * Add require * Add missing 🗲 * Missing space * Disable adding new feeds to dynamic categories * Link from import * i18n typo * Improve theme icon function * Fix pink-dark
2022-07-02Added Nord based theme (#4400)Gravatar Joel Garcia
* added new theme * removed old picture * modified color of summary and author * fixed input elements being hard to distinguish * make fix-all * markdown lint * cleaned up css, still incomplete afaik * removed duplicate, highlight current article * removed more duplicates, reordered some things * make fix-all * removed last few css duplicates * removed empty css blocks * make fix-all * Cleaned CSS - deleted styles that are maintained in template.css * RTL CSS * color changed from template * icons deleted that did not change to the default icons * Fix CSS (tabs instead of spaces) + RTL * Delete import.svg * use CSS filter instead of coloured theme icons * active buttons are noticeable, more colored icons * removed unnecesary line * added background to favicons * make fix-all * RTL * removed background color change since its not present in other menus * make fix-all * fixed alerts, code sections * fixed some css being inconsistent * renamed to Nord * removed important from css * Reorder CSS, fix duplicate, update RTL CSS * ran npm fix and test. Removed duplicates * fixed link color in warnings * changed alert-warn colors * color of icons can be changed with css * make fix-all * oops, fixed spaces instead of tabs * border color fix * border color fix * Global view: dark background Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: mathContao <math-home@web.de>
2022-06-19Update all test dependencies (#4419)Gravatar Alexandre Alapetite
* 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-11Added themeing to missing "category" -icon (#4409)Gravatar Miika Launiainen
* Color category icon, too
2022-06-02New search engine (#4378)Gravatar Alexandre Alapetite
* New possibility to invoke user queries from a search expression From the search field: `S:"My query"`. Can be combined with other filters such as `S:"My query" date:P3d` as long as the user queries do not contain `OR`. A use-case is to have an RSS filter with a stable address or an external API call with the ability to update the user query. * Draft of parenthesis logic * More draft * Working parenthesis (a OR b) (c OR d) * Working (A) OR (B) * Support nested parentheses + unit tests + documentation * search:MySearch and S:3
2022-05-30Slider: close via shortcut (#4394)Gravatar maTh
* change close-slider behind slider * open/close slider via anchor * use shortcuts globaly * deleted debugging console.log()
2022-05-30Improved: Feed config: title, website url, feed url (#4258)Gravatar maTh
* do not display "website" in dropdown menu, when it is empty * feed name and URL required. input type = url * Update app/views/helpers/feed/update.phtml Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/views/helpers/feed/update.phtml Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * fix spaces and tabs * use classes indead of ID Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-05-22CSS files: z-index modified (mostly deleted) (#4382)Gravatar maTh
2022-05-22Fix: Space between favicon and feed name (#4383)Gravatar maTh
* template.css * fixed RTL
2022-05-19New limit option when reloading a feed (#4370)Gravatar Alexandre Alapetite
2022-05-15fix preview (#4291)Gravatar maTh
* fix * Update extra.js * reorga the scripts * Update extra.js * Several fixes https://github.com/FreshRSS/FreshRSS/pull/4291#issuecomment-1125472321 * More fixes * Cleaning * fix pr 4291 * Reorganise some script functions * Remove unused popup-txt And associated function openPopupWithMessage * Fix archiving categories https://github.com/FreshRSS/FreshRSS/pull/4291#issuecomment-1126924602 * Fix stats https://github.com/FreshRSS/FreshRSS/pull/4291#issuecomment-1126983134 * Fix direct subscription E.g. http://localhost/i/?c=subscription&id=735 * Fix subscription add https://github.com/FreshRSS/FreshRSS/pull/4291#issuecomment-1126991621 Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-05-15fixed tagEntry redirection (#4366)Gravatar bulewhale235
2022-05-09Option icons-as-emojis for performance (#4353)Gravatar Alexandre Alapetite
New mode to use only emojis instead of icons. Considerably improves performances. Needed for 20k+ feeds scenario https://github.com/FreshRSS/FreshRSS/pull/4347
2022-04-26Created new theme: Dark pink (#4311)Gravatar Miika Launiainen
* Added Dark pink theme * Added myself * Auto-fix whitespace * Fixed log navigation button coloring * Optimized SVGs * Removed black background of png files * Use the main theme and change only colors * Fixed new article text coloring * Fixed dropdown arrow coloring * Added icon coloring * Removed unneeded icons * Color the input borders with pink, too on focus * Added coloring to missing icons * Found better way to color the icons * Color notification borders with pink * Fix tests `make fix-all` `make test` * important is not actually needed * Updated thumbnail * Colored Subscription management button's right border Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: maTh <math-home@web.de>
2022-04-24Fix: show password with touch (#4327)Gravatar maTh
* it works with alert * timout does not work without alert * switch to click - it solve all problems * Update extra.js * Update extra.js * Update extra.js * Update p/scripts/extra.js Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2022-04-19Fix navigator.share insertRule (#4321)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/pull/4271#discussion_r834288556 Moved to after `DOMContentLoaded`