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