aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-28Add curl user-agent to retrive faviconGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1380
2016-11-20Credits typoGravatar Alexandre Alapetite
2016-11-20Credits for documentationGravatar Alexandre Alapetite
https://github.com/FreshRSS/documentation/pull/14
2016-11-20Merge pull request #1376 from Alkarex/fileinfoGravatar Alexandre Alapetite
extension_loaded fileinfo
2016-11-20extension_loaded fileinfoGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1375
2016-11-17Merge pull request #1373 from Alkarex/StreamingExportGravatar Alexandre Alapetite
Stream JSON export
2016-11-17Changelog More robust export function in the case of large datasetsGravatar Alexandre Alapetite
2016-11-16Merge pull request #1374 from Alkarex/init-confirmGravatar Alexandre Alapetite
init confirm after DOM load
2016-11-16Changelog Fix bug in confirmation before marking as readGravatar Alexandre Alapetite
2016-11-16Error edge cases for JSON exportGravatar Alexandre Alapetite
2016-11-15init confirm after DOM loadGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1348
2016-11-15Function to disable MySQL buffering for large exportsGravatar Alexandre Alapetite
2016-11-15Minor code formatting of export helperGravatar Alexandre Alapetite
2016-11-15Stream JSON exportGravatar Alexandre Alapetite
Avoid large in-memory copies https://github.com/FreshRSS/FreshRSS/issues/1372
2016-11-08Merge pull request #1366 from Alkarex/pgsql-slashGravatar Alexandre Alapetite
Allow slash in database hostname
2016-11-07Allow slash in database hostnameGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1364
2016-11-06Underscore missing in documentationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1363
2016-11-06Merge pull request #1357 from Alkarex/git-updateGravatar Alexandre Alapetite
Add compatibility with git in Web update
2016-11-06Merge branch 'FreshRSS/dev' into git-updateGravatar Alexandre Alapetite
2016-11-06Merge pull request #1363 from Alkarex/install-fixesGravatar Alexandre Alapetite
Fix small bugs in install
2016-11-06Fix small bugs in installGravatar Alexandre Alapetite
Small fixes in install (e.g. better check that DB password works)
2016-11-06Changelog: PostgreSQL: fix bug when updating cached valuesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1360 https://github.com/FreshRSS/FreshRSS/pull/1361
2016-11-06Merge pull request #1361 from Alkarex/PostgreSQL-updateCachedValuesGravatar Alexandre Alapetite
PostgreSQL fix updateCachedValues
2016-11-06Switch simplify syntaxGravatar Alexandre Alapetite
2016-11-06PostgreSQL fix updateCachedValuesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1360
2016-11-05CLI another example: users ranked by activity dateGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1345 https://github.com/FreshRSS/FreshRSS/issues/1358
2016-11-05Merge pull request #1359 from Alkarex/units-policyGravatar Alexandre Alapetite
CLI: IEC prefix (binary) for units
2016-11-05+x execution rights user-infoGravatar Alexandre Alapetite
2016-11-05CLI: IEC prefix (binary) for unitsGravatar Alexandre Alapetite
Updated according to https://wiki.ubuntu.com/UnitsPolicy (I got confused due `ls`, which is still using 1024 but is listed as an exception) And use the formatting function already included in FreshRSS
2016-11-05Merge devGravatar Alexandre Alapetite
2016-11-05Merge pull request #1358 from Alkarex/cli-list-usersGravatar Alexandre Alapetite
Add CLI for user information + Fix last user activity
2016-11-05Add CLI for user information + Fix last user activityGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1345
2016-11-05Add compatibility with git in Web updateGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/907 https://github.com/FreshRSS/FreshRSS/issues/1355
2016-11-05Merge pull request #1356 from Alkarex/doc-access-rights-updateGravatar Alexandre Alapetite
Document access-rights for Web updates
2016-11-04Document access-rights for Web updatesGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1355
2016-11-03Start 1.7.0-devGravatar Alexandre Alapetite
2016-11-02Merge pull request #1351 from FreshRSS/dev1.6.1Gravatar Alexandre Alapetite
Dev 1.6.1
2016-11-02Merge pull request #1350 from Alkarex/bindParam-bugGravatar Alexandre Alapetite
Use bindValue instead of bindParam
2016-11-02Use bindValue instead of bindParamGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1349 We should later replace all bindParam by bindValue
2016-10-30Merge pull request #1346 from FreshRSS/dev1.6.0Gravatar Alexandre Alapetite
Merge 1.6.0-dev in master
2016-10-30Prepare master 1.6.0 releaseGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1328
2016-10-29Minor readme changeGravatar Alexandre Alapetite
2016-10-29Merge pull request #1344 from Alkarex/confirm-disabledGravatar Alexandre Alapetite
Disable "mark all as read" before confirmation script is loaded
2016-10-29Disable "mark all as read" before confirmation script is loadedGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1342
2016-10-25A bit more readmeGravatar Alexandre Alapetite
2016-10-25Readme slight updateGravatar Alexandre Alapetite
2016-10-25Readme import-for-userGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1338 https://github.com/FreshRSS/FreshRSS/issues/1095
2016-10-25Readme git checkout devGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1328#issuecomment-256134406
2016-10-25Merge pull request #1338 from Alkarex/cliGravatar Alexandre Alapetite
CLI: Command-Line Interface
2016-10-25Fix install bug 2Gravatar Alexandre Alapetite