summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-04Fix undefined conf (#2163)Gravatar Alexandre Alapetite
Small fix for https://github.com/FreshRSS/FreshRSS/pull/2137
2018-12-04[BlueLagoon] Fix header's height (#2161)Gravatar Nicolas Frandeboeuf
2018-12-04Patch Screwdriver Icon (#2162)Gravatar Patrick Crandol
See: https://github.com/FreshRSS/FreshRSS/pull/2161#discussion_r238788845
2018-12-04Update Readme.conf (#2158)Gravatar Patrick Crandol
* Update Readme.conf Add information in Readme.conf to hopefully stop bug reports about intended behavior. * Update README.md Co-Authored-By: pattems <patrick@crandol.com> * Update README.md Co-Authored-By: pattems <patrick@crandol.com> * Update README.md Co-Authored-By: pattems <patrick@crandol.com> * Update README.md Co-Authored-By: pattems <patrick@crandol.com> * Update Readme * Update Documentation Section * Add main Documentation link near top of Document * Make Documentation header a link * Fix spelling mistake I didn't catch * Apply suggestions from code review Co-Authored-By: pattems <patrick@crandol.com> * Changes per Frenzie comments * Move non-disclaiming disclaimer * Resolve #2159
2018-12-01Filter feeds in error (#2160)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2146
2018-12-01Changelog 2121 2130Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2121 https://github.com/FreshRSS/FreshRSS/pull/2157 https://github.com/FreshRSS/FreshRSS/issues/2130 https://github.com/FreshRSS/FreshRSS/pull/2148
2018-11-28Fix HTML injections (#2157)Gravatar Alexandre Alapetite
Minz: Fix HTML injections
2018-11-28Update CREDITS.md (#2152)Gravatar Thomas
* Update CREDITS.md Added myself (thomas-gt, see #2151). Thanks. * alphabetical
2018-11-28[i18n] Add `conf.shortcut.skip_next_article` and ↵Gravatar Frans de Jonge
`conf.shortcut.skip_previous_article` todos (#2156) Cf. https://github.com/FreshRSS/FreshRSS/pull/2140#issuecomment-440425725
2018-11-27Typo in creditsGravatar Alexandre Alapetite
2018-11-27Update Docker README.md for Nginx reverse proxy configuration (#2151)Gravatar Thomas
* Update README.md * Small adjustements * Whitespace * Tabs
2018-11-26Fix print for unfolded articles (#2148)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2130 `.current` might not exist in views for which all articles are already expanded
2018-11-20Changelog typosGravatar Alexandre Alapetite
2018-11-20Changelog 1767, 2122, 2133, 2134, 2135, 2136, 2137Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1767 https://github.com/FreshRSS/FreshRSS/pull/2122 https://github.com/FreshRSS/FreshRSS/pull/2133 https://github.com/FreshRSS/FreshRSS/pull/2134 https://github.com/FreshRSS/FreshRSS/pull/2135 https://github.com/FreshRSS/FreshRSS/pull/2136 https://github.com/FreshRSS/FreshRSS/pull/2137
2018-11-20[i18n] Missing strings for Occitan locale (#2145)Gravatar Quentí
* Missing strings * Missing strings * More ’
2018-11-18[i18n] Update missing string for Occitan (#2141)Gravatar Quentí
* [i18n] Update missing string for Occitan According to I18n standardization #2138 this string was missing. Took the most used translation for "to clear" from Firefox, escafar. And «cache» like in French and English. Tell me know if other strings are missing * Removal of the comment Comment removed - comentari tirat - commentaire retiré
2018-11-18[docs] Add note about specific user for webcron (#2142)Gravatar Frans de Jonge
* [docs] Add note about specific user for webcron Cf. https://github.com/FreshRSS/FreshRSS/issues/613#issuecomment-353585547 * Small changes * Use one of the RFC addresses for examples
2018-11-18Edit cookie_duration from GUI (#2137)Gravatar Patrick Crandol
* Use cookie_duration correctly * WIP allow cookie_duration to be modified from GUI * Allow cookie_duration to actually be updated * Update view to properly display cookie_duration * Add new strings in Translation Files * Fix typo * Fix trailing whitespace * I18n: French translation * I18n fr: Forgot todo
2018-11-18[fix] Finishing touches for next/previous without focus (#2140)Gravatar Frans de Jonge
* [fix] Finishing touches for next/previous without focus Cf. #1767. * Avoid single quote Alternative: use `’` * Minor whitespace * Minor whitespace * be explicit about skipping * add todos * overshot by one
2018-11-18Add shortcuts for focusing next and previous without opening articles. (#1767)Gravatar Matt DeMoss
* add skipping option to toggleContent to use later for 'i' and 'o' hotkeys * in English config j,k are now 'open' and not 'skip', i,o are called 'focus .. without opening'
2018-11-18I18n standardization (#2138)Gravatar Patrick Crandol
* i18n Admin standardization cz - moved items incorrectly placed in system array to extensions array nl - remove registration array in user array that doesn't appear in any other translations - possibly from an old version that didn't get removed? oc - reordered list to standardize order with other translation files. * Alphabetize extensions Array * Standardize conf.php he - removed options not appearing in other i18n files, added missing strings * Standardize feedback.php he - removed line not found in other translation files nl - removed line not found in other translation files * Standardize gen.php * Standardize index.php Major sorting of oc. Added tags to several languages * Standardize install.php ru - added missing strings it - remove extra string not found in other config files he - add missing strings, remove strings not found in other languages oc - reorganize * Standardize sub.php * Standardize and fix TODOs use format "//TODO - Translation" for easier searching * Fix whitespace
2018-11-18Manual update to SimplePie 1.5.2 (#2136)Gravatar Alexandre Alapetite
2018-11-18Strip embedded SVG images for now (#2135)Gravatar Alexandre Alapetite
Fix https://github.com/FreshRSS/FreshRSS/issues/2106 Proper SVG support would require custom sanitizing and URL rewriting of xlink:href, and is left for future work
2018-11-18PHP 7.1 tempnam warning fix (#2134)Gravatar Alexandre Alapetite
And suggested dir was wrong. https://bugs.php.net/bug.php?id=69489 ``` <b>Notice</b>: tempnam(): file created in the system's temporary directory in <b>/var/www/html/FreshRSS/app/Controllers/importExportController.php</b> on line <b>800</b><br /> ```
2018-11-18Add username in configuration menu and exports (#2133)Gravatar Alexandre Alapetite
* Add username in configuration menu https://github.com/FreshRSS/FreshRSS/pull/2099#issuecomment-435944803 * Add username to exported files
2018-11-15Minor additional WebSub debugGravatar Alexandre Alapetite
2018-11-14Changelog 1620, 2108Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1620 https://github.com/FreshRSS/FreshRSS/pull/2108 https://github.com/FreshRSS/FreshRSS/pull/2122
2018-11-13Login tweaks (#2122)Gravatar Patrick Crandol
* Fix for #1620 * Swage login tweaks https://github.com/FreshRSS/FreshRSS/pull/2069#issuecomment-435093099 * Swage tweaks for Mobile
2018-11-13Improve long dropdown menu lists (#2108)Gravatar romibi
Dropdown menus with lots of entries were a bit difficult to use … Set max height to 75% of Viewport-height and enabled scrolling
2018-11-12API encoding tuning (#2120)Gravatar Alexandre Alapetite
Use only minimal XML->Unicode encoding for articles title. Follow-up of https://github.com/FreshRSS/FreshRSS/pull/2093
2018-11-11ReadmeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/2085 https://github.com/FreshRSS/FreshRSS/pull/2088 https://github.com/FreshRSS/FreshRSS/pull/2089 https://github.com/FreshRSS/FreshRSS/issues/2091 https://github.com/FreshRSS/FreshRSS/pull/2092 https://github.com/FreshRSS/FreshRSS/pull/2093 https://github.com/FreshRSS/FreshRSS/pull/2094 https://github.com/FreshRSS/FreshRSS/pull/2099 https://github.com/FreshRSS/FreshRSS/pull/2110
2018-11-11Note stating manually adding custom subscription services removed in FF 63 ↵Gravatar ryliejamesthomas
(#2112) * Note stating manually adding custom subscription services removed in FF 63 * Amended to mention bookmarklet and upcoming issues
2018-11-11Tweaks for Vienna RSS (#2093)Gravatar Alexandre Alapetite
* Tweaks for Vienna RSS https://github.com/FreshRSS/FreshRSS/issues/2091 https://github.com/ViennaRSS/vienna-rss/issues/1197 * Fix get feed by URL * Fix get item ids returning starred elements * API add item ids by feed URL * Add API filter `it` https://feedhq.readthedocs.io/en/latest/api/reference.html#stream-items-ids * API add `nt=` filter + refactoring * No ; prefix for author https://github.com/FreshRSS/FreshRSS/issues/2091#issuecomment-435562495 * Add id long form prefix and accept short id form https://github.com/FreshRSS/FreshRSS/issues/2091#issuecomment-435631259 * Fix quote problem https://github.com/FreshRSS/FreshRSS/issues/2091#issuecomment-435683930 * Isolate bug fix for News+ https://github.com/FreshRSS/FreshRSS/issues/2091#issuecomment-435687041 * Rework encoding conventions https://github.com/FreshRSS/FreshRSS/issues/2091#issuecomment-437441834 * Unicode escaping alternative Alternative approach to encode XML special characters and other problematic characters into their Unicode fullwidth version when we cannot use HTML-encoding because clients disagree wether they should HTML-decode or not. https://github.com/FreshRSS/FreshRSS/issues/2091#issuecomment-436059559
2018-11-05[docs] Bookmarklet (#2116)Gravatar Frans de Jonge
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