aboutsummaryrefslogtreecommitdiffstats
path: root/src/internal-server/app/Controllers/Http
Commit message (Collapse)AuthorAge
* Fix error while importing without workspaces (#1776)Libravatar Vijay Raghavan Aravamudhan2021-08-12
| | | fixes #1773
* fix: Fixed the sidebar context menu for toggling dark mode.Libravatar Vijay A2021-08-12
|
* feat: allow the user to enable/disable dark modeLibravatar Vijay A2021-08-11
| | | | (from the sidebar context menu)
* chore: set default fallback locale for spell-checker to be 'en-US'.Libravatar Vijay A2021-08-09
|
* 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
* refactor: general code improvementsLibravatar mhatvan2021-08-05
| | | | | | | | | | - replace deprecated fs.exists with fs.existsSync - replace console.log with debug - replace hardcoded FERDI_VERSION in start.js with dynamic one from package.json - correct JSDoc annotations in Handler.js - simplify macOSPermissions.js - updates to various eslint rules - add FileReader to known globals
* 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