| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | msg_create() is of type @wrapper. | 2023-07-29 | 1 | -1/+11 | |
| | | | | | This means that it also generate the same id for the same Note. | ||||
| * | Updated comment in headers. | 2023-07-28 | 29 | -30/+30 | |
| | | |||||
| * | Merge pull request 'html.c: Fix non-list tag object for external custom ↵ | 2023-07-26 | 1 | -2/+26 | |
| |\ | | | | | | | | | | | emoji' (#77) from yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/77 | ||||
| | * | html.c: Fix non-list tag object for external custom emoji | 2023-07-26 | 1 | -2/+26 | |
| |/ | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | Call fflush() after admin prompts without newlines. | 2023-07-26 | 1 | -7/+7 | |
| | | |||||
| * | If an image has no description, try the post 'name' field. | 2023-07-25 | 1 | -0/+2 | |
| | | |||||
| * | Simplified attachment iteration in HTML rendering. | 2023-07-25 | 1 | -62/+29 | |
| | | |||||
| * | Allow the 'attachment' field of a post to be single object instead of a list. | 2023-07-25 | 1 | -24/+21 | |
| | | | | | It seems that Gotosocial does this. | ||||
| * | Added a 'Back to top' link at the end of the page. | 2023-07-24 | 1 | -1/+5 | |
| | | |||||
| * | Deleted a comment that is no longer true. | 2023-07-24 | 1 | -5/+0 | |
| | | |||||
| * | Improved Accept + implicit Follow code. | 2023-07-24 | 1 | -1/+12 | |
| | | |||||
| * | Added support for Accept objects that only provide an object id. | 2023-07-24 | 1 | -2/+4 | |
| | | | | | This allows following Guppe groups. | ||||
| * | Merge pull request 'Major rollback & Put "User Settings" outside of ↵ | 2023-07-24 | 4 | -37/+39 | |
| |\ | | | | | | | | | | | "Operations...."' (#76) from yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/76 | ||||
| | * | html.c: Put "User Settings" outside of "Operations". | 2023-07-24 | 1 | -3/+3 | |
| | | | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| | * | Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons. | 2023-07-24 | 4 | -40/+42 | |
| |/ | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | Merge pull request 'Web Client: Do not hard link on <a> element' (#75) from ↵ | 2023-07-24 | 2 | -68/+40 | |
| |\ | | | | | | | | | | | yonle/snac2:nohardlink into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/75 | ||||
| | * | html.c: Rollback to e9adaa1f7a, Put "User Settings..." outside of ↵ | 2023-07-24 | 1 | -33/+11 | |
| | | | | | | | | | | | | | "Operations..."'s <details> element Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| | * | html.c: No need to redirect to #snac-posts again. | 2023-07-24 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | Form has been minimized with <details> since commit c409d2e, So there is no need to redirect user to user/admin#snac-posts again. Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| | * | html.c & httpd.c: Fix hardlink. | 2023-07-24 | 2 | -38/+32 | |
| |/ | | | | | | | | | | | | | 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> | ||||
| * | Updated RELEASE_NOTES. | 2023-07-24 | 1 | -0/+4 | |
| | | |||||
| * | Bumped version. | 2023-07-24 | 1 | -1/+1 | |
| | | |||||
| * | Moved user settings to its own page. | 2023-07-24 | 1 | -11/+33 | |
| | | |||||
| * | Updated documentation. | 2023-07-24 | 1 | -2/+2 | |
| | | |||||
| * | Updated CSS in utils.c. | 2023-07-24 | 1 | -3/+5 | |
| | | |||||
| * | Fixed minor memory leak. | 2023-07-24 | 1 | -1/+1 | |
| | | |||||
| * | Merge pull request 'Allow several tags & fix video element width, and more.' ↵ | 2023-07-24 | 2 | -8/+27 | |
| |\ | | | | | | | | | | | (#74) from yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/74 | ||||
| | * | default css: handle overflow text | 2023-07-23 | 1 | -1/+2 | |
| | | | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| | * | format.c: Encode all HTML characters when we're in pre element until we are out. | 2023-07-23 | 1 | -3/+11 | |
| | | | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| | * | format.c: Allow several tags | 2023-07-23 | 1 | -3/+13 | |
| | | | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| | * | default css: Set max width for video attachment | 2023-07-21 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | | Fixed link in README. | 2023-07-23 | 1 | -1/+1 | |
| |/ | |||||
| * | If a message has an audience, its URL is shown after the content. | 2023-07-19 | 1 | -0/+9 | |
| | | | | | | Messages coming from channels, communities (Lemmy) or magazines (kbin.social), have this field set with the "parent" url. | ||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2023-07-19 | 1 | -11/+16 | |
| |\ | |||||
| | * | Merge pull request '[Really optional PR?] html.c / UX: Give admin page more ↵ | 2023-07-19 | 1 | -11/+16 | |
| | |\ | | | | | | | | | | | | | | | | space & other...' (#71) from yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/71 | ||||
| | | * | html.c: RSS: fix. | 2023-07-18 | 1 | -7/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Feed title, and description is not properly rendered. So here goes a fix that instead of using encode_html TWICE, We use sanitize() for feed description instead. Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| | | * | html.c: custom emoji <img>: Resize height to 2em, and put veritcal-align to ↵ | 2023-07-18 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | middle. Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| | | * | html.c / UX: Give admin page more space | 2023-07-17 | 1 | -2/+5 | |
| | |/ | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | | Avoid too deep nesting of html_entry(). | 2023-07-18 | 1 | -0/+4 | |
| | | | |||||
| * | | Increased recursion level for timeline_request(). | 2023-07-18 | 1 | -3/+2 | |
| |/ | |||||
| * | Version 2.38 RELEASED.2.38 | 2023-07-17 | 1 | -1/+1 | |
| | | |||||
| * | Avoid incomplete messages in timeline_request(). | 2023-07-15 | 1 | -0/+3 | |
| | | |||||
| * | Merge pull request '[Really optional] Whenever to have Placeholder on some ↵ | 2023-07-15 | 3 | -14/+18 | |
| |\ | | | | | | | | | | | inputs? & other stuff' (#69) from yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/69 | ||||
| | * | html.c: invalid html tag: else? just show it as encoded text. | 2023-07-15 | 1 | -0/+4 | |
| | | | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| | * | html.c: *prev_src at edit: Just use encode_html. | 2023-07-15 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| | * | utils.c: "User id" does not need "\n". | 2023-07-15 | 1 | -1/+1 | |
| | | | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| | * | html.c: Probably put placeholder on certain input and textboxes | 2023-07-15 | 1 | -12/+12 | |
| |/ | | | | Signed-off-by: Yonle <yonle@lecturify.net> | ||||
| * | Updated RELEASE_NOTES. | 2023-07-14 | 1 | -0/+4 | |
| | | |||||
| * | Fixed crash on empty static and history objects. | 2023-07-14 | 1 | -11/+17 | |
| | | |||||
| * | Use the right object id when storing Announce + Create + Note objects. | 2023-07-14 | 1 | -3/+5 | |
| | | |||||
| * | Fixed prototypes. | 2023-07-14 | 2 | -4/+4 | |
| | | |||||