|  William Grant | 250e3d0238 | refactor: rename expirationType on convo to expirationMode this means convo has expirationMode and messages have expirationType | 2 years ago | 
				
					
						|  William Grant | 85f270b67a | Merge branch 'unstable' into userconfig_disappearingmessage | 2 years ago | 
				
					
						|  William Grant | 37676e5666 | fix: making progress with group migration still getting overriden on render | 2 years ago | 
				
					
						|  William Grant | 03c0d74820 | feat: migrations works correctly for private conversations | 2 years ago | 
				
					
						|  William Grant | da588a1096 | Merge branch 'unstable' into userconfig_disappearingmessage | 2 years ago | 
				
					
						|  William Grant | 22e9e6bb44 | feat: started working on disappearing messages migration 34 note to self and private conversations are mvp, still some initial cleanup todo | 2 years ago | 
				
					
						|  William Grant | b00f7283e8 | feat: updated migration 31 to use a new migration style to prevent typing issues with future versions of libsession | 2 years ago | 
				
					
						|  William Grant | 43276b069e | Merge branch 'unstable' into userconfig_disappearingmessage | 2 years ago | 
				
					
						|  Audric Ackermann | 3c8ab8906a | chore: add featureFlag for integrationtestenv derived from process.env | 2 years ago | 
				
					
						|  Audric Ackermann | 84deed19f9 | feat: add block msg requests from sogs | 2 years ago | 
				
					
						|  William Grant | a25d94fa6c | fix: moved disappearing messages migration to a separate file updated note to self function calls in the user config wrapper | 2 years ago | 
				
					
						|  William Grant | d794b0a0d4 | fix: comment out user config disappearing messages stuff for now | 2 years ago | 
				
					
						|  William Grant | 41af1e7865 | Merge branch 'unstable' into userconfig_disappearingmessage | 2 years ago | 
				
					
						|  Audric Ackermann | 953897cc1c | Merge pull request #2840 from Bilb/replace-tslint-with-eslint Replace tslint with eslint | 2 years ago | 
				
					
						|  Audric Ackermann | 41ca0666ce | chore: remove () => void for misused promises | 2 years ago | 
				
					
						|  Audric Ackermann | feaba36fa4 | fix: picker emoji-mart errors after update | 2 years ago | 
				
					
						|  Audric Ackermann | d43d6abbae | chore: replace tslint with eslint and fix linting issues | 2 years ago | 
				
					
						|  Audric Ackermann | 0e5ca3f731 | chore: remove the unblockGroupToSend string as we cannot block a group. | 2 years ago | 
				
					
						|  Audric Ackermann | 9a7ef4d373 | Merge branch 'unstable' into userconfig_disappearingmessage | 2 years ago | 
				
					
						|  Audric Ackermann | 594eee698b | Merge remote-tracking branch 'upstream/clearnet' into unstable | 2 years ago | 
				
					
						|  Audric Ackermann | adf5574318 | fix: add libsession nodejs with expiretimer and resolve issues | 2 years ago | 
				
					
						|  Audric Ackermann | 5d2d901aa0 | Merge remote-tracking branch 'upstream/unstable' into userconfig_disappearingmessage | 2 years ago | 
				
					
						|  Audric Ackermann | 43badfa134 | fix: virtualize list of search result so input typing is fast | 2 years ago | 
				
					
						|  Audric Ackermann | 4280d83ba8 | fix: bump libsession to allow createdAt to be given during migration | 2 years ago | 
				
					
						|  Audric Ackermann | 0e18bf4640 | fix: disable expire timer tracking for all libsession logic this will need to be turned on when the disappearing branch is merged | 2 years ago | 
				
					
						|  Audric Ackermann | 3eb629e33e | fix: cleanup convo selectors to hope to improve performances | 2 years ago | 
				
					
						|  Audric Ackermann | 4637f4609a | Merge remote-tracking branch 'yougotwill/disappearing_messages' into userconfig_disappearingmessage | 2 years ago | 
				
					
						|  Audric Ackermann | db9fa14213 | fix: don't update state on updates already included in our syncmessage | 2 years ago | 
				
					
						|  William Grant | ff4366002b | feat: converted quoteiconcontainer and to styled components added support for generic file icon with consistent design. Still need to support know file types and metdata from the generic file component | 2 years ago | 
				
					
						|  William Grant | a07933a8ac | feat: image reply done added localisation for attachment description | 2 years ago | 
				
					
						|  William Grant | c953c9f8f8 | fix: converting undefined to a string does not make an empty string so we have to make deleteData more robust javascript ¯\_(ツ)_/¯ | 2 years ago | 
				
					
						|  Audric Ackermann | 6676bf77f9 | chore: fix unit tests for userconfig changes | 2 years ago | 
				
					
						|  William Grant | 220d9bff47 | fix: check if path is undefined first in deleteData function | 2 years ago | 
				
					
						|  William Grant | c1ea1f0037 | feat: print error message and not entire error if available when deleting an attachment from disk | 2 years ago | 
				
					
						|  Audric Ackermann | 4d0e79f195 | fix: legacy group with wrapper and disable right click while searching | 3 years ago | 
				
					
						|  Audric Ackermann | 2a4bbbd587 | feat: add the deleteContact and deleteConversation only menu items | 3 years ago | 
				
					
						|  William Grant | d4d5b6c86b | fix: improved disk deletion handling and pass yarn ready need to use await with the pathExists function and cleaned up code into a handler function | 3 years ago | 
				
					
						|  Audric Ackermann | ce186517a3 | chore: lint code | 3 years ago | 
				
					
						|  William Grant | c759eed0d8 | fix: check if path exists for deleted attachment instead of trying to read that data this is more performant since it should be deleted | 3 years ago | 
				
					
						|  William Grant | 6cf2c0b0df | feat: made sure to clear attachment properties after deletion confirmed everything works through testing | 3 years ago | 
				
					
						|  William Grant | 386997f233 | feat: made progress on attachment deletions but can confirm 100% | 3 years ago | 
				
					
						|  William Grant | f3f83505e0 | fix: duplicate copy | 3 years ago | 
				
					
						|  William Grant | a928aeb76c | feat: improvements to the disabled state and group non-admins settings separated components in OverlayDisappearingMessages | 3 years ago | 
				
					
						|  William Grant | 8117e631d0 | feat: legacy mode now works for 1-1 chats | 3 years ago | 
				
					
						|  William Grant | 4dbbada728 | feat: added notice banner component show notice when conversation is in legacy mode, extracted some UI components from the ConversationHeader, updated featureReleaseTimestamp | 3 years ago | 
				
					
						|  William Grant | 7d0673f7f2 | wip: added new legacy mode to panel, improved backwards compatibility legacy mode support in conversation header, added typing for the expireUpdate, next is sending support | 3 years ago | 
				
					
						|  William Grant | ac844af691 | feat: updated timer notification design and copy | 3 years ago | 
				
					
						|  William Grant | 13f091eff3 | feat: added function for calculating the expire start time updated copy for setting change messages | 3 years ago | 
				
					
						|  William Grant | 30196a131a | feat: added basic support for different disappearing message modes added expirationType and lastDisappearingMessageChangeTimestamp to conversations table, left a few comments for future work | 3 years ago | 
				
					
						|  William Grant | 6b06e4a70b | feat: added panel label for timer options | 3 years ago |