aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/userController.php
AgeCommit message (Expand)Author
2019-03-22Rework CSRF interaction with sessions (#2290)Gravatar Alexandre Alapetite
2019-02-13Less jQuery (#2234)Gravatar Alexandre Alapetite
2018-10-24Allow dot in username (#2062)Gravatar Alexandre Alapetite
2018-10-21Improved flow for password change (#2057)Gravatar Alexandre Alapetite
2018-10-14Fix MySQL create table feeds (#2047)Gravatar Alexandre Alapetite
2018-06-18[#1928] Login user automatically after creation (#1941)Gravatar Marien Fressinaud
2018-05-26Fix CLI for creating/deleting user with Fever API (#1896)Gravatar Alexandre Alapetite
2018-05-24Add Fever API and user documentation (#1836)Gravatar Kevin Papst
2018-04-06fix update user for empty username (#1857)Gravatar Kevin Papst
2018-02-14Fix notice when managing user (#1785)Gravatar Alexis Degrugillier
2018-02-14Allow admin user to reset passwords (#1765)Gravatar Alexis Degrugillier
2017-10-12CLI optimize database (#1663)Gravatar Alexandre Alapetite
2017-07-22CLI update userGravatar Alexandre Alapetite
2017-04-27Work around for IE / Edge pattern bugGravatar Alexandre Alapetite
2017-04-10Merge branch 'FreshRSS/dev' into multiuser-tokenGravatar Alexandre Alapetite
2017-04-10PSHB better unsubscribeGravatar Alexandre Alapetite
2017-04-09Multi-user tokenGravatar Alexandre Alapetite
2017-03-02Fix SQLite CLI installGravatar Alexandre Alapetite
2017-02-25Changelog 1423Gravatar Alexandre Alapetite
2017-02-25Missing checkUsername and const pattenGravatar Alexandre Alapetite
2017-02-19correct check username patternGravatar 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
2016-10-24CLI option no-default-feedsGravatar Alexandre Alapetite
2016-10-24CLI do-installGravatar Alexandre Alapetite
2016-10-22CLI delete user https://github.com/FreshRSS/FreshRSS/issues/1095Gravatar Alexandre Alapetite
2016-10-22CLI list-users and create-userGravatar Alexandre Alapetite
2016-10-04Fix bug language option for new userGravatar Alexandre Alapetite
2016-07-31Remove Mozilla Persona loginGravatar Alexandre Alapetite
2015-08-22Add a system configuration pageGravatar Alexis Degrugillier
2015-07-22Ask password to user before deleting its accountGravatar Marien Fressinaud
2015-07-22Give possibility to delete its own accountGravatar Marien Fressinaud
2015-07-22Registration action is handled and create a userGravatar Marien Fressinaud
2015-07-22Add some commentsGravatar Marien Fressinaud
2015-07-21Add a max_registrations limitGravatar Marien Fressinaud
2015-01-06Fix a call to availableLanguages() (bad object)Gravatar Marien Fressinaud
2015-01-06Fix setters on $user_confGravatar Marien Fressinaud
2015-01-06BREAKING FEATURE: Remove general in configGravatar Marien Fressinaud
2015-01-06Fix Controllers to use the correct config systemGravatar Marien Fressinaud
2015-01-05Change name of user configuration var in ContextGravatar Marien Fressinaud
2014-12-21BREAKING FEATURE: move user dataGravatar Marien Fressinaud
2014-12-11Fix i18n for update and user controllersGravatar Marien Fressinaud
2014-10-30Fix Minz_Error::error() -> use default valuesGravatar Marien Fressinaud
2014-10-29Ne pas rafraîchir les flux des utilisateurs non logués depuis x joursGravatar Alexandre Alapetite
2014-10-26Update i18nGravatar Marien Fressinaud
2014-10-20Use FreshRSS_Context::$conf onlyGravatar Marien Fressinaud
2014-10-17Fix a bug to get size of user (SQLite)Gravatar Marien Fressinaud
2014-10-17Show more information about user when selectedGravatar Marien Fressinaud
2014-10-17User list load a new pageGravatar Marien Fressinaud
2014-10-17Reorganize user pagesGravatar Marien Fressinaud