aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/userController.php
AgeCommit message (Expand)Author
2020-06-14Add a way to disable/enable users (#3056)Gravatar Alexis Degrugillier
2020-05-092914 show last login date (#2936)Gravatar equinoxmatt
2020-03-08Improve login and registration pages (#2794)Gravatar Marien Fressinaud
2020-01-06Add an admin flag on users (#2709)Gravatar Alexis Degrugillier
2019-12-07Add user language displayGravatar Alexis Degrugillier
2019-12-03Separate the update API password endpoint (#2675)Gravatar Marien Fressinaud
2019-12-03Upgrade user management page (#2417)Gravatar Alexis Degrugillier
2019-11-26FIX email token check if not in user-config (#2686)Gravatar Purexo
2019-11-18Add log in fever api saving process (#2664)Gravatar Alexis Degrugillier
2019-11-04Default or custom OPML (#2627)Gravatar Alexandre Alapetite
2019-09-29PDO refactoring for code simplification (#2522)Gravatar Alexandre Alapetite
2019-09-17Add support for terms of serviceGravatar Marien Fressinaud
2019-09-16Configure user defaults (#2490)Gravatar Joris Kinable
2019-09-15CLI to export/import any database to/from SQLite (#2496)Gravatar Alexandre Alapetite
2019-08-29fix: Fix "validate email"-related issues (#2512)Gravatar Marien Fressinaud
2019-08-29Provide email address verification feature (#2481)Gravatar Marien Fressinaud
2019-08-20Require PHP 5.5+ (#2495)Gravatar Alexandre Alapetite
2019-07-31Clean access checks on userController (#2471)Gravatar Marien Fressinaud
2019-06-16Allow email as username (#2407)Gravatar Alexis Degrugillier
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