summaryrefslogtreecommitdiff
path: root/utils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New cmdline ops 'import_list' and 'import_block_list'.Gravatar default2024-11-251-1/+1
|
* Most CSV import code has been moved to their own functions.Gravatar default2024-11-251-6/+30
|
* When importing CSV lists, also follow that accounts.Gravatar default2024-11-251-0/+15
|
* Also import lists.csv.Gravatar default2024-10-191-0/+20
|
* Also import following_accounts.csv.Gravatar default2024-10-191-1/+28
|
* Some work in CSV importing.Gravatar default2024-10-191-1/+113
|
* Use webfinger_request_fake() in export_csv().Gravatar default2024-09-181-17/+6
|
* Also export following_accounts.csv.Gravatar default2024-09-181-0/+25
|
* Also export lists.csv.Gravatar default2024-09-181-0/+35
|
* Started support for CSV data export.Gravatar default2024-09-181-0/+61
|
* Minor default CSS fix.Gravatar default2024-09-061-2/+2
|
* More minor default CSS tweaks.Gravatar default2024-09-041-1/+1
|
* Minor default CSS tweak.Gravatar default2024-09-041-1/+1
|
* If style.css does not exist, it's created with the default one.Gravatar default2024-09-041-6/+18
|
* Added some CSS styling to the list-of-lists.Gravatar default2024-09-041-0/+3
|
* Add support to unix sockets in snac_init().Gravatar default2024-08-051-8/+20
|
* Add class .snac-announcement into utils.Gravatar default2024-05-311-0/+1
|
* Added more const.Gravatar default2024-05-231-5/+5
|
* Added const everywhere.Gravatar default2024-05-211-1/+1
|
* Set avatars and custom emoji as square (fixes display in Dillo)Gravatar Kelson Vibber2024-05-091-1/+1
| | | | | | | | The minimalist web browser Dillo has recently started up development again. Its CSS implementation only applies the explicitly stated width and height of an image, so avatars were displaying at 2.5 em high, and the full original width. https://dillo-browser.github.io/
* Added queue timeout tweaks to default server.json.Gravatar default2024-04-221-0/+2
|
* Added the default 'protocol' field to 'server.json'.Gravatar default2024-04-191-0/+1
|
* Replaced most xs_dict_iter() with xs_dict_next().Gravatar default2024-03-091-1/+2
|
* default css: also darken <input> and <textarea>Gravatar Yonle2024-02-241-1/+1
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* utils.c: *default_srv_config: add configuration for min_account_ageGravatar Yonle2024-02-221-0/+1
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* utils.c: *default_srv_config: change max_timeline_entries default to 50Gravatar Yonle2024-02-221-1/+1
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* Also apply 1em patch to utils.c.Gravatar default2024-02-221-1/+1
|
* The link verification time is stored as a time_t.Gravatar default2024-02-201-2/+2
| | | | | This way, it will be easier in an eventual future to test if a link verification is too old to be trusted.
* Fixed crash in verify_links().Gravatar default2024-02-161-3/+4
|
* Added 'accept' and 'user-agent' headers to verify_links().Gravatar default2024-02-161-4/+17
|
* More verify link logging.Gravatar default2024-02-161-2/+7
|
* New function verify_links().Gravatar default2024-02-151-0/+106
|
* Also add dark mode CSS to utils.c.Gravatar default2024-02-031-0/+5
|
* feature(favicon): Add favicon support (#107)Gravatar Florian Paul Azim Hoberg2024-01-281-0/+1
|
* Updated copyright year.Gravatar default2024-01-041-1/+1
|
* 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>