aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Collapse)AuthorAge
* Rearrange input fields on Settings screen and add labels for organization (#101)Libravatar André Oliveira2022-05-05
|
* Fix order of the Settings Icon on sidebar when Todo is enableLibravatar André Oliveira2022-05-05
|
* 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
|
* Add Ferdi server to hosted services (#49)Libravatar André Oliveira2022-04-27
| | | | * 'SettingsNavigation.js' and 'TeamDashboard.js' also have a call to 'LIVE_FERDI_API', but it handles the teams feature that I think neither Ferdi or Ferdium provide. * Removes comment on 'apiBase.ts' because I tested and the Terms was redirecting fine on the 'Help' Menu.
* chore: fix typo in EditSettingsForm.js [skip ci]Libravatar Ikko Ashimine2022-04-26
|
* Update node modules (#31)Libravatar Vijay Aravamudhan2022-04-23
| | | * Suppress eslint rules as warnings (dont turn off completely)
* 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>
* Complete tray icons redesign for all platforms (#28)Libravatar Fernando Figueiredo2022-04-22
|
* Turn off usage of 'debug' npm package using with electron-16 (fixes #17)Libravatar Vijay Aravamudhan2022-04-22
|
* Branding: Changed the tray and top iconsLibravatar André Oliveira2022-04-21
|
* Upgrade electron to '18.0.4'Libravatar Vijay A2022-04-19
| | | | Remove deprecated 'nativeWindowOpen' flag
* Upgrade electron to '16.2.2'Libravatar Vijay A2022-04-19
| | | | Remove deprecated 'webPreference' flag
* Fix rename of files and folders from 'Ferdi' to 'Ferdium'Libravatar Vijay A2022-04-16
|
* Made minute changes to rebrandLibravatar Aditya Mangalampalli2022-04-16
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Re-arrange split view panes when tab order changes (#2428)Libravatar niu tech2022-02-28
|
* Add configurable hibernation interval after auto-wakeup (#2422)Libravatar James Andariese2022-02-27
|
* Add PublishDebugInfo modal in AuthLayoutLibravatar kytwb2022-01-11
|
* Fix i18n issue on mostPopular keyLibravatar kytwb2022-01-08
|
* Make dismissable services update infobar cta available in updates tabLibravatar kytwb2022-01-05
|
* #512 Restrict in-app update to Mac, Windows and AppImageLibravatar kytwb2022-01-05
|
* Revert "#512 Show updates tab for Mac, Windows and AppImage only"Libravatar kytwb2022-01-05
| | | | This reverts commit 5869735af86f780f5acdf40747c60c53a15a1ef3.
* Link showServicesUpdatedInfoBar to automaticUpdatesLibravatar kytwb2022-01-05
|
* Make Modal components display on top of settingsLibravatar kytwb2022-01-02
|
* #512 Show updates tab for Mac, Windows and AppImage onlyLibravatar kytwb2022-01-02
|
* 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
* Apply .update-available badge to settings/updates tabsLibravatar kytwb2021-12-24
|
* #2359 Disable available updates behaviour based on automaticUpdatesLibravatar kytwb2021-12-24
|
* Hotfix for requireAuthenticatedUser errorLibravatar kytwb2021-12-19
|
* Iterate on About Ferdi screenLibravatar kytwb2021-12-19
|
* Fix propType title is not required, but has no corresponding defaultProps ↵Libravatar kytwb2021-12-18
| | | | declaration
* Fix prop title is marked as required in FullscreenLoaderLibravatar kytwb2021-12-18
|
* Show preferred method to add punctuationLibravatar kytwb2021-12-18
|
* Iterate on updateStatusSearchingLibravatar kytwb2021-12-18
|
* Iterate on Sidebar icons orderLibravatar kytwb2021-12-18
|
* Redirect to Welcome screen on logout/exit sessionLibravatar kytwb2021-12-18
|
* Fix classes names for Welcome screenLibravatar kytwb2021-12-18
|
* Replace 'Login' with 'Exit session' in settings navigationLibravatar kytwb2021-12-18
|
* Move LockedScreen to AppLayoutLibravatar kytwb2021-12-18
|
* Remove duplicate edit button in account settings tabLibravatar kytwb2021-12-18
|
* Refactor autoUpdater usageLibravatar kytwb2021-12-18
|
* Better error handling for autoUpdaterLibravatar kytwb2021-12-18
|
* Iterate on ecac9de1704ab75990eac16bc4aebb17bac774f5Libravatar kytwb2021-12-15
|
* chore: Enable/disable context menu for services on sidebarLibravatar Vijay A2021-12-15
|
* Iterate on recipes empty stateLibravatar kytwb2021-12-14
|
* Simpify services empty state textLibravatar kytwb2021-12-14
|
* Fix available services empty state renderingLibravatar kytwb2021-12-14
|