Commit Graph

135 Commits

Author SHA1 Message Date
Mohammed Saud
2dacb274f7 make login function as route 2020-01-29 10:14:03 +05:30
csoler
6c71fa3767
Merge pull request #7 from rottencandy/js-compile
Add relative path-based module loading for require
2020-01-28 20:03:40 +01:00
Mohammed Saud
e0fa131c61 update require imports for all modules 2020-01-15 19:45:27 +05:30
Mohammed Saud
ef27f543d1 add code linter config
Add eslint config file for checking syntax and adding code formatting
2020-01-15 19:13:13 +05:30
Mohammed Saud
be0056d072 improve require() functions module detection 2020-01-15 19:11:24 +05:30
G10h4ck
060b6c13e5
Merge pull request #5 from rottencandy/master
Add option to create identities
2019-11-27 17:22:37 +01:00
csoler
7bbebf1ac2 fixed .pro so as to add retroshare.svg icon into local data/ directory 2019-11-23 21:44:23 +01:00
csoler
98dcb0d629 fixed location of retroshare.svg icon 2019-11-23 21:43:50 +01:00
Mohammed Saud
9271d49e8d add option to create identities 2019-11-10 18:54:50 +05:30
csoler
6fc29f565d
Merge pull request #4 from rottencandy/async-network
Better display for friend nodes in network tab
2019-11-09 16:11:23 +01:00
csoler
d8fed63a33
Merge pull request #3 from rottencandy/master
Display short invite
2019-11-09 16:09:27 +01:00
Mohammed Saud
93fa7c430e use Promises and awaits for fetching data 2019-10-08 20:19:55 +05:30
Mohammed Saud
bf82a165ae add visible online status theme 2019-10-06 23:38:31 +05:30
Mohammed Saud
c1b21c4850 improve display of online friends 2019-10-06 22:42:36 +05:30
Mohammed Saud
0fd9010dfc display last seen, online for each node separately 2019-10-06 22:05:13 +05:30
Mohammed Saud
653d977130 separate data from component 2019-10-06 19:26:18 +05:30
Mohammed Saud
17f608d626 add option to display short invite 2019-09-29 19:51:49 +05:30
Mohammed Saud
2de98bc273 clean up component, optimize methods 2019-09-29 19:16:26 +05:30
rottencandy
b362f17da0 Use icon from own repo 2019-09-23 22:19:21 +05:30
csoler
afd6f4daf4 removed .pro code from linux target because it is not plateform-specific 2019-09-12 20:56:52 +02:00
csoler
bffe399690 fixed the add download file process 2019-09-09 19:59:06 +02:00
csoler
4bc4519ee8
Merge pull request #2 from rottencandy/master
Add readme
2019-09-09 13:56:36 +02:00
csoler
80363dd361 added missing retroshare icon 2019-09-09 13:54:43 +02:00
rottencandy
09160ec2e0 Add port num field in login page
API Port number can be changed in RS. The input in login can be
used to change the default port number which is 9092.
2019-08-29 19:04:20 +05:30
rottencandy
a66fc983d9 Add readme 2019-08-25 16:37:50 +05:30
csoler
9fdaa5ef20
Merge pull request #1 from rottencandy/master
Implement Login page.
2019-08-23 13:08:05 +02:00
rottencandy
869c8a59ff Add constants for flags 2019-08-23 14:57:26 +05:30
rottencandy
f08189c36b properly display unread/new mails 2019-08-22 13:27:03 +05:30
rottencandy
66023d180a move popup widget to widgets.js 2019-08-18 20:22:23 +05:30
rottencandy
b20721194d replace common widget 2019-08-18 20:14:59 +05:30
rottencandy
8c11ad894c separate common widgets 2019-08-18 20:12:41 +05:30
rottencandy
53ed19daea implement message starring 2019-08-18 19:40:59 +05:30
rottencandy
d0fcbe37aa display online status for all locations in node 2019-08-18 17:13:49 +05:30
rottencandy
7b2212cb23 add outbox,sent,drafts view 2019-08-18 17:13:08 +05:30
rottencandy
db98a63545 display inbox mails 2019-08-17 21:54:09 +05:30
rottencandy
c294916da2 fix minor bug
oninit of people resolver will directly point to model method.
2019-08-17 21:52:18 +05:30
rottencandy
4bd326c281 Add own id config options 2019-08-16 19:42:43 +05:30
rottencandy
a558cf1045 Add people tab 2019-08-15 20:00:33 +05:30
rottencandy
d131cfa932 Add turtle search section 2019-08-15 19:59:04 +05:30
rottencandy
ba5ae86f5e fix chat name updation cache 2019-08-15 18:35:21 +05:30
rottencandy
9df428a513 prevent modification of responseText
xhr.responseText is a getter only property and causes an error when
modified. A separate variable will be used instead.
2019-08-15 18:33:49 +05:30
rottencandy
37e1363cd2 fix scope check of background task 2019-08-15 18:32:30 +05:30
rottencandy
4ccda01ee2 style toplevel searchbar 2019-08-14 19:12:26 +05:30
rottencandy
4554e161d1 Change files to section-based resolver 2019-08-14 19:11:45 +05:30
rottencandy
f5ea8e59cd fix searchbar reset on redraw 2019-08-14 18:10:32 +05:30
rottencandy
73c609578a Add file url validation checks 2019-08-10 18:22:21 +05:30
rottencandy
434950c3b3 fix multiple location bug
Fixed bug where the same location would appear multiple times in
network tab.
2019-08-10 17:47:12 +05:30
rottencandy
e9fd4e8ef1 Add channels tab 2019-08-10 16:50:54 +05:30
rottencandy
6a4fe860f9 Display more details about locations 2019-08-10 16:48:54 +05:30
rottencandy
e581cfd155 Add search bar 2019-08-10 16:03:33 +05:30