summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Don't proxy our own URLs.Gravatar default2024-11-071-1/+1
| |
* | Propagate the caching headers.Gravatar default2024-11-071-0/+6
| |
* | Omit the 'image' field if there are any attachment.Gravatar default2024-11-072-3/+3
| |
* | Propagate 'last-modified' and 'etag' fields while proxying.Gravatar default2024-11-073-3/+14
| | | | | | | | But does it work?
* | Also use the proxy in replace_shortnames().Gravatar default2024-11-071-9/+16
| |
* | Changed make_url().Gravatar default2024-11-071-23/+35
| |
* | More proxy_media work.Gravatar default2024-11-071-9/+16
| |
* | New function make_url(), that takes 'proxy_media' into account.Gravatar default2024-11-071-2/+53
|/
* Version 2.62 RELEASED.2.62Gravatar default2024-11-071-1/+1
|
* Updated documentation.Gravatar default2024-11-051-0/+3
|
* Updated RELEASE_NOTES.Gravatar default2024-11-051-0/+2
|
* New server variable 'strict_public_timelines'.Gravatar default2024-11-051-3/+13
|
* Updated TODO.Gravatar default2024-11-051-6/+6
|
* Minor xs tweak.Gravatar default2024-11-053-5/+7
|
* Merge branch 'master' of comam.es:git/snac2Gravatar default2024-11-051-0/+2
|\
| * Updated TODO.Gravatar default2024-11-051-0/+2
| |
* | Updated RELEASE_NOTES.Gravatar default2024-11-051-0/+16
|/
* Updated TODO.Gravatar default2024-11-041-0/+2
|
* Fixed processing of URLs with two @ inside.Gravatar default2024-11-031-3/+8
|
* Updated TODO.Gravatar default2024-11-031-6/+6
|
* Updated documentation.Gravatar default2024-10-301-0/+2
|
* Updated TODO.Gravatar default2024-10-301-0/+2
|
* Don't notify 'Block' activities if the 'disable_block_notifications' server ↵Gravatar default2024-10-301-2/+3
| | | | setting is true.
* Set some HTML url fields to be type 'url'.Gravatar default2024-10-291-2/+2
|
* Updated TODO.Gravatar default2024-10-281-0/+2
|
* Save the 'collapse_threads' from the web UI.Gravatar default2024-10-281-0/+4
|
* Show the collapse_threads field in the user settings.Gravatar default2024-10-281-0/+10
|
* Use the 'collapse_threads' field from user.json.Gravatar default2024-10-281-0/+3
|
* Some work towards collapsing threads by default.Gravatar default2024-10-281-1/+2
|
* Fixed crash.Gravatar default2024-10-281-1/+1
|
* Updated TODO.Gravatar default2024-10-271-2/+4
|
* Skip all repeated attachments, not only images.Gravatar default2024-10-271-5/+4
|
* Updated TODO.Gravatar default2024-10-271-0/+2
|
* If an attached image URL is already in the post content, don't show it.Gravatar default2024-10-271-0/+7
|
* New command line action 'insert'.Gravatar default2024-10-271-0/+18
|
* Merge pull request 'Wrap user mention in post around span to ensure ↵Gravatar grunfink2024-10-271-1/+1
|\ | | | | | | | | | | frontends do not display a link preview for it' (#213) from nyanide/snac2:evil into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/213
| * Wrap user mention in post around span to ensure frontends do not display a ↵Gravatar Kirby2024-10-271-1/+1
|/ | | | | | | | | | link preview for it Some frontends won't recognize a user mention/tag as an actual mention unless a span with a special class is wrapped around it, so it will erronously generate a link preview for it if the span is missing: https://ak.ari.lt/objects/8e18d701-9fdb-4ba8-8652-30dc2fef58ab
* In notifications, show the emoji of the EmojiReact.Gravatar default2024-10-261-0/+10
|
* Fixed HTML typo.Gravatar default2024-10-251-1/+1
|
* Fixed typo.Gravatar default2024-10-251-1/+1
|
* Accept any URL schema (not just http) in format_line().Gravatar default2024-10-251-24/+24
|
* Version 2.61 RELEASED.2.61Gravatar default2024-10-231-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2024-10-231-0/+10
|
* More HTML tweaks.Gravatar default2024-10-231-8/+8
|
* Updated documentation.Gravatar default2024-10-221-9/+11
|
* Updated documentation.Gravatar default2024-10-203-20/+65
|
* In tag_index(), don't repeat tags in indexes.Gravatar default2024-10-191-1/+4
|
* Call list_distribute() from timeline_request().Gravatar default2024-10-191-0/+3
|
* Updated usage().Gravatar default2024-10-191-0/+1
|
* Return an empty list in list_timeline() if (still) there is no list timeline.Gravatar default2024-10-191-0/+2
|