Oak

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

103 ancestors of v0.2 back to v0.1

2022-05-27
16:39
Rename Downloads page to Releases page Closed-Leaf check-in: 80db4dcfcc user: carlos tags: v0.2, release-v0.2
16:18
Remove references to node binary, replace with instructions on how to build / run from source check-in: 8a2964b184 user: carlos tags: release-v0.2
12:29
Remove cargo release profile customizations check-in: f0c0b1777c user: carlos tags: release-v0.2
09:03
Update links to demos check-in: df6fb8212b user: carlos tags: release-v0.2
08:54
Add link to recurring payments demo check-in: 09ed2684af user: carlos tags: release-v0.2
08:53
Add link to recurring payments demo check-in: a8570a804b user: carlos tags: trunk
07:10
Update changelog check-in: 6b7890d6d3 user: carlos tags: release-v0.2
07:09
Disable bot by default check-in: 4ea838cfd6 user: carlos tags: release-v0.2
06:35
Prep release v0.2 check-in: 3a34544ccf user: carlos tags: release-v0.2
2022-05-26
17:11
Fix bcron edge-cases check-in: cb93e97b1f user: carlos tags: trunk
15:52
Fix table row lookup in AJAX update check-in: 01d6cad409 user: carlos tags: trunk
15:30
Update UI label check-in: b65c34111f user: carlos tags: trunk
14:04
Add better intro to recurring payments feature check-in: c86b799cbe user: carlos tags: trunk
2022-05-25
20:15
Introduce a guide with high-level documentation check-in: a50d91b8ff user: carlos tags: trunk
16:47
Rename bot API to bot commands to avoid confusion with the REST API check-in: 0bb7740e03 user: carlos tags: trunk
16:31
Update REST API doc check-in: 96c5b139b1 user: carlos tags: trunk
16:24
Add support for retrieving current node status (LND block height, bot status) check-in: c2d14156fc user: carlos tags: trunk
14:12
Clarify API schema check-in: 12ce5c8046 user: carlos tags: trunk
13:55
Clarify API schema check-in: fde56bd398 user: carlos tags: trunk
07:49
Add config to make bot module optional check-in: 5dbe3aff65 user: carlos tags: trunk
2022-05-24
17:28
Update default LND polling interval to 1 min check-in: cf9bf2f668 user: carlos tags: trunk
13:42
Update README with mention of recurring payments feature check-in: a057a50302 user: carlos tags: trunk
11:30
Remove DB URL config, it's now dynamically set on startup check-in: c0d04d8e2f user: carlos tags: trunk
10:58
Add support for configurable data-dir check-in: a91d3ac85d user: carlos tags: trunk
08:35
Update SQLx offline json to reflect new config table and queries check-in: 01b779772b user: carlos tags: trunk
2022-05-23
19:23
Remove unused dependency check-in: efb4a19f97 user: carlos tags: trunk
19:22
Add config options which can be passed via env variables check-in: 9d3c8c45b9 user: carlos tags: trunk
17:51
Remove direct dependency on r2d2 check-in: 2b3f0f1960 user: carlos tags: trunk
11:20
Add tip next to bcron expression input field check-in: 4390518e81 user: carlos tags: trunk
06:15
Improve layout for payment schedule table check-in: 298752122a user: carlos tags: trunk
06:09
Vertically align rows in payments history table check-in: 4c0efcbb14 user: carlos tags: trunk
06:03
Improve display of failed payments in payment history table check-in: e041444b20 user: carlos tags: trunk
05:55
Add search for payments history table check-in: 4af00ee35f user: carlos tags: trunk
2022-05-22
11:14
Improve error handling in scheduler in the case when polling fails check-in: f19df38f4f user: carlos tags: trunk
11:05
Improve logging by redirecting web request logs to own log check-in: 7784fb08f3 user: carlos tags: trunk
08:27
Trigger matching payments on scheduler tick check-in: c4bdc0adf8 user: carlos tags: trunk
07:10
Merge Web UI and DB refactorings check-in: eba044e219 user: carlos tags: trunk
07:05
Mount web UI on / instead of /static Closed-Leaf check-in: e0585b322b user: carlos tags: feat-web-ui
2022-05-21
23:56
Fix typo check-in: 482353d122 user: carlos tags: feat-web-ui
23:55
Reword log messages check-in: 1b09718ebc user: carlos tags: feat-web-ui
23:50
Treat deltachat module as optional on startup. Do not start it if qrencode is not found. check-in: e6e84516ba user: carlos tags: feat-web-ui
23:00
Improve error message when qrencode not found during setup check-in: 21ef223ffc user: carlos tags: feat-web-ui
20:37
Add DB config in Rocket.toml check-in: c4013068f6 user: carlos tags: feat-web-ui
20:32
Attach DB after migration fairing check-in: 1d46ab7353 user: carlos tags: feat-web-ui
20:01
Fix SQLx coalesce mapping error check-in: 7fb170c1ca user: carlos tags: feat-web-ui
19:56
Add SQLx migrations and offline metadata check-in: 5908d71bac user: carlos tags: feat-web-ui
2022-05-20
18:19
Improve reverse-sorting order in job history table check-in: 63e38213e2 user: carlos tags: feat-web-ui
18:13
Use bootstrap-table to show the schedule and history data check-in: 1860491e23 user: carlos tags: feat-web-ui
15:09
Simplify bcron doc check-in: 99c345e681 user: carlos tags: feat-web-ui
13:40
Group config constants and methods in own mod check-in: ab592bfcb2 user: carlos tags: feat-web-ui
12:01
Integrate SQLx + refactor components to use DB managed by Rocket check-in: 3a8d296a1d user: carlos tags: feat-web-ui
2022-05-17
20:07
Remove footer check-in: 73441e729b user: carlos tags: feat-web-ui
19:15
Convert navbars to tab bars check-in: eca7cb9903 user: carlos tags: feat-web-ui
17:21
Improve UI navigation check-in: 03f06c450c user: carlos tags: feat-web-ui
16:07
Extend scheduler with job executor check-in: 98f1bed198 user: carlos tags: feat-web-ui
2022-05-16
22:38
Extend scheduler lib with producer/consumer pattern check-in: af039e235a user: carlos tags: feat-web-ui
12:44
Intergate scheduler lib check-in: 2a37738ae8 user: carlos tags: feat-web-ui
10:16
Merge multi-threading improvements check-in: 54410271b8 user: carlos tags: feat-web-ui
09:11
Integrate web UI and bot in multi-threaded binary Closed-Leaf check-in: 2edc57f5e6 user: carlos tags: feat-api
2022-05-15
14:37
Refactor project into workspaces check-in: 488db739ab user: carlos tags: feat-web-ui
14:30
Refactor project into workspaces check-in: e7a202164e user: carlos tags: feat-api
2022-05-14
20:03
Move utils out of main.rs check-in: 38341d0096 user: carlos tags: feat-api
20:02
Move deltachat logic out of main.rs check-in: 505c1a6b39 user: carlos tags: feat-api
19:57
Move deltachat logic out of main.rs check-in: 78590d3440 user: carlos tags: feat-api
19:43
Move LNURL-p logic out of main.rs check-in: a0ea642d96 user: carlos tags: feat-api
19:34
Separate LND operations out of main.rs check-in: 2a46540369 user: carlos tags: feat-api
13:02
Get db separation check-in: b147079647 user: carlos tags: feat-web-ui
13:00
Get db separation from trunk check-in: e6f530dc0e user: carlos tags: feat-api
12:54
Extract db methods to separate file check-in: 6316d0cd81 user: carlos tags: trunk
08:28
Improve bcron editor input validation check-in: 69f1542202 user: carlos tags: feat-web-ui
08:02
Move all bcron time calculations to dayjs check-in: 74d6dc095f user: carlos tags: feat-web-ui
07:29
Remove time calculations and dependency on chrono check-in: 0adb207e60 user: carlos tags: feat-api
07:22
Add dayjs for time calculations in JS check-in: ee3f542e71 user: carlos tags: feat-web-ui
06:08
Simplify bcron syntax for the 'repeat forever' case check-in: f6d8fcc685 user: carlos tags: feat-api
2022-05-13
22:26
Improve bcron expression validation in UI check-in: 443d168a32 user: carlos tags: feat-web-ui
16:12
Add bcron categorize API check-in: 6aef09043b user: carlos tags: feat-api
14:46
Show schedule info in Schedule New popup check-in: 15c406abc8 user: carlos tags: feat-web-ui
13:26
Add /bcron/describe API check-in: 7108f36733 user: carlos tags: feat-api
2022-05-12
21:22
Integrate bcron into Web UI check-in: 5462c17a8a user: carlos tags: feat-web-ui
21:11
Integrate bcron into API schema check-in: 5fda6ee901 user: carlos tags: feat-api
20:36
Remove todo Closed-Leaf check-in: 629905ffb8 user: carlos tags: feat-bcron
20:32
Implement bcron parser check-in: 5d491023cd user: carlos tags: feat-bcron
11:15
Add bcron spec check-in: 32167ea843 user: carlos tags: feat-bcron
08:36
Adjust table layout check-in: 45069c9b47 user: carlos tags: feat-web-ui
08:06
Customize CSS layout check-in: 6cccff17f1 user: carlos tags: feat-web-ui
2022-05-11
20:20
Add initial version of static web UI check-in: e95ce45517 user: carlos tags: feat-web-ui
14:22
Update changelog check-in: 4b69bd907a user: carlos tags: feat-api
14:09
Reorg bot API docs check-in: e174d790f3 user: carlos tags: feat-api
13:49
Add cron dependency check-in: 703eeb2d8d user: carlos tags: feat-api
13:44
Remove todos check-in: 35e4fe5354 user: carlos tags: feat-api
13:21
Add initial version of REST API with Swagger doc check-in: 8a760ea436 user: carlos tags: feat-api
13:18
Remove unused feature of rusqlite check-in: cb0cfab97c user: carlos tags: trunk
2022-05-10
10:31
Update table schema: cron expression is stored as text Closed-Leaf check-in: 16110d882b user: carlos tags: feat-scheduler
10:30
Add sqlite persistence behind scheduled jobs CRUD operations check-in: 7e55f2e599 user: carlos tags: feat-scheduler
05:56
Remove unused feature of rusqlite check-in: d8d04ad7d9 user: carlos tags: feat-scheduler
05:19
Add cron and job_scheduler dependencies check-in: 849c4ab92c user: carlos tags: feat-scheduler
2022-05-09
19:39
Rename methods and struct check-in: 6531b0f356 user: carlos tags: feat-scheduler
19:36
Add new strct fields check-in: 8f44f918b6 user: carlos tags: feat-scheduler
19:27
Add skeleton for CRUD ops check-in: fa248fae5f user: carlos tags: feat-scheduler
07:05
Fix typos check-in: 14fca06bea user: carlos tags: trunk
2022-05-08
19:20
Reintroduce -SNAPSHOT to trunk version check-in: 811dd9d290 user: carlos tags: trunk
19:19
Bump ctrlc version check-in: d1fc953616 user: carlos tags: trunk
19:14
Bump DeltaChat version check-in: a9900e67a3 user: carlos tags: trunk
15:12
Merge release-v0.1 check-in: 51f7be5da0 user: carlos tags: trunk, v0.1