summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-16i18n hebrew moreGravatar Alexandre Alapetite
2017-12-16Fix whitespaceGravatar Alexandre Alapetite
2017-12-16Merge branch 'dev' into hebrew-i18nGravatar Alexandre Alapetite
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
2017-12-02Remove forgotten punycode lineGravatar Alexandre Alapetite
2017-12-02Merge branch 'FreshRSS/master' into FreshRSS/devGravatar Alexandre Alapetite
2017-12-02Update panel shows latest version message as success (#1701)Gravatar Kevin Papst
show latest version message as success, FIXES #1586
2017-12-02Documentation updates (#1697)Gravatar Kevin Papst
* added documentation about updating FreshRSS moved Installation to admin directory linked some already existing documentation files
2017-12-01Call idn_to_ascii with INTL_IDNA_VARIANT_UTS46Gravatar Craig Andrews
Under PHP 7.2, calling `idn_to_ascii($idn)` results in a deprecation warning: 'INTL_IDNA_VARIANT_2003 is deprecated' See https://secure.php.net/manual/en/function.idn-to-ascii.php Therefore, if possible, `idn_to_ascii($idn, 0, INTL_IDNA_VARIANT_UTS46)` should be used instead. `INTL_IDNA_VARIANT_UTS46` was introduced in PHP 5.4, so on versions before that, `idn_to_ascii($idn)` must still be used. Fixed #1699
2017-12-01I18n - DE (#1698)Gravatar Kevin Papst
* added missing german translations
2017-11-20Changelog 1690Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1690 https://github.com/FreshRSS/FreshRSS/pull/1691 https://github.com/FreshRSS/FreshRSS/pull/1692
2017-11-18[ADD] 'blankoworld' as contributor in CREDITSGravatar Olivier DOSSMANN
2017-11-18[FIX] #1690 - Also check pdo_pgsql extension in check_install()Gravatar Olivier DOSSMANN
2017-11-16[docs] Configuration: some stylistic improvements (#1693)Gravatar Frans de Jonge
The main purpose is to fix the `imapcted` typo that was exposed by https://github.com/FreshRSS/FreshRSS/issues/1259#issuecomment-345034276
2017-11-12A bit of documentation for the API (#1689)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1687 https://github.com/FreshRSS/FreshRSS/issues/443#issuecomment-36666133
2017-11-11Fix link encoding in API (#1686)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1683 https://github.com/Alkarex/EasyRSS/issues/35
2017-11-04Merge pull request #1682 from Alkarex/fix_mastodon_shareGravatar Alexandre Alapetite
Small fix Mastodon share
2017-11-04Changelog MastodonGravatar Alexandre Alapetite
2017-11-04Small fix Mastodon shareGravatar Alexandre Alapetite
$a['method'] can be undefined. https://github.com/FreshRSS/FreshRSS/pull/1674 https://github.com/FreshRSS/FreshRSS/issues/1521
2017-11-04Add a Mastodon share (#1674)Gravatar Alexis Degrugillier
See #1521
2017-11-04Move translation tools into the cli folder (#1673)Gravatar Alexis Degrugillier
Translation tools must be used on cli. It is better to have them in the cli folder.
2017-10-26improve zh-cn i18n (#1678)Gravatar hoilc
2017-10-17Fix typo in nl i18n (#1675)Gravatar Alexis Degrugillier
2017-10-14A bit of Apache documentation (#1670)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1666 https://github.com/FreshRSS/FreshRSS/issues/1669 https://github.com/FreshRSS/FreshRSS/issues/908
2017-10-12CLI optimize database (#1663)Gravatar Alexandre Alapetite
CLI optimize database https://github.com/FreshRSS/FreshRSS/issues/1583 And VACUUM in SQLite https://github.com/FreshRSS/FreshRSS/issues/918 Add VACUUM for PostgreSQL (Not tested yet)
2017-10-11Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/devGravatar Alexandre Alapetite
2017-10-11Reworded changelog 1247Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1660 https://github.com/FreshRSS/FreshRSS/pull/1292 https://github.com/FreshRSS/FreshRSS/issues/1247
2017-10-10Merge pull request #1661 from FreshRSS/Frenzie-patch-1Gravatar Alexandre Alapetite
[i18] nl/sub: add a few translations
2017-10-10[i18] nl/sub: add a few translationsGravatar Frans de Jonge
2017-10-10Changelog 1247Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1660 https://github.com/FreshRSS/FreshRSS/pull/1292 https://github.com/FreshRSS/FreshRSS/issues/1247