summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-20ChangelogGravatar Alexandre Alapetite
+ Forgotten IE11 in readme
2021-08-20Modify bright elements in adark.css mobile view (#3774)Gravatar Poorchop
Elements with bright backgrounds in mobile view now have a dark background.
2021-08-20Improve the link "back to RSS feeds": set a CSS class (#3761)Gravatar maTh
* templates * improved CSS class names
2021-08-20docs (#3784)Gravatar maTh
2021-08-19Docker with Debian 11 (#3782)Gravatar Alexandre Alapetite
PHP 7.4.21, Apache/2.4.48
2021-08-15Install routine: Reload button if checks fail (#3771)Gravatar maTh
* template + translations translation made with Google translate + check with my knowledge + recheck with invers translation * Update app/install.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-08-15main + nav (#3747)Gravatar maTh
2021-08-14Use environment variables (#3756)Gravatar caminsha
* Add .env file for docker-compose (fix #3755) Adding a .env has the advantage that the configuration can be stored in a separate file and it'll be possible to just get the newest docker-compose.yml file. * Update documentation for the .env file * Update Docker/README.md Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2021-08-14Fix docs link to dev themes (#3746)Gravatar maTh
* link fixed * fix2
2021-08-14Better catch when a user does not exists (#3751)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/3735 Before, we were relying on an exception during the first stages of user initalisation. Now the check is explicit and cleaner, producing a more appropriate HTTP response for the API.
2021-08-14fix (#3765)Gravatar maTh
2021-08-04Minor fix phpcbfGravatar Alexandre Alapetite
Minor whitespace from https://github.com/FreshRSS/FreshRSS/pull/3721
2021-08-04Themes incl javascript files (#3739)Gravatar maTh
* it works * optimized
2021-08-04New article text banner: fix line-height (#3731)Gravatar maTh
* fix line-height * fix the order of css rules
2021-08-04fix the height of select (#3727)Gravatar maTh
* fix the height of select * better fix
2021-08-04PHP exec manipulate.translation (#3743)Gravatar Alexandre Alapetite
2021-08-04Install routine freshup (#3721)Gravatar maTh
* navigation: disable next steps * change icon to full icon (incl. text) * navigation is a ordered list * set mouse title on each navigation item * navigation: next steps in grey italc
2021-08-04Fix some wrong new line formats (#3742)Gravatar Alexandre Alapetite
And exclude `*.cache` for `.phpunit.result.cache`.
2021-08-04Added Raindrop.io as sharing option (#3717)Gravatar Raineer
* Added Raindrop.io as sharing option * Added entires to i18n ignore files * Fix TODOs Co-authored-by: Michael Miller <commits@rain.bz> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-07-26better contrast (#3725)Gravatar maTh
2021-07-26fix i18n translation (#3720)Gravatar maTh
original (English): 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?',
2021-07-25added proletarius101 to CREDITS.md (#3719)Gravatar proletarius101
2021-07-25[docs] fix the cron container terminates upon start (#3718)Gravatar proletarius101
2021-07-24ChangelogGravatar Alexandre Alapetite
2021-07-24Alpine 3.14 (#3715)Gravatar Alexandre Alapetite
https://alpinelinux.org/posts/Alpine-3.14.0-released.html * Apache updated to Apache/2.4.48 (from 2.4.46) https://downloads.apache.org/httpd/CHANGES_2.4.48 * PHP updated to PHP 8.0.8 (from 8.0.2) https://www.php.net/ChangeLog-8.php#8.0.8
2021-07-24Search labels (#3709)Gravatar Alexandre Alapetite
* Search labels #fix https://github.com/FreshRSS/FreshRSS/issues/3704 * Documentation * Allow list without quotes * Allow boolean AND searches * Allow searching any label * fix labels alias
2021-07-24Fix marking as read a label with SQLite (#3711)Gravatar Alexandre Alapetite
Cf. https://github.com/FreshRSS/FreshRSS/pull/3709#issuecomment-885334063
2021-07-24install routine: template to html5 (#3713)Gravatar maTh
2021-07-23Fix link to developers docs in readme.md (#3712)Gravatar maTh
2021-07-21Add HTML5 tags (#3651)Gravatar maTh
* use HTML5 tags #3643 added some HTML5 tags: header, main, nav * <main> into <div> as dicussed in the PR. Todo: check side effects (f.e. threepaneview extension) * fixed whitespace with tabs * fixed more whitespaces with tabs it was not my fault, but I fixed it * added empty lines as wished * Update app/views/index/global.phtml Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update app/views/index/global.phtml * Update app/views/index/global.phtml * Update app/views/index/global.phtml * Update app/views/index/global.phtml * Update app/views/index/global.phtml * Update app/views/index/global.phtml Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2021-07-19i18n fr fix old-new tag label (#3703)Gravatar Alexandre Alapetite
2021-07-18Create SECURITY.md (#3702)Gravatar Jamie Slome
2021-07-11Add system configuration for extension (#3626)Gravatar Alexis Degrugillier
Before, only the user configuration was supported by extensions. But it was limiting if one has to create a system extension with configuration. Now, both user and system configuration are supported.
2021-07-11changed <h2> to <legend> (#3676)Gravatar maTh
* changed <h2> to <legend> * white spaces replaced to tabs Thanks for the review * fixed shortcut.phtml headline legend -> h2 * fixed bookmarklet.phtml headline legend -> h2
2021-06-30added me to CREDITS.md (#3680)Gravatar maTh
* added me it is a pleasure for me * Update CREDITS.md correct order
2021-06-29[docs] Fix typo in server requirements (#3681)Gravatar Frans de Jonge
2021-06-283672 notification icon (#3678)Gravatar maTh
* icon with padding to border * resized icon to 256
2021-06-07Git 2.21 compatiblity (#3669)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/3665 `git branch --show-current` requires git 2.22+ https://stackoverflow.com/questions/1417957/show-just-the-current-branch-in-git
2021-06-07[i18n] German: flip alter/neuer typo (#3668)Gravatar Frans de Jonge
Fixes https://github.com/FreshRSS/FreshRSS/issues/3667
2021-06-07Drop PHP5 and IE11 (#3666)Gravatar Alexandre Alapetite
* Drop PHP5 and IE11 https://github.com/FreshRSS/FreshRSS/discussions/3321 Our Docker :oldest is now based on Alpine 3.5 (2016-12-22) * More uniform * More changelog
2021-06-07Next release will not be minorGravatar Alexandre Alapetite
We already know it will be more than 1.18.2 and therefore 1.19.0 instead
2021-06-07Start next version 1.18.2-devGravatar Alexandre Alapetite
2021-06-06Release 1.18.11.18.1Gravatar Alexandre Alapetite
2021-06-06Update 08_FeedUpdates.md (#3635)Gravatar marcohald
* Update 08_FeedUpdates.md Added hint to https://freshrss.github.io/FreshRSS/en/users/03_Main_view.html#online-cron * Update docs/en/admins/08_FeedUpdates.md * Update docs/en/admins/08_FeedUpdates.md Co-authored-by: marcohald <marcohald@users.noreply.github.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-06-01Fix user creation form redirection (#3656)Gravatar Alexis Degrugillier
Before, when there was an error during the user creation process, the user was always redirected to the same page no matter where the creation process was initiated (registration or creation by an admin). Thus, there were no error messages displayed when something went bad during the creation process by an admin. Now, the origin of the user creation has been added to the form to be able to redirect the user to the proper page.
2021-06-01Fix navigation JS error (#3655)Gravatar Alexis Degrugillier
Before, the UP navigation button was generating an error when no article was selected. The process to navigate to the first element was using the position of the current element to compute the offset, thus generating said error. Now, if no article is selected, the first article is used as a fall-back. See #3654
2021-05-31Change links to add feeds (#3650)Gravatar Alexis Degrugillier
Before, the links was redirecting to the subscription management page which was the default behavior before changes introduced in 1.17.0 (#3027). All links were modified except the one for empty content. Now, the empty content links are redirecting to the proper page. See #3642
2021-05-30Fix git update error message (#3645)Gravatar Alexandre Alapetite
#fix https://github.com/FreshRSS/FreshRSS/issues/3644
2021-05-26Minor whitespace (#3639)Gravatar Alexandre Alapetite
Spotted in https://github.com/FreshRSS/FreshRSS/issues/3638
2021-05-19Add rssguard to french readme too (#3632)Gravatar martinrotter