aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-07meta referrer originGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/955 Tested in Firefox 48, Chrome 53, Edge 25
2016-08-07Merge pull request #1197 from Alkarex/jQuery3.1.0Gravatar Alexandre Alapetite
jQuery 3.1.0
2016-08-07Minor JavaScript problems with drag & dropGravatar Alexandre Alapetite
Independent of the jQuery update
2016-08-06Fix drag in Internet ExplorerGravatar Alexandre Alapetite
Internet Explorer does not support setData('text/html') and setData() is deprecated https://msdn.microsoft.com/en-us/library/ms536744(v=vs.85).aspx
2016-08-06Fix drag in ChromeGravatar Alexandre Alapetite
2016-08-06Merge for conflictsGravatar Alexandre Alapetite
2016-08-06Merge pull request #1196 from Alkarex/jsHintGravatar Alexandre Alapetite
JSHint and safer async init_normal
2016-08-06jQuery 3 compatibilityGravatar Alexandre Alapetite
https://jquery.com/upgrade-guide/3.0/ * event.props removed https://jquery.com/upgrade-guide/3.0/#breaking-change-jquery-event-props-and-jquery-event-fixhooks-removed https://github.com/jquery/api.jquery.com/issues/405 * jqXHR.success(), jqXHR.error(), and jqXHR.complete() removed
2016-08-06jQuery 3.1.0Gravatar Alexandre Alapetite
http://blog.jquery.com/2016/07/07/jquery-3-1-0-released-no-more-silent-errors/
2016-08-06JSHint and safer async init_normalGravatar Alexandre Alapetite
2016-08-02Merge pull request #1194 from Alkarex/mysql_utf8mb4Gravatar Alexandre Alapetite
Forgotten method name update for SQLite
2016-08-02Forgotten method name update for SQLiteGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1183 https://github.com/FreshRSS/FreshRSS/issues/1153
2016-08-02Merge pull request #1191 from Alkarex/JS-optimisationGravatar Alexandre Alapetite
Fix bug articles not marked as read +JS optimisation
2016-08-02Changelog fix bug articles not marked as readGravatar Alexandre Alapetite
2016-08-02JS unused variables, syntaxGravatar Alexandre Alapetite
2016-08-02JS load optimizationGravatar Alexandre Alapetite
Start loading what we can already before DOM is ready
2016-08-02Fix bug articles not marked as readGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1123 https://github.com/FreshRSS/FreshRSS/issues/423
2016-08-01ChangelogGravatar Alexandre Alapetite
2016-08-01Merge pull request #1188 from Alkarex/IE11_compatGravatar Alexandre Alapetite
Restore compatibility with Internet Explorer 11 / Edge
2016-08-01Merge conflict README.frGravatar Alexandre Alapetite
2016-08-01Minor white lineGravatar Alexandre Alapetite
2016-08-01Resolve git conflictGravatar Alexandre Alapetite
2016-08-01Merge pull request #1187 from Alkarex/remove_personaGravatar Alexandre Alapetite
Remove Mozilla Persona login
2016-08-01Merge pull request #1183 from Alkarex/mysql_utf8mb4Gravatar Alexandre Alapetite
Update MySQL to utf8mb4 (full unicode) 🔥 💕
2016-08-01MySQL UTF8MB4 minor detailsGravatar Alexandre Alapetite
2016-07-31Restaure compatibility with Internet Explorer 11 / EdgeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/772
2016-07-31Remove Mozilla Persona loginGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1052
2016-07-31Merge pull request #1186 from Alkarex/api_helpGravatar Alexandre Alapetite
More links for API help
2016-07-31Merge pull request #1182 from Alkarex/logs_styleGravatar Alexandre Alapetite
Fix logs style scroll bug
2016-07-31More links for API helpGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/328#issuecomment-236100791 https://github.com/FreshRSS/FreshRSS/issues/957#issuecomment-133581712
2016-07-30Update MySQL to utf8mb4 (full unicode) 🔥Gravatar Alexandre Alapetite
* Requires MySQL 5.5.3+ (drop support for MySQL 5.0) * Requires PHP 5.3.3+ (drop support for PHP 5.3.0) https://github.com/FreshRSS/FreshRSS/issues/789#issuecomment-73878076
2016-07-30Fix logs style scroll bugGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1178 There was a conflict on the ".logs" class name
2016-07-23Remove references about beta versionGravatar Marien Fressinaud
2016-07-23Prepare next dev versionGravatar Marien Fressinaud
2016-07-23Version 1.4.01.4.0Gravatar Marien Fressinaud
2016-07-23Merge branch 'dev'Gravatar Marien Fressinaud
2016-07-23Update CHANGELOG.mdGravatar Marien Fressinaud
2016-06-12Start next devGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1165
2016-06-12i18n Movim Wallabag missingGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1165
2016-06-12Check minimum PHP 5.3.0+Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1133
2016-06-12Release date 1.3.2-betaGravatar Alexandre Alapetite
2016-06-12Prepare for 1.3.2-betaGravatar Alexandre Alapetite
2016-06-12Changelog 1.3.2-betaGravatar Alexandre Alapetite
2016-06-12i18n RU finalize draftGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1085
2016-06-12i18n RU update WallabagGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1085 https://github.com/FreshRSS/FreshRSS/pull/1150
2016-06-12i18n remove RU UTF-8 suffixGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1085
2016-06-12Merge pull request #1085 from ASMfreaK/1029-Translation-to-russianGravatar Alexandre Alapetite
1029 translation to russian
2016-05-22Merge pull request #1159 from DFabric/devGravatar Alexis Degrugillier
Update DPlatform to the new URL
2016-05-22Update DPlatform to the new URLGravatar JulR
2016-05-12Merge pull request #1155 from hckweb/devGravatar Alexandre Alapetite
Update tr language