summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [susie.utf-8] New file.Gravatar default2023-08-041-0/+4
|
* Use xs_json_dump_pp() wherever possible.Gravatar default2023-08-036-87/+23
|
* Backport from xs.Gravatar default2023-08-033-13/+134
|
* Fixed a log message level.Gravatar default2023-08-021-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-08-021-0/+16
|
* Don't redir to 'snac-posts', now that the top page is smaller.Gravatar default2023-08-021-1/+1
|
* Bumped version.Gravatar default2023-08-021-1/+1
|
* Updated TODO.Gravatar default2023-07-291-2/+2
|
* Fixed outbox to be an OrderedCollection of Create+Note, not Note.Gravatar default2023-07-291-3/+4
|
* Merge branch 'master' of triptico.com:git/snac2Gravatar default2023-07-291-4/+6
|\
| * Updated TODO.Gravatar default2023-07-281-4/+6
| |
* | msg_create() is of type @wrapper.Gravatar default2023-07-291-1/+11
|/ | | | This means that it also generate the same id for the same Note.
* Updated comment in headers.Gravatar default2023-07-2829-30/+30
|
* Merge pull request 'html.c: Fix non-list tag object for external custom ↵Gravatar grunfink2023-07-261-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 emojiGravatar Yonle2023-07-261-2/+26
|/ | | | Signed-off-by: Yonle <yonle@lecturify.net>
* 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
| | | | It seems that Gotosocial does this.
* 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
| | | | This allows following Guppe groups.
* Merge pull request 'Major rollback & Put "User Settings" outside of ↵Gravatar grunfink2023-07-244-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".Gravatar Yonle2023-07-241-3/+3
| | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net>
| * Rollback to 86f507410bc5a1e6ce8bcd34f94400a380143d64 for some reasons.Gravatar Yonle2023-07-244-40/+42
|/ | | | Signed-off-by: Yonle <yonle@lecturify.net>
* Merge pull request 'Web Client: Do not hard link on <a> element' (#75) from ↵Gravatar grunfink2023-07-242-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 ↵Gravatar Yonle2023-07-241-33/+11
| | | | | | | | | | | | "Operations..."'s <details> element Signed-off-by: Yonle <yonle@lecturify.net>
| * html.c: No need to redirect to #snac-posts again.Gravatar Yonle2023-07-241-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.Gravatar Yonle2023-07-242-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.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
|\ | | | | | | | | | | (#74) from yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/74
| * default css: handle overflow textGravatar Yonle2023-07-231-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.Gravatar Yonle2023-07-231-3/+11
| | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net>
| * format.c: Allow several tagsGravatar Yonle2023-07-231-3/+13
| | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net>
| * default css: Set max width for video attachmentGravatar Yonle2023-07-211-1/+1
| | | | | | | | Signed-off-by: Yonle <yonle@lecturify.net>
* | 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
| | | | | 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/snac2Gravatar default2023-07-191-11/+16
|\
| * Merge pull request '[Really optional PR?] html.c / UX: Give admin page more ↵Gravatar grunfink2023-07-191-11/+16
| |\ | | | | | | | | | | | | | | | space & other...' (#71) from yonle/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/71
| | * html.c: RSS: fix.Gravatar Yonle2023-07-181-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 ↵Gravatar Yonle2023-07-181-2/+2
| | | | | | | | | | | | | | | | | | middle. Signed-off-by: Yonle <yonle@lecturify.net>
| | * html.c / UX: Give admin page more spaceGravatar Yonle2023-07-171-2/+5
| |/ | | | | | | Signed-off-by: Yonle <yonle@lecturify.net>
* | 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
|/