summaryrefslogtreecommitdiffstats
path: root/core/Controller/AppPasswordController.php
Commit message (Expand)AuthorAgeFilesLines
* fix(core): Add password confirmation requirement for getapppasswordJoas Schilling2023-07-171-0/+1
* Update core to PHP 7.4 standardCarl Schwan2022-05-201-19/+6
* Remove old shorteningJoas Schilling2022-03-231-3/+0
* Limit the length of app password namesJoas Schilling2022-03-231-0/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Move app_password_created to a typed eventChristoph Wurst2021-02-091-6/+7
* Update license headersChristoph Wurst2019-12-051-1/+4
* Allow rotation of apppasswordsRoeland Jago Douma2019-08-271-0/+24
* Allow clients to delete their own apptokenRoeland Jago Douma2019-05-171-0/+23
* Emit event if app password createdDaniel Kesselberg2019-02-181-28/+9
* Publish activity for app token created by ocs apiDaniel Kesselberg2019-02-171-2/+31
* Add an endppoint for clients to request an app passwordRoeland Jago Douma2018-10-031-0/+108