summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Implemented hide_followers_only.Gravatar default2023-08-091-1/+16
|
* Renamed json dump functions to new xs spec.Gravatar default2023-08-0810-54/+54
|
* Updated RELEASE_NOTES.Gravatar default2023-08-081-0/+2
|
* Updated TODO.Gravatar default2023-08-081-2/+2
|
* Fixed votersCount.Gravatar default2023-08-081-2/+7
|
* Updated TODO.Gravatar default2023-08-081-2/+4
|
* Backport from xs.Gravatar default2023-08-082-128/+87
|
* Limited users can announce our own posts.Gravatar default2023-08-071-4/+4
|
* Only create the limited/ folder in calling limit().Gravatar default2023-08-071-4/+4
|
* Some fixes to limiting actors.Gravatar default2023-08-071-21/+22
|
* Updated RELEASE_NOTES.Gravatar default2023-08-071-0/+6
|
* Added hints to web UI buttons.Gravatar default2023-08-071-26/+31
|
* Added command-line interface for limit/unlimit users.Gravatar default2023-08-062-1/+31
|
* Drop announces from limited users.Gravatar default2023-08-061-0/+3
|
* Added support for limiting followed users.Gravatar default2023-08-062-1/+50
|
* Version 2.39 RELEASED.2.39Gravatar default2023-08-061-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-08-061-1/+1
|
* Backport from xs.Gravatar default2023-08-052-57/+53
|
* Added xs_json_load() wherever possible.Gravatar default2023-08-052-41/+21
|
* Use xs_json_load() in some places.Gravatar default2023-08-051-14/+7
|
* Partial import of xs_json_load() from xs.Gravatar default2023-08-051-0/+10
|
* Moved avatars to artwork/.Gravatar default2023-08-049-0/+0
|
* [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>