aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-11-05TT-RSS import (#2099)Gravatar Alexandre Alapetite
* TT-RSS import Import of Tiny Tiny RSS favourites https://github.com/FreshRSS/FreshRSS/issues/2018#issuecomment-432710462 * Fallback feed_url * Simpler JSON * TT-RSS import custom labels * Fix syntax
2018-11-04Missing string (#2114)Gravatar Quentí
2018-11-04[i18n] Add the Occitan locale (#2110)Gravatar Quentí
* Create oc.php L27 : ajout de l’occitan * Create admin.php * Create conf.php * Create feedback.php * Create gen.php * Create index.php * Create install.php * Create sub.php * Delete conf.php * Create conf.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update gen.php * Update oc.php * Update admin.php * Update conf.php * Update feedback.php * Update gen.php * Update index.php * Update install.php * Update sub.php * Update oc.php
2018-11-04Update CREDITS.md (#2111)Gravatar Quentí
2018-10-30Remove resizing of #bigMarkAsRead (#2094)Gravatar Patrick Crandol
Remove theme sizing to make scroll as read work per #1980
2018-10-30Merge pull request #2092 from pattems/devGravatar Alexandre Alapetite
Fix for #2085
2018-10-30reallow items kept unread to be interactive (#2085)Gravatar Patrick Crandol
Remove .keep_unread from classes that do nothing.
2018-10-30Merge remote-tracking branch 'origin/dev' into devGravatar Patrick Crandol
2018-10-30Merge pull request #2088 from pattems/devGravatar Alexandre Alapetite
Fix Swage theme issues
2018-10-30Merge pull request #2089 from pattems/template-fixGravatar Alexandre Alapetite
Fix Dropdown being obscured by other elements
2018-10-28Fix Dropdown being obscured by other elementsGravatar Patrick Crandol
increased z-index of dropdown-menu to prevent it from being obscured by other page elements
2018-10-28Add ID's to buttons in configure-feedGravatar Patrick Crandol
Add ID's to be able to individually target buttons inside the configure feeds (Subscriptions Management & Import/Export) buttons.
2018-10-28Update Swage CSSGravatar Patrick Crandol
Fix highlighting issue in Config pages, prepare for variable-width config buttons
2018-10-28Prepare next version 1.12.1-devGravatar Alexandre Alapetite
2018-10-28Merge pull request #2049 from FreshRSS/dev1.12.0Gravatar Alexandre Alapetite
FreshRSS 1.12.0
2018-10-28Release FreshRSS 1.12.0Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2049 https://github.com/FreshRSS/FreshRSS/milestones/1.12.0
2018-10-28Swage Theme Fixes (#2082)Gravatar Patrick Crandol
* 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
2018-10-27Fix public IP detection (#2084)Gravatar Alexandre Alapetite
* 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
2018-10-26Changelog 2081Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2081
2018-10-26Fix manual refresh commit (#2081)Gravatar Alexandre Alapetite
Commit was performed too early, potentially before the last feeds were done refreshing
2018-10-26Introduce a routine for minor DB maintenance (#2080)Gravatar Alexandre Alapetite
2018-10-25Changelog 2061, 2077Gravatar Alexandre Alapetite
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
2018-10-25MySQL GUID case sensitive (#2078)Gravatar Alexandre Alapetite
* 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
2018-10-24doc: update nginx config to reflect debian php7.0 changes (#2076)Gravatar Maltimore
2018-10-24Add Fever API debug (#2063)Gravatar Alexandre Alapetite
* Add Fever API debug https://github.com/FreshRSS/FreshRSS/issues/2043 * Default without debug logging
2018-10-24Allow dot in username (#2062)Gravatar Alexandre Alapetite
* Allow dot in username https://github.com/FreshRSS/FreshRSS/issues/2061 * Missing quotes for special chars in PostgreSQL
2018-10-24Changelog 2069Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2069
2018-10-24Add Swage Theme (#2069)Gravatar Patrick Crandol
* 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.
2018-10-24mark_selection_unread (#2070)Gravatar Twilek-de
Translated that
2018-10-23Fixed the TODOs (#2071)Gravatar Twilek-de
2018-10-23Fixed the TODOs (#2072)Gravatar Twilek-de
* Fixed the TODOs * Remove trailing whitespace
2018-10-23Fixed the TODOs (#2073)Gravatar Twilek-de
* Fixed the TODOs * Remove trailing whitespace
2018-10-23Update install.php (#2074)Gravatar Twilek-de
2018-10-22German translation according to #2052 (#2068)Gravatar Gregor Nathanael Meyer
2018-10-21Changelog 2056 2057 2058 2059Gravatar Alexandre Alapetite
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
2018-10-21Improved flow for password change (#2057)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2056
2018-10-21Translation for "Known" (#2059)Gravatar Twilek-de
https://github.com/FreshRSS/FreshRSS/issues/2056
2018-10-21i18n de: Known (#2058)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2056
2018-10-19Changelog 2053Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2053
2018-10-19Tumblr GDPR fix 2 (#2053)Gravatar Alexandre Alapetite
Previous workaround was not working anymore https://github.com/FreshRSS/FreshRSS/issues/1894 https://github.com/FreshRSS/FreshRSS/pull/1924
2018-10-17Changelog 2052Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/2052 https://github.com/FreshRSS/FreshRSS/issues/1020#issuecomment-428515868
2018-10-17Option to force clear cache (#2052)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1020#issuecomment-428515868
2018-10-14Minor readme rankingGravatar Alexandre Alapetite
2018-10-14Ensure fast flush of HTTP headers and HTML head (#2045)Gravatar Alexandre Alapetite
* 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.
2018-10-14Readme remove old Ubuntu 15.10Gravatar Alexandre Alapetite
2018-10-14Changelog 2040, 2044, 2045, 2047Gravatar Alexandre Alapetite
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
2018-10-14init confirm also for configuration pages (#2048)Gravatar Alexandre Alapetite
There are some actions that require confirmation also in the configuration pages, such as delete user.
2018-10-14Fix MySQL create table feeds (#2047)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2042
2018-10-14Fix actualize bug after install (#2044)Gravatar Alexandre Alapetite
Until the next logout/login, the auto actualize feeds feature would be called wrongly
2018-10-14Remove some preload / prefetch (#2040)Gravatar Alexandre Alapetite
* 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