Commit Graph

127 Commits

Author SHA1 Message Date
Zener
60b4fe65cd - added the option to change the hard-coded server-port at login page
- re-enabled the return-key to start login at password-input
- respect the host and port from the url, overrideable with Query-Arguments named after ui visible names: Username, Port, Server), so you can create bookmarks with overridden defaults
- fixed the identity-images and timestamps
2020-12-19 11:26:21 +01:00
Mohammed Saud
13952a912f convert data rate values to number before api call 2020-02-26 11:02:50 +05:30
Mohammed Saud
49a4e2c01a fix data rate update function 2020-02-11 22:46:14 +05:30
Mohammed Saud
96514c844e fix breaking changes 2020-02-11 22:45:12 +05:30
Mohammed Saud
ad955841e8 update mithril script 2020-02-11 22:44:04 +05:30
Mohammed Saud
2ea4c28bb4 redirect to login on request fail 2020-01-29 10:17:18 +05:30
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
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
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
bffe399690 fixed the add download file process 2019-09-09 19:59:06 +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
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
rottencandy
0ab9f15499 Add unsub rooms display in chat 2019-08-10 14:23:30 +05:30
rottencandy
e514d04dea Add basic info display
The chat api uses 64 bit int to represent ids, which is bigger than
JS max int limit. Hence the chat component requires use of custom
Serializer and Deserializer to overcome this limit and store ids as
string.
2019-08-09 22:53:50 +05:30