Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat!: drop reading other 'user' permission#8650

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Emyrk merged 16 commits intomainfromstevenmasley/drop_read_users_perm
Jul 26, 2023
Merged
Changes from1 commit
Commits
Show all changes
16 commits
Select commitHold shift + click to select a range
f9d2454
feat: drop reading other 'user' permission
EmyrkJul 21, 2023
89ec2ed
Merge remote-tracking branch 'origin/main' into stevenmasley/drop_rea…
EmyrkJul 25, 2023
4545d1a
Hide /users page for regular users
EmyrkJul 25, 2023
7ce87a7
make groups a privledged endpoint
EmyrkJul 25, 2023
8e86149
Permissions page for template perms
EmyrkJul 25, 2023
82ceab8
remove console log
EmyrkJul 25, 2023
ddd147d
Fix perms unit tests
EmyrkJul 25, 2023
658e2e2
Fixing unit tests
EmyrkJul 25, 2023
9007b8e
make gen
EmyrkJul 25, 2023
72b0862
Fix pagination users test
EmyrkJul 25, 2023
f1ed8b3
Make fmt
EmyrkJul 25, 2023
04d9166
Update unit test with perm changes
EmyrkJul 25, 2023
e0af28e
remove unused function
EmyrkJul 25, 2023
515edf1
count 0 vs -1
EmyrkJul 25, 2023
39912a2
Unit test to test acl available
EmyrkJul 25, 2023
4463012
Use correct sdk method
EmyrkJul 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
remove console log
  • Loading branch information
@Emyrk
Emyrk committedJul 25, 2023
commit82ceab8f35c47d6b2d63a0980b5e91abec892d7c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -75,7 +75,6 @@ export const UserOrGroupAutocomplete: React.FC<
}
renderOption={(props, option) => {
const isOptionGroup = isGroup(option)
console.log("option", option)

return (
<Box component="li" {...props}>
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp