| Age | Commit message (Collapse) | Author |
|
For uniformity, and to avoid having PHP searching in include_path.
http://php.net/manual/function.include.php
https://github.com/FreshRSS/FreshRSS/pull/1715
https://github.com/FreshRSS/FreshRSS/pull/1711#issuecomment-350581350
|
|
ADMIN_LOG, API_LOG, PSHB_LOG
|
|
* Add more glyphs for opensans font
* Update .htaccess to support woff2 file format
* Fixed browser support for new font face
* Fixed Origine theme css and .htaccess
* Deleted unneeded fonts
* Added stylefiles for OpenSans font
* Fixed all themes with new font css
* Avoid additional CSS file
* htaccess cache control public
* Font casing bug
* Remove TTF font
Too big, low need https://caniuse.com/#search=woff
* Changelog 1032
https://github.com/FreshRSS/FreshRSS/pull/1032
https://github.com/FreshRSS/FreshRSS/pull/1028
|
|
https://github.com/FreshRSS/FreshRSS/issues/1683
https://github.com/Alkarex/EasyRSS/issues/35
|
|
See #1521
|
|
Before, articles were repositioned only when the new and the old article were different. When they were the same, it was just closed.
It was frustrating with long articles, especially during reading.
Now, when an article is collapsed, it is repositionned no matter the collapsing method.
This should fix #1177
|
|
* Change layout for the share options on mobile
Before, it was impossible to click on links to share on small screens.
Now, all dropdowns are opened at the bottom of the screen and stays there.
Linked to #1506
* Change rule for border-radius
|
|
https://github.com/FreshRSS/FreshRSS/issues/1605
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1591
|
|
* [ci] Add Travis
* Exclude some libs
* Semi-auto whitespace fixes
* line length in SQLite
* Exclude tests from line length
* Feed.php line length
* Feed.php: get rid of unnecessary concat
* Feed.php: line length
* bootstrap.php: no newline at end of file
* Allow concatenating across multiple lines
* Add Travis badge
* do-install line length
* update-or-create-user line length
* cli/create-user line length
* tests/app/Models/SearchTest.php fix indentation
* tests/app/Models/UserQueryTest.php fix indentation
* tests/app/Models/CategoryTest.php fix indentation
* [fix] PHP 5.3 on precise
* cli/do-install no spaces
* cli/list-users line length
* cli/reconfigure line length
* empty catch statements
* api/index line length nonsense
* spaces before semicolon
* app/Models/EntryDAO bunch of indentation
* extra blank lines
* spaces before comma in function call
* testing tabwidth
* increase to 10
* comment out tabwidth line
* try older phpcs version 3.0.0RC4
* line length exception for app/install.php
* proper spaces
* stray spaces in i18n
* Minz/ModelPdo line length
* Minz whitespace
* greader line length
* greader elseif placement
* app/Models/Feed.php spacing in function argument
* ignore php 5.3
* app/Models/ConfigurationSetter.php stray whitespace
* EntryDAOSQLite line length
* I vote for higher max line length =P
* ignore SQL
* remove classname complaint
* line length/more legible SQL
* ignore line length nonsense
* greader line length
* feedController issues
* uppercase TRUE, FALSE, NULL
* revert
* importExportController lowercase null
* Share.php default value not necessary because ! is_array () a few lines down
* CategoryDAO constants should be UPPERCASE
* EntryDAO reduce line length
* contentious autofix
* Allow failures on all versions of PHP except 7.1 because reasons
|
|
https://github.com/FreshRSS/FreshRSS/issues/1593
|
|
|
|
Make feedlist padding a bit dynamic
|
|
https://github.com/Alkarex/EasyRSS/issues/31
|
|
Fix Illegal String Offset warning (PHP 7.1) in greader.php
|
|
|
|
|
|
|
|
PHP 7.1 https://github.com/FreshRSS/FreshRSS/issues/1584
|
|
Add support for a new shortcut in reader view
|
|
|
|
Now you can open the original page in the reader view with the same shortcut you'll use in the normal view.
I've changed how we identify the link to make it more flexible.
The previous way was too restrictive since the selector used a really strict path to get the url.
There was another way to achieve the same thing without changing the selector.
It was quite ugly since some meaningless class would be added on the markup to match the selector query.
See #1400
|
|
fix font-sizes of input fields for exotic browsers
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/1556
|
|
|
|
|
|
|
|
|
|
simplified chinese translation
|
|
|
|
|
|
settings and translation entry for English
|
|
https://github.com/FreshRSS/FreshRSS/issues/1531
|
|
|
|
Reduce the number of requests, more robust, many more cases working,
reduced code
|
|
Cases when a user is deleted, or when a feed is deleted.
Removed random key do reduce the risk of subscribing several times to
the same PSHB feed.
|
|
https://github.com/FreshRSS/FreshRSS/issues/1479
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/530
|
|
And avoid HTTP 403 https://github.com/FreshRSS/FreshRSS/issues/1431
|
|
Added Minimal theme
|
|
|
|
[WIP] Feature/username in cli
|
|
https://github.com/FreshRSS/FreshRSS/pull/1423
https://github.com/YunoHost-Apps/freshrss_ynh/issues/27#issuecomment-279792363
|
|
https://github.com/FreshRSS/FreshRSS/issues/1421
https://github.com/FreshRSS/FreshRSS/issues/1348
|
|
|
|
Switch to FreshRss tab when notification is clicked and close notification
|
|
|