aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers
Commit message (Collapse)AuthorAge
...
* Upgrade node modulesLibravatar Vijay A2022-07-02
|
* Use default exports instead of named exportsLibravatar Vijay A2022-07-02
|
* chore: turn last setting view into typescriptLibravatar Ricardo Cino2022-06-28
|
* chore: transform containers/settings from js to tsx (#384)Libravatar Ricardo Cino2022-06-27
|
* feat: remember collapsed state of hamburger menu on refresh/reboot (#373)Libravatar Ricardo Cino2022-06-26
|
* chore: turned all auth containers into typescript (#375)Libravatar Ricardo Cino2022-06-26
|
* chore: convert the last few stores to typescriptLibravatar Ricardo Cino2022-06-25
|
* Add split mode toggle to side bar and hide collapse buttonv6.0.0-nightly-alphrag.57.7Libravatar André Oliveira2022-06-24
|
* chore: servicesStore + models into typescript (#344)Libravatar Ricardo Cino2022-06-23
|
* Fix reload after resume and add idle time setting (#324)Libravatar André Oliveira2022-06-21
| | | | | * Fix reload after resume issue * Add idle time option
* Add ability to enable the progressbar for each service (#301)Libravatar Vijay Aravamudhan2022-06-19
|
* Add ability to set the progressbar color from the Settings screenLibravatar Vijay A2022-06-18
|
* Remove integration with sentry (fixes #233) (#234)Libravatar Vijay Aravamudhan2022-06-11
|
* Change Input box to slider on Grayscale Dim levelLibravatar André Oliveira2022-06-01
|
* Add new service-level option 'trapLinkUrls' (#154)Libravatar Vijay Aravamudhan2022-05-23
| | | | | | This option can be used to allow the user to choose how to handle links (whether to open in the default browser or within the Ferdium service itself) Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* Fix issue where the password got reset if any other setting was changed (#147)Libravatar Vijay Aravamudhan2022-05-14
|
* Converted some javascript files to typescriptLibravatar Vijay A2022-05-08
|
* Use components defined in the codebase; Extract some text for i18n purposes.Libravatar Vijay A2022-05-06
|
* Feature: Add monochromatic Service icons option with Dim adjustmentLibravatar André Oliveira2022-05-06
|
* Feature: makes Services location in sidebar changeable (#95)Libravatar André Oliveira2022-05-05
|
* Feature: Hide sidebar buttons toggled behind a hamburger menu (#81)Libravatar André Oliveira2022-05-02
| | | | | * Reordered the 'Settings' button in sidebar closer to the other buttons being hidden Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Resurrect the electron-process-manager for Ferdium (#80)Libravatar Vijay Aravamudhan2022-05-01
|
* Preload safe debug shim (#29)Libravatar Kristóf Marussy2022-04-22
| | | | | | | | | | | | | | | | In https://github.com/ferdium/ferdium-app/pull/23 we removed usages of the debug package due to an electron bug. This patch aims to restore some debug functionality by introducing a shim. The shim detect whether if it is being introduced in a preload script where the electron but would be triggered, and falls back to a simple replacement for debug. However, in the main and renderer processes, where a preload script is not being used, we still get full debug functionality. In this way, a module can be used both in a preload script and outside of it, while still preserving debug functionality whenever possible. Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Add configurable hibernation interval after auto-wakeup (#2422)Libravatar James Andariese2022-02-27
|
* Link showServicesUpdatedInfoBar to automaticUpdatesLibravatar kytwb2022-01-05
|
* Revert "Removed straggling code related to popular services."Libravatar kytwb2022-01-02
| | | | This reverts commit a9c1abc6f11cb193388fad505c0304f1efe60a30.
* Revert "Removed 'Most Popular' services since it alludes to user-tracking ↵Libravatar kytwb2022-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | (#1718)" This reverts commit 1c1b3e1f1a30745dd95db4172483821306fce4bc. # Conflicts: # src/i18n/locales/defaultMessages.json # src/i18n/locales/fa.json # src/i18n/locales/fi.json # src/i18n/locales/fr.json # src/i18n/locales/hi.json # src/i18n/locales/it.json # src/i18n/locales/nb.json # src/i18n/locales/pt-BR.json # src/i18n/locales/ru.json # src/i18n/locales/si.json # src/i18n/locales/sk.json # src/i18n/locales/sv.json # src/i18n/locales/te.json # src/i18n/locales/tr.json # src/i18n/locales/uk.json # src/i18n/locales/vi.json # src/i18n/locales/zh.json # src/i18n/messages/src/components/settings/recipes/RecipesDashboard.json
* Reduce AppLayout flashingLibravatar kytwb2021-12-21
|
* Hotfix for requireAuthenticatedUser errorLibravatar kytwb2021-12-19
|
* Fix classes names for Welcome screenLibravatar kytwb2021-12-18
|
* Move LockedScreen to AppLayoutLibravatar kytwb2021-12-18
|
* Refactor autoUpdater usageLibravatar kytwb2021-12-18
|
* Better error handling for autoUpdaterLibravatar kytwb2021-12-18
|
* Remove duplicated auth__container in Lock screenLibravatar kytwb2021-12-14
|
* Simplify navigation in auth screensLibravatar kytwb2021-12-13
|
* Add missing redirect in SetupAssistantScreen, fixes #2039Libravatar kytwb2021-12-11
|
* chore: upgrade react-jss to latest (#2302)Libravatar Markus Hatvan2021-12-04
|
* chore: upgrade commitlint and eslint-plugin-unicorn to latest (#2295)Libravatar Markus Hatvan2021-12-03
| | | | | | - upgrade commitlint and eslint-plugin-unicorn dependencies - update prepare-code script to run lint:fix instead of lint - fix unicorn/no-await-expression-member lint issues - various whitespace formatting fixes due to lint:fix
* chore: label for number of split columns (#2229)Libravatar niu tech2021-11-15
|
* Adjust number of columns for Split Mode (#2208)Libravatar niu tech2021-11-13
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* chore: update 'node-gyp' and '@types/tar' modules; (#2183)Libravatar Vijay Aravamudhan2021-11-06
| | | replace 'terser' with 'gulp-terser' to reduce custom code
* chore: use caret for dependencies instead of locked versions (#2162)Libravatar Markus Hatvan2021-10-29
| | | | | - use caret for all dependencies except brittle ones like e.g. typescript - remove 'save-exact' true from .npmrc - fix various prettier formatting issues
* 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>
* Add feature to display service name under service icon when the toggle for ↵Libravatar Vishnu0172021-10-26
| | | | | it is enabled in the settings (#2136) Co-authored-by: AnjithPaul <anjithpaul.mec@gmail.com>
* feature: allow 'file' urls for services (fixes #2118) (#2130)Libravatar Vijay Aravamudhan2021-10-26
|
* refactor: move service-defaults into the 'config' file for reuseLibravatar Vijay A2021-10-16
|
* refactor: move service-defaults into the 'config' file for reuseLibravatar Vijay A2021-10-16
|
* feat: add new preference to allow per-service wake-up (#2085)Libravatar Ahmad M. Abdelaziz2021-10-16
|
* chore: update eslint setup (#2074)Libravatar Markus Hatvan2021-10-15
|