Tags: Iamdouding/halo
Tags
Fix the problem of redirecting to previous URI with fragment after au… …thenticated (halo-dev#6862) #### What type of PR is this? /kind bug /area core /milestone 2.20.x #### What this PR does / why we need it: This PR ignores URI fragment while removing redirect URI. Before that, users may be redirected to previous redirect URI that contains fragment. #### Does this PR introduce a user-facing change? ```release-note 修复二次登录后重定向跳转至旧地址的问题 ```
refactor: auth provider sorting logic for better maintainability and … …clarity (halo-dev#6846) * refactor: auth provider sorting logic for better maintainability and clarity * Refine UI * chore: remove other auth type * Remove other auth providers --------- Co-authored-by: Ryan Wang <[email protected]>
fix: vertical images are rotated to horizontal when generating thumbn… …ails (halo-dev#6842) #### What type of PR is this? /kind improvement /area core /milestone 2.20.x #### What this PR does / why we need it: 修复竖向图片生成缩略图后会丢失方向信息展示为横向图片的问题 #### Which issue(s) this PR fixes: Fixes halo-dev#6802 #### Does this PR introduce a user-facing change? ```release-note 修复竖向图片生成缩略图后会丢失方向信息展示为横向图片的问题 ```
Add globalInfo into templates model (halo-dev#6823) #### What type of PR is this? /kind improvement /area core /milestone 2.20.x #### What this PR does / why we need it: This PR adds globalInfo into template models and refactors password reset to adapt data binding. Fixes halo-dev#6821 #### Does this PR introduce a user-facing change? ```release-note None ```
[release-2.19] refactor: optimize request headers when generating thu… …mbnails from URI (halo-dev#6633) This is an automated cherry-pick of halo-dev#6628 /assign JohnNiang ```release-note None ```
[release-2.19] Prevent null role while getting permissions (halo-dev#… …6613) This is an automated cherry-pick of halo-dev#6612 /assign JohnNiang ```release-note 修复取消用户角色后无法正常渲染用户列表的问题 ```
[release-2.19] refactor: preserve original image if smaller than requ… …ested thumbnail size (halo-dev#6583) This is an automated cherry-pick of halo-dev#6582 /assign ruibaby ```release-note 当生成缩略图时如果原图尺寸小于请求尺寸则返回原图以保持其质量 ```
fix: solving the issue of the default editor format brush being incor… …ectly filtered (halo-dev#6566) #### What type of PR is this? /kind bug /area editor /milestone 2.19.x #### What this PR does / why we need it: 为默认编辑器格式刷及清除格式扩展增加 name,用于解决其重名而导致被错误过滤的问题 Fixes halo-dev#6562 #### How to test it? 查看默认编辑中格式刷及清除格式功能是否存在且运行正常。 #### Does this PR introduce a user-facing change? ```release-note 解决默认编辑器格式刷及清除格式功能不存在的问题 ```
refactor: redirect to original image if thumbnail is inaccessible (ha… …lo-dev#6556) #### What type of PR is this? /kind improvement /area core /milestone 2.19.x #### What this PR does / why we need it: 获取缩略图时检查缩略图链接是否可访问否则重定向到原图链接 #### Does this PR introduce a user-facing change? ```release-note 获取缩略图时检查缩略图链接是否可访问否则重定向到原图链接 ```
chore: set up preview release with pkg.pr.new (halo-dev#6547)
PreviousNext