Commit graph

588 commits

Author SHA1 Message Date
dependabot[bot]
2a16b877a2 chore(deps): bump terser from 5.12.1 to 5.14.2
Bumps [terser](https://github.com/terser/terser) from 5.12.1 to 5.14.2.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 22:26:57 +08:00
hexxa
b7d51a3a15 feat(search): add file index 2022-07-13 20:28:03 +08:00
hexxa
23067cad81 feat(dep): add fsearch for file searching 2022-07-12 22:57:58 +08:00
hexxa
a905cef533 feat(fileindex): add fileindex methods 2022-07-12 22:57:58 +08:00
hexxa
24f1516fd5 feat(fileindex): add file index top dependencies 2022-06-23 20:57:30 +08:00
hexxa
0962ddb57c feat(cron): add cron scheduler 2022-05-24 20:54:31 +08:00
hexxa
0dfa09033e fix(ci): upgrade go version in workflows 2022-05-24 20:54:31 +08:00
hexxa
e5039cf160 fix(ci): fix docker build issue, fe should be built before be 2022-05-14 16:56:58 +08:00
hexxa
5b63605993 fix(ci): small fix to staging env action 2022-05-14 16:56:58 +08:00
hexxa
a5c9610178 fix(ci): add build step and staging env 2022-05-14 16:56:58 +08:00
hexxa
36cf1f52c9 fix(ci): js asset folder is missing 2022-05-14 16:56:58 +08:00
hexxa
cf30f8db60 fix(server): db folder is not created correctly 2022-05-14 11:16:10 +08:00
hexxa
2e426bb1f1 fix(config): make builtin config can be used out of box 2022-05-06 22:40:13 +08:00
hexxa
fa99d04897 fix(fe/teest): miss new introduced control 2022-05-03 15:06:17 +08:00
hexxa
badd5ce65b feat(fe): enable drag and drop to upload files 2022-05-03 15:06:17 +08:00
hexxa
6034c56fe8 fix(dialog_login): clean up login dialog and fix style issues 2022-05-03 15:06:17 +08:00
hexxa
56c3fac58b fix(ci): static folder is not copied, it is embeded, cleanups 2022-04-28 22:42:12 +08:00
hexxa
d7263cc3c8 fix(embed_fs): enable embed fs for prod 2022-04-28 22:42:12 +08:00
hexxa
56505dacdd fix(build): update built files to output js to new place 2022-04-28 22:42:12 +08:00
hexxa
8162fc15f3 fix(static): move static files to new place for embeding 2022-04-28 22:42:12 +08:00
hexxa
6c171eed39 chore(gitignore): update ignores according to new static dir path 2022-04-28 22:42:12 +08:00
hexxa
406fce2bad fix(configs): update public path to new place 2022-04-28 22:42:12 +08:00
hexxa
6c7db4c906 chore(readme): update golang version 2022-04-28 22:42:12 +08:00
hexxa
cbdda1d231 chore(go.mod): upgrade golang version 2022-04-28 22:42:12 +08:00
hexxa
603ee8b4a6 fix(ci): replace go get with go install 2022-04-23 20:47:02 +08:00
hexxa
93ad72895a fix(ci): remove redundant action 2022-04-23 20:47:02 +08:00
hexxa
c1a6146157 fix(ci): go path is not set and add support for apple M1 2022-04-23 20:47:02 +08:00
hexxa
3b42272d53 fix(fe/theme): enable theme immediately if auto theme is enabled 2022-04-19 21:54:32 +08:00
hexxa
20b7cdaa7f fix(e2e_test): test site name is too long 2022-04-16 12:00:48 +08:00
hexxa
c202911fc8 fix: check length of site name and site description 2022-04-16 12:00:48 +08:00
hexxa
191146ac7c fix(fe/cron): use proper name for cron jobs 2022-04-16 12:00:48 +08:00
hexxa
fb219c90b7 fix(styles): remove unused csses 2022-04-16 12:00:48 +08:00
hexxa
83a642514a fix(pane_admin): hide role management panes to avoid confusion 2022-04-13 22:32:10 +08:00
hexxa
294e52216c fix(theme): background is not enabled for white theme 2022-04-13 22:32:10 +08:00
hexxa
7e5f3995b4 fix: use theme background as default 2022-04-11 21:25:11 +08:00
hexxa
71ea41cb07 fix(test): fix config loading test failure 2022-04-09 21:21:42 +08:00
hexxa
b3574b64fb feat(fe): enable site name customization 2022-04-09 21:21:42 +08:00
hexxa
939eb8e8b7 feat(fe): enable allow background customization and auto theme switching in fe 2022-04-09 21:21:42 +08:00
hexxa
f55581efb8 feat(pane_admin): enable some site settings in fe 2022-04-09 21:21:42 +08:00
hexxa
1694e9026b fix: enable allowSetBg in be 2022-04-09 21:21:42 +08:00
hexxa
503bafb604 fix(fe/panel_files): key is not defined for file infos 2022-04-05 18:23:33 +08:00
hexxa
40cce63350 fix: tiny formatting and style fix 2022-04-05 18:23:33 +08:00
hexxa
35364a7f8a fix(fe/panel_files): enable hotkey for mkdir 2022-04-05 18:23:33 +08:00
hexxa
fc3101d33f fix(fe/panel_files): add banner if the folder is empty 2022-04-05 18:23:33 +08:00
hexxa
26a2c7ea46 fix(state_updater): replace delete with deleteInArray 2022-04-05 18:23:33 +08:00
hexxa
7a96cd2483 fix(site_store): uncomment test 2022-04-04 22:32:45 +08:00
hexxa
4089e1c319 feat(site_store): enable allowSetTheme and autoTheme settings 2022-04-04 22:32:45 +08:00
hexxa
79ccda2a67 feat(fe/api): expose delete api in fe 2022-04-03 20:19:13 +08:00
hexxa
0e77cfe335 fix(files): disable auto renaming and clean path from request 2022-04-03 20:19:13 +08:00
hexxa
4de972cb11 fix(config): clean up configs and workflows 2022-04-02 17:29:27 +08:00