summary refs log tree commit diff
path: root/scripts/upload-to-flatpak-repo.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-03Make error case with unverified master key more descriptiveNicolas Werner1-7/+13
2021-09-03Fix room ping permission checked incorrectlyNicolas Werner1-1/+1
2021-09-03Make desktop alerting independent from notification support in the homeserver.Thulinma1-8/+17
2021-09-03Fix z value of avatar in timelineNicolas Werner1-0/+2
2021-09-02Translated using Weblate (French)Weblate1-148/+148
2021-09-02Translated using Weblate (French)Weblate1-57/+57
2021-09-02bump mtxclientNicolas Werner2-2/+2
2021-09-02Warn the user before they ping the whole roomNicolas Werner8-2/+94
2021-09-01Translated using Weblate (Estonian)Weblate1-9/+9
2021-08-31Translated using Weblate (Dutch)Weblate1-10/+10
2021-09-01update translationsNicolas Werner23-726/+1716
2021-08-31Translated using Weblate (Dutch)Weblate1-511/+526
2021-08-31Translated using Weblate (Dutch)Weblate1-12/+12
2021-08-31right-click tap handler for repliesresolritter3-7/+62
2021-08-31Fix session always being rotated if 'verified only' is activeNicolas Werner1-2/+4
2021-08-31Remove useless ;Nicolas Werner1-1/+1
2021-08-31Stop encrypting all sessions with secretNicolas Werner4-31/+61
2021-08-31Fix parsing query keys responses with optional keys missingNicolas Werner2-2/+2
2021-08-31Require a working secrets storageNicolas Werner1-2/+28
2021-08-29Fix a few null warningsNicolas Werner3-11/+9
2021-08-29Fix another leak when creating an animated image without an imageNicolas Werner1-1/+6
2021-08-29Loaded causes weird artifacts loading roomsNicolas Werner1-7/+2
2021-08-29Fix memory leak of animated image texturesNicolas Werner1-1/+3
2021-08-29Small image pack editor improvementsNicolas Werner3-1/+34
2021-08-29Add option to only play animated images on hoverNicolas Werner5-1/+49
2021-08-29cleanup QSettings usage a bitNicolas Werner3-19/+17
2021-08-29Support animated imagesNicolas Werner8-29/+289
2021-08-29Use in memory media player instead of storing unencrypted files on diskNicolas Werner9-40/+266
2021-08-28Remove CC-BY as main project licenseNicolas Werner1-1/+1
2021-08-27Translated using Weblate (Polish)Weblate1-3/+3
2021-08-27Add repo sync command for Gentoo distro usersMatan Alfasi1-0/+1
2021-08-26Fix warning about double reference qualifierNicolas Werner1-1/+1
2021-08-26bump mtxclientNicolas Werner2-2/+2
2021-08-26Implement key backup uploadNicolas Werner2-1/+77
2021-08-26warn about online keybackup and default to offNicolas Werner1-1/+12
2021-08-25Extend FAQsMax Harmathy1-2/+22
2021-08-23Translated using Weblate (German)Weblate1-7/+7
2021-08-22accept Backtab and Shift-Tab for hovering selection backwardsresolritter3-14/+20
2021-08-22Useless captureNicolas Werner1-1/+1
2021-08-22Even if you just change the log level, ensure that this compiles before pushi...Nicolas Werner1-1/+1
2021-08-22Add db migration that clears the cacheNicolas Werner2-10/+47
2021-08-22Translated using Weblate (Estonian)Weblate1-64/+64
2021-08-21Avoid completer jitter before closingThomas Karpiniec1-9/+5
2021-08-21Allow opening a completer starting with selected textThomas Karpiniec1-3/+3
2021-08-21Close popup on SelectAllThomas Karpiniec1-0/+4
2021-08-21Simplify message delegate size calculation a bitNicolas Werner1-1/+1
2021-08-20Trust key forwards from the original senderNicolas Werner1-0/+7
2021-08-20Disable async timeline loading, since it hangs in a layout loop sometimesNicolas Werner1-1/+1
2021-08-20Cleanup @room escape logic a bitNicolas Werner1-2/+3
2021-08-19Translated using Weblate (Estonian)Weblate1-3/+3
2021-08-19Add Qt.WindowTitleHint to qml dialogsJoseph Donofry10-10/+10
2021-08-19Clear emoji search field when picker closedThomas Karpiniec1-1/+2
2021-08-18Add workaround for stickers not showing on iOSNicolas Werner1-0/+7
2021-08-17Update translationsNicolas Werner23-1089/+2255
2021-08-17bump mtxclientNicolas Werner2-2/+2
2021-08-17Translated using Weblate (Estonian)Weblate1-19/+19
2021-08-17Allow accepting knocks in the timelineNicolas Werner8-13/+135
2021-08-17Load message list asyncNicolas Werner1-0/+1
2021-08-17Fix all rooms being opened on startupNicolas Werner2-1/+3
2021-08-17Fi lineendingsNicolas Werner2-307/+307
2021-08-17Update join button in room directory after joinNicolas Werner4-10/+28
2021-08-17Remove unneeded codeNicolas Werner1-41/+1
2021-08-17Allow downloading keys from key backupNicolas Werner15-36/+344
2021-08-16Update translationsJoseph Donofry22-2706/+6015
2021-08-16Update translation filesWeblate1-117/+0
2021-08-16Update qt5 path in macos deploy.sh scriptJoseph Donofry1-1/+1
2021-08-16Fix dpi scaling of avatarsNicolas Werner2-4/+4
2021-08-15Run linterCallum Brown1-6/+7
2021-08-14Formattingkamathmanu1-1/+1
2021-08-14Cleanup more nitskamathmanu1-19/+8
2021-08-14Round images in the image providerNicolas Werner6-35/+87
2021-08-14Formatting + Licensingkamathmanu1-1/+1
2021-08-14Clean up final nitskamathmanu3-14/+14
2021-08-14Tab to move down completerNicolas Werner2-0/+6
2021-08-14Fix shadowingNicolas Werner1-3/+2
2021-08-14Request keys when opening a room for the first timeNicolas Werner2-11/+28
2021-08-14Ensure device signatures always get verified on device updateNicolas Werner1-1/+36
2021-08-13Show verification status in memberlistNicolas Werner8-16/+59
2021-08-13Show if there are unverified devices in a roomNicolas Werner8-71/+219
2021-08-12Fix cancel button on registration token dialogCallum Brown1-4/+15
2021-08-12Use QInputDialog to get registration tokenCallum Brown4-112/+5
2021-08-12Ran qmlformat and make licensekamathmanu4-225/+244
2021-08-12Make search text selectable by clickingkamathmanu1-0/+1
2021-08-12Added Spinner while rooms loadkamathmanu3-18/+59
2021-08-12Fix lambda to function pointer in coeurl on LinuxNicolas Werner2-4/+4
2021-08-12Fix typo in coeurlNicolas Werner2-4/+4
2021-08-11Update coeurlNicolas Werner2-2/+2
2021-08-11Fix long tcp timeoutsNicolas Werner2-4/+4
2021-08-11Support token authenticated registrationCallum Brown4-0/+113
2021-08-10Remove warnings on closing roomLoren Burkholder2-3/+8
2021-08-10Remove unnecessary debugging logLoren Burkholder1-1/+0
2021-08-11Remove some unused headersNicolas Werner2-4/+0
2021-08-11lintingkirp1-2/+1
2021-08-11change slot close, to signal closingkirp1-2/+3
2021-08-11add shortcut Escape button for closing images issues 672kirp2-0/+4
2021-08-11fix sticker packs being uneditable in some roomsNicolas Werner1-1/+1
2021-08-11Fix potential crash when trying to read room info too earlyNicolas Werner1-16/+22
2021-08-09Close currently open room when it is tapped againLoren Burkholder1-1/+6
2021-08-09Update README.md65431-1/+1
2021-08-09Update README.md65431-1/+1
2021-08-09Add rate limiting to unknown device list pathNicolas Werner1-6/+25
2021-08-09Fix nits from code reviewkamathmanu7-19/+7
2021-08-08AttrIbutionNicolas Werner1-1/+1
2021-08-08Enable insecure fallback for secret storageNicolas Werner3-4/+13
2021-08-08Breaking: Change secret names and fix bug when storing secretsNicolas Werner2-20/+38
2021-08-08Fix trying to delete unsupported eventsNicolas Werner1-18/+19
2021-08-08increase settings window sizeNicolas Werner1-2/+2
2021-08-08Fix typo in templateNicolas Werner1-1/+1
2021-08-08Don't set a title in the templateNicolas Werner1-1/+0
2021-08-08Use a form for feature requestsNicolas Werner2-20/+50
2021-08-08issue template must have unique idsNicolas Werner1-2/+1
2021-08-08Don't end line with :Nicolas Werner1-1/+1
2021-08-08tabs -> spacesNicolas Werner1-29/+29
2021-08-08Fix decryption errors in reply popupsNicolas Werner2-0/+2
2021-08-08Try github forms for bug reportsNicolas Werner2-61/+151
2021-08-07Protect against replay attacksNicolas Werner4-3/+29
2021-08-07Fix Duplicate fetched chunkkamathmanu1-2/+1
2021-08-07Improve window closingkamathmanu1-1/+6
2021-08-07make lintkamathmanu2-7/+6
2021-08-07Fixed anchoring/positioning of delegate items and join room displaykamathmanu1-11/+26
2021-08-07Made only unjoined rooms joinablekamathmanu2-2/+14
2021-08-07Padding for search barkamathmanu1-2/+2
2021-08-07Linted codekamathmanu3-161/+169
2021-08-07Room Directory UI for exploring and joining public rooms. V1: simplistic serv...kamathmanu3-1/+169
2021-08-07Implemented Room Directory model to store and provide QML view with public ro...kamathmanu4-0/+266
2021-08-07Show encryption errors in qml and add request keys buttonNicolas Werner14-165/+220
2021-08-07device=shm not needed in flatpakNicolas Werner1-1/+0
2021-08-07Install recent flatpak in CINicolas Werner1-2/+6
2021-08-07Share shm in flatpakNicolas Werner1-0/+3
2021-08-07Fix redactionsNicolas Werner2-2/+2
2021-08-06this is not needed for translationsNicolas Werner1-2/+2
2021-08-06Allow creating new packsNicolas Werner6-6/+58
2021-08-06Allow uploading additional stickersNicolas Werner4-5/+97
2021-08-06Basic sticker pack editorNicolas Werner17-167/+751
2021-08-05Update qt5 path after brew changesJoseph Donofry1-2/+2
2021-08-05Open profile when clicking avatarLoren Burkholder1-0/+1
2021-08-05Allow all characters when checking server inputCallum Brown1-1/+1
2021-08-05Make things private slotsCallum Brown1-2/+1
2021-08-04Disable brew in macos CIJoseph Donofry1-3/+3
2021-08-04Fix window placement on wayland and add close buttonsNicolas Werner17-36/+52
2021-08-03Translated using Weblate (Finnish)Weblate1-259/+276
2021-08-02Reorganise src/RegisterPage.cppCallum Brown2-301/+284
2021-08-01Add option to only send encrypted messages to verified devicesNicolas Werner5-48/+127
2021-07-31Fix colors for manual dark themeLoren Burkholder1-1/+6
2021-07-31QML the raw message dialogLoren Burkholder9-70/+74
2021-07-31Ensure the encrypted rooms db is always createdNicolas Werner2-4/+7
2021-07-31Fix C&P error for DeviceTypeNicolas Werner1-2/+2
2021-07-31Fix annoying touch overlap in room listNicolas Werner2-20/+27
2021-07-30Use correct date formatLoren Burkholder1-2/+1
2021-07-30make lintLoren Burkholder1-1/+2
2021-07-30Use an explicit color for the labelLoren Burkholder1-0/+1
2021-07-30Reformat datesLoren Burkholder1-3/+4
2021-07-30Move read receipts connection to allow for future pop-out room viewsLoren Burkholder2-12/+12
2021-07-30Fix crash when we don't have keys for other device when receiving an olm mess...Nicolas Werner1-5/+11
2021-07-30Log how many rooms we loadedNicolas Werner1-0/+2
2021-07-30Rate limit olm session creationNicolas Werner1-3/+17
2021-07-29Don't switch room that read receipt-related stuff is opened inLoren Burkholder2-4/+6
2021-07-29Use built-in sorting so that dynamic updates workLoren Burkholder2-9/+2
2021-07-29Use a QSortFilterProxyModel instead of resetting the modelLoren Burkholder7-28/+70
2021-07-29Reset model instead of doing weird convoluted updatesLoren Burkholder1-6/+2
2021-07-29Use Dialog flag to make tiling WMs happyLoren Burkholder1-0/+1
2021-07-29Close dialog on escapeLoren Burkholder1-0/+5
2021-07-29Dynamically update read receiptsLoren Burkholder3-4/+25
2021-07-29Fix incorrect function nameLoren Burkholder1-1/+1
2021-07-29Add close button at footerLoren Burkholder1-0/+6
2021-07-29make lintLoren Burkholder1-1/+1
2021-07-29Remove unused headersLoren Burkholder1-10/+0
2021-07-29Remove Avatar classLoren Burkholder5-220/+2
2021-07-29Simplify read receipt storageLoren Burkholder2-74/+19
2021-07-29Remove outdated commentLoren Burkholder1-1/+0
2021-07-29QML the read receipts listLoren Burkholder15-271/+360
2021-07-27Port to explicit connect syntaxNicolas Werner13-62/+96
2021-07-26Fix crash on invalid utf8 in decrypted eventsNicolas Werner1-12/+12
2021-07-26Remove version checks for unsupported Qt versionsNicolas Werner3-22/+3
2021-07-25Remove QML from format script (it causes too many issues)Joe1-13/+0
2021-07-25Fix crash when storing secretsNicolas Werner2-25/+26
2021-07-25Remove SSSS requests on the UI threadNicolas Werner1-1/+4
2021-07-25Properly verify OTK signatureNicolas Werner1-8/+26
2021-07-25Don't send encrypted olm messages to ourselvesNicolas Werner1-5/+25
2021-07-25Fix SSSS unlock without a password setNicolas Werner1-2/+9
2021-07-24Update translationsJoseph Donofry22-504/+1618
2021-07-24Remove additional key requests preference codeJoe4-22/+0
2021-07-24Fix edge case that could lead to no new one time keys being uploadedNicolas Werner1-21/+23
2021-07-24Fix some issues when parsing or serializing enabled pack roomsNicolas Werner2-2/+2
2021-07-23Try to avoid more olm loopsNicolas Werner1-13/+22
2021-07-23Remove unused this captureNicolas Werner1-1/+1
2021-07-23Update mtxclientNicolas Werner2-2/+2
2021-07-23Add menu to enable or disable stickers globallyNicolas Werner16-17/+674
2021-07-22Rename image pack modelNicolas Werner6-16/+18
2021-07-22Fix emoji picker not connected to inputNicolas Werner1-1/+1
2021-07-22Show confirmation dialog when leaving a room via the context menuNicolas Werner2-2/+12
2021-07-22make lintLoren Burkholder2-1/+3
2021-07-22Add trailing newline to session export to make gomuks happyNicolas Werner1-1/+1
2021-07-22Add suggested remote names to flatpak filesNicolas Werner2-0/+2
2021-07-21Add functionality for loading global user profile where neededLoren Burkholder3-1/+8
2021-07-21Pad the loading spinnerLoren Burkholder1-4/+14
2021-07-21Move various room auxiliary functions to TimelineManagerLoren Burkholder8-42/+44
2021-07-21Update translationsNicolas Werner24-2183/+3328
2021-07-21Open room members when member info label clickedLoren Burkholder5-6/+16
2021-07-21Tweak rainbows slightlyNicolas Werner1-1/+1
2021-07-21Fix some media not being cached properlyNicolas Werner1-1/+0
2021-07-21Fix color of invite labelNicolas Werner1-0/+1
2021-07-20Fix the loading spinner setupLoren Burkholder1-4/+14
2021-07-20Fix elided widthLoren Burkholder1-0/+1
2021-07-20make lintLoren Burkholder2-3/+6
2021-07-20Modify message to be more accurateLoren Burkholder1-1/+2
2021-07-20Insert user before loading avatar/display nameLoren Burkholder1-1/+3
2021-07-20Call the correct functionLoren Burkholder1-1/+1
2021-07-20Fix bad connectionLoren Burkholder1-1/+1
2021-07-20Add property for plain room nameLoren Burkholder4-3/+8
2021-07-20Check with regex everywhereLoren Burkholder1-4/+6
2021-07-20Use elided labelLoren Burkholder1-2/+2
2021-07-20Use correct colorsLoren Burkholder2-0/+4
2021-07-20Don't hardcode fontsLoren Burkholder3-8/+8
2021-07-20Fix hardcoded spacing/paddingLoren Burkholder2-6/+6
2021-07-20Fix roomId propertyLoren Burkholder1-1/+1
2021-07-20make lintLoren Burkholder2-4/+2
2021-07-20Only run spinner while loading membersLoren Burkholder3-1/+11
2021-07-20Consolidate connectionsLoren Burkholder2-16/+0
2021-07-20Remove size_t property stuffLoren Burkholder2-5/+2
2021-07-20make lintLoren Burkholder4-7/+23
2021-07-20Use Nico's favored formatting (*shrugs*)Loren Burkholder1-1/+1
2021-07-20Fix visibility of spinnerLoren Burkholder1-5/+2
2021-07-20Drop unnecessary codeLoren Burkholder1-1/+0
2021-07-20Only invite if there is something/someone to inviteLoren Burkholder3-77/+9
2021-07-20Use standardized paddingLoren Burkholder2-5/+5
2021-07-20Get Ctrl+Enter working and fix cleaning up and closingLoren Burkholder1-15/+14
2021-07-20Fix bad property nameLoren Burkholder1-2/+2
2021-07-20Document bad behavior with footer and spinnerLoren Burkholder1-1/+4
2021-07-20More shortcut stuffLoren Burkholder1-5/+5
2021-07-20Fix Ctrl-Enter shortcutLoren Burkholder1-9/+11
2021-07-20Fix loaded member countLoren Burkholder2-2/+2
2021-07-20Actually set invitees propertyLoren Burkholder1-1/+2
2021-07-20Fix propertiesLoren Burkholder1-4/+4
2021-07-20Finish converting function to propertyLoren Burkholder7-9/+9
2021-07-20Clean up codeLoren Burkholder3-39/+3
2021-07-20Use fancy spinner (courtesy of redsky)Loren Burkholder1-1/+1
2021-07-20Fix propertiesLoren Burkholder1-8/+9
2021-07-20Fix background color on text inputLoren Burkholder2-0/+5
2021-07-20Fix up componentsLoren Burkholder1-21/+28
2021-07-20Fix borked property stuffLoren Burkholder1-2/+2
2021-07-20Make macOS CI happy (again)Loren Burkholder1-2/+2
2021-07-20make lintLoren Burkholder7-37/+75
2021-07-20Use standard buttons for OK buttonLoren Burkholder1-4/+4
2021-07-20Don't emit signal in constructorLoren Burkholder1-1/+0
2021-07-20Permissions only needs a roomid to functionLoren Burkholder4-6/+7
2021-07-20Simplify room details accessLoren Burkholder3-6/+4
2021-07-20Fix item that accept() is called onLoren Burkholder1-2/+2
2021-07-20Add close on Escape shortcutLoren Burkholder1-0/+5
2021-07-20Clean up codeLoren Burkholder2-16/+1