summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-25Remove maxlength for usernamesGravatar Alexandre Alapetite
pattern is already used
2017-02-25Missing checkUsername and const pattenGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1423 https://github.com/YunoHost-Apps/freshrss_ynh/issues/27#issuecomment-279792363
2017-02-25Merge branch 'dev' into feature/username-in-cliGravatar Clément
2017-02-25Merge remote-tracking branch 'FreshRSS/dev' into devGravatar Clément
2017-02-25Merge pull request #1440 from Alkarex/Changelog-1436-1439Gravatar Alexandre Alapetite
Changelog 1436, 1439
2017-02-24Changelog 1436, 1439Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1424 https://github.com/FreshRSS/FreshRSS/issues/1432 https://github.com/FreshRSS/FreshRSS/pull/1436 https://github.com/FreshRSS/FreshRSS/pull/1439
2017-02-24Merge pull request #1439 from dswd/cli-reconfigureGravatar Alexandre Alapetite
Added cli tool to reconfigure FreshRSS
2017-02-24Merge pull request #1436 from dswd/disable-updateGravatar Alexandre Alapetite
Add config option to disable and hide self-update
2017-02-24Added cli tool to reconfigure FreshRSSGravatar Dennis Schwerdel
2017-02-24Added disable_update option to cli/do-install.phpGravatar Dennis Schwerdel
2017-02-23Merge pull request #1437 from Alkarex/prepare-1.6.3Gravatar Alexandre Alapetite
Prepare for intermediate version 1.6.3
2017-02-23Prepare for intermediate version 1.6.3Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/milestone/22
2017-02-23Add Cloudron in automated installGravatar Girish Ramakrishnan
Fixes #1432
2017-02-23Changelog 1435Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1435 @dswd
2017-02-23Add config option to disable and hide self-updateGravatar Dennis Schwerdel
2017-02-23Merge pull request #1435 from dswd/fix-cli-installGravatar Alexandre Alapetite
Fixed empty db-prefix in do-install.php
2017-02-23Merge pull request #1429 from Alkarex/Changelog-1419-1428Gravatar Alexandre Alapetite
Changelog 1419-1428
2017-02-23Fixed empty db-prefix in do-install.phpGravatar Dennis Schwerdel
2017-02-19correct check username patternGravatar Clément
2017-02-18Changelog 1419-1428Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1419 https://github.com/FreshRSS/FreshRSS/pull/1420 https://github.com/FreshRSS/FreshRSS/pull/1428
2017-02-18Merge pull request #1428 from postblue/gnusocial-shareGravatar Alexandre Alapetite
GNU social share (fixes #1422)
2017-02-18Adding localesGravatar postblue
2017-02-18Add GNU social shareGravatar postblue
2017-02-16delete - and . from accepted charGravatar Clément
2017-02-16use function with preg_match to check usernameGravatar Clément
2017-02-16Possibility to register user having a '-', a '_' or a '.' in usernameGravatar Clément
2017-02-15add - _ and . in accepted charGravatar Clément
2017-02-15Merge remote-tracking branch 'FreshRSS/master'Gravatar Clément
2017-02-15Merge remote-tracking branch 'FreshRSS/master' into devGravatar Clément
2017-02-06Merge pull request #1418 from Alkarex/Changelog-1417Gravatar Alexandre Alapetite
Changelog 1417
2017-02-06Merge pull request #1419 from Alkarex/no-version-anonymousGravatar Alexandre Alapetite
No version number for anonymous users
2017-02-06Merge pull request #1420 from danc/devGravatar Alexandre Alapetite
Share to sites based on Known (http://withknown.com)
2017-02-04Share to sites based on Known (http://withknown.com)Gravatar tintouli
2017-01-28No version number for anonymous usersGravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/issues/1404
2017-01-28Changelog 1417Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1417 https://github.com/FreshRSS/FreshRSS/issues/1411 https://github.com/FreshRSS/FreshRSS/issues/1412
2017-01-28Merge pull request #1417 from tcitworld/devGravatar Alexandre Alapetite
postgres fixes
2017-01-28Merge pull request #1413 from Alkarex/Changelog-1409Gravatar Alexandre Alapetite
Changelog 1409
2017-01-27postgres fixesGravatar Thomas Citharel
2017-01-23Changelog 1409Gravatar Alexandre Alapetite
https://github.com/FreshRSS/FreshRSS/pull/1409
2017-01-23Merge pull request #1409 from Crupuk/patch-1Gravatar Alexandre Alapetite
Switch to FreshRss tab
2017-01-23Start 1.7.0-devGravatar Alexandre Alapetite
2017-01-23Update main.jsGravatar Crupuk
2017-01-19Switch to FreshRss tab Gravatar Crupuk
Switch to FreshRss tab when notification is clicked and close notification
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