itsHenry
|
74f8295960
|
feat: persistant Task (#6925 close #5313)
|
2024-08-07 12:16:21 +08:00 |
Mix
|
cd5a8a011d
|
fix: typo about env of `Meilisearch` (#6316)
|
2024-04-08 18:35:23 +08:00 |
itsHenry
|
9c84b6596f
|
feat: stand-alone port s3 server (#6242)
* feat: single port s3 server
* fix: unable to PUT files if not in root dir
|
2024-03-24 15:16:00 +08:00 |
不插电
|
f1979a8bbc
|
feat(search): search with `meilisearch` (#6060)
* feat(search): search with meilisearch.
* feat(search): meilisearch supports auto update.
* chores: remove utils.Log.
* fix(search): the null pointer caused by deleting non-existing file/folder indexes.
---------
Co-authored-by: Andy Hsu <i@nn.ci>
|
2024-02-23 15:37:40 +08:00 |
Mars160
|
1f835502ba
|
feat: support customize dsn for mysql and pg (#6031)
* support for unixsocket to connect to mysql
* feat: customize dsn for mysql and pg
---------
Co-authored-by: Andy Hsu <i@nn.ci>
|
2024-02-23 15:28:48 +08:00 |
Andy Hsu
|
3f405de6a9
|
feat: customize allow `origins`, `headers` and `methods`
|
2023-11-24 19:18:34 +08:00 |
Andy Hsu
|
7583c4d734
|
feat: customize workers and retry of task (close #5493 fix #5274)
|
2023-11-21 15:51:57 +08:00 |
Andy Hsu
|
6fc6751463
|
feat: support using external dist files (close #5531)
|
2023-11-18 19:56:22 +08:00 |
Andy Hsu
|
95386d777b
|
feat(aliyundrive_open): record token exchange
|
2023-08-08 20:38:13 +08:00 |
Andy Hsu
|
2b533e4b91
|
feat: allow customize perm of unix file (close #4709)
|
2023-07-08 20:17:05 +08:00 |
Andy Hsu
|
7d20a01dba
|
feat!: support listen to the unix (close #4671)
Starting from this commit, the HTTP server related config all move to the scheme
|
2023-07-04 17:56:02 +08:00 |
BoYanZh
|
f646d2a699
|
feat!: listen to both http & https (#4536)
Co-authored-by: Andy Hsu <i@nn.ci>
|
2023-06-11 18:17:37 +08:00 |
Andy Hsu
|
f9e067abec
|
feat: support delayed start (#4532)
|
2023-06-05 16:00:31 +08:00 |
Andy Hsu
|
c8f3e8ab4d
|
feat!: skip tls insecure verify by default
|
2023-02-23 22:33:54 +08:00 |
BoYanZh
|
7bc46de8aa
|
feat: settings for tls insecure skip verify (close #3306 in #3307)
|
2023-02-08 22:01:26 +08:00 |
BoYanZh
|
7947ff1ae4
|
feat: limit max connection count (#2701)
|
2022-12-14 10:33:58 +08:00 |
Noah Hsu
|
ddcba93eea
|
feat: multiple search indexes (#2514)
* refactor: abstract search interface
* wip: ~
* fix cycle import
* objs update hook
* wip: ~
* Delete search/none
* auto update index while cache changed
* db searcher
TODO: bleve init issue
cannot open index, metadata missing
* fix size type
why float64??
* fix typo
* fix nil pointer using
* api adapt ui
* bleve: fix clear & change struct
|
2022-11-28 13:45:25 +08:00 |
BoYanZh
|
330a767fd7
|
feat: build index & search with bleve (close #1740 pr #2386)
* feat: build index & search with bleve (#1740)
* delete unused struct
Co-authored-by: Noah Hsu <i@nn.ci>
|
2022-11-24 11:46:47 +08:00 |
Noah Hsu
|
1c212f6c30
|
feat!: force to use the bin dir as the data dir (close #2108)
- move default log path to `data/log/log.log`
- replace `--conf` with `--data`
|
2022-11-01 19:16:23 +08:00 |
Noah Hsu
|
9d9c79179b
|
feat: custom token expires in
|
2022-09-27 14:05:00 +08:00 |
Noah Hsu
|
7c32af4649
|
refactor!: move `api_url` and `base_path` to config file
|
2022-09-25 17:57:54 +08:00 |
Noah Hsu
|
03dbb3a403
|
chore: fix typo of env name
|
2022-09-25 17:41:04 +08:00 |
Noah Hsu
|
046bbb3a48
|
feat: use `lumberjack` for log rotate
|
2022-08-30 15:22:54 +08:00 |
Noah Hsu
|
d267c43556
|
feat: static file router
|
2022-08-28 23:13:03 +08:00 |
Noah Hsu
|
2e8322e99b
|
feat: set cache_expiration for each storage (close #1455)
|
2022-08-07 13:33:53 +08:00 |
Noah Hsu
|
490df4f5fe
|
fix: typo of environment variable (close #1280)
|
2022-06-27 14:01:15 +08:00 |
Noah Hsu
|
4cef3adc90
|
feat: meta manage api
|
2022-06-26 19:09:28 +08:00 |
Noah Hsu
|
c5295f4d72
|
feat: user jwt login
|
2022-06-25 21:34:44 +08:00 |
Noah Hsu
|
306b90399c
|
chore: move conf package
|
2022-06-25 20:38:02 +08:00 |