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 |
Ryan Wang
|
e8199d3498
|
fix: the delete theme button could not be clicked. (halo-dev/console#90)
|
2020-03-09 23:34:38 +08:00 |
ruibaby
|
378049ba21
|
release: 1.3.0-beta.2
|
2020-03-08 11:45:10 +08:00 |
ruibaby
|
bd8240c85c
|
release: 1.3.0-beta.2
|
2020-03-08 11:43:55 +08:00 |
John Niang
|
55a9d573bc
|
fix: a fatal filter bug (#626)
|
2020-03-08 11:27:41 +08:00 |
Ryan Wang
|
fd251a4724
|
refactor: pagination tag. (#625)
|
2020-03-08 11:25:44 +08:00 |
Ryan Wang
|
38b4bb4aeb
|
chore: upgrade default theme. (#624)
|
2020-03-07 22:54:52 +08:00 |
Ryan Wang
|
8308c66dc1
|
refactor: options page. (halo-dev/console#89)
* refactor: options page.
* fix: option api.
|
2020-03-07 16:17:34 +08:00 |
Ryan Wang
|
fa50d2d5d6
|
refactor: freemarker pagination tag. (#621)
|
2020-03-07 10:53:13 +08:00 |
Ryan Wang
|
70538d7caf
|
refactor: some copywriting. (halo-dev/console#88)
|
2020-03-07 01:15:34 +08:00 |
Ryan Wang
|
4dd9fa911a
|
fix: #73 (halo-dev/console#87)
|
2020-03-06 21:44:24 +08:00 |
Ryan Wang
|
eb71e98087
|
refactor: modify the address of the default comment plugin. (#620)
|
2020-03-06 14:10:00 +08:00 |
Ryan Wang
|
491b8c89e8
|
fix: failure of suffixes in posts. (#619)
|
2020-03-06 14:09:36 +08:00 |
Ryan Wang
|
99b2bc4d67
|
chore: migrate ant-design-vue to 1.5.0. (halo-dev/console#85)
|
2020-03-06 13:58:59 +08:00 |
Ryan Wang
|
8860b45060
|
fix: problems with paging. (halo-dev/console#84)
|
2020-03-06 13:57:54 +08:00 |
Ryan Wang
|
94c5403c05
|
refactor: pages (halo-dev/console#83)
* 1.3.0-beta.2
* refactor: extraction of some components.
|
2020-03-06 13:15:58 +08:00 |
Ryan Wang
|
0860351706
|
chore: update dependencies. (halo-dev/console#81)
|
2020-03-04 21:36:55 +08:00 |
Ryan Wang
|
dd4702cc28
|
refactor: sheet list. (halo-dev/console#80)
|
2020-03-04 21:35:39 +08:00 |
Ryan Wang
|
d82f3847c2
|
feat: support meta_keywords and meta_description in every page. (#612)
|
2020-03-04 20:03:08 +08:00 |
Ryan Wang
|
4a97e04f45
|
feat: support meta_keywords and meta_description. (halo-dev/console#79)
|
2020-03-04 20:00:06 +08:00 |
Ryan Wang
|
a9fedef8b2
|
feat: support set archives page size. (#610)
|
2020-03-02 14:41:16 +08:00 |
Ryan Wang
|
b70806960b
|
fix: attachment upload to sm.ms failed. (#609)
* fix: attachment upload to sm.ms failed.
* fix: attachment upload to sm.ms failed.
* refactor: SmmsFileHandler.
* refactor: SmmsFileHandler.
|
2020-03-02 13:04:53 +08:00 |
Ryan Wang
|
4cd9a3536f
|
pref: some text modification. (halo-dev/console#78)
|
2020-03-02 12:21:29 +08:00 |
Ryan Wang
|
46ba7775e3
|
refactor: about page. (halo-dev/console#77)
|
2020-03-01 14:50:04 +08:00 |
Ryan Wang
|
b23755a568
|
feat: support paging of archive pages. (#608)
* feat: support paging of archive pages.
* fix: test case.
|
2020-03-01 13:52:27 +08:00 |