Commit Graph
104 Commits
Author SHA1 Message Date
default 6a2ea42314 Added a default style to the 'snac-thread-cont' class. 2025-03-19 17:09:13 +01:00
default a09b32dd90 Fixed bug in bookmarks.csv import. 2025-03-17 15:06:04 +01:00
Alexandre Oliva 8e1a2c5ff9 Merged 53ad5cdf0371fc068fa03bf287fc94be. 2025-02-06 09:04:36 +01:00
ltning 114ed37f9c Merge branch 'master' into master 2025-02-04 18:38:41 +00:00
default ca9ff0538e Some CSS tweaks. 2025-01-28 08:07:43 +01:00
default bf07718f02 Added some default styling to CSS class snac-no-more-unseen-posts. 2025-01-28 08:04:57 +01:00
ltning f6044d3aa0 Merge branch 'master' into master 2025-01-27 18:07:00 +00:00
default a72d09ae56 Set value 'purge_days' to 1 by default when creating the relay user. 2025-01-24 08:23:18 +01:00
default f3c9bd1ae5 Fixed the greeting.html template to have a closing head tag. 2025-01-17 10:14:15 +01:00
default f4a2add310 Reduced RSA key size to 2048. 2025-01-15 06:45:39 +01:00
default 932227bbac Bumped copyright year. 2025-01-08 16:59:14 +01:00
Eirik Oeverby 3b818f557a Add short_description_raw option 2025-01-06 20:04:24 +01:00
default 6f50152458 Read CSV files to import from the import/ user subdirectory. 2025-01-04 19:08:37 +01:00
default 2413faea8d The 'export_csv' operation exports into the user subdirectory. 2025-01-04 18:49:11 +01:00
Paul Martin a22bec3d8e Fix verify_links
Stored in user.json as a string, but it was assumed to be a dict.
2024-12-31 17:37:54 +00:00
default b3be8e0673 New cmdline ops 'import_list' and 'import_block_list'. 2024-11-25 10:24:47 +01:00
default 2eff3ffb66 Most CSV import code has been moved to their own functions. 2024-11-25 10:08:50 +01:00
default 15f352fe83 When importing CSV lists, also follow that accounts. 2024-11-25 08:15:34 +01:00
default 30323616cb Also import lists.csv. 2024-10-19 21:22:52 +02:00
default 56d5de2e41 Also import following_accounts.csv. 2024-10-19 21:01:20 +02:00
default 5572bd0a97 Some work in CSV importing. 2024-10-19 20:38:10 +02:00
default 836b66358d Use webfinger_request_fake() in export_csv(). 2024-09-18 20:05:22 +02:00
default 7a83532c8e Also export following_accounts.csv. 2024-09-18 12:42:50 +02:00
default 53f339abf6 Also export lists.csv. 2024-09-18 12:28:58 +02:00
default 748d60497f Started support for CSV data export. 2024-09-18 12:12:58 +02:00
default a9082bdac2 Minor default CSS fix. 2024-09-06 22:35:26 +02:00
default 09e13eb6be More minor default CSS tweaks. 2024-09-04 10:16:55 +02:00
default 7030fd29f9 Minor default CSS tweak. 2024-09-04 10:02:47 +02:00
default 6778350211 If style.css does not exist, it's created with the default one. 2024-09-04 09:48:35 +02:00
default d8e77aca76 Added some CSS styling to the list-of-lists. 2024-09-04 09:34:56 +02:00
default 8a6c6134ef Add support to unix sockets in snac_init(). 2024-08-05 06:06:57 +02:00
default fb3bda700c Add class .snac-announcement into utils. 2024-05-31 11:28:31 +02:00
default 8cf7559a7e Added more const. 2024-05-23 10:01:37 +02:00
default 4777fc86cb Added const everywhere. 2024-05-21 14:12:15 +02:00
Kelson Vibber be420cae77 Set avatars and custom emoji as square (fixes display in Dillo)
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-05-09 04:28:01 +00:00
default 6ed34913f0 Added queue timeout tweaks to default server.json. 2024-04-22 07:55:03 +02:00
default 5daab81d01 Added the default 'protocol' field to 'server.json'. 2024-04-19 09:26:34 +02:00
default 91bb0615d9 Replaced most xs_dict_iter() with xs_dict_next(). 2024-03-09 08:44:48 +01:00
Yonle d42aaa19e4 default css: also darken <input> and <textarea>
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-24 00:48:21 +07:00
Yonle e8caedc74f utils.c: *default_srv_config: add configuration for min_account_age
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-22 21:25:16 +07:00
Yonle 9161ce30eb utils.c: *default_srv_config: change max_timeline_entries default to 50
Signed-off-by: Yonle <yonle@lecturify.net>
2024-02-22 20:00:07 +07:00
default 1061414775 Also apply 1em patch to utils.c. 2024-02-22 13:27:03 +01:00
default a3b9ef5b98 The link verification time is stored as a time_t.
This way, it will be easier in an eventual future to test if
a link verification is too old to be trusted.
2024-02-20 06:10:42 +01:00
default 0ede5e8b80 Fixed crash in verify_links(). 2024-02-16 06:06:12 +01:00
default 2da394aef4 Added 'accept' and 'user-agent' headers to verify_links(). 2024-02-16 05:47:18 +01:00
default 572c52f9fe More verify link logging. 2024-02-16 05:26:31 +01:00
default c3b50574ac New function verify_links(). 2024-02-15 19:24:10 +01:00
default ceda5bab31 Also add dark mode CSS to utils.c. 2024-02-03 07:36:17 +01:00
Florian Paul Azim Hoberg fe892622d3 feature(favicon): Add favicon support (#107) 2024-01-28 08:09:44 +01:00
default 755d997fb1 Updated copyright year. 2024-01-04 09:22:03 +01:00