| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-06-05 | Replaced usage of random() with xs_rnd_buf(). | 1 | -4/+2 | ||
| 2023-06-01 | Fixed another CSS typo. | 1 | -1/+1 | ||
| 2023-06-01 | Updated default css. | 1 | -1/+2 | ||
| 2023-05-29 | New macro ISO_DATE_SPEC. | 1 | -1/+1 | ||
| 2023-05-17 | Got rid of xs_encdec.h. | 1 | -1/+0 | ||
| 2023-05-08 | Fill the mastoapi instance contact_account field, if possible. | 1 | -1/+3 | ||
| 2023-04-20 | snac_init() now prompts for the admin_address. | 1 | -0/+7 | ||
| 2023-04-20 | The default greeting.html now include %admin_email%. | 1 | -5/+2 | ||
| 2023-04-16 | arc4random() does not exist in not-so-old systems, so revert this. | 1 | -3/+4 | ||
| Revert "Replaced random() with arc4random()." This reverts commit f658f345cac7b24d6fa61f08b4ec09823d28b11a. | |||||
| 2023-04-16 | Replaced random() with arc4random(). | 1 | -4/+3 | ||
| 2023-04-01 | Deleted OpenSSL that uses deprecated functions. | 1 | -1/+1 | ||
| 2023-03-02 | New inbox collection functions. | 1 | -0/+3 | ||
| 2023-02-07 | New utility function mkdirx(). | 1 | -9/+6 | ||
| 2023-02-07 | Ensure the setgid bit is set in the base directory. | 1 | -1/+4 | ||
| 2023-02-07 | Tweaked user and group permissions for new files and dirs. | 1 | -6/+6 | ||
| 2023-01-31 | More symbol renaming. | 1 | -1/+4 | ||
| 2023-01-31 | Some symbol renaming. | 1 | -1/+1 | ||
| 2023-01-17 | Updated year in copyright notices. | 1 | -1/+1 | ||
| 2023-01-12 | Backport from xs. | 1 | -8/+8 | ||
| 2022-12-04 | New command line option 'resetpwd'. | 1 | -0/+29 | ||
| 2022-12-04 | New function new_password(). | 1 | -9/+17 | ||
| 2022-12-04 | Add an option to always show sensitive content | 1 | -0/+1 | ||
| - add a cw key to user.json - add a cw checkbox to user setup form - handle the cw parameter when updating user setup - when rendering an entry, look at the cw config: if set, use a h3 heading for the summary; otherwise use details + summar + SENSITIVE CONTENT like before | |||||
| 2022-12-04 | Don't create obsolete directories in adduser(). | 1 | -2/+2 | ||
| 2022-12-03 | Set default max_timeline_entries to 128. | 1 | -1/+1 | ||
| 2022-11-25 | Do hard links to objects in each user's public and private caches. | 1 | -1/+2 | ||
| 2022-11-24 | Use the new hide API. | 1 | -1/+1 | ||
| 2022-11-24 | Don't create an actors/ subdirectory in add user. | 1 | -1/+1 | ||
| 2022-11-23 | New function db_upgrade(). | 1 | -1/+7 | ||
| 2022-11-12 | Added local timeline purging. | 1 | -1/+2 | ||
| 2022-11-10 | Some adduser message rewording. | 1 | -1/+1 | ||
| 2022-11-09 | Updated default CSS. | 1 | -0/+1 | ||
| 2022-11-04 | New 'Hide' button. | 1 | -0/+1 | ||
| 2022-11-03 | Align the 'Unmute' button to the right in the default CSS. | 1 | -0/+1 | ||
| 2022-10-04 | Fixed typo in initdb(). | 1 | -1/+1 | ||
| 2022-10-04 | Fixed bug. | 1 | -1/+1 | ||
| 2022-10-04 | New function adduser(). | 1 | -0/+118 | ||
| 2022-10-04 | New function initdb(). | 1 | -0/+174 | ||