Commit a2ae220
File tree
- .github/workflows
- 3rd-party
- tor
- darwin
- linux
- win32
- packages
- backend/src/nest
- qss
- storage/orbitDb/identity/lfa
- desktop
- build
- src
- main
- renderer/components
- CreateJoinCommunity/CreateCommunity
- Sidebar
- ChannelsPanel
- DirectMessagesPanel
- UserProfilePanel
- windows
- e2e-tests
- assets
- src
- mobile
- android/app
- ios
- QuietNotificationServiceExtension
- QuietTests
- Quiet
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
45 | | - | |
46 | | - | |
| 44 | + | |
| 45 | + | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
| |||
- 3rd-party/auth+1-1
- CHANGELOG.md+64
- app/CHANGELOG.md+64
- app/package.json+1-1
- app/src/client/cli/prompts/main.prompt.ts+15-1
- app/src/client/cli/prompts/push.prompt.ts+103
- app/src/migrations/.snapshot-qss.json+12
- app/src/migrations/Migration20260316155658.ts+13
- app/src/nest/communities/auth/sigchain.ts+2
- app/src/nest/communities/storage/entities/log-sync.entity.ts+5-1
- app/src/nest/communities/storage/log-entry-sync.storage.service.ts+1-1
- app/src/nest/qps/push/push.service.spec.ts+214
- app/src/nest/qps/push/push.service.ts+105
- app/src/nest/qps/push/push.types.ts+9
- app/src/nest/qps/qps.service.ts+79-1
- app/src/nest/websocket/handlers/qps.handler.spec.ts+157-1
- app/src/nest/websocket/handlers/qps.handler.ts+44
- app/src/nest/websocket/handlers/types/qps.types.ts+21
- app/src/nest/websocket/ws.types.ts+1
- app/test/e2e-tests/communities/communities.complete.e2e.spec.ts+2-1
- lerna.json+1-1
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
4 | 14 | | |
5 | 15 | | |
6 | 16 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
13 | 35 | | |
14 | 36 | | |
15 | 37 | | |
16 | 38 | | |
17 | 39 | | |
18 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
19 | 56 | | |
20 | 57 | | |
21 | | - | |
22 | 58 | | |
23 | 59 | | |
24 | | - | |
25 | | - | |
| 60 | + | |
26 | 61 | | |
| 62 | + | |
27 | 63 | | |
28 | 64 | | |
29 | 65 | | |
30 | | - | |
31 | | - | |
32 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
33 | 74 | | |
34 | 75 | | |
35 | 76 | | |
36 | | - | |
| 77 | + | |
37 | 78 | | |
38 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
39 | 86 | | |
40 | 87 | | |
41 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
41 | 47 | | |
42 | | - | |
| 48 | + | |
43 | 49 | | |
44 | 50 | | |
45 | 51 | | |
| |||
89 | 95 | | |
90 | 96 | | |
91 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
92 | 106 | | |
93 | | - | |
| 107 | + | |
94 | 108 | | |
95 | 109 | | |
96 | 110 | | |
| |||
127 | 141 | | |
128 | 142 | | |
129 | 143 | | |
130 | | - | |
| 144 | + | |
131 | 145 | | |
132 | 146 | | |
133 | 147 | | |
| |||
139 | 153 | | |
140 | 154 | | |
141 | 155 | | |
| 156 | + | |
142 | 157 | | |
143 | | - | |
144 | 158 | | |
145 | 159 | | |
146 | 160 | | |
| |||
183 | 197 | | |
184 | 198 | | |
185 | 199 | | |
186 | | - | |
| 200 | + | |
187 | 201 | | |
188 | | - | |
| 202 | + | |
189 | 203 | | |
190 | 204 | | |
191 | 205 | | |
| |||
202 | 216 | | |
203 | 217 | | |
204 | 218 | | |
205 | | - | |
| 219 | + | |
206 | 220 | | |
207 | 221 | | |
208 | 222 | | |
| |||
285 | 299 | | |
286 | 300 | | |
287 | 301 | | |
288 | | - | |
| 302 | + | |
289 | 303 | | |
290 | 304 | | |
291 | 305 | | |
0 commit comments