| Age | Commit message (Collapse) | Author |
|
FreshRSS 1.12.0
|
|
https://github.com/FreshRSS/FreshRSS/pull/2049
https://github.com/FreshRSS/FreshRSS/milestones/1.12.0
|
|
* Fix Config pages in Swage Theme
Fix config & extensions pages; experimental fix for over-length menu options
* unminify Swage CSS
make swage.css readable.
* Update template.css
prevent a dropdown menu item from wrapping multiple lines
|
|
* Fix public IP detection
gethostbyname() may not return the expected public IP in a container
deployment or behind a proxy.
https://github.com/FreshRSS/FreshRSS/pull/2010/files#r228714764
Might have set to false `pubsubhubbub_enabled` some installations made
from stratch from version 1.11.2.
* Changelog 2084
|
|
https://github.com/FreshRSS/FreshRSS/pull/2081
|
|
Commit was performed too early, potentially before the last feeds were
done refreshing
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/2077
https://github.com/FreshRSS/FreshRSS/pull/2078
https://github.com/FreshRSS/FreshRSS/issues/2061
https://github.com/FreshRSS/FreshRSS/pull/2062
|
|
* MySQL GUID case sensitive
latin1_bin
https://github.com/FreshRSS/FreshRSS/issues/2077
* Prepare update for existing bases
* Perform DB update during actualize
* Reduce frequency slightly
* No optimize at the same time
* Take advantage of the SQL modifications in 1.12
* Move higher up
* Move to purge, which all users can manually call
|
|
|
|
* Add Fever API debug
https://github.com/FreshRSS/FreshRSS/issues/2043
* Default without debug logging
|
|
* Allow dot in username
https://github.com/FreshRSS/FreshRSS/issues/2061
* Missing quotes for special chars in PostgreSQL
|
|
https://github.com/FreshRSS/FreshRSS/pull/2069
|
|
* Add Swage Theme
Add a new Theme to FreshRSS
* Update Credits
Add additional line to Credits
* CSS Fixes
Fix glitches in CSS.
* Add Missing Icon
Add Icon was missing from theme.
|
|
Translated that
|
|
|
|
* Fixed the TODOs
* Remove trailing whitespace
|
|
* Fixed the TODOs
* Remove trailing whitespace
|
|
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/2056
https://github.com/FreshRSS/FreshRSS/pull/2057
https://github.com/FreshRSS/FreshRSS/pull/2058
https://github.com/FreshRSS/FreshRSS/pull/2059
|
|
https://github.com/FreshRSS/FreshRSS/issues/2056
|
|
https://github.com/FreshRSS/FreshRSS/issues/2056
|
|
https://github.com/FreshRSS/FreshRSS/issues/2056
|
|
https://github.com/FreshRSS/FreshRSS/pull/2053
|
|
Previous workaround was not working anymore
https://github.com/FreshRSS/FreshRSS/issues/1894
https://github.com/FreshRSS/FreshRSS/pull/1924
|
|
https://github.com/FreshRSS/FreshRSS/pull/2052
https://github.com/FreshRSS/FreshRSS/issues/1020#issuecomment-428515868
|
|
https://github.com/FreshRSS/FreshRSS/issues/1020#issuecomment-428515868
|
|
|
|
* Ensure fast flush of HTTP headers and HTML head
The fast flush optimisation done in
https://github.com/FreshRSS/FreshRSS/pull/1133 does not seem to work
anymore (need to check if it is related to a PHP version).
Work-around when PHP flush() is not working
Can be tested by adding a `sleep(5);` after:
https://github.com/FreshRSS/FreshRSS/blob/ee902ee7c4370421802768c3105ba269a4f97b16/app/layout/layout.phtml#L27
Follow-up of the performance checks of
https://github.com/FreshRSS/FreshRSS/pull/2040
* output_buffering in .user.ini for PHP CGI / FPM
* Reuse .user.ini for Docker PHP config
* Longer flush
Flush a bit later, to be compatible with the default value of 4096 for
PHP output_buffering, and thus avoid the need of tuning the value.
|
|
|
|
https://github.com/FreshRSS/FreshRSS/pull/2040
https://github.com/FreshRSS/FreshRSS/pull/2044
https://github.com/FreshRSS/FreshRSS/pull/2045
https://github.com/FreshRSS/FreshRSS/pull/2047
https://github.com/FreshRSS/FreshRSS/pull/2048
|
|
There are some actions that require confirmation also in the
configuration pages, such as delete user.
|
|
https://github.com/FreshRSS/FreshRSS/issues/2042
|
|
Until the next logout/login, the auto actualize feeds feature would be
called wrongly
|
|
* Remove next prefetch
This approach was only efficient in the specific case when no change was
made (no mark-as-read, favourites, tags), and useless in the other
situations.
Removed to reduce server load.
* Remove next prefetch from JavaScript too
* Remove some preload / prefetch
While useful for the first request, those preload / prefetch hints are
slightly negative for the following requets, especially server-side,
e.g. generating one log entry in Apache, and a bit more network traffic.
* Revert mistake
* Remove comment
https://github.com/FreshRSS/FreshRSS/pull/2040#discussion_r223214915
|
|
|
|
https://github.com/FreshRSS/FreshRSS/issues/2031
https://github.com/FreshRSS/FreshRSS/pull/2037
|
|
https://github.com/FreshRSS/FreshRSS/issues/2031
|
|
https://github.com/FreshRSS/FreshRSS/issues/2012
https://github.com/FreshRSS/FreshRSS/pull/2036
|
|
* git clean before git auto-update
To avoid https://github.com/FreshRSS/FreshRSS/issues/2012 in the future
* More generic SQLite file filter
* Another -f
https://git-scm.com/docs/git-clean
|
|
https://github.com/FreshRSS/FreshRSS/pull/2032
|
|
* Message when PHP is not installed
* or configured correctly
|
|
* First draft of custom tags
https://github.com/FreshRSS/FreshRSS/issues/928
https://github.com/FreshRSS/FreshRSS/issues/1367
* SMALLINT to BIGINT for id_entry
And uppercase SQL types
* Fix layout for unreads
* Start UI menu
* Change menu order
* Clean database helpers
https://github.com/FreshRSS/FreshRSS/pull/2027#discussion_r217971535
* Travis rules do not understand PostgreSQL constants
Grrr
* Tag controller + UI
* Add column attributes to tags
* Use only favicon for now, for label
* Fix styling for different themes
* Constant for maximum InnoDB index length in Unicode
https://github.com/FreshRSS/FreshRSS/pull/2027#discussion_r219052200
(I would have personnally prefered keeping the readability of a real
value instead of a constant, in this case of many SQL fields)
* Use FreshRSS_Factory::createCategoryDao
* Add view of all articles containing any tag
* Fix search in tags
* Mark as read tags
* Partial auto-update unread tags
* More auto update tag unreads
* Add tag deletion
* Do not purge tagged articles
* Minor comment
* Fix SQLite and UI bug
* Google Reader API support for user tags
Add SQL check that tag names must be distinct from category names
* whitespace
* Add missing API for EasyRSS
* Compatibility SQLite
Problematic parentheses
* Add SQL DISTINCT for cases with multiple tags
* Fix for PostgreSQL
PostgreSQL needs some additional type hint to avoid "could not determine
data type of parameter $1"
http://www.postgresql-archive.org/Could-not-determine-data-type-of-parameter-1-tp2171092p2171094.html
|
|
* Escape cron step values with backslash
Escape cron step values with backslash in $CRON_MIN
* Change sed delimiter to allow unescaped slashes
|
|
* Update conf.php
Small i18n fix for german translation
* Update README.md
Added Reeder-3 as an supported client via Fever API
* Update README.md
Adding Reeder-3/iOS as an supported client
* Update README.fr.md
Adding Reeder-3/iOS as an supported client
* Update 06_Fever_API.md
Adding Reeder-3/iOS as an supported client
* Update 06_Fever_API.md
Adding Reeder-3/iOS as an supported client
* Adding myself
As requested, adding myself to the list of contributors
|
|
Was breaking e.g. https://github.com/kevinpapst/freshrss-dilbert
|
|
https://github.com/FreshRSS/FreshRSS/pull/2025
|
|
* Links for authors and multiple authors
Favour ';' as a separator instead of ',' to better cope with
multi-author scientific articles.
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/1997 ,
https://github.com/FreshRSS/FreshRSS/issues/1968,
https://github.com/FreshRSS/FreshRSS/pull/2023
* Change i18n authors
* Update layout
* Unicode-compatible search
Example for `author:Loïc`
* author <em> styling
* Final details
* Minor spacing
|
|
https://github.com/FreshRSS/FreshRSS/pull/2020
https://github.com/FreshRSS/FreshRSS/pull/2021
https://github.com/FreshRSS/FreshRSS/pull/2022
https://github.com/FreshRSS/FreshRSS/pull/2023
|