aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-20Merge pull request #1335 from Alkarex/guid-ascii-bugGravatar Alexandre Alapetite
guid and urls should not contain low/high characters
2016-10-20Extract function safe_ascii()Gravatar Alexandre Alapetite
2016-10-20guid and urls should not contain low/high charactersGravatar Alexandre Alapetite
It looks like SimplePie does not always filter everything Having a character not in latin1 would create MySQL collate errors
2016-10-16Readme chmodGravatar Alexandre Alapetite
2016-10-16Readme typosGravatar Alexandre Alapetite
2016-10-16Readme keep unread functionGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1327
2016-10-16Readme typoGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1328
2016-10-16Merge pull request #1327 from Alkarex/scroll-keep-as-unreadGravatar Alexandre Alapetite
Scroll as read: keep unread function
2016-10-16mark_read optimisationGravatar Alexandre Alapetite
2016-10-16Scroll as read: keep unread functionGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1309
2016-10-16Merge pull request #1326 from Alkarex/updateEntry-warningGravatar Alexandre Alapetite
Fix updateEntry warning
2016-10-16Fix updateEntry warningGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1325
2016-10-16Merge pull request #1324 from Alkarex/global-view-scrollGravatar Alexandre Alapetite
Global view scroll
2016-10-16Scroll performanceGravatar Alexandre Alapetite
Fewer events, and ensure an event is fired after the end of the scroll. https://github.com/FreshRSS/FreshRSS/pull/1309
2016-10-16Scroll as read for Global view + throttle eventGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1317 https://github.com/FreshRSS/FreshRSS/pull/1309
2016-10-15Merge branch 'FreshRSS/dev' into global-view-scrollGravatar Alexandre Alapetite
2016-10-15Merge pull request #1322 from Alkarex/sql-duplicatesGravatar Alexandre Alapetite
PostgreSQL workaround for SERIAL strange behaviour
2016-10-15PostgreSQL workaround for SERIAL strange behaviourGravatar Alexandre Alapetite
http://stackoverflow.com/questions/18389537/does-postgresql-serial-work-differently
2016-10-15Minor text changesGravatar Alexandre Alapetite
2016-10-15Merge pull request #1321 from Alkarex/drop-tablesGravatar Alexandre Alapetite
PostgreSQL SQL DROP TABLE
2016-10-15SQL DROP TABLEGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1320
2016-10-15Global view scroll topGravatar Alexandre Alapetite
2016-10-15Merge pull request #1319 from Alkarex/bug-auto-load-moreGravatar Alexandre Alapetite
Fix bug auto load more
2016-10-15Readme auto-load articleGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1318
2016-10-15Fix bug auto load moreGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1318
2016-10-15Readme other users’ refreshesGravatar Alexandre Alapetite
2016-10-15Readme FreshRSS 1.6 in October 2016Gravatar Alexandre Alapetite
2016-10-15Readme PostgreSQLGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/416
2016-10-15Merge pull request #1316 from Alkarex/initial-requestsGravatar Alexandre Alapetite
Remove superflous SQL category request
2016-10-15Readme remove superfluous SQL requestGravatar Alexandre Alapetite
2016-10-15Remove superflous category requestGravatar Alexandre Alapetite
A category request was systematically done, although it is not always needed.
2016-10-15Merge pull request #1315 from Alkarex/import_duplicatesGravatar Alexandre Alapetite
Fix bug JSON import duplicates
2016-10-15Changelog fix bug import favouritesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1312
2016-10-15Fix import bugGravatar Alexandre Alapetite
2016-10-15Merge branch 'FreshRSS/dev' into import_duplicatesGravatar Alexandre Alapetite
2016-10-15Merge pull request #1307 from Alkarex/update-gitignoreGravatar Alexandre Alapetite
Update gitignore rules
2016-10-15Readme gitignoreGravatar Alexandre Alapetite
2016-10-15Fix bug JSON import duplicatesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1312
2016-10-15Merge pull request #1313 from Alkarex/postgresql-patchGravatar Alexandre Alapetite
PostgreSQL compatibility boolean
2016-10-15Merge pull request #1314 from Alkarex/PostgreSQL-duplicatesGravatar Alexandre Alapetite
PostgreSQL avoid duplicate category 1
2016-10-15PostgreSQL emulate "INSERT IGNORE"Gravatar Alexandre Alapetite
Would have liked to use UPSERT, but it is first available from PostgreSQL 9.5.
2016-10-15PostgreSQL avoid duplicate category 1Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1312
2016-10-14PostgreSQL compatibility booleanGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1311
2016-10-14Merge pull request #1309 from Alkarex/scroll-as-readGravatar Alexandre Alapetite
Scroll as read
2016-10-14Readme mark as read during scrollGravatar Alexandre Alapetite
2016-10-14Default option mark as read during scrollGravatar Alexandre Alapetite
2016-10-14Scroll as read: mark as unread bugGravatar Alexandre Alapetite
2016-10-13Scroll as read minor variableGravatar Alexandre Alapetite
2016-10-13Scroll as readGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1258
2016-10-13Merge pull request #1308 from Alkarex/Minz-log-username-bugGravatar Alexandre Alapetite
Minz::Log bug when currentUser is empty string