| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-11-30 | Fix user matching | 1 | -1/+1 | ||
| In order to be a proper prefix, the actor url must end with a '/' otherwise it can match another user that starts with the same prefix: for example 'testuser' will match anything made by 'testuser2' | |||||
| 2025-01-08 | Bumped copyright year. | 1 | -1/+1 | ||
| 2024-05-23 | Added more const. | 1 | -13/+24 | ||
| 2024-05-21 | Added const everywhere. | 1 | -13/+27 | ||
| 2024-01-04 | Updated copyright year. | 1 | -1/+1 | ||
| 2023-08-08 | Renamed json dump functions to new xs spec. | 1 | -1/+1 | ||
| 2023-08-03 | Use xs_json_dump_pp() wherever possible. | 1 | -2/+1 | ||
| 2023-07-28 | Updated comment in headers. | 1 | -1/+1 | ||
| 2023-02-07 | New utility function mkdirx(). | 1 | -5/+5 | ||
| 2023-02-07 | Tweaked user and group permissions for new files and dirs. | 1 | -5/+5 | ||
| 2023-01-31 | Some symbol renaming. | 1 | -6/+6 | ||
| 2023-01-17 | Updated year in copyright notices. | 1 | -1/+1 | ||
| 2022-12-03 | Upgrade timeline/ to private/. | 1 | -0/+58 | ||
| 2022-12-03 | Upgraded local/ to public/. | 1 | -0/+59 | ||
| 2022-11-28 | Deleted debug trap. | 1 | -2/+0 | ||
| 2022-11-28 | Upgraded followers to the new db. | 1 | -0/+45 | ||
| 2022-11-25 | Do hard links to objects in each user's public and private caches. | 1 | -0/+22 | ||
| 2022-11-24 | Fixed muted filenames. | 1 | -0/+13 | ||
| 2022-11-24 | Use the new hide API. | 1 | -0/+19 | ||
| 2022-11-23 | New db_layout 2.2. | 1 | -0/+34 | ||
| 2022-11-23 | Moved db_upgrade() to its source file. | 1 | -0/+78 | ||