mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-13 01:28:11 +00:00
no message
This commit is contained in:
parent
36ea882869
commit
82010e7225
@ -618,6 +618,7 @@ class DialogController extends AbstractController
|
||||
*/
|
||||
public function msg__sendrecord()
|
||||
{
|
||||
Base::checkClientVersion('0.19.0');
|
||||
$user = User::auth();
|
||||
//
|
||||
$dialog_id = Base::getPostInt('dialog_id');
|
||||
@ -667,6 +668,7 @@ class DialogController extends AbstractController
|
||||
*/
|
||||
public function msg__sendfile()
|
||||
{
|
||||
Base::checkClientVersion('0.19.0');
|
||||
$user = User::auth();
|
||||
//
|
||||
$dialog_id = Base::getPostInt('dialog_id');
|
||||
|
||||
@ -1501,6 +1501,7 @@ class ProjectController extends AbstractController
|
||||
*/
|
||||
public function task__update()
|
||||
{
|
||||
Base::checkClientVersion('0.19.0');
|
||||
User::auth();
|
||||
//
|
||||
parse_str(Request::getContent(), $data);
|
||||
|
||||
10
electron/build.js
vendored
10
electron/build.js
vendored
@ -216,10 +216,12 @@ if (["dev"].includes(argv[2])) {
|
||||
value: data
|
||||
})
|
||||
})
|
||||
appChoices.push({
|
||||
name: "All generic",
|
||||
value: 'generic'
|
||||
})
|
||||
if (config.app.filter(({publish}) => publish.provider === 'generic').length > 1) {
|
||||
appChoices.push({
|
||||
name: "All generic",
|
||||
value: 'generic'
|
||||
})
|
||||
}
|
||||
const questions = [
|
||||
{
|
||||
type: 'list',
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "DooTask",
|
||||
"version": "0.19.5",
|
||||
"version": "0.19.10",
|
||||
"description": "DooTask is task management system.",
|
||||
"scripts": {
|
||||
"start": "./cmd dev",
|
||||
@ -82,7 +82,7 @@
|
||||
],
|
||||
"publish": {
|
||||
"provider": "generic",
|
||||
"url": "https://dootask.com/desktop/publish"
|
||||
"url": "https://www.dootask.com/desktop/publish"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@ -1 +1 @@
|
||||
360e19dcd2174f5b
|
||||
064b608378f6d31f
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user