20 Commits

Author SHA1 Message Date
Aravinth Manivannan
bbfd19d250
fix: get non-imported forges 2023-03-26 01:04:30 +05:30
Aravinth Manivannan
649f319f9b
fix: ignore when the same hostname is introduced twice 2023-03-04 18:52:29 +05:30
Aravinth Manivannan
0576a54af7
feat: record starchart imports 2023-03-02 19:13:28 +05:30
Aravinth Manivannan
f53a0afada
feat: implement mini-index 2023-03-02 13:09:48 +05:30
Aravinth Manivannan
28bef1623f
fix: ignore insert if a Starchart instance is already known 2023-02-28 16:37:22 +05:30
Aravinth Manivannan
9ff4788b69
feat & fix: insert fts_repositories when repo is not present and implement introducer 2023-02-28 16:02:36 +05:30
Aravinth Manivannan
5ed1ebacef
feat: implement repo API search in REST API 2023-02-26 23:16:25 +05:30
Aravinth Manivannan
e726f2234d
feat: use fixed value for an instance for DNS challenge
DESCRIPTION
    Randomly generated values for forge ownership verification through
    DNS TXT records was making development process complicated. Using
    starchart instance's hostname for the TXT record's value is secure
    enough for our use case.

    This patch gets rid of all the code necessary to implement random
    value challenges
2023-02-22 12:05:49 +05:30
realaravinth
7e1903f807
feat: sqlx postgres: impl interface to get all forges 2022-06-09 14:38:52 +05:30
realaravinth
7b30c08f5f
feat: impl interface to get user data sqlx sqlite 2022-06-04 20:58:05 +05:30
realaravinth
6fb71e0641
feat: impl get_forge for sqlx sqlite 2022-06-03 23:05:29 +05:30
realaravinth
0586f2e670 feat: get all repositories trait def and impl for sqlx sqlite 2022-05-19 21:38:13 +05:30
realaravinth
60f76b63d4 feat: save hostname when creating challenges 2022-05-19 19:14:31 +05:30
realaravinth
b884d361b0 feat: define and implement(sqlx sqlite) interfaces for CRUD of DNS challenges 2022-05-19 14:12:57 +05:30
realaravinth
65176bbdea
feat: impl interface to del user and repo sqlx sqlite 2022-05-17 16:15:04 +05:30
realaravinth
21c93a5e4e
feat: implement create_repository for sqlite 2022-05-04 12:10:37 +05:30
realaravinth
2055a00565
feat: sqlite sqlx implementation for repository_exists 2022-05-01 19:08:01 +05:30
realaravinth
cb9b8d6d0d
fix: user_exists was a copy of hostname_exists, now fixed 2022-04-30 23:50:59 +05:30
realaravinth
6f21a8b49e
feat: implement add_user and user_exists for sqlite 2022-04-20 16:27:56 +05:30
realaravinth
5099eefa54
feat: implement SCDatabase for sqlite 2022-04-12 17:48:05 +05:30