-
Fresh Ubuntu 18 droplet and followed steps:
apt update -y && apt install curl git -y
then
curl -s https://raw.githubusercontent.com/clean-docker/ghost-cms/master/dc | bash -s setup mydomain.…
-
## Issue Details
CMSmap Version: downloaded from git
CMS Type:
CMS Version:
Plugin Name:
OS Information: Lin
## Steps to reproduce the issue
When running against URL I get problems …
-
单个数据新增太麻烦了,lin-cms-spring-boot 和vue 可否加入excel 批量导入和导出功能 。
-
代码版本:`0.2.x`
python版本:`3.9.10`
运行环境:`virtualenv`
复现过程:
```shell
virtualenv test
git clone -b 0.2.x https://github.com/TaleLin/lin-cms-flask test
cd test
pip install -r requirements.txt
…
-
对于数据的软删除,`Lin CMS`是通过`delete_time`字段是否为`null`来判断的。因此所有的查询语句,都会拼接上一个 where 条件`delete_time is null`。这种做法会引发很诸多性能问题:
因为`delete_time`默认值为`null`,可以为 null ,会导致查询效率大打折扣,`explain`会走全表扫描:
![image](https://…
-
Error: Cannot find module 'H:\shenjixiangmu\lin-cms-vue-master\install'
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
at Function.Module._load (internal/modules…
-
疑问点:lin_file表中name字段保存的是基于时间戳的uuid,而不是保存的真实文件名。若cms的用户再对上传的文件进行统计或查看时,显示的上传文件名都是uuid格式的。用户怎么知道哪个文件是我想要的?
改善意见:目前lin file中规定文件名必须以uuid的方式进行保存,开发者没得选。虽然开发者可以自己更改保存的方式,但我认为lin file可以做得更好。完全可以再方法_get_s…
-
例如: springboot-vue 设置access-token 1分钟 refresh-token是5分钟 vue 没有跳出到登录页面 原页面一直刷新令牌 后端显示The Token has expired 信息
-
加油小哥
-
**描述 bug**
https://github.com/TaleLin/lin-cms-spring-boot/blob/e15c57d17368244d652bbea9ba66154dd5006e8a/src/main/java/io/github/talelin/latticy/common/interceptor/LoggerImpl.java#L37-L46
Line44,…