Commit Graph
86 Commits
Author SHA1 Message Date
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
default 92fe93362c Also delete the user directory in deluser(). 2023-10-22 09:18:25 +02:00
default 0d78deef42 New function deluser(), to delete a user.
Only unfollows by now.
2023-10-22 09:00:37 +02:00
default 6cd3e76890 Added FastCGI support. 2023-10-17 20:02:08 +02:00
default 253e7f9eaa Don't allow creating users which user name strings only differ in case. 2023-10-13 06:33:12 +02:00
default dfeb4668a7 Got rid of old d_char. 2023-08-31 07:00:15 +02:00
default 3f7e3c1d81 Unify the instance description text. 2023-08-14 18:02:20 +02:00
default 86571f37bb The instance URL can now show a timeline. 2023-08-14 11:24:41 +02:00
default 4c14a2e93c Sanitize local user names in the greeting page. 2023-08-14 09:32:17 +02:00
default 31048215f6 Added default CSS for Limit and Unlimit buttons. 2023-08-13 15:46:59 +02:00
default 3e5bb109d1 Renamed json dump functions to new xs spec. 2023-08-08 19:29:34 +02:00
default f5a3dbf8d6 Use xs_json_dump_pp() wherever possible. 2023-08-03 09:02:08 +02:00
default 0f8c0cd694 Updated comment in headers. 2023-07-28 11:34:18 +02:00
default 52d3b5c8db Call fflush() after admin prompts without newlines. 2023-07-26 06:40:23 +02:00
default ca0262f6b2 Updated CSS in utils.c. 2023-07-24 12:55:56 +02:00
Yonle 299886d898 utils.c: "User id" does not need "\n".
Signed-off-by: Yonle <yonle@lecturify.net>
2023-07-15 00:42:57 +07:00
Yonle b428386582 utils.c: Prompt does not need \n 2023-07-12 11:29:01 +07:00
default baf557ba75 In adduser(), don't copy the system-wide css. 2023-06-26 09:02:34 +02:00
default fafdbbf815 Replaced usage of random() with xs_rnd_buf(). 2023-06-05 18:29:25 +02:00