Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix and improve stateless file-sharing | fiaxh | 2024-11-15 | 1 | -0/+31 |
| | |||||
* | Store avatars in the user's cache directory. (#1621) | eerielili | 2024-09-28 | 1 | -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 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. | ||||
* | Add a WeakMap implementation + tests | fiaxh | 2020-11-14 | 1 | -0/+69 |