Commit 8e0b504
committed
feat(push_notification): implement user-owned device query and permission
- Add push_notification_device readAll operation to DataOperationRegistry
- Update ModelActionPermission for collection and item GET for push_notification_device
- Allow authenticated users to fetch their own notification devices
- Implement ownership check for specific device retrieval1 parent 599317e commit 8e0b504
File tree
2 files changed
+17
-3
lines changed- lib/src/registry
2 files changed
+17
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
187 | 194 | | |
188 | 195 | | |
189 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
432 | 435 | | |
433 | | - | |
| 436 | + | |
| 437 | + | |
434 | 438 | | |
435 | | - | |
| 439 | + | |
| 440 | + | |
436 | 441 | | |
437 | | - | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
438 | 445 | | |
439 | 446 | | |
440 | 447 | | |
| |||
0 commit comments