aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/util/util.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix and improve stateless file-sharingfiaxh2024-11-151-0/+31
|
* Store avatars in the user's cache directory. (#1621)eerielili2024-09-281-0/+4
| | | | | | | | | | | | | | | * 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>
* 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.
* Add a WeakMap implementation + testsfiaxh2020-11-141-0/+69