You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add IPEI to DECT registrations
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update src/phonebook/views.py
* Fixed review remarks
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update src/phonebook/dectutils.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update src/phonebook/views.py
* Update scope description
* Update src/bornhack/settings.py
* Update src/phonebook/views.py
* Add the forgotten migration
* Removed unused
* One more
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Thomas Steen Rasmussen <tykling@bornhack.org>
Copy file name to clipboardExpand all lines: src/bornhack/settings.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@
233
233
"permissions:read": "Allow the remote site to read a list of your assigned permissions (scope: permissions:read).",
234
234
"teams:read": "Allow the remote site to read a list of your team memberships and team lead status (scope: teams)",
235
235
# api scopes
236
-
"phonebook:admin": "Allow the remote site to read the camp phonebook including service numbers and unlisted numbers. Only relevant for POC team leads (scope: phonebook:admin).",
236
+
"phonebook:admin": "Allow the remote site to read the camp phonebook including service numbers and unlisted numbers. Also allows access to the POC API. Only relevant for POC team leads (scope: phonebook:admin).",
237
237
"phonebook:read": "Allow the remote site to read the camp phonebook (scope: phonebook:read).",
0 commit comments