FoFBot 🚀 新版本发布:2.0.0-beta.2 作者: @IanM 发布地址: FriendsOfFlarum/upload 发布 2.0.0-beta.2 更新日志 变更内容 [2.x] fix: 修复编辑器预览中图片预览显示空源的问题 by @IanM in FriendsOfFlarum/upload#469 [2.x] fix: 修复 2.x 中剪贴板粘贴上传失效的问题 by @IanM in FriendsOfFlarum/upload#470 完整更新日志:FriendsOfFlarum/upload 2.0.0-beta.1 → 2.0.0-beta.2
FoFBot 🚀 新版本发布:1.8.10 适用于 Flarum 1.x 发布者: @IanM 发布地址: FriendsOfFlarum/upload 发布 1.8.10 [1.x] fix: 处理 DefaultDownloader 和 GDPR 导出中本地文件缺失的问题 by @IanM in FriendsOfFlarum/upload#472 完整更新日志:FriendsOfFlarum/upload 1.8.9 → 1.8.10
mafesa 我想使用 Cloudflare R2,按照各种指南(例如这篇)配置好后,下载附件时却出现: {"errors":[{"status":"500","code":"unknown"}]} 附件已上传到 R2 存储桶,但无法下载。 有人遇到过这种情况吗? 谢谢
esbeeb FoF Bot 新版本发布:2.0.0-beta.2 我发现了一个微妙的 Bug。请看这张截图的右上角: 当鼠标悬停在"上传"按钮上时,会出现一个被切掉一半的提示框(一半显示"上传"字样,是重复的)。提示框的上半部分没有显示出来。
Tutrix 提示框被截断是因为 CSS 代码中的 overflow:hidden。 .Modal-content { position:relative; background-color:var(--body-bg); background-clip:padding-box; margin:0 auto; overflow:hidden } 你可以用这段 CSS 代码(自定义 CSS)来解决: .Modal-content { overflow:visible !important; }
KBExit mafesa Cloudflare 控制台,左侧边栏,选择"存储和数据库",然后应该会显示 R2 链接。进入你的存储桶并点击设置。确保你已经配置了存储桶的自定义 URL,向下滚动应该能看到 CORS。
Powermage 我们在 Flarum 安装中遇到一个问题,@johnvanhulsen 提交了 Bug 报告: FriendsOfFlarum/upload#474 请注意,这可能会导致 CPU 问题和 MySQL 响应变慢。 我们启用了表上的索引,初步印象是可以解决(目前来说)。 所以如果你发现论坛响应变慢,请检查进程是否也有这个问题。
FoFBot 🚀 新版本发布:1.8.11 适用于 Flarum 1.x 发布者: @IanM 发布地址: FriendsOfFlarum/upload 发布 1.8.11 [1.x] fix: 在 fof_upload_files.url 上添加索引,防止每次渲染帖子时进行无索引查询 by @IanM in FriendsOfFlarum/upload#475,报告于 https://discuss.flarum.org/d/4154-friendsofflarum-upload-the-intelligent-file-attachment-extension/2680 完整更新日志:FriendsOfFlarum/upload 1.8.10 → 1.8.11