| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | User search can also be done by tag. | 2024-05-15 | 1 | -1/+1 | ||
| | | ||||||
| * | Minor "Back to top" "More..." link refactoring. | 2024-05-07 | 1 | -3/+7 | ||
| | | ||||||
| * | Search by tag returns RSS if the appropriate header is defined. | 2024-05-05 | 1 | -3/+9 | ||
| | | ||||||
| * | More work in lists. | 2024-04-29 | 1 | -1/+1 | ||
| | | ||||||
| * | Prevent some browsers from caching servers basic auth request | 2024-04-13 | 1 | -0/+1 | ||
| | | ||||||
| * | Backport from xs. | 2024-03-15 | 1 | -1/+1 | ||
| | | ||||||
| * | Replaced most xs_dict_iter() with xs_dict_next(). | 2024-03-09 | 1 | -1/+2 | ||
| | | ||||||
| * | Added *another argument* to html_timeline() to select where posts are taken ↵ | 2024-02-22 | 1 | -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(). | 2024-02-21 | 1 | -2/+4 | ||
| | | ||||||
| * | Minor tweak to host-meta. | 2024-01-30 | 1 | -3/+4 | ||
| | | ||||||
| * | cleanup | 2024-01-28 | 1 | -8/+0 | ||
| | | ||||||
| * | Merge branch 'master' of https://codeberg.org/pswilde/snac2 | 2024-01-28 | 1 | -0/+8 | ||
| |\ | ||||||
| | * | added host-meta endpoint for subwaytooter app | 2024-01-26 | 1 | -0/+8 | ||
| | | | ||||||
| * | | added host-meta endpoint for subwaytooter app | 2024-01-26 | 1 | -0/+8 | ||
| |/ | ||||||
| * | Delay creating the shared memory struct after the socket is successfully ↵ | 2024-01-21 | 1 | -7/+7 | ||
| | | | | | created. | |||||
| * | Support DELETE for Mastodon subscriptions | 2024-01-11 | 1 | -0/+8 | ||
| | | | | | | | | | While testing Mona, I noticed that after deleting my account entry for my snac server, Mona would repeatedly try to delete the subscription it thought it had created, resulting in many unhandled DELETE calls. This accepts the call and returns 200 for it, which makes Mona happy. | |||||
| * | New command-line option 'state'. | 2024-01-10 | 1 | -6/+75 | ||
| | | ||||||
| * | Minor code cleaning. | 2024-01-10 | 1 | -12/+2 | ||
| | | ||||||
| * | New state variable top_job_fifo_size. | 2024-01-08 | 1 | -0/+3 | ||
| | | ||||||
| * | Renamed some thread states. | 2024-01-08 | 1 | -2/+2 | ||
| | | ||||||
| * | Added some state flags for threads. | 2024-01-08 | 1 | -2/+14 | ||
| | | ||||||
| * | Non-important variable renaming. | 2024-01-08 | 1 | -34/+35 | ||
| | | ||||||
| * | Rewritten part of the job threads to be leaner and faster. | 2024-01-08 | 1 | -39/+45 | ||
| | | ||||||
| * | Better behaviour on broken queue items. | 2024-01-07 | 1 | -7/+13 | ||
| | | ||||||
| * | Updated copyright year. | 2024-01-04 | 1 | -1/+1 | ||
| | | ||||||
| * | Moved most server state to a structure. | 2024-01-03 | 1 | -35/+40 | ||
| | | ||||||
| * | Minor tweaks to /.well-known/nodeinfo returned data. | 2023-12-29 | 1 | -4/+4 | ||
| | | ||||||
| * | Also log the job_fifo len in status.txt. | 2023-12-26 | 1 | -12/+17 | ||
| | | ||||||
| * | New page status.txt. | 2023-12-26 | 1 | -2/+14 | ||
| | | | | | It just return an empty page as a query, but some status logging is done. | |||||
| * | Added some crash checks. | 2023-12-18 | 1 | -1/+1 | ||
| | | ||||||
| * | Avoid crashing on missing 'method' or 'path' headers in httpd_connection(). | 2023-12-18 | 1 | -2/+7 | ||
| | | ||||||
| * | Use xs_html in the static greeting page. | 2023-11-24 | 1 | -13/+19 | ||
| | | ||||||
| * | Added a tag argument to html_timeline(). | 2023-11-08 | 1 | -2/+2 | ||
| | | ||||||
| * | Fixed 'show more' in tag search. | 2023-11-08 | 1 | -8/+17 | ||
| | | ||||||
| * | Tags can now be searched for from the server base URL. | 2023-11-08 | 1 | -0/+15 | ||
| | | ||||||
| * | Added FastCGI support. | 2023-10-17 | 1 | -4/+18 | ||
| | | ||||||
| * | Backport from xs. | 2023-10-14 | 1 | -1/+1 | ||
| | | ||||||
| * | Hide posts from the public web for accounts with 'private' == true. | 2023-10-08 | 1 | -0/+3 | ||
| | | ||||||
| * | Backport from xs. | 2023-09-23 | 1 | -6/+6 | ||
| | | ||||||
| * | The nodeinfo file returns more useful information. | 2023-08-21 | 1 | -4/+28 | ||
| | | ||||||
| * | The hash 'more_headers' is added to the response HTTP headers. | 2023-08-19 | 1 | -0/+8 | ||
| | | ||||||
| * | The instance URL can now show a timeline. | 2023-08-14 | 1 | -1/+8 | ||
| | | ||||||
| * | Sanitize local user names in the greeting page. | 2023-08-14 | 1 | -46/+55 | ||
| | | ||||||
| * | Some mastoapi tweaks to support the semaphore.social web client. | 2023-08-12 | 1 | -4/+8 | ||
| | | ||||||
| * | Archive unattended method errors. | 2023-08-12 | 1 | -0/+1 | ||
| | | ||||||
| * | Updated comment in headers. | 2023-07-28 | 1 | -1/+1 | ||
| | | ||||||
| * | Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons. | 2023-07-24 | 1 | -1/+1 | ||
| | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | |||||
| * | html.c & httpd.c: Fix hardlink. | 2023-07-24 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | Some people may still want to post in the web client with such different way, Such as posting from Yggdrasil / SSH port forwarder, and so on. This commit gives the workaround for that purpose, However things will go messed up when current path were ends with / (Like: user/, admin/). But overall, If user just uses it like normal, Then things will just worked well as expected. Signed-off-by: Yonle <yonle@lecturify.net> | |||||
| * | Added HTTP caching to static data. | 2023-07-02 | 1 | -1/+5 | ||
| | | ||||||
| * | The WWW-Authenticate real also includes the user. | 2023-06-24 | 1 | -1/+3 | ||
| | | ||||||