Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OPENPGP PLUGIN: Don't list expired/revoked GPG keyopenpgp-plugin-hide-revoked-expired | Miquel Lionel | 2025-02-23 | 3 | -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 Stehle | 2025-02-22 | 1 | -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 ratios | Marvin W | 2025-02-22 | 1 | -1/+1 |
| | |||||
* | Fix various sizing issues | Marvin W | 2025-02-22 | 6 | -25/+99 |
| | |||||
* | Fix compatibility with GTK 4.17+ | Marvin W | 2025-02-22 | 5 | -19/+25 |
| | |||||
* | SFS: Fix video metadata querying not returning | fiaxh | 2025-02-21 | 1 | -4/+6 |
| | |||||
* | CMake: Mark as deprecated | Marvin W | 2025-02-12 | 2 | -0/+19 |
| | |||||
* | Update GitHub actions | Marvin W | 2025-02-12 | 4 | -22/+76 |
| | |||||
* | Flatpak: Use Meson build | Marvin W | 2025-02-12 | 2 | -4/+2 |
| | |||||
* | DOAP: Fix XML | Marvin W | 2025-01-27 | 2 | -2/+2 |
| | |||||
* | fix: Query duplication in global message search (#1636) | Miquel Lionel | 2025-01-24 | 1 | -0/+2 |
| | |||||
* | Fix build for Vala < 0.56.5 | Marvin W | 2025-01-18 | 1 | -1/+1 |
| | |||||
* | Fix build with GTK<4.8 or Meson<1.1.0 | Marvin W | 2025-01-18 | 2 | -1/+5 |
| | |||||
* | Meson: Add build option summary | Marvin W | 2025-01-18 | 7 | -3/+17 |
| | |||||
* | Meson: Add all defines to handle dependency versions | Marvin W | 2025-01-18 | 6 | -8/+50 |
| | |||||
* | Meson: Add tests | Marvin W | 2025-01-12 | 3 | -1/+35 |
| | |||||
* | Meson: Install icons to correct location | Marvin W | 2025-01-12 | 1 | -2/+2 |
| | |||||
* | Meson: Adjust version generation to match CMake | Marvin W | 2025-01-12 | 5 | -124/+55 |
| | | | | and be compatible with vala-language-server | ||||
* | RTP: gtksink no longer needed | Marvin W | 2025-01-12 | 1 | -1/+0 |
| | |||||
* | Show banner when contact is not yet subscribed | fiaxh | 2025-01-12 | 5 | -16/+53 |
| | |||||
* | Contact details dialog: Add encryption tab | fiaxh | 2025-01-12 | 25 | -568/+483 |
| | |||||
* | Show file upload/download progress | fiaxh | 2025-01-12 | 5 | -10/+25 |
| | |||||
* | Search: Build preview string based on chars not bytes | Marvin W | 2025-01-03 | 1 | -6/+7 |
| | |||||
* | Work around pango bug | Marvin W | 2025-01-03 | 6 | -4/+51 |
| | | | | See https://gitlab.gnome.org/GNOME/pango/-/issues/798 and https://gitlab.gnome.org/GNOME/pango/-/issues/832 | ||||
* | Update README.md | fiaxh | 2025-01-02 | 1 | -5/+9 |
| | |||||
* | Fix memory leak when displaying image files | Marvin W | 2024-12-27 | 2 | -10/+21 |
| | |||||
* | Update DOAP | Marvin W | 2024-12-27 | 2 | -4/+164 |
| | |||||
* | fix: Apply CSS with toolkit and platform version checks (#1643) | mesonium | 2024-12-18 | 1 | -4/+2 |
| | |||||
* | Fix and improve stateless file-sharing | fiaxh | 2024-11-15 | 40 | -1022/+1289 |
| | |||||
* | Implement XEP-0447: Stateless file sharing | Patiga | 2024-11-14 | 18 | -36/+1196 |
| | |||||
* | xmpp-vala: StanzaNode.get_attribute_int: Return default value if not ↵ | fiaxh | 2024-11-14 | 2 | -6/+40 |
| | | | | parsable as int | ||||
* | Fix 0482 call initiation in groups | Marvin W | 2024-10-30 | 1 | -48/+40 |
| | |||||
* | Update build.yml to use Gnome 46 | rodneyrod | 2024-10-25 | 1 | -1/+1 |
| | | | Fixes #1596 | ||||
* | Use XEP-0482 for multi-party call invites | fiaxh | 2024-10-18 | 5 | -138/+193 |
| | |||||
* | Fix crash on account creation (resource generation) | fiaxh | 2024-10-18 | 2 | -20/+16 |
| | |||||
* | Generate new resource on resource conflict | fiaxh | 2024-09-29 | 3 | -13/+18 |
| | |||||
* | Handle TlsError when reading from stream (caused uncatched Exception) | fiaxh | 2024-09-29 | 1 | -1/+5 |
| | |||||
* | Store avatars in the user's cache directory. (#1621) | eerielili | 2024-09-28 | 2 | -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 Bit | 2024-09-23 | 1 | -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)HEADmaster | eerielili | 2024-09-22 | 2 | -0/+8 |
| | |||||
* | XEP-0215: Remove timeout from previous connection | fiaxh | 2024-09-22 | 1 | -7/+15 |
| | |||||
* | XEP-0215: management of the field `expires` | Alexandre Jousset | 2024-09-22 | 2 | -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 addresses | fiaxh | 2024-09-22 | 1 | -1/+6 |
| | |||||
* | Add change password functionality | fiaxh | 2024-09-21 | 12 | -8/+235 |
| | | | | Co-authored-by: Stanislav Malishevskiy <stanislav.malishevskiy@gmail.com> | ||||
* | Preferences Window: Small improvements | fiaxh | 2024-09-16 | 2 | -20/+15 |
| | |||||
* | Discover plugins in Meson build directories | hrxi | 2024-09-15 | 1 | -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 dialog | fiaxh | 2024-09-15 | 16 | -587/+17 |
| | |||||
* | Code cleanup: Remove broken disable CSD code | fiaxh | 2024-09-15 | 14 | -262/+57 |
| | |||||
* | Refresh "Add account" UI | fiaxh | 2024-09-15 | 8 | -599/+410 |
| | |||||
* | Use Adwaita 1.2, bump CI to Ubuntu 24.04 | fiaxh | 2024-09-15 | 11 | -72/+13 |
| |