aboutsummaryrefslogtreecommitdiff
path: root/src/services/new_api/oauth.js
Commit message (Collapse)AuthorAge
* Simplify the OAuth client_nameMark Felder2024-09-01
| | | | | | Every time PleromaFE is used to login it will need to do the OAuth dance and request an app key. If the client name is not stable it will pollute the server's database with entries. This also happens on every unauthenticated page load at the moment until #1339 is resolved
* Revert "Merge branch 'revert-96cab6d8' into 'develop'"Ivan Tashkinov2019-12-12
| | | This reverts merge request !1032
* Revert "Merge branch 'oauth-extra-scopes' into 'develop'"lain2019-12-12
| | | This reverts merge request !1024
* Added OAuth 'push' and 'admin' scopes.Ivan Tashkinov2019-12-08
|
* Merge branch 'eslint-fix' into 'develop'Shpuld Shpludson2019-07-07
|\ | | | | | | | | Fix shitton warning eslint gives See merge request pleroma/pleroma-fe!871
| * npm eslint --fix .Henry Jameson2019-07-05
| |
* | Revoke oAuth tokenEgor Kislitsyn2019-07-02
|/
* Merge remote-tracking branch 'upstream/develop' into masto-register-app-secretHenry Jameson2019-06-13
|\ | | | | | | | | * upstream/develop: Revert "add TOTP/Recovery Form for mobile version"
| * Revert "add TOTP/Recovery Form for mobile version"Maksim2019-06-12
| | | | | | | | This reverts commit a3811f944819430c278b6da6b08dc322a9b9ff65.
* | Proper clientId/secret/token caching, MastoAPI registrationHenry Jameson2019-05-22
|/
* Restore old routes, enable user route as fallback.Lambda2018-12-25
|
* Fix oauth urlMaxim Filippov2018-12-17
|
* Re-activate registration, use oauth password flow to fetch token.Roger Braun2018-11-06
|
* Move login to oauth.Roger Braun2018-10-26