aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2016-10-29Disable "mark all as read" before confirmation script is loadedGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1342
2016-10-25Fix install bug 2Gravatar Alexandre Alapetite
2016-10-25Fix OPML import bugGravatar Alexandre Alapetite
2016-10-24Fix bugs in installGravatar Alexandre Alapetite
2016-10-24CLI option no-default-feedsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095
2016-10-24CLI do-installGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095 https://github.com/FreshRSS/FreshRSS/issues/1090
2016-10-23CLI exportGravatar Alexandre Alapetite
ZIP export, OPML export. Corrected height of feeds select in Pafat theme. https://github.com/FreshRSS/FreshRSS/pull/1338 https://github.com/FreshRSS/FreshRSS/issues/1039 https://github.com/FreshRSS/FreshRSS/issues/1277
2016-10-23Merge branch 'FreshRSS/dev' into cliGravatar Alexandre Alapetite
2016-10-23CLI import ZIP/OPML/JSON for userGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095 https://github.com/FreshRSS/FreshRSS/issues/851
2016-10-22Fix syntax error in new exceptionsGravatar Alexandre Alapetite
Bug from https://github.com/FreshRSS/FreshRSS/pull/1261
2016-10-22CLI delete user https://github.com/FreshRSS/FreshRSS/issues/1095Gravatar Alexandre Alapetite
2016-10-22Merge branch 'FreshRSS/dev' into cliGravatar Alexandre Alapetite
2016-10-22i18n install correctionsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1328#issuecomment-255519363
2016-10-22CLI list-users and create-userGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1095 https://github.com/FreshRSS/FreshRSS/issues/1090
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-16Fix updateEntry warningGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1325
2016-10-15PostgreSQL workaround for SERIAL strange behaviourGravatar Alexandre Alapetite
http://stackoverflow.com/questions/18389537/does-postgresql-serial-work-differently
2016-10-15SQL DROP TABLEGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1320
2016-10-15Fix bug auto load moreGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1318
2016-10-15Remove superflous category requestGravatar Alexandre Alapetite
A category request was systematically done, although it is not always needed.
2016-10-15Fix import bugGravatar 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-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-12Finalize cron refresh faviconsGravatar Alexandre Alapetite
2016-10-12Cron refresh faviconsGravatar Alexandre Alapetite
Related to https://github.com/FreshRSS/FreshRSS/issues/1181 https://github.com/FreshRSS/FreshRSS/issues/1298
2016-10-11Better error message in markReadFeedGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1299
2016-10-10Fix share POSTGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1289
2016-10-08Merge pull request #1294 from Alkarex/meta-descriptionGravatar Alexandre Alapetite
Meta description option
2016-10-08W3C resource-priorities have been abandonnedGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1222
2016-10-07Meta description optionGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1105
2016-10-07PSHB bugsGravatar Alexandre Alapetite
Introduced by https://github.com/FreshRSS/FreshRSS/pull/1280
2016-10-07Merge branch 'FreshRSS/dev' into anonymous-extensionsGravatar Alexandre Alapetite
2016-10-07Merge pull request #1286 from Alkarex/install-messageGravatar Alexandre Alapetite
i18n: Keep previous configuration
2016-10-06Allow extensions for default accout in anonymous modeGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1257#issuecomment-248111169
2016-10-06i18n italian keep previous installationGravatar Alexandre Alapetite
2016-10-06i18n: Keep previous configurationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1284
2016-10-06Update php-* extension namesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1283
2016-10-05Fix display bug for example of URL with tokenGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1274
2016-10-05Better multiuser updateGravatar Alexandre Alapetite
2016-10-05TypoGravatar Alexandre Alapetite
2016-10-05Take better advantage of other users refreshGravatar Alexandre Alapetite
2016-10-04Fix bug language option for new userGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1273
2016-10-01Merge pull request #1275 from Alkarex/export-dateGravatar Alexandre Alapetite
Export files with date
2016-10-01PostgreSQL multiuser bugGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1195
2016-10-01Export files with dateGravatar Alexandre Alapetite
2016-10-01PostgreSQL case-insensitivity bugGravatar Alexandre Alapetite