summaryrefslogtreecommitdiff
path: root/utils.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-28Minor CSS tweak.Gravatar grunfink1-0/+1
2025-06-19Fixed bug in export_posts().Gravatar grunfink1-0/+3
2025-06-19New command-line option export_posts.Gravatar grunfink1-0/+52
2025-06-07Always store resolved account handles as metadata, even if they weren't ↵Gravatar grunfink1-4/+8
verified.
2025-06-07If a metadata value is an account handle, it's also verified using webfinger.Gravatar grunfink1-0/+16
2025-05-20make greetings theme adaptive; define style in headerGravatar postscriptum1-1/+2
2025-04-27Replaced tabs with spaces.Gravatar grunfink1-34/+34
2025-03-19Added a default style to the 'snac-thread-cont' class.Gravatar default1-0/+1
2025-03-17Fixed bug in bookmarks.csv import.Gravatar default1-1/+1
2025-02-06Merged 53ad5cdf0371fc068fa03bf287fc94be.Gravatar Alexandre Oliva1-0/+1
2025-01-28Some CSS tweaks.Gravatar default1-1/+1
2025-01-28Added some default styling to CSS class snac-no-more-unseen-posts.Gravatar default1-0/+1
2025-01-24enforce tls when supported && add testsGravatar shtrophic1-2/+7
2025-01-24Set value 'purge_days' to 1 by default when creating the relay user.Gravatar default1-0/+4
2025-01-20add port parsing for sandboxingGravatar shtrophic1-0/+52
2025-01-17Fixed the greeting.html template to have a closing head tag.Gravatar default1-1/+1
2025-01-15Reduced RSA key size to 2048.Gravatar default1-1/+1
2025-01-08Bumped copyright year.Gravatar default1-1/+1
2025-01-06Add short_description_raw optionGravatar Eirik Oeverby1-0/+1
2025-01-04Read CSV files to import from the import/ user subdirectory.Gravatar default1-5/+10
2025-01-04The 'export_csv' operation exports into the user subdirectory.Gravatar default1-5/+8
2024-12-31Fix verify_linksGravatar Paul Martin1-2/+25
Stored in user.json as a string, but it was assumed to be a dict.
2024-11-25New cmdline ops 'import_list' and 'import_block_list'.Gravatar default1-1/+1
2024-11-25Most CSV import code has been moved to their own functions.Gravatar default1-6/+30
2024-11-25When importing CSV lists, also follow that accounts.Gravatar default1-0/+15
2024-10-19Also import lists.csv.Gravatar default1-0/+20
2024-10-19Also import following_accounts.csv.Gravatar default1-1/+28
2024-10-19Some work in CSV importing.Gravatar default1-1/+113
2024-09-18Use webfinger_request_fake() in export_csv().Gravatar default1-17/+6
2024-09-18Also export following_accounts.csv.Gravatar default1-0/+25
2024-09-18Also export lists.csv.Gravatar default1-0/+35
2024-09-18Started support for CSV data export.Gravatar default1-0/+61
2024-09-06Minor default CSS fix.Gravatar default1-2/+2
2024-09-04More minor default CSS tweaks.Gravatar default1-1/+1
2024-09-04Minor default CSS tweak.Gravatar default1-1/+1
2024-09-04If style.css does not exist, it's created with the default one.Gravatar default1-6/+18
2024-09-04Added some CSS styling to the list-of-lists.Gravatar default1-0/+3
2024-08-05Add support to unix sockets in snac_init().Gravatar default1-8/+20
2024-05-31Add class .snac-announcement into utils.Gravatar default1-0/+1
2024-05-23Added more const.Gravatar default1-5/+5
2024-05-21Added const everywhere.Gravatar default1-1/+1
2024-05-09Set avatars and custom emoji as square (fixes display in Dillo)Gravatar Kelson Vibber1-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/
2024-04-22Added queue timeout tweaks to default server.json.Gravatar default1-0/+2
2024-04-19Added the default 'protocol' field to 'server.json'.Gravatar default1-0/+1
2024-03-09Replaced most xs_dict_iter() with xs_dict_next().Gravatar default1-1/+2
2024-02-24default css: also darken <input> and <textarea>Gravatar Yonle1-1/+1
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-22utils.c: *default_srv_config: add configuration for min_account_ageGravatar Yonle1-0/+1
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-22utils.c: *default_srv_config: change max_timeline_entries default to 50Gravatar Yonle1-1/+1
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-22Also apply 1em patch to utils.c.Gravatar default1-1/+1
2024-02-20The link verification time is stored as a time_t.Gravatar default1-2/+2
This way, it will be easier in an eventual future to test if a link verification is too old to be trusted.