Commit Graph

364 Commits

Author SHA1 Message Date
DanyLE
cb6b76d067 GPClient: minor fix on dialog
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
2023-07-18 19:16:37 +02:00
DanyLE
d9726d6041 GPClient: minor fix on dialog
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
2023-07-18 19:16:14 +02:00
DanyLE
675f245b3f update 2023-07-18 18:31:16 +02:00
DanyLE
5618965d3c fix(GPClient): do not assign directly the setting object as data to an UI element 2023-07-18 18:28:34 +02:00
Dany LE
d8d38f5b05 feat(LibreOffice): allow setting document server URI
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
2023-07-17 18:27:29 +02:00
DanyLE
3b14ff5b9f fix: bugs on new GUI API
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
2023-07-14 12:05:12 +02:00
DanyLE
4d03eff031 SystemControl: use new AntoS local setting APIo
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
2023-07-08 13:54:22 +02:00
DanyLE
7174dfb8c9 Blogger: fix blog saving bug
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
2023-07-08 13:34:27 +02:00
DanyLE
f8435cd87c Docify: remove server side script, move all operation to client side
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
2023-06-27 22:27:09 +02:00
Dany LE
e8aa62735a add PDFLib package
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
2023-06-27 10:08:46 +02:00
Dany LE
b3ea32f4bc fix(CodePad,vfx,Antedit): use new Task API and setting API
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
2023-06-20 17:43:31 +02:00
Dany LE
4c86a315dd fix: relese regen
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
2023-06-07 15:04:55 +02:00
Dany LE
d70391c7ba update(SystemControl): use app base dialog instead of global dialog
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
2023-06-07 09:54:35 +02:00
DanyLE
8153ca6f9d add jenkinsfile
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
2023-06-01 17:07:38 +02:00
DanyLE
a628b57109 add jenkinsfile
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
2023-06-01 17:00:12 +02:00
DanyLE
e22e8c8e8c add jenkinsfile
All checks were successful
gitea-sync/antosdk-apps/pipeline/head This commit looks good
2023-06-01 16:37:53 +02:00
DanyLE
4a0a611acc add release job using AntOS build system 2023-06-01 16:33:07 +02:00
DanyLE
0227f02ad6 regen all archive using antos build system 2023-06-01 16:14:35 +02:00
DanyLE
7cbd4ce979 regen package indexes 2023-06-01 12:26:10 +02:00
DanyLE
79ddff1cbd libantosdk: linux worker is renamed to backend, linux-exec job renamed to cmd-exec, add lua-exec job for backend lua script execution 2023-06-01 12:24:34 +02:00
DanyLE
402f0edb49 libantosdk: cleanup delivery 2023-05-30 14:07:55 +02:00
DanyLE
77258bd48b libantosdk: do not includes sdk api to package, API files shall be featched from delivery page 2023-05-30 13:30:05 +02:00
DanyLE
d011b004ec update(Blogger): generate index file for front-end blog search 2023-05-22 14:04:05 +02:00
DanyLE
f9f27321ab feat(Blogger): support blog posts TF-IDF analyse 2023-04-24 16:41:26 +02:00
DanyLE
545f630b0e Archive: fix file dialog bug when extract zip content 2023-03-31 14:47:51 +02:00
DanyLE
7292d2ef21 Docify: Use libsqlite to handle database in Docify 2023-03-27 20:38:17 +02:00
DanyLE
6354c48680 Blogger: use luasocket for mail sending 2023-02-24 18:41:36 +01:00
DanyLE
5dec0a2b56 Blogger: migrate code to typescript,use SQLiteDB as database access API 2023-02-23 16:59:33 +01:00
DanyLE
c8ddd5ec6e SQLiteDB: fix database select bug 2023-02-20 18:06:10 +01:00
DanyLE
04050f124f SQLiteDB: first working version 2023-02-17 12:26:59 +01:00
DanyLE
cf21ef60e0 Update AntOSDK and SQLiteDB
- AntOSDK: add some public API on grid view
- SQLiteDB: add main application as a basic SQLiteBrowser
2023-02-02 21:06:10 +01:00
Dany LE
cd5b0f66cc SQLiteDB: add basic VFS binding for SQLite database file 2023-02-01 10:12:51 +01:00
DanyLE
e3deffe907 antosdk: use latest AntOS description files 2023-01-31 20:56:53 +01:00
lxsang
11df616319 add lib for sqlite3 database 2023-01-30 09:37:44 +01:00
DanyLE
9afa2f5d1c Update LibreOffice and OnlyOffice to latests backend API 2023-01-29 21:41:28 +01:00
DanyLE
a2a602f5b2 RemoteDesktop: v0.1.16 - Allow to enable/disable mouse capture in remote desktop, remove some unused toolbar buttons 2023-01-08 00:21:02 +01:00
DanyLE
b3db4861ef RemoteDesktop: * v0.1.15 - Only send ACK command when finish rendering the received frame, this allows to vastly improve performance and bandwidth 2023-01-07 19:36:47 +01:00
DanyLE
fc515ff012 Send only ready when we finish rendering the received frame 2023-01-07 19:29:37 +01:00
Dany LE
d1984d89b8 RemoteDesktop: add toolbar for canvas control 2023-01-07 14:51:15 +01:00
DanyLE
90382e2f33 Minor bug fix on preview window focus event when openning PDF file 2023-01-04 18:10:13 +01:00
DanyLE
a4fc0119be vTerm: fix bug with new xterm.js 2023-01-04 09:55:18 +01:00
DanyLE
5dc066c3f7 Update xterm to latest version 2023-01-04 09:45:08 +01:00
DanyLE
7c161236f3 Update Blogger and Booklet to use new MDE library 2023-01-04 00:33:08 +01:00
DanyLE
de639e6d39 Fix window resize bug on Markon 2023-01-04 00:08:32 +01:00
DanyLE
2c5666e809 Use latest EasyMDE instead of the old SimpleMDE 2023-01-03 23:47:47 +01:00
DanyLE
6a048ad0e5 Use latest EasyMDE instead of the old SimpleMDE 2023-01-03 23:47:38 +01:00
DanyLE
4a1ac8030f Use latest EasyMDE instead of the old SimpleMDE 2023-01-03 23:44:19 +01:00
DanyLE
7171a7eb3b Update major applications to support AntOS v2.0.x 2023-01-01 01:54:04 +01:00
DanyLE
695044704b Update Showcase 2022-12-31 22:45:42 +01:00
DanyLE
2c436533f7 LibreOffice: fix server side API bug 2022-09-15 11:58:52 +02:00