aboutsummaryrefslogtreecommitdiff
path: root/app/class/User.php
AgeCommit message (Collapse)Author
2020-05-18upgrade user password managementvincent-peugnet
- add confirm password option - remove maxlength - add dedicated flash messages
2020-05-15new cookie session systemvincent-peugnet
composer require JWT user stores sessions
2020-04-29fix bookmark construction in uservincent-peugnet
fix colortag file creation by fixing fn access media
2020-04-28fix: never catch LogicExceptions except in indexn-peugnet
2020-04-28listen to brother Stan and clean some thingsvincent-peugnet
2020-04-28add session as controller varvincent-peugnet
2020-04-28fix password max sizevincent-peugnet
add error in hydrate
2020-04-26user bookmarks use new objectvincent-peugnet
+ shortcuts visible in backtopbar
2020-04-25fix: most of PHPStan errorsn-peugnet
2020-04-17apply psr12vincent-peugnet
2020-04-14finish flashmessages implementationvincent-peugnet
+ clean css
2020-04-10user manage password close #69vincent-peugnet
users can change their passwords themself
2020-01-29refactor : item abstract classvincent-peugnet
new Item abstract class with hydrate and dry functions to clean others
2019-11-05refactor: switch to psr-4 autoloadingn-peugnet