summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Version 2.36 RELEASED.2.36Gravatar default2023-07-071-1/+1
|
* Updated TODO.Gravatar default2023-07-061-3/+5
|
* Updated RELEASE_NOTES.Gravatar default2023-07-061-3/+3
|
* Pinned posts also appear in the public timeline.Gravatar default2023-07-061-1/+4
|
* index_list() and index_list_desc() always return a list, even if empty.Gravatar default2023-07-051-4/+2
|
* Tweaked static_get() logging.Gravatar default2023-07-051-1/+1
|
* Posts can be pinned/unpinned from the web interface.Gravatar default2023-07-052-7/+25
|
* Pinned posts appear at the top of the public timeline.Gravatar default2023-07-051-1/+4
|
* Updated documentation.Gravatar default2023-07-052-0/+10
|
* Merge branch 'master' of triptico.com:git/snac2Gravatar default2023-07-056-25/+71
|\
| * Also call process_tags() when in the public timeline's bio.Gravatar default2023-07-042-2/+6
| |
| * Fixed weird prototype of process_tags().Gravatar default2023-07-041-5/+6
| |
| * The actor bio now accepts tags.Gravatar default2023-07-041-1/+4
| |
| * index_list() and index_list_desc() don't return deleted entries.Gravatar default2023-07-041-6/+10
| |
| * Updated RELEASE_NOTES.Gravatar default2023-07-041-0/+2
| |
| * Updated TODO.Gravatar default2023-07-041-4/+4
| |
| * The content warning check and description is propagated from the replied ↵Gravatar default2023-07-041-5/+10
| | | | | | | | message.
| * Also fill the sensitive content fields in the edit dialog.Gravatar default2023-07-041-2/+6
| |
| * The sensitive content can have a description.Gravatar default2023-07-041-4/+11
| |
| * Updated TODO.Gravatar default2023-07-041-0/+4
| |
| * Updated TODO.Gravatar default2023-07-041-3/+6
| |
| * Call index_del() from _object_user_cache().Gravatar default2023-07-041-0/+1
| |
| * More unfollow notification tweaks.Gravatar default2023-07-042-2/+5
| |
| * Updated RELEASE_NOTES.Gravatar default2023-07-041-0/+2
| |
| * Also show unfollows in the notification area.Gravatar default2023-07-042-3/+6
| |
* | Backport from xs.Gravatar default2023-07-052-1/+13
|/
* Backport from xs.Gravatar default2023-07-033-16/+20
|
* Updated RELEASE_NOTES.Gravatar default2023-07-021-0/+2
|
* Updated TODO.Gravatar default2023-07-021-2/+2
|
* Added HTTP caching to static data.Gravatar default2023-07-024-14/+45
|
* Fixed footer link.Gravatar default2023-07-011-2/+2
|
* Added CSS classes to notification and people pages.Gravatar default2023-07-011-8/+20
|
* Updated TODO.Gravatar default2023-06-301-0/+2
|
* Updated README.Gravatar default2023-06-291-1/+5
|
* Added class snac-post-header to the people list.Gravatar default2023-06-291-1/+3
|
* Added a new snac-post-header CSS class.Gravatar default2023-06-291-12/+10
|
* New file doc/susie-qr.png.Gravatar default2023-06-291-0/+0
|
* Updated RELEASE_NOTES.Gravatar default2023-06-291-0/+4
|
* Call is_instance_blocked() from activitypub_post_handler().Gravatar default2023-06-291-2/+11
|
* Added command-line interface for [un]blocking full instances.Gravatar default2023-06-291-0/+25
|
* Added instance blocking to data storage.Gravatar default2023-06-292-0/+70
|
* Updated TODO.Gravatar default2023-06-281-0/+2
|
* Fixed unpinning indexing.Gravatar default2023-06-281-1/+9
|
* Add a pin emoji to pinned posts.Gravatar default2023-06-281-0/+6
|
* Added some error control to pinning.Gravatar default2023-06-283-11/+35
|
* Also purge pinned.idx.Gravatar default2023-06-281-1/+1
|
* In mastoapi, notes can be pinned / unpinned.Gravatar default2023-06-281-3/+10
|
* New pinning in data storage.Gravatar default2023-06-282-0/+55
|
* Added some lost fields in mastoapi_status().Gravatar default2023-06-281-1/+5
|
* Updated TODO.Gravatar default2023-06-281-0/+2
|