Commit Graph

2566 Commits

Author SHA1 Message Date
Louis Brauer
25ef07b1ec More or less smaller fixes :) 2024-05-27 23:55:51 +02:00
Louis Brauer
8fc788e92c Merge remote-tracking branch 'origin/master' 2024-05-27 19:49:09 +02:00
Louis Brauer
dfa0911c88 Implement empty response for /accounts/:id/featured_tags 2024-05-27 19:46:35 +02:00
Louis Brauer
8be440b545 Merge branch 'master' into master 2024-05-27 17:03:29 +00:00
Louis Brauer
26fbda787d Translate status codes to canonical status texts
Use those in HTTP responses instead of "OK"/"ERROR".
Apps like Tokodon show only the status text in unexpected responses.
2024-05-27 19:01:04 +02:00
Louis Brauer
637a88fb0f Use ISO C99 __func__ instead of GNU __FUNCTION__ 2024-05-27 16:23:11 +02:00
Louis Brauer
4621a25ba4 Merge remote-tracking branch 'origin/master' 2024-05-27 12:25:38 +02:00
Louis Brauer
81cf309e4d Implement Mastodon PATCH endpoint for account profile updates 2024-05-27 12:24:17 +02:00
default
5bc2017ba0 Backport from xs. 2024-05-27 08:28:14 +02:00
default
36764b8ade Minor tweak to markdown-like links. 2024-05-27 05:49:29 +02:00
Louis Brauer
0e21d35e80 Use enum instead of numeric status codes for HTTP statuses 2024-05-26 21:45:41 +02:00
default
36969bcf6f Updated documentation. 2024-05-26 10:56:29 +02:00
default
4979bccbe3 Updated documentation. 2024-05-26 09:48:48 +02:00
default
261466fb5f Updated documentation. 2024-05-26 09:41:08 +02:00
default
fbdcbc8414 Updated RELEASE_NOTES. 2024-05-26 09:36:04 +02:00
default
db5a72b6a0 Bumped version. 2024-05-26 09:29:38 +02:00
default
8e0ccc6d76 Added markdown-like links. 2024-05-26 09:27:36 +02:00
default
37b6c7926e Minor code reformatting. 2024-05-26 09:01:13 +02:00
grunfink
411a0f0db9 Merge pull request 'Enable deletion of avatar and header image in user settings' (#168) from louis77/snac2:master into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/168
2024-05-26 06:25:52 +00:00
Louis Brauer
9749a65007 Enable deletion of avatar and header image in user settings 2024-05-26 01:47:22 +02:00
Louis Brauer
84a767dd08 Merge pull request 'master' (#1) from grunfink/snac2:master into master
Reviewed-on: https://codeberg.org/louis77/snac2/pulls/1
2024-05-25 08:05:36 +00:00
default
a292080000 Backport from xs (fix regex.h compilation with tcc). 2024-05-25 08:24:08 +02:00
default
f631fc5ed2 Added a 'title' to each list timeline. 2024-05-24 19:06:39 +02:00
default
a727bb29f6 Don't show list links in read only timelines. 2024-05-24 12:36:08 +02:00
default
bd4511e7c5 Show 'Nothing found for tag' message. 2024-05-24 12:31:41 +02:00
default
8ebad8d536 Minor list show tweaks. 2024-05-24 12:24:23 +02:00
default
a787c818b2 Added links to the lists in html_timeline(). 2024-05-24 12:12:03 +02:00
default
fcead8ea96 Also delete the list .idx.bak. 2024-05-24 12:05:31 +02:00
default
8cf7559a7e Added more const. 2024-05-23 10:01:37 +02:00
default
63e0ca5aba Also return an application/ld+json object in webfinger. 2024-05-22 16:14:58 +02:00
grunfink
76f20bb79e Merge pull request 'Change WebFinger content type to RFC-required type' (#167) from steve-bate/snac2:pr-webfinger-content-type into master
Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/167
2024-05-22 14:01:03 +00:00
default
8fd070bb9a Fixed warning. 2024-05-22 14:14:29 +02:00
Steve Bate
59bdaca3a8 Change WebFinger content type to RFC-required type 2024-05-22 09:43:36 +02:00
default
c9c9b0bfdc Updated README. 2024-05-22 09:37:44 +02:00
default
ed973241f4 Another approach to disabling SHM. 2024-05-21 19:08:33 +02:00
default
cdfaf6dc57 New compilation variable WITHOUT_SHM, to disable shared memory functions. 2024-05-21 18:57:13 +02:00
default
4777fc86cb Added const everywhere. 2024-05-21 14:12:15 +02:00
default
b95fbe4e43
Version 2.53 RELEASED. 2024-05-16 15:47:43 +02:00
default
e7fa6d9920 Skip hidden posts in content_search(). 2024-05-15 13:36:59 +02:00
default
0a6df8e504 Renamed content_check() to content_match(). 2024-05-15 13:31:53 +02:00
default
0a6cfba399 Moved functions around. 2024-05-15 13:29:07 +02:00
default
ff8d49a899 Use xs_regex_match() where applicable. 2024-05-15 13:27:23 +02:00
default
d531649776 Updated RELEASE_NOTES. 2024-05-15 07:52:35 +02:00
default
2ed0a08f9f Convert the regex to lowercase in content_search().
Is this a good idea?
2024-05-15 06:07:33 +02:00
default
34311714ce User search can also be done by tag. 2024-05-15 05:57:21 +02:00
default
281f934f74 content_search() also searches the instance timeline. 2024-05-14 05:17:33 +02:00
default
ba00443b84 Updated RELEASE_NOTES. 2024-05-12 09:02:38 +02:00
default
61b9ad8ee5 Updated TODO. 2024-05-12 08:57:38 +02:00
default
ab9a1d4b1b Updated TODO. 2024-05-11 19:45:48 +02:00
default
9acba489fb Add some special treatment to Event object display. 2024-05-11 19:35:33 +02:00