aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server/start
Commit message (Collapse)AuthorAge
* Extract utility functions for JSON parsingLibravatar Vijay A2022-05-15
|
* Extracted ImageHelper and ImageController from ServiceController for reuseLibravatar Vijay A2022-05-15
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Review recipes routesLibravatar kytwb2022-01-06
|
* Replace hard-coded popular services in internal serverLibravatar kytwb2022-01-05
|
* Revert "Removed straggling code related to popular services."Libravatar kytwb2022-01-02
| | | | This reverts commit a9c1abc6f11cb193388fad505c0304f1efe60a30.
* Cleanup/remove feature toggle for todo, workspace, service proxy (#2134)Libravatar Abin Mn2021-10-26
| | | | | | * Remove DEFAULT_FEATURES_CONFIG from config * Remove static controller Co-authored-by: Madhuri B <MadhuriBandanadam@users.noreply.github.com>
* chore: update eslint setup (#2074)Libravatar Markus Hatvan2021-10-15
|
* chore: remove all code related to news (#2069)Libravatar Markus Hatvan2021-10-14
|
* refactor: split 'environment' into 'environment-remote' with only the remote ↵Libravatar Vijay A2021-10-01
| | | | | | module dependency (might be a pre-requisite for the electron v14 upgrade)
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* chore: remove what's new functionality (#1864)Libravatar Markus Hatvan2021-09-04
|
* refactor: Reuse constants and utility functions to remove hardcoding/duplicationLibravatar Vijay A2021-08-23
|
* revert: partially reverts the previous change to fix issue that the packaged ↵Libravatar Vijay A2021-08-05
| | | | app doesn't start up
* Removed straggling code related to 'popular services'.Libravatar Vijay A2021-08-03
|
* Moved 'internal-server' into a sub-folder as opposed to a git submodule. (#1715)Libravatar Vijay Raghavan Aravamudhan2021-08-01
* Ignored tests in 'internal-server' folder since there are none. * Linter fixes