aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* OPENPGP PLUGIN: Don't list expired/revoked GPG keyopenpgp-plugin-hide-revoked-expiredMiquel Lionel2025-02-233-2/+26
| | | | | | | | | - Closes #91 - Blocks input in chat box if the key in use becomes revoked or expired - Mention GPG key status below chat input box if it's expired or revoked - Account manager will show a warning message: "Key is revoked/expired!" below the selected GPG key for the corresponding account.
* Apply image orientation in conversation view (#1672)Ferdinand Stehle2025-02-221-1/+6
| | | | | | | | | * Apply image orientation in conversation * Load the full image into pixbuf --------- Co-authored-by: fiaxh <git@lightrise.org>
* Fix vertical picture padding for certain aspect ratiosMarvin W2025-02-221-1/+1
|
* Fix various sizing issuesMarvin W2025-02-226-25/+99
|
* Fix compatibility with GTK 4.17+Marvin W2025-02-225-19/+25
|
* SFS: Fix video metadata querying not returningfiaxh2025-02-211-4/+6
|
* CMake: Mark as deprecatedMarvin W2025-02-122-0/+19
|
* Update GitHub actionsMarvin W2025-02-124-22/+76
|
* Flatpak: Use Meson buildMarvin W2025-02-122-4/+2
|
* DOAP: Fix XMLMarvin W2025-01-272-2/+2
|
* fix: Query duplication in global message search (#1636)Miquel Lionel2025-01-241-0/+2
|
* Fix build for Vala < 0.56.5Marvin W2025-01-181-1/+1
|
* Fix build with GTK<4.8 or Meson<1.1.0Marvin W2025-01-182-1/+5
|
* Meson: Add build option summaryMarvin W2025-01-187-3/+17
|
* Meson: Add all defines to handle dependency versionsMarvin W2025-01-186-8/+50
|
* Meson: Add testsMarvin W2025-01-123-1/+35
|
* Meson: Install icons to correct locationMarvin W2025-01-121-2/+2
|
* Meson: Adjust version generation to match CMakeMarvin W2025-01-125-124/+55
| | | | and be compatible with vala-language-server
* RTP: gtksink no longer neededMarvin W2025-01-121-1/+0
|
* Show banner when contact is not yet subscribedfiaxh2025-01-125-16/+53
|
* Contact details dialog: Add encryption tabfiaxh2025-01-1225-568/+483
|
* Show file upload/download progressfiaxh2025-01-125-10/+25
|
* Search: Build preview string based on chars not bytesMarvin W2025-01-031-6/+7
|
* Work around pango bugMarvin W2025-01-036-4/+51
| | | | See https://gitlab.gnome.org/GNOME/pango/-/issues/798 and https://gitlab.gnome.org/GNOME/pango/-/issues/832
* Update README.mdfiaxh2025-01-021-5/+9
|
* Fix memory leak when displaying image filesMarvin W2024-12-272-10/+21
|
* Update DOAPMarvin W2024-12-272-4/+164
|
* fix: Apply CSS with toolkit and platform version checks (#1643)mesonium2024-12-181-4/+2
|
* Fix and improve stateless file-sharingfiaxh2024-11-1540-1022/+1289
|
* Implement XEP-0447: Stateless file sharingPatiga2024-11-1418-36/+1196
|
* xmpp-vala: StanzaNode.get_attribute_int: Return default value if not ↵fiaxh2024-11-142-6/+40
| | | | parsable as int
* Fix 0482 call initiation in groupsMarvin W2024-10-301-48/+40
|
* Update build.yml to use Gnome 46rodneyrod2024-10-251-1/+1
| | | Fixes #1596
* Use XEP-0482 for multi-party call invitesfiaxh2024-10-185-138/+193
|
* Fix crash on account creation (resource generation)fiaxh2024-10-182-20/+16
|
* Generate new resource on resource conflictfiaxh2024-09-293-13/+18
|
* Handle TlsError when reading from stream (caused uncatched Exception)fiaxh2024-09-291-1/+5
|
* Store avatars in the user's cache directory. (#1621)eerielili2024-09-282-2/+37
| | | | | | | | | | | | | | | * Store avatars in the user's cache directory. - Not anymore in ~/.local/share, where media files are stored. - Already existing ~/.local/share/dino/avatars directory will be moved to ~/.cache/dino/avatars - If both directories already exists, the old one (in ~/.local/share) is removed. * Simplify old-to-new-location logic --------- Co-authored-by: fiaxh <git@lightrise.org>
* Change message padding/margins (#1564)Linux in a Bit2024-09-231-1/+5
| | | | | | | 3px padding on top and bottom of all messages 10px margin on top of messages with usernames This improves readability among other things. Co-authored-by: Linux in a Bit <105567407+RageGamerBoi@users.noreply.github.com>
* Add keyboard shortcut to show preferences (Ctrl+,) (#1435)HEADmastereerielili2024-09-222-0/+8
|
* XEP-0215: Remove timeout from previous connectionfiaxh2024-09-221-7/+15
|
* XEP-0215: management of the field `expires`Alexandre Jousset2024-09-222-2/+21
| | | | | | Add a field in `Xmpp.Xep.ExternalServiceDiscovery` to keep track of the `expires` TURN service value and use it (divided by 2) to restart periodically the external services discovery.
* Ignore bad stun/turn IP addressesfiaxh2024-09-221-1/+6
|
* Add change password functionalityfiaxh2024-09-2112-8/+235
| | | | Co-authored-by: Stanislav Malishevskiy <stanislav.malishevskiy@gmail.com>
* Preferences Window: Small improvementsfiaxh2024-09-162-20/+15
|
* Discover plugins in Meson build directorieshrxi2024-09-151-2/+22
| | | | | | | If the environment looks like a Meson build dir (parent directory is called "main"), then also look for plugins in `../plugins/*`. Fixes #1591.
* Code cleanup: Remove remnants of previous accounts dialogfiaxh2024-09-1516-587/+17
|
* Code cleanup: Remove broken disable CSD codefiaxh2024-09-1514-262/+57
|
* Refresh "Add account" UIfiaxh2024-09-158-599/+410
|
* Use Adwaita 1.2, bump CI to Ubuntu 24.04fiaxh2024-09-1511-72/+13
|