Hanada

Results 15 issues of Hanada

Hi animeTrackerList Maintainer, We are Tamers Union subtitle group, the owner of http://tracker.tamersunion.org/. In fact, we only want to use the tracker for the torrents we publish ourselves, but we...

增加XML弹幕导入功能

enhancement

填写所有信息后点击注册按钮无响应。另外求问一下友情链接里的https://pan.kingsr.cc/用的是什么客户端,先谢过啦。

![20200122024738](https://user-images.githubusercontent.com/33758411/72833415-c46c2d80-3cc1-11ea-82b1-fe6111860464.png) ``` panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7671a6] goroutine 14 [running]: main.QueryItem(0xc000824000, 0x13b, 0xc000267100, 0x680, 0x0, 0x0, 0x0, 0x0,...

### Is your feature request related to a problem? I use the OIDC provider to provide authentication services for the memo, but every time I log in, I will still...

enhancement

目前后台设置中填写的Onlyoffice只能填写地址,不能提供JWT Secret,这样就要求Onlyoffice服务对外完全公开,会有安全隐患。 Nextcloud等支持onlyoffice的服务都可以输入jwt secret。 而且onlyoffice自7.2版本开始默认启用了jwt功能,必须手动关闭才能取消jwt。 ![image](https://github.com/zfile-dev/zfile/assets/33758411/c7f6693b-8807-414a-8d6e-14400fb3c267) 建议支持提供jwt验证,加强对自建Onlyoffice的保护。 ![image](https://github.com/zfile-dev/zfile/assets/33758411/61ed69c5-6dd3-443c-a7c0-71507f617a1a) ![image](https://github.com/zfile-dev/zfile/assets/33758411/1f1f1f85-9100-48c0-b43b-001a13e3bdeb)

OpenResty 1.25.3.1 was released. https://openresty.org/en/ann-1025003001.html Updated images are needed.

[//]: # (方框内删除已有的空格,填 x 号) + [x] 我已确认目前没有类似 issue + [x] 我已确认我已升级到最新版本 + [x] 我已完整查看过项目 README,已确定现有版本无法满足需求 + [x] 我理解并愿意跟进此 issue,协助测试和提供反馈 + [x] 我理解并认可上述内容,并理解项目维护者精力有限,**不遵循规则的 issue 可能会被无视或直接关闭** **功能描述** 目前登录方式支持邮箱登录注册、GitHub 开放授权和微信公众号授权。但是除了邮箱登录之外,其他都属于社交媒体账号,而SSO相关的协议没有得到支持,目前比较流行的协议有OIDC(OpenID Connect)、SAML、LDAP等,这里我建议首先实现OIDC,因为OIDC本质上就是标准化的Oauth2协议,基本上可以基于github授权修改实现。 **应用场景**...

enhancement

The related issue: https://github.com/tokers/zstd-nginx-module/issues/30 This pull request refers to the ngx_brotli module to avoid compression before ngx_http_sub_module takes effect.

现在的项目的链接是按照文件夹/文件id来命名的,对于直链用途很不友好,希望能提供基于文件路径的url格式,例如https://domain.com/文件夹1/文件夹2/文件名.mp4这种,然后302到下载地址(目前普遍的列表程序都是这样设计的)。