aboutsummaryrefslogtreecommitdiff
path: root/utils.c
AgeCommit message (Collapse)Author
2025-06-07If a metadata value is an account handle, it's also verified using webfinger.grunfink
2025-05-20make greetings theme adaptive; define style in headerpostscriptum
2025-04-27Replaced tabs with spaces.grunfink
2025-03-20Merge tag '2.74' into curl-smtpshtrophic
Version 2.74 RELEASED.
2025-03-19Added a default style to the 'snac-thread-cont' class.default
2025-03-17Fixed bug in bookmarks.csv import.default
2025-02-15Merge tag '2.72' into curl-smtpshtrophic
Version 2.72 RELEASED.
2025-02-06Merged 53ad5cdf0371fc068fa03bf287fc94be.Alexandre Oliva
2025-02-04Merge branch 'master' into masterltning
2025-01-28Some CSS tweaks.default
2025-01-28Added some default styling to CSS class snac-no-more-unseen-posts.default
2025-01-27Merge branch 'master' into masterltning
2025-01-24enforce tls when supported && add testsshtrophic
2025-01-24Merge remote-tracking branch 'upstream/master' into curl-smtpshtrophic
2025-01-24Set value 'purge_days' to 1 by default when creating the relay user.default
2025-01-20add port parsing for sandboxingshtrophic
2025-01-17Fixed the greeting.html template to have a closing head tag.default
2025-01-15Reduced RSA key size to 2048.default
2025-01-08Bumped copyright year.default
2025-01-06Add short_description_raw optionEirik Oeverby
2025-01-04Read CSV files to import from the import/ user subdirectory.default
2025-01-04The 'export_csv' operation exports into the user subdirectory.default
2024-12-31Fix verify_linksPaul Martin
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'.default
2024-11-25Most CSV import code has been moved to their own functions.default
2024-11-25When importing CSV lists, also follow that accounts.default
2024-10-19Also import lists.csv.default
2024-10-19Also import following_accounts.csv.default
2024-10-19Some work in CSV importing.default
2024-09-18Use webfinger_request_fake() in export_csv().default
2024-09-18Also export following_accounts.csv.default
2024-09-18Also export lists.csv.default
2024-09-18Started support for CSV data export.default
2024-09-06Minor default CSS fix.default
2024-09-04More minor default CSS tweaks.default
2024-09-04Minor default CSS tweak.default
2024-09-04If style.css does not exist, it's created with the default one.default
2024-09-04Added some CSS styling to the list-of-lists.default
2024-08-05Add support to unix sockets in snac_init().default
2024-05-31Add class .snac-announcement into utils.default
2024-05-23Added more const.default
2024-05-21Added const everywhere.default
2024-05-09Set avatars and custom emoji as square (fixes display in Dillo)Kelson Vibber
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.default
2024-04-19Added the default 'protocol' field to 'server.json'.default
2024-03-09Replaced most xs_dict_iter() with xs_dict_next().default
2024-02-24default css: also darken <input> and <textarea>Yonle
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-22utils.c: *default_srv_config: add configuration for min_account_ageYonle
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-22utils.c: *default_srv_config: change max_timeline_entries default to 50Yonle
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-22Also apply 1em patch to utils.c.default