Commit Graph

50 Commits

Author SHA1 Message Date
05a2dba164 fix: show extension box for non-mark files, de-dupe css and code
Closes #138
2024-08-22 18:20:54 +02:00
daniyal
4a553c047c chore: addressed PR comments
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-21 12:41:59 +05:00
daniyal
2c18c51029 chore: quick fix
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-21 00:34:39 +05:00
daniyal
f9fcfb1c9e fix: manage pending relay connection requests
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 34s
Also remove the getMostPopularRelays function and use a hardcoded list of relays
Further, if metadata event is not found from relays cache an empty metadata for that pubkey
2024-08-21 00:16:21 +05:00
e0d6c03639 fix(relay-controller): sigit relay immutability and relay list
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-20 13:52:24 +02:00
daniyal
a788309126 chore: update tsdoc for function defination in relay controller
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-20 13:55:31 +05:00
daniyal
2f1423a35a chore: added a timeout of 30 seconds to subscription
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 32s
2024-08-19 16:34:42 +05:00
daniyal
66c7182fa4 chore(refactor): move dvm related function to dvm utils file and relay related to relays utils file
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-18 22:48:48 +05:00
daniyal
03cb6b1732 chore(refactor): move getNostrJoiningBlockNumber function to a separate dvm utils file 2024-08-16 11:42:28 +05:00
daniyal
a775d7b265 feat: implemented relay controller and use that for fetching and publishing events
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 33s
2024-08-15 22:13:39 +05:00
6652c6519e refactor(review): add date util functions
Some checks failed
Open PR on Staging / audit_and_check (pull_request) Failing after 9s
2024-08-13 11:52:05 +02:00
2acb353535 refactor: post-PR review changes
Some checks failed
Open PR on Staging / audit_and_check (pull_request) Failing after 33s
2024-08-07 18:24:12 +03:00
8d683de88c Revert "chore: prettier"
This reverts commit 7e420ef583.
2024-08-07 17:54:45 +03:00
7e420ef583 chore: prettier 2024-08-07 17:49:13 +03:00
2355da02d2 fix: amends RelayMap to return a default sigit relay when no other relays are found 2024-08-07 16:04:56 +03:00
52fe523196 fix: amends the relay look up method to return default relay set 2024-08-07 15:52:14 +03:00
SH
7df6ab8c84 fix: return immediately from publish event when published to at least one relay and keep publishing to other in background 2024-07-09 17:17:57 +05:00
SwiftHawk
0aaa20092e chore: add comments 2024-07-09 01:16:47 +05:00
SwiftHawk
f3b24dee65 chore: remove unused code from nostr controller 2024-07-05 14:09:47 +05:00
SwiftHawk
d4c50dabaf chore: update flow for storing sigits 2024-07-05 13:38:04 +05:00
SwiftHawk
5850ef7dce chore: push unfinished changes 2024-06-28 14:24:14 +05:00
SwiftHawk
29654a9b91 chore: add comments 2024-06-13 14:58:54 +05:00
SwiftHawk
ded8304c66 fix: sigit's wrapper zip should contain keys.json file 2024-06-12 15:02:26 +05:00
SwiftHawk
2b9617232e feat: update findMetadata method of metadata controller 2024-05-30 22:28:40 +05:00
Yury
ecc752d31a chore(Types): improved relay stats types 2024-05-29 09:54:02 +03:00
SwiftHawk
3ff96e453c Merge branch 'staging' into issue-73 2024-05-28 15:11:48 +05:00
Yury
026537c75b fix(MetadataController): fixed getting popular relays 2024-05-28 12:22:31 +03:00
SwiftHawk
9bb62cf966 fix: use kind 0 event for nostr joining block 2024-05-27 15:57:40 +05:00
SwiftHawk
90734196e5 fix: use kind 27235 in place of kind 1 wherever possible 2024-05-27 15:56:52 +05:00
b
645039a6d4 revert 72251d9f40
All checks were successful
Release / build_and_release (push) Successful in 1m5s
revert Merge pull request 'relay-management-latest' (#75) from relay-management-latest into main

Reviewed-on: https://git.sigit.io/sig/it/pulls/75
2024-05-24 14:31:18 +00:00
Yury
ffb237991c feat(Relay): added methods to get info, most popular, connect and disconnect from relays 2024-05-24 16:10:49 +03:00
Yury
64f822743f feat(Relays): added logic to manage relays 2024-05-24 16:10:49 +03:00
Yury
bf0357cca1 chore: fixed linting issue 2024-05-17 16:48:16 +03:00
Davinci
5f8e8fd6f4 fix: profile picture inconsistencies, login with enter 2024-05-17 13:33:01 +02:00
Davinci
9baf0ecaba fix: robohash image missing with NIP05 login 2024-05-16 17:15:21 +02:00
Davinci
e3e15b7af1 fix: nsec login, metadata overlapping, robohash image in metadata state 2024-05-16 16:45:00 +02:00
Yury
819902eafb chore: fixed code formatting 2024-05-15 11:50:21 +03:00
Davinci
608400d010 fix: failed DM error handling 2024-05-13 13:11:52 +02:00
SwiftHawk
37bc205ce4 feat: make block number link that will refernce to the event 2024-05-10 15:57:04 +05:00
SwiftHawk
5c36554b66 chore: add comments 2024-05-10 15:27:34 +05:00
SwiftHawk
1eed099059 feat: show block number on user profile 2024-05-10 15:16:28 +05:00
SwiftHawk
349e26b628 fix: use relays from nip65 for broadcasting DMs
All checks were successful
Release / build_and_release (push) Successful in 57s
2024-04-16 11:12:29 +05:00
SwiftHawk
bd1e8417c1 feat: create signing request and send a DM to first signer with zip file url and encryption key
All checks were successful
Release / build_and_release (push) Successful in 1m2s
2024-04-08 17:45:51 +05:00
Sabir Hassan
e57893b1b2 chore: no need to expire auth token
All checks were successful
Release / build_and_release (push) Successful in 43s
2024-03-20 09:44:10 +05:00
Sabir Hassan
2ed092bcbd feat: maintain logged in sesssion
All checks were successful
Release / build_and_release (push) Successful in 43s
2024-03-19 15:27:18 +05:00
Sabir Hassan
6981bef65a fix: first find metadata on purplepag relay and then try other relays
All checks were successful
Release / build_and_release (push) Successful in 41s
2024-03-19 14:23:34 +05:00
Sabir Hassan
3626368e95 fix: no need to listen for authUrl in createNsecBunkerSigner method of NostrController
All checks were successful
Release / build_and_release (push) Successful in 42s
2024-03-19 10:51:20 +05:00
Sabir Hassan
f670bd57f5 chore: quick fix
All checks were successful
Release / build_and_release (push) Successful in 43s
2024-03-05 14:08:18 +05:00
Sabir Hassan
c0547b2a1f feat: implemented profile page 2024-03-01 15:16:35 +05:00
Sabir Hassan
aa991be416 chore: implemented basic layout and login page 2024-02-28 21:49:44 +05:00