Commit Graph

496 Commits (c293379b666a62447e2be47a44de9ee7633328be)

Author SHA1 Message Date
johnniang c293379b66 Disable cache in development environment 2019-03-03 23:35:29 +08:00
ruibaby fa9cf826ee #106 2019-03-03 22:26:25 +08:00
ruibaby 8ec7cef1e5 #83 编辑器支持哔哩哔哩([bilibili:id,宽,高])和YouTube([youtube:id,宽,高])的短代码 2019-03-03 17:05:49 +08:00
ruibaby f7d40db7b1 找回密码功能 2019-03-03 11:18:24 +08:00
ruibaby c2e7bce7bc 🔨 代码优化 2019-03-03 09:47:32 +08:00
ruibaby d39ffbb382 ✏️ modify the property of the post class priority to postPriority 2019-03-03 09:16:18 +08:00
johnniang be6c4fb7d1 Complete topping post feature(issue: #103) 2019-03-02 22:46:01 +08:00
johnniang b461e7f651 Add priority column in Post domain 2019-03-02 21:56:07 +08:00
johnniang 562da7b04b Fix NullPointerException when getting ServletException 2019-03-02 21:41:09 +08:00
ruibaby 773ebabad4 🎨 去除无用的注释 2019-03-02 19:50:43 +08:00
ruibaby 7dbbc17c70 🔨 remove cron.setting and hutool-cron repository 2019-03-02 18:03:30 +08:00
johnniang b69ec0313e Refactor post sync scheduler 2019-03-02 17:26:39 +08:00
johnniang 79eeba7fbd Add application-dev.yaml for development 2019-03-02 16:50:49 +08:00
johnniang 764d5cfa4f Add application-dev.yaml file support 2019-03-02 16:26:39 +08:00
johnniang b0e0abea37 Add spring boot devtools support again 2019-03-02 16:22:45 +08:00
johnniang a6f76a0a61 Merge remote-tracking branch 'origin/dev' into dev 2019-03-02 13:03:46 +08:00
johnniang e745d7b3df Fix issue: 102 2019-03-02 13:02:58 +08:00
ruibaby 38d5d727cc ⬆️ 升级依赖 2019-03-02 10:18:17 +08:00
johnniang 2f1fba71a8 Enhance cc.ryanc.halo.web.controller.admin.BackupController 2019-03-01 23:57:29 +08:00
johnniang 6803d3e358 Enhance cc.ryanc.halo.web.controller.admin.AttachmentController 2019-03-01 23:41:31 +08:00
johnniang 93918e26e6 Add logging level config in Dockerfile 2019-03-01 23:25:17 +08:00
johnniang fb04fc8b00 Update cc.ryanc.halo.web.controller.admin.AdminController 2019-03-01 23:19:22 +08:00
johnniang a7aa86404f Fix Hibernate lazy load error 2019-03-01 23:18:39 +08:00
johnniang 568ea0827a Refactor cc.ryanc.halo.web.controller.admin.AdminController and AttachmentService 2019-03-01 22:21:24 +08:00
johnniang 7e3f584843 Redirect 404 if view render is not found 2019-02-25 19:37:58 +08:00
johnniang 84740fdfea Remove deprecated method(remove) in CommentService 2019-02-25 19:07:42 +08:00
johnniang 2446b21650 Refactor comment creation 2019-02-25 14:17:05 +08:00
ruibaby a84f747111 编辑器支持网易云音乐短代码[music:id] 2019-02-24 16:08:00 +08:00
ruibaby 71fc23d797 🔖 0.4.2 2019-02-24 11:06:52 +08:00
ruibaby 188b18585a 🎨 modify application.yaml 2019-02-24 11:05:28 +08:00
ruibaby 922f3caf67 🐛 修复Material主题链接错误的问题 2019-02-24 11:02:11 +08:00
ruibaby 7a7f3bc136 🐛 #97 2019-02-24 10:12:58 +08:00
ruibaby 585e1e4329 🐛 缩略图统一改为绝对路径 2019-02-24 10:05:20 +08:00
ruibaby 8e8471e331 🐛 #91 2019-02-24 10:00:22 +08:00
ruibaby 8c6914fabf 🎨 add java doc for AbstractCrudService.java and BaseRepositoryImpl.java 2019-02-23 09:08:57 +08:00
ruibaby c0598125b5 🎨 update pom.xml 2019-02-22 16:17:37 +08:00
ruibaby 4ba03ada8c 🎨 add @author of java doc for BaseRepositoryImpl 2019-02-21 17:06:18 +08:00
ruibaby c573c747fb 🎨 remove ResponseStatusEnum.java and be instead of HttpStatus 2019-02-21 17:03:33 +08:00
johnniang 135719607e Refactor the rest controllers 2019-02-21 00:47:10 +08:00
johnniang e88126fd0b Refactor ApiPageController 2019-02-21 00:43:23 +08:00
johnniang 97af07b4c3 Refactor ApiOptionController 2019-02-21 00:40:38 +08:00
johnniang a11eacd09d Refactor ApiMenuController 2019-02-21 00:37:19 +08:00
johnniang 5f1d45ca04 Refactor ApiLinkController 2019-02-21 00:36:40 +08:00
johnniang 2f409949d2 Refactor ApiGalleryController 2019-02-21 00:36:05 +08:00
johnniang 87dddd8a03 Refactor ApiCommentController 2019-02-21 00:34:58 +08:00
johnniang 3606e25184 Refactor ApiCategoryController 2019-02-21 00:30:57 +08:00
johnniang 0059dc7a9a Refactor ApiArchivesController 2019-02-21 00:30:20 +08:00
johnniang a08fac24a6 Complete ControllerExceptionHandler 2019-02-20 23:44:25 +08:00
johnniang ee41a620f0 Add ValidationUtils 2019-02-20 23:21:31 +08:00
johnniang 45bee68c41 Remove CrossOrigin annotation on Api*Controller 2019-02-20 22:27:28 +08:00