Sumit Kumar Soni
35c5c17309
build: modernize WebUI build and lint tooling
2026-08-02 20:46:00 +05:30
defnax
e35dfebe33
Fisxng error fallback
2026-07-25 17:54:26 +02:00
defnax
7dc081cfbc
Added chat settings page
2026-07-25 17:48:11 +02:00
defnax
b97c739219
Added missed configs to network config
...
Fixed some layouts issues
2026-07-25 13:06:05 +02:00
defnax
238ad60d4f
Fix issue with I2P check
2026-07-24 20:22:41 +02:00
defnax
39975c960d
improved tor configs display
2026-07-21 23:34:40 +02:00
defnax
e06efd3b0d
Added invite button for rooms
...
improve layout net settings
Added missed config settings
2026-07-17 23:17:34 +02:00
David Bears
35c6ab019f
fixes sporadic loggout and integer handling in People settings
...
- fixes an HTTP 404 error due to using a nonexistant endpoint for file transfer encryption
- fixes handling of JSON integers for the People settings page
- fixes sporadic logout from errors that are not authentication-related
- fixes unnecessary refreshes of shared directories
2026-03-07 20:50:53 -05:00
Cyril Soler
af70702793
rsMsgs -> (rsMail | rsChats)
2025-12-28 20:13:28 +01:00
zelfroster
305297c91a
fix: NAT mode in config section
2023-10-23 20:14:47 +05:30
Sumit Kumar Soni
1676601d33
Merge branch 'master' into fix-ui
2023-06-29 05:49:26 +05:30
zelfroster
a6f70d5615
fix: fixed Channel layout and UI
2023-06-19 14:19:42 +05:30
zelfroster
aeca1328a8
fix: fixed Config section UI, removed unsused classes and fixed some other things
2023-06-18 22:06:39 +05:30
zelfroster
4c844223bb
feat: added more options in files tab in Config section
2023-06-14 16:24:44 +05:30
zelfroster
c94386ae3b
fix: added argument to function call
2023-06-11 15:56:58 +05:30
zelfroster
44f725652e
fix: fixed NAT mode not working
2023-06-09 23:38:06 +05:30
zelfroster
472eb2dd41
fix: after optimizing, some stuff was broken, fixed it
2023-06-09 21:53:01 +05:30
zelfroster
24f4c75257
feat: show dynDNS in webui, optimize code, reduce number of fetch requests and make code reusable
2023-06-08 22:58:17 +05:30
zelfroster
90a2e1027b
chore: optimize code and make variable names more meaningful
2023-06-06 15:54:41 +05:30
zelfroster
9f624ebcf1
feat: added feature to set dynamic DNS, set i2p/tor proxy
...
Added feature to set
- dynamic DNS
- set i2p/tor socks proxy
Fixed some UI issues
Refactored Code
2023-06-06 15:42:21 +05:30
zelfroster
923243ed82
feat: features to customise mail tags and manage distant mail permission
2023-06-03 13:27:28 +05:30
zelfroster
a621b5a59c
feat: implemented mail config - custom tag feature
2023-05-29 15:19:27 +05:30
zelfroster
2af133dfe7
refactor: migrate entire css code to scss
2023-04-05 01:06:38 +05:30
Sukhamjot Singh
c91bd393a7
config people done
2022-10-20 20:55:31 +05:30
Sukhamjot Singh
6cf8348c0c
config network
2022-09-18 00:32:08 +05:30
Sukhamjot Singh
ba7d2ffa0f
network modes
2022-09-17 02:01:17 +05:30
Sukhamjot Singh
33fe35f963
confirm download,fixed bug
2022-09-13 23:23:00 +05:30
Sukhamjot Singh
12aecc7d72
Added comments
2022-09-06 15:58:14 +05:30
Avinash Kumar
53fa5aeec4
UI improvement && logic code for people Webpage ( #33 )
...
* fix checkout alignmnet
* fixed create identity issue
* added logic for edit identity as well as create identity
* final changes
* UX changes
* minor fixes
* Signed Create identity is working now
* minor changes
* friend node profile pic is aligned now
* People->Edit && create identity popup responsive
* updated & refactor code
* changes added
* Update people_ownids.js
* Update people_util.js
* feat: people Web page UI
* minor-fix
* fix prettier & eslint issue
* updated changes
* updated changes
* minor fix
* update changes
2021-04-27 00:08:15 +05:30
zeners
f09d6b0ca9
try to fix eslint and prettier issues ( #32 )
...
* fix eslint + prettier issues
* fix eslint config (remove with prettier clashing indent rules)
* fix eslint warnings
2021-04-20 18:30:39 +05:30
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
e0fa131c61
update require imports for all modules
2020-01-15 19:45:27 +05:30
rottencandy
b20721194d
replace common widget
2019-08-18 20:14:59 +05:30
rottencandy
4ccda01ee2
style toplevel searchbar
2019-08-14 19:12:26 +05:30
rottencandy
9f6053ec3a
Add option to set default service status
2019-08-09 19:00:02 +05:30
rottencandy
c1ab6e3793
Add network mode options
2019-08-06 19:01:40 +05:30
rottencandy
8844d4d679
fix route parameter value storage
2019-08-03 19:38:38 +05:30
rottencandy
0b80a66fb9
Add 'People' section in config tab
...
This section mirrors Retroshare's People panel inside the config
tab. Allows for changing peers-specific settings.
2019-07-20 12:46:13 +05:30
rottencandy
c0a07b073f
Add option to set operating mode
2019-07-19 21:12:54 +05:30
rottencandy
7232474de6
Add functionality to files tab widgets
2019-07-18 23:42:22 +05:30
rottencandy
4c34a4103c
Decompose config tab to multiple components
...
The config_resolver.js file will be used to handle the /config route
and can take in extended path for proper resolving.
The require polyfill does not have the concept of directories and
multiple paths so the name has to be preceeded by "config_" until
that is fixed.
2019-07-17 19:38:56 +05:30