summaryrefslogtreecommitdiff
path: root/utils.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added violette styles to the embedded CSS.Gravatar grunfink3 days1-0/+3
|
* Keep track of deleted users and return 410 Gone for them.Gravatar grunfink2025-10-241-0/+2
|
* xs_http.h: new file.Gravatar grunfink2025-10-131-0/+1
|
* making sure that global data is immutableGravatar byte2025-09-221-3/+3
|
* In snac_init(), added a message mentioning .po files.Gravatar grunfink2025-09-031-1/+7
|
* Renamed function list_content() to list_members().Gravatar grunfink2025-09-031-2/+2
|
* Minor CSS tweak.Gravatar grunfink2025-06-281-0/+1
|
* Fixed bug in export_posts().Gravatar grunfink2025-06-191-0/+3
|
* New command-line option export_posts.Gravatar grunfink2025-06-191-0/+52
|
* Always store resolved account handles as metadata, even if they weren't ↵Gravatar grunfink2025-06-071-4/+8
| | | | verified.
* If a metadata value is an account handle, it's also verified using webfinger.Gravatar grunfink2025-06-071-0/+16
|
* 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
|