aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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