aboutsummaryrefslogtreecommitdiffstats
path: root/src/electron/ipc-api/localServer.js
Commit message (Collapse)AuthorAge
* chore: convert JS to TS (#1934)Libravatar Markus Hatvan2021-09-14
|
* feat: added new Help menu item to allow easy import/export of config dataLibravatar Vijay A2021-08-09
|
* refactor: path-references refactoring and using 'import' instead of ↵Libravatar Vijay Raghavan Aravamudhan2021-08-08
| | | | | | 'require' (#1752) * refactor references to 'userData' and 'appData' directories to move hardcoding into single location * convert to es6 for lower memory usage as per https://codesource.io/the-difference-between-import-and-require-in-javascript/
* fix: change all occurrences of hard-coded ip address '127.0.0.1' to 'localhost'Libravatar Vijay A2021-08-05
| | | | | | | Also refactored to make this a constant defined in a single file where it is imported for all other uses. fixes #1253
* Rename server to internal-server to avoid confusionLibravatar Amine Mouafik2019-11-29
|
* Update internal serverLibravatar vantezzen2019-10-23
|
* Develop local server featureLibravatar vantezzen2019-10-18