summaryrefslogtreecommitdiff
path: root/utils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixed typo in initdb().Gravatar default2022-10-041-1/+1
|
* Fixed bug.Gravatar default2022-10-041-1/+1
|
* New function adduser().Gravatar default2022-10-041-0/+118
|
* New function initdb().Gravatar default2022-10-041-0/+174