plain.oauth 0.24.0__tar.gz → 0.24.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/PKG-INFO +1 -1
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/plain/oauth/CHANGELOG.md +10 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/plain/oauth/admin.py +1 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/pyproject.toml +1 -1
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/.gitignore +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/LICENSE +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/README.md +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/plain/oauth/README.md +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/plain/oauth/__init__.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/plain/oauth/config.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/plain/oauth/default_settings.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/plain/oauth/exceptions.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/plain/oauth/migrations/0001_initial.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/plain/oauth/migrations/__init__.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/plain/oauth/models.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/plain/oauth/providers.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/plain/oauth/templates/oauth/callback.html +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/plain/oauth/urls.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/plain/oauth/views.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/provider_examples/__init__.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/provider_examples/bitbucket.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/provider_examples/github.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/provider_examples/gitlab.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/app/settings.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/app/templates/base.html +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/app/templates/index.html +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/app/templates/login.html +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/app/urls.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/app/users/migrations/0001_initial.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/app/users/migrations/__init__.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/app/users/models.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/provider_tests/__init__.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/provider_tests/test_github.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/providers/__init__.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/providers/bitbucket.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/providers/github.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/providers/gitlab.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/test_backends.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/test_checks.py +0 -0
- {plain_oauth-0.24.0 → plain_oauth-0.24.1}/tests/test_providers.py +0 -0
@@ -1,5 +1,15 @@
|
|
1
1
|
# plain-oauth changelog
|
2
2
|
|
3
|
+
## [0.24.1](https://github.com/dropseed/plain/releases/plain-oauth@0.24.1) (2025-07-23)
|
4
|
+
|
5
|
+
### What's changed
|
6
|
+
|
7
|
+
- Added a nav icon to the OAuth admin interface ([9e9f8b0](https://github.com/dropseed/plain/commit/9e9f8b0e2c))
|
8
|
+
|
9
|
+
### Upgrade instructions
|
10
|
+
|
11
|
+
- No changes required
|
12
|
+
|
3
13
|
## [0.24.0](https://github.com/dropseed/plain/releases/plain-oauth@0.24.0) (2025-07-22)
|
4
14
|
|
5
15
|
### What's changed
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|