Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 90
    • Merge requests 90
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PleromaPleroma
  • pleromapleroma
  • Merge requests
  • !853

Fixed `scopes` of apps / authorizations / tokens from apps initially created with space-delimited `scope`

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ivan Tashkinov requested to merge i1t/pleroma:oauth2_scopes_migration_hotfix into develop Feb 22, 2019
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Fixes #660 (closed)

Fixed scopes of apps / authorizations / tokens from apps initially created with space-delimited scope.

Pleroma was creating apps records with comma-delimited scope but external apps could provide space-delimited scope (which is in fact per OAuth specification). This PR resolves issues with migrating such apps and their authorizations / tokens.

Edited Feb 22, 2019 by Ivan Tashkinov
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: oauth2_scopes_migration_hotfix