summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Improved checks to _object_fn_by_md5().Gravatar default2023-06-181-5/+6
|
* Added some more checks to _object_fn_by_md5().Gravatar default2023-06-181-26/+17
|
* Added the caller function name to _object_fn_by_md5() and _object_fn().Gravatar default2023-06-181-27/+34
|
* Renamed the HTTP Basic auth realm to something more informative.Gravatar default2023-06-181-2/+4
|
* Avoid checking for deleted entries (starting with '-') in index_gc().Gravatar default2023-06-181-1/+1
|
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2023-06-161-3/+5
|\
| * Merge pull request 'added titles to images and emojis' (#54) from ↵Gravatar grunfink2023-06-161-3/+5
| |\ | | | | | | | | | | | | | | | Haijo7/snac2:titles into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/54
| | * added titles to images and emojisGravatar Haijo72023-06-161-3/+5
| |/
* | Increased debug level for NOT collecting inboxes.Gravatar default2023-06-161-1/+1
| |
* | Added some logging on corrupted md5 ids.Gravatar default2023-06-161-7/+22
|/
* Bumped version.Gravatar default2023-06-161-1/+1
|
* Quick fix to "Script self-injection in edit box".Gravatar default2023-06-161-2/+4
| | | | | | | | In the 'Edit...' box, the sourceContent (which was written by a user) has its < replaced with &lt; . This issue does not propagate to the public timeline nor to the recipients of the post. Reference: https://codeberg.org/grunfink/snac2/issues/53
* Version 2.35 RELEASED.2.35Gravatar default2023-06-151-1/+1
|
* Fixed look of users without creationg date in the people page.Gravatar default2023-06-151-1/+1
|
* Use xs_stock_* values wherever possible.Gravatar default2023-06-152-52/+38
|
* Backport from xs.Gravatar default2023-06-152-1/+10
|
* Updated RELEASE_NOTES.Gravatar default2023-06-151-0/+2
|
* Fixed voting / replying confusion.Gravatar default2023-06-152-16/+5
|
* Increased log level for enqueue_request_replies().Gravatar default2023-06-151-4/+4
|
* If a ~/log/ folder exists, also write the log there.Gravatar default2023-06-153-2/+8
|
* Updated RELEASE_NOTES.Gravatar default2023-06-151-3/+7
|
* Avoid returning 'ghost' no-longer-followers in followers_list().Gravatar default2023-06-151-3/+8
|
* Updated TODO.Gravatar default2023-06-151-2/+2
|
* Use the _a.json extension for actor object links into following/.Gravatar default2023-06-151-3/+3
|
* following_list() creates links to the actors if they don't exist.Gravatar default2023-06-151-3/+13
|
* Maintain a link to the author object in the following/ subdirectory.Gravatar default2023-06-152-3/+12
|
* Use utimes() to 'touch' the actor file in actor_get().Gravatar default2023-06-141-6/+2
|
* Updated RELEASE_NOTES.Gravatar default2023-06-131-0/+2
|
* Fixed crash in check_signature().Gravatar default2023-06-131-0/+5
|
* Stop lying about code style being ANSI C.Gravatar default2023-06-131-1/+1
|
* New function webfinger_request_signed().Gravatar default2023-06-133-17/+47
|
* Updated RELEASE_NOTES.Gravatar default2023-06-131-0/+2
|
* In sanitize(), delete unsupported HTML tags instead of showing them.Gravatar default2023-06-131-6/+2
|
* Also accept HTML tag <ol>.Gravatar default2023-06-132-2/+2
|
* Updated RELEASE_NOTES.Gravatar default2023-06-121-1/+1
|
* Avoid writing a NULL header in mastoapi_account().Gravatar default2023-06-121-0/+3
|
* Merge pull request 'add mastodon profile header to mastodon api' (#46) from ↵Gravatar grunfink2023-06-121-2/+10
|\ | | | | | | | | | | Haijo7/snac2:mastodon-profile-header into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/46
| * removed additinal empty stringGravatar Haijo72023-06-121-2/+0
| |
| * add mastodon profile header to mastodon apiGravatar Haijo72023-06-121-0/+10
| |
* | Updated RELEASE_NOTES.Gravatar default2023-06-121-0/+2
| |
* | Updated TODO.Gravatar default2023-06-121-2/+2
| |
* | Fix links with # in it.Gravatar default2023-06-121-2/+3
| |
* | Updated TODO.Gravatar default2023-06-121-0/+2
|/
* Added a comment about Announces of non-Notes.Gravatar default2023-06-111-0/+5
|
* Updated RELEASE_NOTES.Gravatar default2023-06-111-0/+2
|
* Added Web UI to set the account 'bot' flag.Gravatar default2023-06-111-0/+11
|
* Hidden conversations are not rendered instead of given a 'display: none'.Gravatar default2023-06-111-6/+4
|
* No more archiving of borked Likes.Gravatar default2023-06-111-6/+0
|
* Also reject Like messages in is_msg_for_me().Gravatar default2023-06-111-1/+5
|
* Log malformed Likes from wafrn.net (who else?).Gravatar default2023-06-111-0/+6
|