aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-26Merge pull request #1399 from FreshRSS/dev1.6.2Gravatar Alexandre Alapetite
Release 1.6.2
2016-12-26Version 1.6.2Gravatar Alexandre Alapetite
2016-12-24Merge pull request #1398 from Alkarex/MultipleCookiesBugGravatar Alexandre Alapetite
Send cookie FreshRSS_login only once
2016-12-24Merge pull request #1397 from Alkarex/cookieDurationGravatar Alexandre Alapetite
Option for cookie duration
2016-12-24Readme New option `limits.cookie_duration` in `data/config.php` to set the ↵Gravatar Alexandre Alapetite
login cookie duration
2016-12-24Readme Send login cookie only onceGravatar Alexandre Alapetite
2016-12-24Send cookie FreshRSS_login only onceGravatar Alexandre Alapetite
Prior to this patch, two cookies with the same name were sent, the first one was to destroy the cookie, and the second one to create it
2016-12-24Non-breaking space formatGravatar Alexandre Alapetite
2016-12-24Option for cookie durationGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1384
2016-12-21Merge pull request #1385 from Alkarex/favicon-user-agentGravatar Alexandre Alapetite
Add curl user-agent to retrieve favicon
2016-12-21Merge branch 'FreshRSS/dev' into favicon-user-agentGravatar Alexandre Alapetite
2016-12-21Merge branch 'FreshRSS/dev' into favicon-user-agentGravatar Alexandre Alapetite
2016-12-21Merge pull request #1395 from Alkarex/prepare-1.6.2Gravatar Alexandre Alapetite
Prepare intermediate version 1.6.2
2016-12-21Changelog curl user-agent for faviconsGravatar Alexandre Alapetite
2016-12-21Merge branch 'prepare-1.6.2' into favicon-user-agentGravatar Alexandre Alapetite
2016-12-21Merge branch 'FreshRSS/dev' into favicon-user-agentGravatar Alexandre Alapetite
2016-12-21Merge pull request #1394 from Alkarex/readme-extensionsGravatar Alexandre Alapetite
Small changes readme extensions
2016-12-21Prepare intermediate version 1.6.2Gravatar Alexandre Alapetite
Mostly some bug fixes since 1.6.1
2016-12-21Small changes readme extensionsGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1389 @kevinpapst
2016-12-21Merge pull request #1389 from kevinpapst/readme-extensionsGravatar Alexandre Alapetite
Link to extension repository in README
2016-12-05added links to extension repositoryGravatar Kevin Papst
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