summaryrefslogtreecommitdiff
path: root/httpd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Redefined L() to use lang_str().Gravatar default2025-02-141-0/+2
|
* Force the Content-Security-Policy header, instead of just suggesting it in ↵Gravatar default2025-02-131-0/+3
| | | | the docs.
* If 'def_timeline_entries' is not set, 'max_timeline_entries' is used ↵Gravatar default2025-02-061-1/+2
| | | | (instead of the default).
* Merged 53ad5cdf0371fc068fa03bf287fc94be.Gravatar Alexandre Oliva2025-02-061-1/+1
|
* Hide the 'relay' user from the greeting list.Gravatar default2025-01-211-1/+1
|
* Fixed check for the basedir (contributed by an-im-dugud).Gravatar default2025-01-201-1/+1
|
* Added the USER_AGENT to HTTP errors.Gravatar default2025-01-201-3/+3
|
* Changed Boost/Like order in the /authorize_interaction page.Gravatar default2025-01-161-1/+1
|
* Implemented Mastodon-like /authorize_interaction.Gravatar default2025-01-161-0/+42
|
* Bumped copyright year.Gravatar default2025-01-081-1/+1
|
* In the /share page, set the charset explicitly to utf-8.Gravatar default2025-01-061-1/+1
|
* Use the site's CSS in the /share page.Gravatar default2025-01-051-1/+3
|
* More /share tweaks.Gravatar default2025-01-051-0/+3
|
* Serve BASE_URL/style.css.Gravatar default2025-01-021-0/+13
| | | | I thought I was already doing this 🤦(not that it really matters much).
* Minor tweak to the /share webpoint.Gravatar default2025-01-021-2/+6
|
* The shared post is really sent.Gravatar default2025-01-011-1/+1
|
* More work in the Mastodon-share webpoint.Gravatar default2024-12-311-1/+1
|
* Started support for Mastodon-like /share endpoint.Gravatar default2024-12-311-0/+39
|
* Added pidfile locking.Gravatar default2024-12-161-11/+20
|
* New function timeline_link_header().Gravatar default2024-12-151-1/+4
|
* The server creates a pidfile inside the base directory.Gravatar default2024-11-171-0/+14
|
* Propagate 'last-modified' and 'etag' fields while proxying.Gravatar default2024-11-071-1/+4
| | | | But does it work?
* New HTML variable error (still unused).Gravatar default2024-10-061-2/+2
|
* Added support for listening on unix sockets.Gravatar default2024-08-051-5/+14
|
* Minor logging tweaks.Gravatar default2024-08-051-6/+9
|
* Minor tweak.Gravatar default2024-06-201-2/+3
|
* Don't return a Basic realm if there is no body.Gravatar default2024-06-091-1/+1
|
* Improved OPTIONS method.Gravatar default2024-05-311-0/+3
|
* Translate status codes to canonical status textsGravatar Louis Brauer2024-05-271-1/+1
| | | | | Use those in HTTP responses instead of "OK"/"ERROR". Apps like Tokodon show only the status text in unexpected responses.
* Implement Mastodon PATCH endpoint for account profile updatesGravatar Louis Brauer2024-05-271-0/+10
|
* Use enum instead of numeric status codes for HTTP statusesGravatar Louis Brauer2024-05-261-13/+13
|
* Added more const.Gravatar default2024-05-231-4/+5
|
* Another approach to disabling SHM.Gravatar default2024-05-211-23/+23
|
* New compilation variable WITHOUT_SHM, to disable shared memory functions.Gravatar default2024-05-211-0/+23
|
* Added const everywhere.Gravatar default2024-05-211-8/+8
|
* User search can also be done by tag.Gravatar default2024-05-151-1/+1
|
* Minor "Back to top" "More..." link refactoring.Gravatar default2024-05-071-3/+7
|
* Search by tag returns RSS if the appropriate header is defined.Gravatar default2024-05-051-3/+9
|
* More work in lists.Gravatar default2024-04-291-1/+1
|
* Prevent some browsers from caching servers basic auth requestGravatar louis2024-04-131-0/+1
|
* Backport from xs.Gravatar default2024-03-151-1/+1
|
* Replaced most xs_dict_iter() with xs_dict_next().Gravatar default2024-03-091-1/+2
|
* Added *another argument* to html_timeline() to select where posts are taken ↵Gravatar default2024-02-221-2/+2
| | | | | | | from. This way, the /instance logged-in timeline can show posts that are not really into a user's timeline.
* Added a page argument to html_timeline().Gravatar default2024-02-211-2/+4
|
* Minor tweak to host-meta.Gravatar default2024-01-301-3/+4
|
* cleanupGravatar Paul Wilde2024-01-281-8/+0
|
* Merge branch 'master' of https://codeberg.org/pswilde/snac2Gravatar Paul Wilde2024-01-281-0/+8
|\
| * added host-meta endpoint for subwaytooter appGravatar Paul Wilde2024-01-261-0/+8
| |
* | added host-meta endpoint for subwaytooter appGravatar Paul Wilde2024-01-261-0/+8
|/
* Delay creating the shared memory struct after the socket is successfully ↵Gravatar default2024-01-211-7/+7
| | | | created.