- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Sep 24 2024
Sep 24 2024
Sep 23 2024
Sep 23 2024
[terraform] Bump staging Backup to 0.4.3
[lib] Clear all holders on logout
bartek committed rCOMM1e6ec1abd465: [web] Fix multimedia sending conditions for thick threads (authored by bartek).
[web] Fix multimedia sending conditions for thick threads
bartek committed rCOMMe51fd3572e21: [web] Skip `loop` property when dispatching updateMultimediaMessage (authored by bartek).
[web] Skip `loop` property when dispatching updateMultimediaMessage
[lib] Establish holders for DM multimedia
bartek committed rCOMM7ab6657dfa3c: [lib] Create holder ops for thick thread avatars (authored by bartek).
[lib] Create holder ops for thick thread avatars
bartek committed rCOMMa5b81199539a: [lib] Let blob holder generator take deviceID as argument (authored by bartek).
[lib] Let blob holder generator take deviceID as argument
[lib] Process blob holders in DM ops
bartek committed rCOMMeec870466c07: [lib] Add functions to perform Blob Service holder actions (authored by bartek).
[lib] Add functions to perform Blob Service holder actions
bartek committed rCOMM889673b897af: [lib] Add blob fields to DMOperationResult (authored by bartek).
[lib] Add blob fields to DMOperationResult
bartek committed rCOMM153dd8771db1: [lib] Add action type for processing holders (authored by bartek).
[lib] Add action type for processing holders
bartek committed rCOMM79e2ffe30f49: [lib] Add reducer and action to store established holder (authored by bartek).
[lib] Add reducer and action to store established holder
[lib] Create Redux store for blob holders
[lib] Prefix blob holders with device ID
Made promise non-throwing and moved before Identity logout
bartek added a comment to D13419: [web] Skip `loop` property when dispatching updateMultimediaMessage.
In D13419#377701, @ashoat wrote:Is there a risk here that the loop property isn't being populated correctly where it should be? I believe this is meant to be used for video, where we want the video to autoplay, and then loop back to the start when it finishes and continue playing. Not sure it works correctly, but ideally we can avoid breaking it more
Newline
Address feedback
bartek retitled D13410: [lib] Let blob holder generator take deviceID as argument from [lib] Make blob holder generator a higher order function to [lib] Let blob holder generator take deviceID as argument.
Updated function to take deviceID as argument
Address feedback
Updated types and failure action
Feedback
Add ReadOnly
bartek published D13419: [web] Skip `loop` property when dispatching updateMultimediaMessage for review.
Sep 20 2024
Sep 20 2024
Flow
Sep 19 2024
Sep 19 2024
bartek committed rCOMM6cd543112f87: [lib] Retry Tunnelbroker connection after closing (authored by bartek).
[lib] Retry Tunnelbroker connection after closing
Address comments
Sep 18 2024
Sep 18 2024
Fix flow
bartek committed rCOMMde4a5b45fcfb: [terraform] Make Tunnelbroker deployments more future-proof (authored by bartek).
[terraform] Make Tunnelbroker deployments more future-proof
Sep 17 2024
Sep 17 2024
bartek added inline comments to D13360: [terraform] Make Tunnelbroker deployments more future-proof.
bartek committed rCOMM3bee0f5fc9bf: [identity] Add exponential backoff for one-time key retries (authored by bartek).
[identity] Add exponential backoff for one-time key retries
Feedback
bartek added inline comments to D13356: [identity] Add exponential backoff for one-time key retries.
Sep 16 2024
Sep 16 2024
Sep 13 2024
Sep 13 2024
bartek added inline comments to D13332: [web][native] update `InputStateContainer` logic for sending multimedia messages.