canmove, Confirmed users
725
edits
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
! scope="col" | Comment | ! scope="col" | Comment | ||
|- | |- | ||
| | | Records.import(), Records.get() | ||
Records.import(), Records.get() | | low | ||
| low | |||
| SyncEngine.sync(), Service.sync()<br> | | SyncEngine.sync(), Service.sync()<br> | ||
| <br> | | <br> | ||
| Line 80: | Line 78: | ||
| Always run async anyway (at least it should be!)<br> | | Always run async anyway (at least it should be!)<br> | ||
|- | |- | ||
| | | Service.wipeServer(), Service.wipeRemote()<br> | ||
Service.wipeServer(), | |||
Service.wipeRemote()<br> | |||
| low<br> | | low<br> | ||
| | | Service.sync(), Service.changePassphrase(), Service._updateKeysToUTF8Passphrase()<br> | ||
Service.sync(), Service.changePassphrase(), Service._updateKeysToUTF8Passphrase()<br> | |||
| <br> | | <br> | ||
|- | |- | ||
| Service.changePassphrase()<br> | | Service.changePassphrase()<br> | ||
| medium<br> | | medium<br> | ||
| UI (generic change dialog)<br> | | UI (generic change dialog)<br> | ||
| Only called in one place, easily changed<br> | | Only called in one place, easily changed<br> | ||
|- | |- | ||
| | | Service.getCollectionUsage(), Service.getQuota() | ||
Service | | low<br> | ||
| UI (quota dialog)<br> | |||
Service.getQuota() | |||
| low<br> | |||
| UI (quota dialog)<br> | |||
| Already called async<br> | | Already called async<br> | ||
|- | |- | ||
| Service._handleResource401()<br> | | Service._handleResource401()<br> | ||
| low<br> | | low<br> | ||
| "weave:resource:status:401" observer notification<br> | | "weave:resource:status:401" observer notification<br> | ||
| Need to pass additional callback within the notification subject<br> | | Need to pass additional callback within the notification subject<br> | ||
|- | |- | ||
| Line 118: | Line 106: | ||
<br> | <br> | ||
<br> | |||
<br> | <br> | ||