内容简介:Mastodon 是一个免费的开源社交网络程序,一个商业平台的替代方案,避免了单个公司垄断你沟通的风险。选择你信任的服务器,无论选择的是哪个,你都可以与其他人进行互动。任何人都可以运行自己的 Mastodon 实例,...
Mastodon 是一个免费的开源社交网络程序,一个商业平台的替代方案,避免了单个公司垄断你沟通的风险。选择你信任的服务器,无论选择的是哪个,你都可以与其他人进行互动。任何人都可以运行自己的 Mastodon 实例,并无缝地参与到社交网络中。
2.7.0rc3 主要亮点如下:
Added
Add
tootctl domains crawl(#9809)Add attachment list fallback to public pages (#9780)
Add
tootctl --version(#9835)Add information about how to opt-in to the directory on the directory (#9834)
Add timeouts for S3 (#9842)
Add support for non-public reblogs from ActivityPub (#9841)
Add sending of
Rejectactivity when sending aBlockactivity (#9811)
Changed
Hide floating action button on search and getting started pages (#9826)
Redesign public hashtag page to use a masonry layout (#9822)
Use
summaryas summary instead of content warning for converted ActivityPub objects (#9823)Display a double reply arrow on public pages for toots that are replies (#9808)
Change admin UI right panel size to be wider (#9768)
Fixed
Fix scrollbar width compensation (#9824)
Fix race conditions when processing deleted toots (#9815)
Fix SSO issues on WebKit browsers by disabling Same-Site cookie again (#9819)
Fix empty OEmbed error (#9807)
Fix drag & drop modal not disappearing sometimes (#9797)
Fix statuses with content warnings being displayed in web push notifications sometimes (#9778)
Fix scroll-to-detailed status not working on public pages (#9773)
Fix media modal loading indicator (#9771)
Fix hashtag search results not having a permalink fallback in web UI (#9810)
Fix slightly cropped font on settings page dropdowns when using system font (#9839)
Fix not being able to drag & drop text into forms (#9840)
Security
Add tombstones for remote statuses to prevent replay attacks (#9830)
以上所述就是小编给大家介绍的《Mastodon 2.7.0 RC3 发布,开源社交网络服务器》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- apollo:开源的 Go 原生社交系统
- apollo:开源的 Go 原生社交系统
- Socialhome 0.10.0 发布,开源社交网络平台
- Mastodon 3.1.5 发布,开源社交网络服务器
- 实践开源 | 一个 Demo,可快速实现社交直播四大场景
- Mastodon 2.4.2 发布,开源社交网络服务器
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
数据结构与算法分析
Mark Allen Weiss / 冯舜玺 / 电子工业出版社 / 2016-8 / 89.00元
本书是数据结构和算法分析的经典教材,书中使用主流的程序设计语言C++作为具体的实现语言。书中内容包括表、栈、队列、树、散列表、优先队列、排序、不相交集算法、图论算法、算法分析、算法设计、摊还分析、查找树算法、k-d树和配对堆等。本书把算法分析与C++程序的开发有机地结合起来,深入分析每种算法,内容全面、缜密严格,并细致讲解精心构造程序的方法。一起来看看 《数据结构与算法分析》 这本书的介绍吧!