| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Also import lists.csv. | 2024-10-19 | 1 | -0/+20 | |
| | | |||||
| * | Also import following_accounts.csv. | 2024-10-19 | 1 | -1/+28 | |
| | | |||||
| * | Some work in CSV importing. | 2024-10-19 | 1 | -1/+113 | |
| | | |||||
| * | Use webfinger_request_fake() in export_csv(). | 2024-09-18 | 1 | -17/+6 | |
| | | |||||
| * | Also export following_accounts.csv. | 2024-09-18 | 1 | -0/+25 | |
| | | |||||
| * | Also export lists.csv. | 2024-09-18 | 1 | -0/+35 | |
| | | |||||
| * | Started support for CSV data export. | 2024-09-18 | 1 | -0/+61 | |
| | | |||||
| * | Minor default CSS fix. | 2024-09-06 | 1 | -2/+2 | |
| | | |||||
| * | More minor default CSS tweaks. | 2024-09-04 | 1 | -1/+1 | |
| | | |||||
| * | Minor default CSS tweak. | 2024-09-04 | 1 | -1/+1 | |
| | | |||||
| * | If style.css does not exist, it's created with the default one. | 2024-09-04 | 1 | -6/+18 | |
| | | |||||
| * | Added some CSS styling to the list-of-lists. | 2024-09-04 | 1 | -0/+3 | |
| | | |||||
| * | Add support to unix sockets in snac_init(). | 2024-08-05 | 1 | -8/+20 | |
| | | |||||
| * | Add class .snac-announcement into utils. | 2024-05-31 | 1 | -0/+1 | |
| | | |||||
| * | Added more const. | 2024-05-23 | 1 | -5/+5 | |
| | | |||||
| * | Added const everywhere. | 2024-05-21 | 1 | -1/+1 | |
| | | |||||
| * | Set avatars and custom emoji as square (fixes display in Dillo) | 2024-05-09 | 1 | -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. | 2024-04-22 | 1 | -0/+2 | |
| | | |||||
| * | Added the default 'protocol' field to 'server.json'. | 2024-04-19 | 1 | -0/+1 | |
| | | |||||
| * | Replaced most xs_dict_iter() with xs_dict_next(). | 2024-03-09 | 1 | -1/+2 | |
| | | |||||
| * | default css: also darken <input> and <textarea> | 2024-02-24 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | utils.c: *default_srv_config: add configuration for min_account_age | 2024-02-22 | 1 | -0/+1 | |
| | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | utils.c: *default_srv_config: change max_timeline_entries default to 50 | 2024-02-22 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | Also apply 1em patch to utils.c. | 2024-02-22 | 1 | -1/+1 | |
| | | |||||
| * | The link verification time is stored as a time_t. | 2024-02-20 | 1 | -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(). | 2024-02-16 | 1 | -3/+4 | |
| | | |||||
| * | Added 'accept' and 'user-agent' headers to verify_links(). | 2024-02-16 | 1 | -4/+17 | |
| | | |||||
| * | More verify link logging. | 2024-02-16 | 1 | -2/+7 | |
| | | |||||
| * | New function verify_links(). | 2024-02-15 | 1 | -0/+106 | |
| | | |||||
| * | Also add dark mode CSS to utils.c. | 2024-02-03 | 1 | -0/+5 | |
| | | |||||
| * | feature(favicon): Add favicon support (#107) | 2024-01-28 | 1 | -0/+1 | |
| | | |||||
| * | Updated copyright year. | 2024-01-04 | 1 | -1/+1 | |
| | | |||||
| * | Also delete the user directory in deluser(). | 2023-10-22 | 1 | -0/+38 | |
| | | |||||
| * | New function deluser(), to delete a user. | 2023-10-22 | 1 | -0/+26 | |
| | | | | | Only unfollows by now. | ||||
| * | Added FastCGI support. | 2023-10-17 | 1 | -1/+2 | |
| | | |||||
| * | Don't allow creating users which user name strings only differ in case. | 2023-10-13 | 1 | -1/+1 | |
| | | |||||
| * | Got rid of old d_char. | 2023-08-31 | 1 | -1/+1 | |
| | | |||||
| * | Unify the instance description text. | 2023-08-14 | 1 | -13/+17 | |
| | | |||||
| * | The instance URL can now show a timeline. | 2023-08-14 | 1 | -1/+3 | |
| | | |||||
| * | Sanitize local user names in the greeting page. | 2023-08-14 | 1 | -3/+3 | |
| | | |||||
| * | Added default CSS for Limit and Unlimit buttons. | 2023-08-13 | 1 | -0/+2 | |
| | | |||||
| * | Renamed json dump functions to new xs spec. | 2023-08-08 | 1 | -4/+4 | |
| | | |||||
| * | Use xs_json_dump_pp() wherever possible. | 2023-08-03 | 1 | -8/+4 | |
| | | |||||
| * | Updated comment in headers. | 2023-07-28 | 1 | -1/+1 | |
| | | |||||
| * | Call fflush() after admin prompts without newlines. | 2023-07-26 | 1 | -7/+7 | |
| | | |||||
| * | Updated CSS in utils.c. | 2023-07-24 | 1 | -3/+5 | |
| | | |||||
| * | utils.c: "User id" does not need "\n". | 2023-07-15 | 1 | -1/+1 | |
| | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | utils.c: Prompt does not need \n | 2023-07-12 | 1 | -7/+7 | |
| | | |||||
| * | In adduser(), don't copy the system-wide css. | 2023-06-26 | 1 | -21/+2 | |
| | | |||||
| * | Replaced usage of random() with xs_rnd_buf(). | 2023-06-05 | 1 | -4/+2 | |
| | | |||||