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
2023-04-07
Use typed access to request parameters (#5267)
Alexandre Alapetite
2023-04-05
PHPStan level 6 for more files (#5264)
Alexandre Alapetite
2023-03-26
Modernize Constants and use new constant for string 'currentUser' (#5089)
Luc SANCHEZ
2022-01-08
Use typographic quotes (#4133)
Alexandre Alapetite
2022-01-04
PHPStan level 5 (#4110)
Alexandre Alapetite
2021-12-02
Minz request avoid custom methods (#4020)
Alexandre Alapetite
2021-01-02
Avoid manual initialisations of system or user configuration (#3070)
Alexandre Alapetite
2020-12-28
Add a file for each Auth class (#3298)
Alexis Degrugillier
2020-12-28
Auto-renew cookie (#3287)
Alexandre Alapetite
2020-12-26
bump default logout from 30 days to 3 months (#3170)
Martin
2020-10-06
Minz allow parallel sessions (#3096)
Alexandre Alapetite
2020-06-19
Add auto-registration when using http_auth (#3003)
bpatath
2020-04-17
A wrong login must return HTTP 403 (#2903)
Alexandre Alapetite
2020-01-16
fix: Make sure to have user conf in hasAccess (#2769)
Marien Fressinaud
2020-01-06
Add an admin flag on users (#2709)
Alexis Degrugillier
2019-08-20
Require PHP 5.5+ (#2495)
Alexandre Alapetite
2019-03-22
Rework CSRF interaction with sessions (#2290)
Alexandre Alapetite
2019-03-20
Session fix when form + HTTP auth are used (#2286)
Alexandre Alapetite
2019-01-02
HTTP authenfication fixes (#2204)
Alexandre Alapetite
2018-12-04
Fix undefined conf (#2163)
Alexandre Alapetite
2018-11-18
Edit cookie_duration from GUI (#2137)
Patrick Crandol
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