blessing-skin-server icon indicating copy to clipboard operation
blessing-skin-server copied to clipboard

Web application brings your custom skins back in offline Minecraft servers.

Results 37 blessing-skin-server issues
Sort by recently updated
recently updated
newest added

### Blessing Skin 版本 commit 2dc2409 @ dev branch ### PHP 版本 8.1 ### 出现问题时所使用的浏览器 Microsoft Edge ### 您正在使用的 Web Server Nginx ### 您正在使用宝塔吗? - [ ] 是 ### 出现了什么问题?...

bug

### Which version of Blessing Skin are you using? 最新版 ### Which version of PHP are you using? 8.0 ### What browsers are you seeing the problem on? Microsoft Edge...

bug
help wanted

### Which version of Blessing Skin are you using? 6.0.2 (commit: 3e50237) ### Which version of PHP are you using? 8.1 ### What browsers are you seeing the problem on?...

bug

### Blessing Skin 版本 6.0.2 ### PHP 版本 8.1 ### 出现问题时所使用的浏览器 Firefox ### 您正在使用的 Web Server _No response_ ### 您正在使用宝塔吗? - [ ] 是 ### 出现了什么问题? 添加角色功能中,检查角色名称重复的逻辑存在并发安全问题,使得能够添加多个重名角色。 ### 错误日志 _No...

bug
help wanted

### Blessing Skin 版本 6.0.2 ### PHP 版本 8.1 ### 出现问题时所使用的浏览器 Chrome ### 您正在使用的 Web Server Nginx ### 您正在使用宝塔吗? - [ ] 是 ### 出现了什么问题? ![QQ截图20220714203312](https://user-images.githubusercontent.com/57069542/178983572-f9abb2ac-a798-4406-ac4e-3c5c1a48ccf8.png) 模式切换必须手动刷新页面字体颜色才会改变 ### 错误日志 _No...

### Blessing Skin 版本 6.0.2 ### PHP 版本 8.0 ### 出现问题时所使用的浏览器 Microsoft Edge ### 您正在使用的 Web Server Apache ### 您正在使用宝塔吗? - [ ] 是 ### 出现了什么问题? 更新了6.0.2后点击材质预览或衣柜页面浏览器控制台报错 显示内容以及控制台报错如图 ![image](https://user-images.githubusercontent.com/51120688/175294116-0ff65c4a-0760-40a1-bbac-b210dde88627.png) ![image](https://user-images.githubusercontent.com/51120688/175294197-f6b94814-b24d-426f-8f40-b65bed20e075.png)...

``` POST /api/closet/upload?texture-name={string_textureName}&texture-type=[alex,steve,cape]&texture-description={string}&is-private={boolean_isPrivate} HTTP/1.1 Authorization: Bearer {"auth_jwtauth"} Content-Type: image/png Host: {Blessing Skin Host} [message-body; type: "image/png", size: 1004 bytes] ``` ``` HTTP/1.1 200 status: 200 server: nginx content-type: application/json cache-control:...

enhancement

### Blessing Skin 版本 6.0.0-rc2 ### PHP 版本 8.1 ### 出现问题时所使用的浏览器 Microsoft Edge ### 您正在使用的 Web Server Nginx ### 您正在使用宝塔吗? - [x] 是 ### 出现了什么问题? 在插件市场下载并在插件管理中**启用某些插件后Blessing Skin提示Call to undefined method...

## The Problem 问题描述 一般来说直接访问域名就正常,但如果不小心加入了 “index.php”,那么资源文件meta.js就无法加载了。而且不仅是首页,其他需要引用meta.js的页面具有一样的问题,比如“index.php/skinlib” 而meta.js在服务器上存在,同时没有更改任何代码包括.htaccess文件等。 其他资源文件均正常加载。 所以我怀疑这个文件的加载流程是直接拼接URL得来的。 经过搜索得知问题文件在 `resources/views/shared/head.twig` 问题代码引用方式是 `` 差不多符合我的猜想。既然现在BS已经深度放弃对虚机的支持,看起来也对二级目录的支持极不友好,此处建议为基于domain name的引用或者规定一个HTML的base标签,然后直接输入文件名就行了(ps.我感觉这样更规范一些)(pss.该标签无任何兼容性问题,它甚至兼容IE,也符合Html5和Html4.01规范)(psss.[参考文件Here](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base)) ## Environment 运行环境 - Blessing Skin 版本 (Version of Blessing Skin): 5.2.0(现在的最新Release) - PHP 版本...

bug

TODO: - move to pnpm - remove wasm console - fix tools/generateUrls.ts - fix vite tests