aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources/views/Manage
Commit message (Collapse)AuthorAgeFilesLines
* MOAR WIPThomas Citharel2017-06-231-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Added group in user formNicolas Lœuillet2017-06-233-1/+16
|
* Created GroupBundleNicolas Lœuillet2017-06-231-0/+1
|
* Merged list and search methodsNicolas Lœuillet2017-05-022-16/+13
|
* Fix testsThomas Citharel2017-05-021-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add paginationThomas Citharel2017-05-021-1/+7
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add filter to users management pageThomas Citharel2017-05-022-28/+48
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Removed FOSUser attributes removed in alpha4Nicolas Lœuillet2016-11-282-10/+0
| | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
* Fixed two-factor checkbox display in user admin panelNicolas Lœuillet2016-10-071-1/+1
| | | | Fix #2380
* Disabled delete button for the logged userJeremy Benoist2016-10-021-1/+1
| | | | To avoid some bad things to happen…
* Add users management UIJeremy Benoist2016-10-023-0/+195
- remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)