Commit Graph

659 Commits

Author SHA1 Message Date
link a1fbbf9584
Modify the configuration file (#872) 2023-02-08 18:11:46 +08:00
link 3611ec7d09
Return directly if name does not exist (#871) 2023-02-07 21:58:01 +08:00
link 7dedbafc8a Modify naming rules 2023-02-07 10:32:12 +00:00
link b7634402bd Merge branch 'main' of https://github.com/IceWhaleTech/CasaOS 2023-02-07 06:39:31 +00:00
link 8e025a9836 Mounted folders are inoperable 2023-02-07 06:38:21 +00:00
Tiger Wang 8bfc8178cf
remove obsolete functions for notification of app installation/uninstallation (#867)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2023-02-06 21:53:09 -05:00
link 8343f52137
Return of error when modifying mount (#864) 2023-02-06 17:44:37 +08:00
link 7501833cf9
Modify file permissions (#860) 2023-02-06 17:43:40 +08:00
link 4c917a33a4
Remove client judgment (#862) 2023-02-06 17:10:05 +08:00
link 173997c44b
Send notification changes to message bus (#861) 2023-02-06 15:47:29 +08:00
link 76bc6e68ae Modify file list return data 2023-02-02 15:59:33 +00:00
link d0fc2cc8cb Conflict resolution 2023-02-02 03:52:17 +00:00
link 32980f4033 Merge branch 'add_file_drive' 2023-02-02 03:51:41 +00:00
link 28d3ca0ca6 added google drive and dropbox driver 2023-02-02 03:36:59 +00:00
link 3d31ad6689
Create push_test_server.yml
Signed-off-by: link <a624669980@163.com>
2023-01-31 18:19:36 +08:00
Tiger Wang 0bb138e39e
add API for checking `casaos-*` service status (#852)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2023-01-30 17:01:47 -05:00
link e8db1767e5
Update CHANGELOG.md
Signed-off-by: link <a624669980@163.com>
2023-01-19 21:42:10 +08:00
link 6b01263252
Update CHANGELOG.md
Signed-off-by: link <a624669980@163.com>
2023-01-19 10:16:55 +08:00
Tiger Wang b2a4fafdb4 add race detection for tests 2023-01-17 12:49:49 -05:00
Tiger Wang fcfb48d88e
enable code coverage (#825) 2023-01-16 17:58:25 -05:00
link 86380d912d
Allow specific special characters (#823) 2023-01-16 14:10:39 +08:00
link 87d8be8c61 added google drive 2023-01-16 05:54:44 +00:00
link 9123974811
Update CHANGELOG.md
Signed-off-by: link <a624669980@163.com>
2023-01-09 18:08:47 +08:00
link be50579544
add update type (#812) 2023-01-09 15:16:04 +08:00
link 91bb0cba6f
Update CHANGELOG.md
Signed-off-by: link <a624669980@163.com>
2023-01-08 15:33:48 +08:00
link b9946db854
repair the error of version number display after successful update (#805) 2023-01-05 15:16:54 +08:00
老竭力 9eb650b444
Add download triage for download migration-tool (#793)
Co-authored-by: Tiger Wang <tigerwang@outlook.com>
2023-01-05 10:47:44 +08:00
Tiger Wang 84f17b4c4b
add `upx` as part of building step to shrink the size of binary files (#797) 2022-12-29 18:24:36 -05:00
Tiger Wang 8cff99f726 enable unit tests as part of release process (with 3 always failing tests skipped)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2022-12-22 23:32:12 +00:00
Tiger Wang ea166f890b remove deps under GPL and add license check to workflow
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2022-12-22 16:25:40 -05:00
LinkLeong d350c3e96f remove socket-port function 2022-12-22 03:53:55 +00:00
LinkLeong ec0d98627d Merge branch 'main' of https://github.com/IceWhaleTech/CasaOS 2022-12-22 03:50:55 +00:00
LinkLeong fd3cb5b0f0 update common package 2022-12-22 03:50:52 +00:00
Tiger Wang 0155dc1877 bump version from 0.4.0 to 0.4.1
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2022-12-21 03:26:30 +00:00
link cd79e51f8f
Socketio modification (#771) 2022-12-20 14:05:16 +08:00
Tiger Wang c6d89f9cb2
update CasaOS-Common from v0.4.0 to v0.4.1-alpha1 for the new `notify.Application` struct (#768)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2022-12-19 19:08:12 -05:00
Tiger Wang 4b26631374
add logic to run scripts under `/etc/casaos/start.d` when starting (#756) 2022-12-15 18:31:06 -05:00
John Guan ba742b9fb2 Update README.md 2022-12-14 11:32:19 +08:00
LinkLeong 57e5a710e0 change changelog 2022-12-13 08:53:06 +00:00
link 062d95c1eb
done (#750) 2022-12-10 17:42:05 +08:00
link 75643287a5
finish (#742) 2022-12-07 14:29:22 +08:00
link 6bda9406fb
fixed (#741) 2022-12-07 10:57:27 +08:00
Tiger Wang be9a010d17
fix sqlite db lock by reducing maximum open connections to 1 (#732) 2022-12-02 17:25:44 -05:00
Tiger Wang 3875827b7a
replace CGO implementation of sqlite with an implementation in pure Go (#724) 2022-11-30 00:10:05 -05:00
LinkLeong 5338d4662e Merge branch 'main' of https://github.com/IceWhaleTech/CasaOS 2022-11-30 04:11:36 +00:00
LinkLeong 3b9c4b62c5 Remove frequent logs 2022-11-30 04:10:46 +00:00
Tiger Wang 536eac788d
move app domain to its own module (0.4.x) (#689) 2022-11-29 12:17:14 -05:00
Ns2Kracy fc371bf068
add arch support (#707) 2022-11-29 10:44:45 -05:00
LinkLeong 299b20a087 Merge branch 'main' of https://github.com/IceWhaleTech/CasaOS 2022-11-29 02:25:36 +00:00
LinkLeong eb31bf5586 wip 2022-11-29 02:25:26 +00:00