summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* msg_create() is of type @wrapper.Gravatar default2023-07-291-1/+11
* Updated comment in headers.Gravatar default2023-07-2829-30/+30
* Merge pull request 'html.c: Fix non-list tag object for external custom emoji...Gravatar grunfink2023-07-261-2/+26
|\
| * html.c: Fix non-list tag object for external custom emojiGravatar Yonle2023-07-261-2/+26
|/
* Call fflush() after admin prompts without newlines.Gravatar default2023-07-261-7/+7
* If an image has no description, try the post 'name' field.Gravatar default2023-07-251-0/+2
* Simplified attachment iteration in HTML rendering.Gravatar default2023-07-251-62/+29
* Allow the 'attachment' field of a post to be single object instead of a list.Gravatar default2023-07-251-24/+21
* Added a 'Back to top' link at the end of the page.Gravatar default2023-07-241-1/+5
* Deleted a comment that is no longer true.Gravatar default2023-07-241-5/+0
* Improved Accept + implicit Follow code.Gravatar default2023-07-241-1/+12
* Added support for Accept objects that only provide an object id.Gravatar default2023-07-241-2/+4
* Merge pull request 'Major rollback & Put "User Settings" outside of "Operatio...Gravatar grunfink2023-07-244-37/+39
|\
| * html.c: Put "User Settings" outside of "Operations".Gravatar Yonle2023-07-241-3/+3
| * Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons.Gravatar Yonle2023-07-244-40/+42
|/
* Merge pull request 'Web Client: Do not hard link on <a> element' (#75) from y...Gravatar grunfink2023-07-242-68/+40
|\
| * html.c: Rollback to e9adaa1f7a, Put "User Settings..." outside of "Operations...Gravatar Yonle2023-07-241-33/+11
| * html.c: No need to redirect to #snac-posts again.Gravatar Yonle2023-07-241-3/+3
| * html.c & httpd.c: Fix hardlink.Gravatar Yonle2023-07-242-38/+32
|/
* Updated RELEASE_NOTES.Gravatar default2023-07-241-0/+4
* Bumped version.Gravatar default2023-07-241-1/+1
* Moved user settings to its own page.Gravatar default2023-07-241-11/+33
* Updated documentation.Gravatar default2023-07-241-2/+2
* Updated CSS in utils.c.Gravatar default2023-07-241-3/+5
* Fixed minor memory leak.Gravatar default2023-07-241-1/+1
* Merge pull request 'Allow several tags & fix video element width, and more.' ...Gravatar grunfink2023-07-242-8/+27
|\
| * default css: handle overflow textGravatar Yonle2023-07-231-1/+2
| * format.c: Encode all HTML characters when we're in pre element until we are out.Gravatar Yonle2023-07-231-3/+11
| * format.c: Allow several tagsGravatar Yonle2023-07-231-3/+13
| * default css: Set max width for video attachmentGravatar Yonle2023-07-211-1/+1
* | Fixed link in README.Gravatar default2023-07-231-1/+1
|/
* If a message has an audience, its URL is shown after the content.Gravatar default2023-07-191-0/+9
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2023-07-191-11/+16
|\
| * Merge pull request '[Really optional PR?] html.c / UX: Give admin page more s...Gravatar grunfink2023-07-191-11/+16
| |\
| | * html.c: RSS: fix.Gravatar Yonle2023-07-181-7/+9
| | * html.c: custom emoji <img>: Resize height to 2em, and put veritcal-align to m...Gravatar Yonle2023-07-181-2/+2
| | * html.c / UX: Give admin page more spaceGravatar Yonle2023-07-171-2/+5
| |/
* | Avoid too deep nesting of html_entry().Gravatar default2023-07-181-0/+4
* | Increased recursion level for timeline_request().Gravatar default2023-07-181-3/+2
|/
* Version 2.38 RELEASED.2.38Gravatar default2023-07-171-1/+1
* Avoid incomplete messages in timeline_request().Gravatar default2023-07-151-0/+3
* Merge pull request '[Really optional] Whenever to have Placeholder on some in...Gravatar grunfink2023-07-153-14/+18
|\
| * html.c: invalid html tag: else? just show it as encoded text.Gravatar Yonle2023-07-151-0/+4
| * html.c: *prev_src at edit: Just use encode_html.Gravatar Yonle2023-07-151-1/+1
| * utils.c: "User id" does not need "\n".Gravatar Yonle2023-07-151-1/+1
| * html.c: Probably put placeholder on certain input and textboxesGravatar Yonle2023-07-151-12/+12
|/
* Updated RELEASE_NOTES.Gravatar default2023-07-141-0/+4
* Fixed crash on empty static and history objects.Gravatar default2023-07-141-11/+17
* Use the right object id when storing Announce + Create + Note objects.Gravatar default2023-07-141-3/+5
* Fixed prototypes.Gravatar default2023-07-142-4/+4