plain.oauth 0.23.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.
Files changed (40) hide show
  1. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/PKG-INFO +1 -1
  2. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/plain/oauth/CHANGELOG.md +20 -0
  3. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/plain/oauth/admin.py +1 -0
  4. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/plain/oauth/migrations/0001_initial.py +1 -1
  5. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/pyproject.toml +1 -1
  6. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/app/users/migrations/0001_initial.py +1 -1
  7. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/.gitignore +0 -0
  8. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/LICENSE +0 -0
  9. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/README.md +0 -0
  10. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/plain/oauth/README.md +0 -0
  11. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/plain/oauth/__init__.py +0 -0
  12. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/plain/oauth/config.py +0 -0
  13. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/plain/oauth/default_settings.py +0 -0
  14. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/plain/oauth/exceptions.py +0 -0
  15. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/plain/oauth/migrations/__init__.py +0 -0
  16. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/plain/oauth/models.py +0 -0
  17. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/plain/oauth/providers.py +0 -0
  18. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/plain/oauth/templates/oauth/callback.html +0 -0
  19. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/plain/oauth/urls.py +0 -0
  20. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/plain/oauth/views.py +0 -0
  21. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/provider_examples/__init__.py +0 -0
  22. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/provider_examples/bitbucket.py +0 -0
  23. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/provider_examples/github.py +0 -0
  24. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/provider_examples/gitlab.py +0 -0
  25. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/app/settings.py +0 -0
  26. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/app/templates/base.html +0 -0
  27. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/app/templates/index.html +0 -0
  28. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/app/templates/login.html +0 -0
  29. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/app/urls.py +0 -0
  30. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/app/users/migrations/__init__.py +0 -0
  31. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/app/users/models.py +0 -0
  32. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/provider_tests/__init__.py +0 -0
  33. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/provider_tests/test_github.py +0 -0
  34. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/providers/__init__.py +0 -0
  35. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/providers/bitbucket.py +0 -0
  36. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/providers/github.py +0 -0
  37. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/providers/gitlab.py +0 -0
  38. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/test_backends.py +0 -0
  39. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/test_checks.py +0 -0
  40. {plain_oauth-0.23.0 → plain_oauth-0.24.1}/tests/test_providers.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plain.oauth
3
- Version: 0.23.0
3
+ Version: 0.24.1
4
4
  Summary: OAuth login and API access for Plain.
5
5
  Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
6
6
  License-Expression: BSD-3-Clause
@@ -1,5 +1,25 @@
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
+
13
+ ## [0.24.0](https://github.com/dropseed/plain/releases/plain-oauth@0.24.0) (2025-07-22)
14
+
15
+ ### What's changed
16
+
17
+ - Migrations updated to use the new `PrimaryKeyField` instead of `BigAutoField` ([4b8fa6a](https://github.com/dropseed/plain/commit/4b8fa6a))
18
+
19
+ ### Upgrade instructions
20
+
21
+ - No changes required.
22
+
3
23
  ## [0.23.0](https://github.com/dropseed/plain/releases/plain-oauth@0.23.0) (2025-07-18)
4
24
 
5
25
  ### What's changed
@@ -39,6 +39,7 @@ class OAuthConnectionViewset(AdminViewset):
39
39
  nav_section = "OAuth"
40
40
  model = OAuthConnection
41
41
  title = "Connections"
42
+ nav_icon = "link-45deg"
42
43
  fields = ["id", "user", "provider_key", "provider_user_id"]
43
44
  cards = [ProvidersChartCard]
44
45
 
@@ -17,7 +17,7 @@ class Migration(migrations.Migration):
17
17
  migrations.CreateModel(
18
18
  name="OAuthConnection",
19
19
  fields=[
20
- ("id", models.BigAutoField(auto_created=True, primary_key=True)),
20
+ ("id", models.PrimaryKeyField()),
21
21
  ("created_at", models.DateTimeField(auto_now_add=True)),
22
22
  ("updated_at", models.DateTimeField(auto_now=True)),
23
23
  ("provider_key", models.CharField(max_length=100)),
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "plain.oauth"
3
- version = "0.23.0"
3
+ version = "0.24.1"
4
4
  description = "OAuth login and API access for Plain."
5
5
  authors = [{name = "Dave Gaeddert", email = "dave.gaeddert@dropseed.dev"}]
6
6
  license = "BSD-3-Clause"
@@ -13,7 +13,7 @@ class Migration(migrations.Migration):
13
13
  migrations.CreateModel(
14
14
  name="User",
15
15
  fields=[
16
- ("id", models.BigAutoField(auto_created=True, primary_key=True)),
16
+ ("id", models.PrimaryKeyField()),
17
17
  ("email", models.EmailField(max_length=254)),
18
18
  ("username", models.CharField(max_length=100)),
19
19
  ],
File without changes
File without changes
File without changes