Commit Graph

4831 Commits

Author SHA1 Message Date
Alexandre Alapetite
7728b346d3 Changelog
+ Forgotten IE11 in readme
2021-08-20 14:51:28 +02:00
Poorchop
abe559c88c Modify bright elements in adark.css mobile view (#3774)
Elements with bright backgrounds in mobile view now have a dark background.
2021-08-20 14:11:02 +02:00
maTh
f1e15cdd82 Improve the link "back to RSS feeds": set a CSS class (#3761)
* templates

* improved CSS class names
2021-08-20 14:07:14 +02:00
maTh
051cf5be10 docs (#3784) 2021-08-20 14:06:00 +02:00
Alexandre Alapetite
6004de845f Docker with Debian 11 (#3782)
PHP 7.4.21, Apache/2.4.48
2021-08-19 16:38:55 +02:00
maTh
5506b71051 Install routine: Reload button if checks fail (#3771)
* 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-15 23:35:36 +02:00
maTh
802409be90 main + nav (#3747) 2021-08-15 23:34:09 +02:00
caminsha
1f7bd93c5f Use environment variables (#3756)
* 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-14 12:24:38 +02:00
maTh
9234a8a39a Fix docs link to dev themes (#3746)
* link fixed

* fix2
2021-08-14 12:23:16 +02:00
Alexandre Alapetite
7d83321286 Better catch when a user does not exists (#3751)
#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-14 12:22:42 +02:00
maTh
92ae9c89a4 fix (#3765) 2021-08-14 12:06:00 +02:00
Alexandre Alapetite
eb5f3a5cf2 Minor fix phpcbf
Minor whitespace from https://github.com/FreshRSS/FreshRSS/pull/3721
2021-08-04 12:42:42 +02:00
maTh
fce021aad6 Themes incl javascript files (#3739)
* it works

* optimized
2021-08-04 12:26:18 +02:00
maTh
15358f9d4b New article text banner: fix line-height (#3731)
* fix line-height

* fix the order of css rules
2021-08-04 12:15:46 +02:00
maTh
3d12c2809f fix the height of select (#3727)
* fix the height of select

* better fix
2021-08-04 12:12:54 +02:00
Alexandre Alapetite
4cee729bd4 PHP exec manipulate.translation (#3743) 2021-08-04 11:59:32 +02:00
maTh
8dc9fde24d Install routine freshup (#3721)
* 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-04 11:38:54 +02:00
Alexandre Alapetite
9219002953 Fix some wrong new line formats (#3742)
And exclude `*.cache` for `.phpunit.result.cache`.
2021-08-04 11:38:10 +02:00
Raineer
d170934fb7 Added Raindrop.io as sharing option (#3717)
* 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-08-04 11:28:39 +02:00
maTh
c1eb260f44 better contrast (#3725) 2021-07-26 23:29:43 +02:00
maTh
d820cf7098 fix i18n translation (#3720)
original (English):
 'confirm_reinstall' => 'You will lose your previous configuration by reinstalling FreshRSS. Are you sure you want to continue?',
2021-07-26 13:46:44 +02:00
proletarius101
d66f277b30 added proletarius101 to CREDITS.md (#3719) 2021-07-25 17:18:18 +02:00
proletarius101
76db9a6ae3 [docs] fix the cron container terminates upon start (#3718) 2021-07-25 13:49:58 +02:00
Alexandre Alapetite
069e29f922 Changelog 2021-07-24 23:23:15 +02:00
Alexandre Alapetite
23158b83cd Alpine 3.14 (#3715)
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-24 22:17:44 +02:00
Alexandre Alapetite
705be9a6a1 Search labels (#3709)
* 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-24 19:32:43 +02:00
Alexandre Alapetite
247dfa6c1b Fix marking as read a label with SQLite (#3711)
Cf. https://github.com/FreshRSS/FreshRSS/pull/3709#issuecomment-885334063
2021-07-24 19:25:59 +02:00
maTh
fe59d02066 install routine: template to html5 (#3713) 2021-07-24 19:13:39 +02:00
maTh
6bf755dd41 Fix link to developers docs in readme.md (#3712) 2021-07-23 17:30:59 +02:00
maTh
ab0285b0aa Add HTML5 tags (#3651)
* 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-21 22:42:04 +02:00
Alexandre Alapetite
3c945bee7b i18n fr fix old-new tag label (#3703) 2021-07-19 23:39:54 +02:00
Jamie Slome
3d2fea6bbf Create SECURITY.md (#3702) 2021-07-18 01:42:00 +02:00
Alexis Degrugillier
714b40e2de Add system configuration for extension (#3626)
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-11 15:11:10 +02:00
maTh
3ed9d00f0a changed <h2> to <legend> (#3676)
* 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-07-11 14:58:41 +02:00
maTh
dff31cf557 added me to CREDITS.md (#3680)
* added me

it is a pleasure for me

* Update CREDITS.md

correct order
2021-06-30 08:34:02 +02:00
Frans de Jonge
2733fe1fd3 [docs] Fix typo in server requirements (#3681) 2021-06-29 13:35:01 +02:00
maTh
991ee64db2 3672 notification icon (#3678)
* icon with padding to border

* resized icon to 256
2021-06-28 21:10:12 +02:00
Alexandre Alapetite
c5ca737062 Git 2.21 compatiblity (#3669)
#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 23:10:25 +02:00
Frans de Jonge
70d8935a1b [i18n] German: flip alter/neuer typo (#3668)
Fixes https://github.com/FreshRSS/FreshRSS/issues/3667
2021-06-07 22:26:25 +02:00
Alexandre Alapetite
483b6eb333 Drop PHP5 and IE11 (#3666)
* 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-07 17:53:47 +02:00
Alexandre Alapetite
e02d1cd311 Next release will not be minor
We already know it will be more than 1.18.2 and therefore 1.19.0 instead
2021-06-07 17:44:23 +02:00
Alexandre Alapetite
32d25875cd Start next version 1.18.2-dev 2021-06-07 16:42:17 +02:00
Alexandre Alapetite
c785cdfb00 Release 1.18.1 1.18.1 2021-06-06 22:54:48 +02:00
marcohald
c23e0136d0 Update 08_FeedUpdates.md (#3635)
* 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-06 22:32:12 +02:00
Alexis Degrugillier
3c3eab768e Fix user creation form redirection (#3656)
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-01 14:16:33 +02:00
Alexis Degrugillier
d6a0af6ba0 Fix navigation JS error (#3655)
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-06-01 09:36:26 +02:00
Alexis Degrugillier
4823e6df11 Change links to add feeds (#3650)
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-31 17:24:42 +02:00
Alexandre Alapetite
54e0a6e553 Fix git update error message (#3645)
#fix https://github.com/FreshRSS/FreshRSS/issues/3644
2021-05-30 12:05:50 +02:00
Alexandre Alapetite
319d7dc185 Minor whitespace (#3639)
Spotted in https://github.com/FreshRSS/FreshRSS/issues/3638
2021-05-26 19:54:47 +02:00
martinrotter
c3074d6724 Add rssguard to french readme too (#3632) 2021-05-19 06:25:02 -04:00