aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-17Merge branch 'FreshRSS/dev' into FreshRSS/master1.9.0Gravatar Alexandre Alapetite
2017-12-17Update FreshRSS version to 1.9.0Gravatar Alexandre Alapetite
2017-12-17Merge pull request #1720 from FreshRSS/devGravatar Alexandre Alapetite
FreshRSS 1.9.0
2017-12-17Prepare release of FreshRSS 1.9.0Gravatar Alexandre Alapetite
2017-12-17Remove warning for CURLOPT_FOLLOWLOCATION with open_basedir (#1734)Gravatar Alexandre Alapetite
For PHP 5.6.0- http://www.php.net/ChangeLog-5.php#5.6.0 https://bugs.php.net/bug.php?id=65646 https://github.com/FreshRSS/FreshRSS/pull/1733 https://github.com/FreshRSS/FreshRSS/pull/1657 https://github.com/FreshRSS/FreshRSS/issues/1655
2017-12-17Fix favicon for open_basedir (#1733)Gravatar Kevin Papst
Remove open_basedir warning for CURLOPT_FOLLOWLOCATION with PHP 5.6.0- https://bugs.php.net/bug.php?id=65646
2017-12-17Changelog 1731Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1731
2017-12-17fixed bug when adding a category and feed at the same time (#1731)Gravatar Kevin Papst
fixed bug when adding a category and feed at the same time
2017-12-17Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/devGravatar Alexandre Alapetite
2017-12-17Changelog 1697, 1704, 1732Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1697 https://github.com/FreshRSS/FreshRSS/pull/1704 https://github.com/FreshRSS/FreshRSS/pull/1732
2017-12-17Merge pull request #1732 from kevinpapst/editorconfigGravatar Alexandre Alapetite
Added .editorconfig
2017-12-17Merge pull request #1704 from Frenzie/doc-translate-extensionsGravatar Alexandre Alapetite
[doc] Extensions: translate various sections from French
2017-12-17Minz Controllers directory uppercaseGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1729
2017-12-17added .editorconfig with basic settingsGravatar Kevin Papst
2017-12-17Merge pull request #1729 from Alkarex/Minz_Dispatcher_pathsGravatar Alexandre Alapetite
Minz Dispatcher Controllers path
2017-12-17Changelog 1716Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1716
2017-12-17Merge pull request #1716 from FreshRSS/hebrew-i18nGravatar Alexandre Alapetite
Add hebrew translation
2017-12-17Changelog 1729Gravatar Alexandre Alapetite
2017-12-17Merge branch 'FreshRSS/dev' into Minz_Dispatcher_pathsGravatar Alexandre Alapetite
2017-12-16Changelog 1716 1724 1725Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1716 https://github.com/FreshRSS/FreshRSS/pull/1724 https://github.com/FreshRSS/FreshRSS/pull/1725
2017-12-1618n Hebrew more 2Gravatar Alexandre Alapetite
2017-12-16i18n hebrew moreGravatar Alexandre Alapetite
2017-12-16Merge pull request #1726 from Alkarex/message_log_rotationGravatar Alexandre Alapetite
Add message after log rotation
2017-12-16Customisable constants.local.php (#1725)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1562 https://github.com/FreshRSS/FreshRSS/issues/1607 https://github.com/FreshRSS/FreshRSS/pull/1656 https://github.com/FreshRSS/FreshRSS/issues/1705 https://github.com/FreshRSS/FreshRSS/pull/1712
2017-12-16Minz Dispatcher Controllers pathGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1704
2017-12-16Add message after log rotationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1712 https://github.com/FreshRSS/FreshRSS/issues/1562
2017-12-16Fix whitespaceGravatar Alexandre Alapetite
2017-12-16Merge branch 'dev' into hebrew-i18nGravatar Alexandre Alapetite
2017-12-15[doc] Extensions: translate various sections from FrenchGravatar Frans de Jonge
See https://github.com/FreshRSS/FreshRSS/pull/1697#discussion_r154290857 * lowercase dir as pointed out by @kevinpapst in https://github.com/FreshRSS/FreshRSS/pull/1704#issuecomment-350458110 * Add French translation with improvements suggested by @aledeg
2017-12-13Merge pull request #1724 from kevinpapst/exception-bugGravatar Alexandre Alapetite
ExtensionManager fixes
2017-12-13fixed bug in catch blockGravatar Kevin Papst
added types to docblocks
2017-12-12Merge pull request #1717 from Alkarex/dir_in_requireGravatar Alexandre Alapetite
Use __DIR__ for relative include and require
2017-12-11Use __DIR__ for relative include and requireGravatar Alexandre Alapetite
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
2017-12-11Changelog 1712Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1712 https://github.com/FreshRSS/FreshRSS/issues/1562
2017-12-11Merge pull request #1712 from kevinpapst/logfilesizeGravatar Alexandre Alapetite
Prevent logfile from growing unlimited
2017-12-10Changelog 1708 1711Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1708 https://github.com/FreshRSS/FreshRSS/pull/1711
2017-12-10Merge branch 'dev' into logfilesizeGravatar Alexandre Alapetite
2017-12-10Merge branch 'dev' into logfilesizeGravatar Alexandre Alapetite
2017-12-10Check requirement in CLI script (#1711)Gravatar Kevin Papst
* check requirements in actualize_script before executing, fixes #1710 * removed empty whiteline * testing all requirements * incorporated code review feedback * removed code that is already executed in _cli.php * added newline at eof * fixed include problems * fixed include problems
2017-12-10Log rotation, use Minz_Log, new log constantsGravatar Alexandre Alapetite
ADMIN_LOG, API_LOG, PSHB_LOG
2017-12-09incorporated code review feedbackGravatar Kevin Papst
2017-12-08renamed methodGravatar Kevin Papst
2017-12-08make sure that we do not exceed a certain file size for the users log fileGravatar Kevin Papst
2017-12-06Show existing extensions in admin panel (#1708)Gravatar Kevin Papst
* first draft * display installed extension state * fixed whitespace vs tabs * added translation in all languages * added error checks and log messages * fixed tabs vs whitespace * another try in fixing whitespaces * another try in fixing whitespaces * improved extension list translations * using JSON from official extension repo * improved version compare * updated translations * French translation
2017-12-03Extension function to override entry hash (#1707)Gravatar Alexandre Alapetite
Extension function to override entry hash https://github.com/FreshRSS/FreshRSS/issues/1706
2017-12-02Add more glyphs for opensans font (#1032)Gravatar Pavel Pletenev
* 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
2017-12-02Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/devGravatar Alexandre Alapetite
2017-12-02Changelog 1586 1698 1699Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1586 https://github.com/FreshRSS/FreshRSS/pull/1701 https://github.com/FreshRSS/FreshRSS/pull/1698 https://github.com/FreshRSS/FreshRSS/issues/1699 https://github.com/FreshRSS/FreshRSS/pull/1700
2017-12-02Merge pull request #1700 from candrews/patch-1Gravatar Alexandre Alapetite
Call idn_to_ascii with INTL_IDNA_VARIANT_UTS46
2017-12-02Credits Craig AndrewsGravatar Alexandre Alapetite