Commit Graph

7003 Commits

Author SHA1 Message Date
maTh
9aed5ef48f Fixed: overflowing tables on small screens (#3819)
* fix

* overflow-x

* a better fix, that fix all tables

* Revert "a better fix, that fix all tables"

This reverts commit 3bc9447347.

* user list table with wrapper

* scrolling table: extension table
2021-09-03 08:35:44 +02:00
maTh
be61a3f771 delete firefox 63 informatoin (#3822) 2021-09-02 22:27:37 +02:00
maTh
595979d97f Add navigation to about page (#3804)
* add navigation to about page

* empty headline in aside navigation

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-09-02 09:18:20 +02:00
maTh
b563e4badb Improved <kbd> line break (#3817)
* fix CSS

* improved
2021-09-02 09:16:26 +02:00
maTh
f1a4cfa482 <pre> -> <kbd> (#3821) 2021-09-02 09:11:39 +02:00
maTh
0a7be425f3 fix broken sharing services (#3794)
* changed the help link of movim from github to official website
* fixed missed help link of lemmy
* fixed missed link of mastodon
* reorder the share services - now ordered by alphabet
* extended the comments
2021-08-30 22:31:11 +02:00
Alexandre Alapetite
2981a7b303 Changelog 2021-08-30 16:54:29 +02:00
Alexis Degrugillier
3ae7474614 Fix documentation typo (#3810)
See #3809
2021-08-30 15:11:23 +02:00
ORelio
50ba6bbe07 UI: Add optional thumbnail and summary on feed items (#3805)
* UI: Add optional thumbnail and summary on feed items

Implements #561

* UI: Thumbnail: Own column, Custom size, Lazy load

* UI: Thumbnail: Remove unnecessary CSS rule

Remove rule already defined in base theme, no override needed

* CSS lint + RTL

* Improve thumbail and summary generation

* Support img alt

* Missing htmlspecialchars

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2021-08-30 10:58:06 +02:00
Alexandre Alapetite
812eda1fa0 Fix wrong method name (#3808)
Fix error from https://github.com/FreshRSS/FreshRSS/pull/2275 but that line was not used just yet anyway
2021-08-30 08:02:39 +02:00
Alexandre Alapetite
dfe90cba86 Run CSS validation manually 2021-08-29 20:59:02 +02:00
Poorchop
2b27f4500e Darken bright elements in Alternative Dark theme (#3806)
- Table headers and box titles on the subscription management page use bright white backgrounds. This modifies these elements to use a dark background in order to be consistent with the rest of the theme.
- This also modifies tables to have dark borders.
2021-08-29 15:07:18 +02:00
Poorchop
9347a5a2eb Add RTLCSS rules for changes introduced in #3774 (#3807)
- This also deletes a redundant CSS background rule.

Co-authored-by: Poorchop <>
2021-08-29 15:06:36 +02:00
Frans de Jonge
9178fd30c2 Statistics: update Flotr2 to latest release from EnterpriseDB (#3800)
It contains a few minor fixes for Google's breaking changes in Blink.

See <https://github.com/EnterpriseDB/Flotr2> for the repo.

Cf. <https://github.com/FreshRSS/FreshRSS/pull/3799#issuecomment-905370969>
2021-08-28 21:33:35 +02:00
maTh
b83f0887cc improved origine.css (#3795) 2021-08-28 21:29:15 +02:00
Frans de Jonge
6304c56b60 Statistics: dynamically resize (#3799)
* Statistics: dynamically resize

Follow-up on <https://github.com/FreshRSS/FreshRSS/pull/3797>.

* also do 'repartiton'
2021-08-25 15:52:28 +02:00
maTh
7d193bc725 Update key.svg (#3802) 2021-08-25 15:51:01 +02:00
maTh
d049277807 fix: changed "for" and "id" (#3801) 2021-08-25 13:06:12 +02:00
maTh
6c396997f2 Statistics: improved layout (#3797)
* css grid layout

* Update repartition.phtml

* scrolling the canvas if it does not fit
2021-08-25 11:52:40 +02:00
maTh
235f16647a Settings: Display - icons table in mobile view fixed (#3792)
* fixed all themes

* fixed swage.scss
2021-08-22 23:01:37 +02:00
Alexandre Alapetite
ee2d2db780 Fallback for feeds with empty title (#3787)
* Fallback for feeds with empty title
Address a part of https://github.com/FreshRSS/FreshRSS/issues/3776 for existing feeds

* Also strip www prefix

* Reuse fallback logic
2021-08-22 13:33:58 +02:00
maTh
93f759fd4f changed about.phtml (#3790) 2021-08-20 23:25:27 +02:00
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