index
:
FreshRSS (Customized)
custom
edge
Customized version of FreshRSS, a self-hosted RSS feed aggregator
Daniel Smith
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
Models
/
Auth.php
Age
Commit message (
Expand
)
Author
2018-03-03
Fix bug when using double authentication (#1809)
Alexandre Alapetite
2018-01-01
Fix login bug when HTTP REMOTE_USER changes
Alexandre Alapetite
2017-04-09
Multi-user token
Alexandre Alapetite
2017-02-16
use function with preg_match to check username
Clément
2017-02-16
Possibility to register user having a '-', a '_' or a '.' in username
Clément
2016-12-24
Merge pull request #1398 from Alkarex/MultipleCookiesBug
Alexandre Alapetite
2016-12-24
Send cookie FreshRSS_login only once
Alexandre Alapetite
2016-12-24
Option for cookie duration
Alexandre Alapetite
2016-11-05
Add CLI for user information + Fix last user activity
Alexandre Alapetite
2016-08-13
Do not mix POST and GET params
Alexandre Alapetite
2016-08-13
CSRF token, update HTTP Referrer policy to same-origin
Alexandre Alapetite
2016-07-31
Remove Mozilla Persona login
Alexandre Alapetite
2015-01-06
Fix a bug in FreshRSS_Auth::giveAccess()
Marien Fressinaud
2015-01-06
Fix last calls to Minz_Configuration methods
Marien Fressinaud
2015-01-06
BREAKING FEATURE: Remove general in config
Marien Fressinaud
2015-01-05
New configuration system (not working yet)
Marien Fressinaud
2014-10-29
Ne pas rafraîchir les flux des utilisateurs non logués depuis x jours
Alexandre Alapetite
2014-10-07
Authentication system moved + Persona comes back!
Marien Fressinaud
2014-10-07
Introduce FreshRSS_Auth::hasAccess('admin')
Marien Fressinaud
2014-10-06
Refactor authentication system.
Marien Fressinaud