summaryrefslogtreecommitdiff
path: root/utils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make greetings theme adaptive; define style in headerGravatar postscriptum2025-05-201-1/+2
|
* Replaced tabs with spaces.Gravatar grunfink2025-04-271-34/+34
|
* Merge tag '2.74' into curl-smtpGravatar shtrophic2025-03-201-1/+2
|\ | | | | | | Version 2.74 RELEASED.
| * Added a default style to the 'snac-thread-cont' class.Gravatar default2025-03-191-0/+1
| |
| * Fixed bug in bookmarks.csv import.Gravatar default2025-03-171-1/+1
| |
* | Merge tag '2.72' into curl-smtpGravatar shtrophic2025-02-151-0/+3
|\| | | | | | | Version 2.72 RELEASED.
| * Merged 53ad5cdf0371fc068fa03bf287fc94be.Gravatar Alexandre Oliva2025-02-061-0/+1
| |
| * Merge branch 'master' into masterGravatar ltning2025-02-041-0/+1
| |\
| | * Some CSS tweaks.Gravatar default2025-01-281-1/+1
| | |
| | * Added some default styling to CSS class snac-no-more-unseen-posts.Gravatar default2025-01-281-0/+1
| | |
| * | Merge branch 'master' into masterGravatar ltning2025-01-271-3/+7
| |\|
| * | Add short_description_raw optionGravatar Eirik Oeverby2025-01-061-0/+1
| | |
* | | enforce tls when supported && add testsGravatar shtrophic2025-01-241-2/+7
| | |
* | | Merge remote-tracking branch 'upstream/master' into curl-smtpGravatar shtrophic2025-01-241-0/+4
|\ \ \ | | |/ | |/|
| * | Set value 'purge_days' to 1 by default when creating the relay user.Gravatar default2025-01-241-0/+4
| | |
* | | add port parsing for sandboxingGravatar shtrophic2025-01-201-0/+52
|/ /
* | Fixed the greeting.html template to have a closing head tag.Gravatar default2025-01-171-1/+1
| |
* | Reduced RSA key size to 2048.Gravatar default2025-01-151-1/+1
| |
* | Bumped copyright year.Gravatar default2025-01-081-1/+1
|/
* Read CSV files to import from the import/ user subdirectory.Gravatar default2025-01-041-5/+10
|
* The 'export_csv' operation exports into the user subdirectory.Gravatar default2025-01-041-5/+8
|
* Fix verify_linksGravatar Paul Martin2024-12-311-2/+25
| | | | Stored in user.json as a string, but it was assumed to be a dict.
* New cmdline ops 'import_list' and 'import_block_list'.Gravatar default2024-11-251-1/+1
|
* Most CSV import code has been moved to their own functions.Gravatar default2024-11-251-6/+30
|
* When importing CSV lists, also follow that accounts.Gravatar default2024-11-251-0/+15
|
* Also import lists.csv.Gravatar default2024-10-191-0/+20
|
* Also import following_accounts.csv.Gravatar default2024-10-191-1/+28
|
* Some work in CSV importing.Gravatar default2024-10-191-1/+113
|
* Use webfinger_request_fake() in export_csv().Gravatar default2024-09-181-17/+6
|
* Also export following_accounts.csv.Gravatar default2024-09-181-0/+25
|
* Also export lists.csv.Gravatar default2024-09-181-0/+35
|
* Started support for CSV data export.Gravatar default2024-09-181-0/+61
|
* Minor default CSS fix.Gravatar default2024-09-061-2/+2
|
* More minor default CSS tweaks.Gravatar default2024-09-041-1/+1
|
* Minor default CSS tweak.Gravatar default2024-09-041-1/+1
|
* If style.css does not exist, it's created with the default one.Gravatar default2024-09-041-6/+18
|
* Added some CSS styling to the list-of-lists.Gravatar default2024-09-041-0/+3
|
* Add support to unix sockets in snac_init().Gravatar default2024-08-051-8/+20
|
* Add class .snac-announcement into utils.Gravatar default2024-05-311-0/+1
|
* Added more const.Gravatar default2024-05-231-5/+5
|
* Added const everywhere.Gravatar default2024-05-211-1/+1
|
* Set avatars and custom emoji as square (fixes display in Dillo)Gravatar Kelson Vibber2024-05-091-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.Gravatar default2024-04-221-0/+2
|
* Added the default 'protocol' field to 'server.json'.Gravatar default2024-04-191-0/+1
|
* Replaced most xs_dict_iter() with xs_dict_next().Gravatar default2024-03-091-1/+2
|
* default css: also darken <input> and <textarea>Gravatar Yonle2024-02-241-1/+1
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* utils.c: *default_srv_config: add configuration for min_account_ageGravatar Yonle2024-02-221-0/+1
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* utils.c: *default_srv_config: change max_timeline_entries default to 50Gravatar Yonle2024-02-221-1/+1
| | | | Signed-off-by: Yonle <yonle@lecturify.net>
* Also apply 1em patch to utils.c.Gravatar default2024-02-221-1/+1
|
* The link verification time is stored as a time_t.Gravatar default2024-02-201-2/+2
| | | | | This way, it will be easier in an eventual future to test if a link verification is too old to be trusted.