Commit Graph

4120 Commits (bd9f590c1e3074d36ca817da8a3e015ef8c2fdfc)

Author SHA1 Message Date
Ryan Wang 952a0b903f fix: the menu flickering problem in mobile safari browser. (halo-dev/console#106) 2020-03-19 20:31:56 +08:00
Ryan Wang 26fdbb2cf3
chore: upgrade flexmark version. (#695)
* chore: upgrade flexmark version.

* fix: test case.
2020-03-19 17:01:17 +08:00
Ryan Wang ecbda21ea2 chore: upgrade antd. (halo-dev/console#105) 2020-03-18 21:45:05 +08:00
Ryan Wang a70780c5df
style: code. (#692) 2020-03-18 21:44:46 +08:00
Ryan Wang f41c91b401
doc: update readme. (#694) 2020-03-18 21:44:13 +08:00
Ryan Wang c847bef498
feat: support custom email templates. (#691) 2020-03-18 21:38:26 +08:00
Ryan Wang fe2ed25541 fix: backup download link cannot be clicked. (halo-dev/console#104) 2020-03-18 01:55:11 +08:00
ruibaby 8eac5716f1 release: 1.3.0-beta.3. 2020-03-18 01:19:25 +08:00
ruibaby 31ae8f0357 release: 1.3.0-beta.3. 2020-03-18 01:18:01 +08:00
Ryan Wang a2f73e8bbe refactor: compress-resources. (halo-dev/console#103) 2020-03-18 01:09:54 +08:00
Ryan Wang 1fcd0a27dd refactor: dashboard page. (halo-dev/console#102) 2020-03-17 23:56:47 +08:00
Ryan Wang fc989c965c
chore: upgrade gradle and dependencies. (#688) 2020-03-17 23:56:24 +08:00
Ryan Wang d4cfc3ae7f
feat: #598 (#689) 2020-03-17 23:56:01 +08:00
Ryan Wang a77ebed299
refactor: backup service. (#687)
* refactor: backup service.

* fix: test case error.
2020-03-17 20:22:51 +08:00
wtune 03a43fb245
feat: add Index on comments.(type,status) and comments.parent_id (#686) 2020-03-17 15:18:56 +08:00
wtune 9ccd23d730
feat: add Index on posts.(type,status) and posts.create_time (#684) 2020-03-17 15:17:51 +08:00
Ryan Wang 2c98963fbc feat: support export database. (halo-dev/console#101) 2020-03-17 15:15:44 +08:00
Ryan Wang d1e520a476 feat: support data import in install page. (halo-dev/console#100) 2020-03-17 13:15:49 +08:00
Ryan Wang 4bc8ad44da
feat: add data export and import api. (#672)
* feat: add data export and import api.

* refactor: data export and import api.
2020-03-17 13:14:15 +08:00
Ryan Wang d6b3d6cb5d
fix: #547 (#677) 2020-03-16 23:43:25 +08:00
Ryan Wang fae1df3859
fix: post query sql. (#676) 2020-03-16 22:04:44 +08:00
wtune 4d431fd85d
feat: add Index on theme_settings.setting_key and theme_settings.theme_id (#681) 2020-03-16 22:03:44 +08:00
wtune 2363f4adf7
feat: add Index on post_tags.post_id and post_tags.tag.id (#675) 2020-03-16 14:11:58 +08:00
wtune 1248cb7b14
feat: add Index on post_categories.post_id and post_categories.category_id (#671) 2020-03-16 13:22:24 +08:00
Ryan Wang fbe428e775 refactor: related functions for publishing posts. (halo-dev/console#99) 2020-03-16 11:22:38 +08:00
wtune 839a029012
feat: add Index on logs.create_time (#668) 2020-03-16 11:21:35 +08:00
Ryan Wang 134dae00a8
doc: update readme. 2020-03-15 17:32:34 +08:00
Ryan Wang 6a1756f8b1
doc: update readme. (#664) 2020-03-15 17:05:37 +08:00
Ryan Wang 6b7ffa7562 refactor: install page. (halo-dev/console#98) 2020-03-15 17:04:41 +08:00
bestsort fe65eccdf7
reduce: memory usage during image upload (#659)
* optimize FileHandler's logic

* fix code style

* fix: maybe happen OOM when file upload, see #529

* refactor: HashMap -> ConcurrentHashMap

* remove unused class

* reduce memory usage during image upload

* code clean
2020-03-14 19:19:35 +08:00
wtune e357b7a462
feat: add Index on comments.post_id (#649) 2020-03-14 19:16:33 +08:00
wtune c1f01df394
feat: add index on categories.name and categories.parent_id (#658)
* Add Index on categories.name

* Add Index on categories.name and categories.parent_id
2020-03-14 19:10:32 +08:00
wtune 124f352ebb
feat: add Index on links.name (#651) 2020-03-14 17:52:10 +08:00
wtune b2b349ae27
feat: add Index on menus.parent_id (#655) 2020-03-14 17:51:40 +08:00
wtune ee4bc01f65
feat: add Index on photos.team (#657) 2020-03-14 17:50:47 +08:00
wtune fc37803e73
feat: add Index on tags.name (#653) 2020-03-14 17:50:01 +08:00
Ryan Wang c5af5d787d
refactor: hibernate column build. (#638)
* refactor: hibernate column build.

* feat: after the database migration fails, the record table is automatically cleaned up.
2020-03-14 11:10:34 +08:00
Ryan Wang 7ae722e6fd
fix: #629 (#641) 2020-03-14 11:09:48 +08:00
bestsort 1d020ff550
Optimize FileHandler's logic (#639)
* optimize FileHandler's logic

* fix code style

* fix: maybe happen OOM when file upload, see #529

* refactor: HashMap -> ConcurrentHashMap

* remove unused class
2020-03-14 10:05:53 +08:00
Ryan Wang bf032a958b refactor: theme install modal (halo-dev/console#96) 2020-03-13 20:21:41 +08:00
Ryan Wang 153f8ebbef
refactor: attachment month path. (#636) 2020-03-12 15:04:35 +08:00
Ryan Wang a138ca55cd refactor: post month path type. (halo-dev/console#94) 2020-03-12 14:43:28 +08:00
Ryan Wang 437e59d8a2
refactor: post month path type. (#635) 2020-03-12 14:43:16 +08:00
Ryan Wang ed6cc4a707 fix: #82 (halo-dev/console#95) 2020-03-12 14:42:48 +08:00
Ryan Wang 22b24835aa
refactor: banner info. (#634) 2020-03-11 20:09:59 +08:00
Ryan Wang 6b967ad256
refactor: remove recovery api. (#633)
* refactor: remove recovery api.

* refactor: remove recovery api.
2020-03-11 13:50:53 +08:00
Ryan Wang a563c493e0
refactor: metas variable. (#632)
* refactor: metas variable.

* refactor: metas variable.
2020-03-11 13:49:37 +08:00
Ryan Wang e0b7da7a77 refactor : meta variable (halo-dev/console#92)
* 1.3.0-beta.2

* refactor: metas variable.

* refactor: metas variable.
2020-03-11 13:49:00 +08:00
Ryan Wang ea0b2df06d refactor: remove recovery. (halo-dev/console#93) 2020-03-11 13:48:24 +08:00
Ryan Wang 3f72345248 fix: If not initialized, jump to the initialization page. (halo-dev/console#91)
* feat: If not initialized, jump to the initialization page.

* refactor: table layout.

* chore: update package-lock.json.
2020-03-09 23:47:42 +08:00