summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Don't discard notes from people we don't follow in mastoapi.Gravatar default2023-06-281-0/+2
|
* Merge branch 'master' of triptico.com:git/snac2Gravatar default2023-06-281-0/+2
|\
| * Updated TODO.Gravatar default2023-06-281-0/+2
| |
* | New CSS class snac-post-header, that wraps the avatar + name + link of a post.Gravatar default2023-06-281-1/+3
|/
* Skip leading zeros en poll closing time.Gravatar default2023-06-281-1/+5
|
* Updated RELEASE_NOTES.Gravatar default2023-06-271-0/+2
|
* For polls, shows a 'Closes in d:h:m:s' string.Gravatar default2023-06-271-6/+22
|
* Backport from xs.Gravatar default2023-06-272-4/+44
|
* Also break the og:description in the first period in the bio.Gravatar default2023-06-261-1/+1
|
* Added autocomplete=off to all forms.Gravatar default2023-06-261-11/+15
|
* Updated documentation.Gravatar default2023-06-263-13/+5
|
* Minor logging tweak.Gravatar default2023-06-261-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-06-261-0/+10
|
* In adduser(), don't copy the system-wide css.Gravatar default2023-06-262-22/+4
|
* If the user style.css does not exist, return the server-wide version.Gravatar default2023-06-261-1/+13
|
* Increased log level for 'not for us' messages.Gravatar default2023-06-261-1/+1
|
* Updated README.Gravatar default2023-06-251-1/+3
|
* Revert "Deleted the link to snac on OpenBSD."Gravatar default2023-06-251-0/+2
| | | | This reverts commit 5db10733d5f07e6e513b8ef15325d92195630808.
* The WWW-Authenticate real also includes the user.Gravatar default2023-06-242-4/+13
|
* Fixed missing end quote in the WWW-Authenticate header.Gravatar default2023-06-241-1/+1
|
* Deleted the link to snac on OpenBSD.Gravatar default2023-06-241-2/+0
|
* Updated TODO.Gravatar default2023-06-231-4/+5
|
* Updated README.Gravatar default2023-06-211-1/+7
|
* Defend from kbin.social messages not having a content-type header.Gravatar default2023-06-191-0/+3
|
* Fixed crash in _object_fn_by_md5().Gravatar default2023-06-181-1/+1
|
* Delete unnecessary function information in _object_fn().Gravatar default2023-06-181-13/+13
|
* 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
|