Skip to content

Releases: FoskyM/flarum-oauth-center

v1.3.0

14 Aug 06:05
a470e8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

19 Jul 05:41
25bde7a
Compare
Choose a tag to compare

Fix: saving client
Full Changelog: v1.2.0...v1.2.1

v1.2.0

18 Apr 15:36
31c68aa
Compare
Choose a tag to compare

What's Changed

As you can see,
now you can set the visible fields for a rescource controller response,
the styles have been rewrite with less code and it now supports dark mode.
But unfortunately, we made an error in the previous version of forgetting to make clients' sensitive fields hidden, which would leak out the fields like client_secret in response.

For above reasons, you should update to this version at first time.

Features

  • Feat: visible_fields for scopes (#13)
  • Feat: simply manage tokens (#14)
  • Feat: card style for authorize page
  • Feat: show user info in small screen

Fixes

  • Fix: major error forgetting to ignore sensitive fields in records (#16)

Others

  • Improvement: no longer prohibit some fields of the default scope
  • Refactor: styles for authorize page (#15)
  • Perf: client info response
  • Perf: authorize page
  • Perf: settings page icon

Branch Dev-1.2.0: #17

Full Changelog: v1.1.1...v1.2.0

v1.1.1

10 Apr 11:01
9e29d65
Compare
Choose a tag to compare

What's Changed

  • Fix: unauthorization problem caused by empty string by @FoskyM in #11
  • Fix: two records saved while adding a new client by @FoskyM in #12
  • Fix: tip of no authorized records
  • Pref: edit modals

Full Changelog: v1.1.0...v1.1.1

v1.1.0

25 Feb 10:48
a566a8a
Compare
Choose a tag to compare

Features

  • Feat: add authorization records in user page
  • Feat: add an option of authorization Method
  • Feat: add an option of display mode

Others

  • Pref: Settings Page
  • Pref: Scope Page
  • Pref: Client Page
  • Pref: Scope Component
  • Pref: Request Promise

Full Changelog: v1.0.4...v1.1.0

v1.0.4

07 Dec 03:02
bd4402f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

13 Oct 13:26
dcc195a
Compare
Choose a tag to compare

Fix a bug...

v1.0.2

13 Oct 13:17
2297931
Compare
Choose a tag to compare

Add permissions for OAuth.
If a user don't have permissions, he can't authorize to clients.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

01 Oct 22:46
803d740
Compare
Choose a tag to compare

Fix a bug

Full Changelog: v1.0.0...v1.0.1

v1.0.0

01 Oct 22:24
2a7948f
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/FoskyM/flarum-oauth-center/commits/v1.0.0