summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-10-10Merge pull request #1658 from aledeg/improve-i18n-toolsGravatar Alexandre Alapetite
Improve translation tools
2017-10-10Merge pull request #1660 from aledeg/api-subscription-toolGravatar Alexandre Alapetite
Add an entry in the subscription tool page
2017-10-10Improve translation toolsGravatar Alexis Degrugillier
I was not happy with the previous version. I refactored everything to make it reusable. It allows me do do more verifications and to build a tool to handle the files themselves.
2017-10-10Add an entry in the subscription tool pageGravatar Alexis Degrugillier
I reworked @Alkarex idea proposed in #1292. I though it was a good idea to merge everything in the same location.
2017-10-08CURLOPT_FOLLOWLOCATION open_basedir bug (#1657)Gravatar Alexandre Alapetite
CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set https://github.com/FreshRSS/FreshRSS/issues/1655#issuecomment-334999448 https://stackoverflow.com/questions/6918623/curlopt-followlocation-cannot-be-activated
2017-10-07Merge pull request #1656 from Alkarex/freshrss_user-agentGravatar Alexandre Alapetite
Remove SimplePie name from HTTP User-Agent string
2017-10-07Remove SimplePie name from HTTP User-Agent stringGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1622#issuecomment-334928486 https://github.com/FreshRSS/FreshRSS/issues/1627 https://github.com/FreshRSS/FreshRSS/issues/1607
2017-10-07Minor changelog fixGravatar Alexandre Alapetite
2017-10-01Merge branch 'dev' of https://github.com/FreshRSS/FreshRSS into FreshRSS/devGravatar Alexandre Alapetite
2017-10-01Changelog 1653Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1653
2017-10-01[CI] Add a translation validation tool. (#1653)Gravatar Alexis Degrugillier
It's triggered by Travis to check what is missing.
2017-10-01Prepare future version 1.8.1Gravatar Alexandre Alapetite
2017-10-01Prepare release of version 1.8.0 (#1649)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/milestone/24
2017-09-30i18 quick fix: forgot es, kr in pt-brGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1648
2017-09-30Language portugue (#1648)Gravatar David souza
* Create folder pt-br to translate to portuguese-brazil; Translate file admin.php; Trnaslate file index.php; * Translate the files: - conf.php - feedback.php - gen.php * Translate sub.php e install.php; add pt-br in file gen.php inside another languages * fix bug * Configure display date * Add pt-br to es, kr, zh, and fix whitespace https://github.com/FreshRSS/FreshRSS/pull/1648 * Changelog 1648 https://github.com/FreshRSS/FreshRSS/pull/1648 * Fix whitespace (caught by Travis)
2017-09-30Changelog 1177Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1177 https://github.com/FreshRSS/FreshRSS/pull/1647
2017-09-30Remove limitation on toggleContent (#1647)Gravatar Alexis Degrugillier
Before, articles were repositioned only when the new and the old article were different. When they were the same, it was just closed. It was frustrating with long articles, especially during reading. Now, when an article is collapsed, it is repositionned no matter the collapsing method. This should fix #1177
2017-09-28Changelog 1645Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1645
2017-09-28Change layout for the share options on mobile (#1645)Gravatar Alexis Degrugillier
* Change layout for the share options on mobile Before, it was impossible to click on links to share on small screens. Now, all dropdowns are opened at the bottom of the screen and stays there. Linked to #1506 * Change rule for border-radius
2017-09-26Update some HTTP links (doc, HTTPS) (#1641)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1605
2017-09-26HTML5 show controls audio video (#1642)Gravatar Alexandre Alapetite
* HTML5 show controls audio video * Changelog 1642
2017-09-24Merge pull request #1643 from Alkarex/quick-fix-PSHB-after-travisGravatar Alexandre Alapetite
Quick fix PSHB encoding after Travis refactoring
2017-09-24Merge pull request #1638 from Alkarex/tmp_unique_guidsGravatar Alexandre Alapetite
Fix SQL constraint insert into entrytmp table
2017-09-24Quick fix PSHB encoding after Travis refactoringGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1619 Related to https://github.com/FreshRSS/FreshRSS/pull/1633
2017-09-23Merge pull request #1640 from Alkarex/fix_global_view_csrfGravatar Alexandre Alapetite
Fix global view CSRF
2017-09-23Minor JS whitespaceGravatar Alexandre Alapetite
2017-09-23Fix global view CSRFGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1591
2017-09-23Changelog 1614Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1614
2017-09-23Fix SQL constraint insert into entrytmp tableGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1614
2017-09-22[fix] Spanish lang double space (#1637)Gravatar Frans de Jonge
2017-09-22Quick fix i18n es and zh (#1636)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1631
2017-09-22Update CHANGELOG.md (#1635)Gravatar Ramón Cutanda
Added Spanish language
2017-09-22Update CREDITS.md (#1634)Gravatar Ramón Cutanda
Added Ramón Cutanda as a contributor of the Spanish language
2017-09-22Spanish language (#1631)Gravatar Ramón Cutanda
Based on the informal style spoken in Spain
2017-09-22Quick fix small bug from 1619 (#1633)Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1619