| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Also delete the user directory in deluser(). | 2023-10-22 | 1 | -0/+38 | ||
| | | ||||||
| * | New function deluser(), to delete a user. | 2023-10-22 | 1 | -0/+26 | ||
| | | | | | Only unfollows by now. | |||||
| * | Added FastCGI support. | 2023-10-17 | 1 | -1/+2 | ||
| | | ||||||
| * | Don't allow creating users which user name strings only differ in case. | 2023-10-13 | 1 | -1/+1 | ||
| | | ||||||
| * | Got rid of old d_char. | 2023-08-31 | 1 | -1/+1 | ||
| | | ||||||
| * | Unify the instance description text. | 2023-08-14 | 1 | -13/+17 | ||
| | | ||||||
| * | The instance URL can now show a timeline. | 2023-08-14 | 1 | -1/+3 | ||
| | | ||||||
| * | Sanitize local user names in the greeting page. | 2023-08-14 | 1 | -3/+3 | ||
| | | ||||||
| * | Added default CSS for Limit and Unlimit buttons. | 2023-08-13 | 1 | -0/+2 | ||
| | | ||||||
| * | Renamed json dump functions to new xs spec. | 2023-08-08 | 1 | -4/+4 | ||
| | | ||||||
| * | Use xs_json_dump_pp() wherever possible. | 2023-08-03 | 1 | -8/+4 | ||
| | | ||||||
| * | Updated comment in headers. | 2023-07-28 | 1 | -1/+1 | ||
| | | ||||||
| * | Call fflush() after admin prompts without newlines. | 2023-07-26 | 1 | -7/+7 | ||
| | | ||||||
| * | Updated CSS in utils.c. | 2023-07-24 | 1 | -3/+5 | ||
| | | ||||||
| * | utils.c: "User id" does not need "\n". | 2023-07-15 | 1 | -1/+1 | ||
| | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | |||||
| * | utils.c: Prompt does not need \n | 2023-07-12 | 1 | -7/+7 | ||
| | | ||||||
| * | In adduser(), don't copy the system-wide css. | 2023-06-26 | 1 | -21/+2 | ||
| | | ||||||
| * | Replaced usage of random() with xs_rnd_buf(). | 2023-06-05 | 1 | -4/+2 | ||
| | | ||||||
| * | Fixed another CSS typo. | 2023-06-01 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated default css. | 2023-06-01 | 1 | -1/+2 | ||
| | | ||||||
| * | New macro ISO_DATE_SPEC. | 2023-05-29 | 1 | -1/+1 | ||
| | | ||||||
| * | Got rid of xs_encdec.h. | 2023-05-17 | 1 | -1/+0 | ||
| | | ||||||
| * | Fill the mastoapi instance contact_account field, if possible. | 2023-05-08 | 1 | -1/+3 | ||
| | | ||||||
| * | snac_init() now prompts for the admin_address. | 2023-04-20 | 1 | -0/+7 | ||
| | | ||||||
| * | The default greeting.html now include %admin_email%. | 2023-04-20 | 1 | -5/+2 | ||
| | | ||||||
| * | arc4random() does not exist in not-so-old systems, so revert this. | 2023-04-16 | 1 | -3/+4 | ||
| | | | | | | | Revert "Replaced random() with arc4random()." This reverts commit f658f345cac7b24d6fa61f08b4ec09823d28b11a. | |||||
| * | Replaced random() with arc4random(). | 2023-04-16 | 1 | -4/+3 | ||
| | | ||||||
| * | Deleted OpenSSL that uses deprecated functions. | 2023-04-01 | 1 | -1/+1 | ||
| | | ||||||
| * | New inbox collection functions. | 2023-03-02 | 1 | -0/+3 | ||
| | | ||||||
| * | New utility function mkdirx(). | 2023-02-07 | 1 | -9/+6 | ||
| | | ||||||
| * | Ensure the setgid bit is set in the base directory. | 2023-02-07 | 1 | -1/+4 | ||
| | | ||||||
| * | Tweaked user and group permissions for new files and dirs. | 2023-02-07 | 1 | -6/+6 | ||
| | | ||||||
| * | More symbol renaming. | 2023-01-31 | 1 | -1/+4 | ||
| | | ||||||
| * | Some symbol renaming. | 2023-01-31 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated year in copyright notices. | 2023-01-17 | 1 | -1/+1 | ||
| | | ||||||
| * | Backport from xs. | 2023-01-12 | 1 | -8/+8 | ||
| | | ||||||
| * | New command line option 'resetpwd'. | 2022-12-04 | 1 | -0/+29 | ||
| | | ||||||
| * | New function new_password(). | 2022-12-04 | 1 | -9/+17 | ||
| | | ||||||
| * | Add an option to always show sensitive content | 2022-12-04 | 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 | |||||
| * | Don't create obsolete directories in adduser(). | 2022-12-04 | 1 | -2/+2 | ||
| | | ||||||
| * | Set default max_timeline_entries to 128. | 2022-12-03 | 1 | -1/+1 | ||
| | | ||||||
| * | Do hard links to objects in each user's public and private caches. | 2022-11-25 | 1 | -1/+2 | ||
| | | ||||||
| * | Use the new hide API. | 2022-11-24 | 1 | -1/+1 | ||
| | | ||||||
| * | Don't create an actors/ subdirectory in add user. | 2022-11-24 | 1 | -1/+1 | ||
| | | ||||||
| * | New function db_upgrade(). | 2022-11-23 | 1 | -1/+7 | ||
| | | ||||||
| * | Added local timeline purging. | 2022-11-12 | 1 | -1/+2 | ||
| | | ||||||
| * | Some adduser message rewording. | 2022-11-10 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated default CSS. | 2022-11-09 | 1 | -0/+1 | ||
| | | ||||||
| * | New 'Hide' button. | 2022-11-04 | 1 | -0/+1 | ||
| | | ||||||
| * | Align the 'Unmute' button to the right in the default CSS. | 2022-11-03 | 1 | -0/+1 | ||
| | | ||||||