-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat:Remove EXIF information when uploading images, Ignore spaces on both sides of an URL, Ignore case when searching an article #1887
Conversation
Ignore case when searching articles
Remove EXIF information when uploading images Ignore spaces on both sides of the possible part of an URL
Remove EXIF information when uploading images Ignore spaces on both sides of an URL
Remove EXIF information when uploading images
Remove EXIF information when uploading images Ignore spaces on both sides of an URL
Remove EXIF information when uploading images Fix a problem: Generated thumbnail may have a wrong direction
Remove EXIF information when uploading images Ignore spaces on both sides of an URL
Remove EXIF information when uploading images Ignore spaces on both sides of an URL
Remove EXIF information when uploading images Ignore spaces on both sides of an URL
Remove EXIF information when uploading images Ignore spaces on both sides of an URL
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
几点问题:
- 一个 PR 仅针对一个问题或者特性。
- 在提交 PR 前,先在原 issue 进行讨论实现方案。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果能够有一些简单的单元测试就好了 ❤️
What this PR does?
Fix #1720
上传图片时去除图片EXIF敏感信息,仅保留Orientation字段。同时修复本地储存时自动生成的Thumbnail图片方向有时不对的问题。
Fix #1850
忽略附件设置中url相关内容前后的空格
Fix #1879
搜索文章时大小写不敏感