aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* New Crowdin updates (#117) [skip ci]Libravatar Vijay Aravamudhan2022-05-07
|
* Manually resetting some i18n files [skip ci]Libravatar Vijay A2022-05-07
|
* New Crowdin updates (#115) [skip ci]Libravatar Vijay Aravamudhan2022-05-07
|
* Minor refactoring for css styles of headings (fontSize)Libravatar Vijay A2022-05-06
|
* Use components defined in the codebase; Extract some text for i18n purposes.Libravatar Vijay A2022-05-06
|
* Regenerate i18n fileLibravatar Vijay A2022-05-06
|
* Feature: Add monochromatic Service icons option with Dim adjustmentLibravatar André Oliveira2022-05-06
|
* Do not allow http urls that end in '/' (fixes #102) (#103)Libravatar Vijay Aravamudhan2022-05-05
|
* fix: modify user agent string on Linux (#99)Libravatar Max Wipfli2022-05-05
| | | | | | | | | | On Linux, the user agent includes 'X11; Ubuntu; Linux ${arch}'. This user agent string break the Google Calendar service because the server decides to serve to mobile site instead of the desktop site based on that string. On my non-Ubuntu Linux machine, the UA used is almost identical, except for the 'Ubuntu; ' part. Removing that part from the default UA we use fixes that particular error and seems no to break any other services.
* Rearrange input fields on Settings screen and add labels for organization (#101)Libravatar André Oliveira2022-05-05
|
* Missed i18n file from previous PRLibravatar Vijay A2022-05-04
|
* 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
|
* Fix height of tab items in relation to width for Normal SidebarLibravatar André Oliveira2022-05-02
|
* 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
|
* Fix horizontal sidebar rendering overlapping the active service (#70)Libravatar André Oliveira2022-05-01
| | | | | | | | | | | | | | | * Revert "Fixes existing gap on horizontal sidebar" This reverts commit 1a3b2f989d8e209ccfd2aab3cdce91a49b317c87. * Fixup sidebar only for windows * Tries to generalize the style without vertical.scss * Fix review comments * Fixes it on Linux Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Fix issue where 'macos-notification-state' was being loaded in non-macosLibravatar Vijay A2022-04-30
|
* Replace dependency on 'cld' with 'languagedetect' to remove native ↵Libravatar Vijay A2022-04-30
| | | | compilation issu
* feat: add CSS scroll snap in split view mode (#64)Libravatar niu tech2022-04-30
|
* fix: desktopCapturer in electron 17+ (fixes #59)Libravatar Kristóf Marussy2022-04-29
| | | | | | | | | | | Since electron 17, desktopCapturer is only available in the main process: https://www.electronjs.org/blog/electron-17-0#desktopcapturergetsources-in-the-renderer This patch adds a new IPC message from the service renderer to the main process so it can still invoke desktopCapturer.getSources Signed-off-by: Kristóf Marussy <kristof@marussy.com>
* Fixes existing gap on horizontal sidebarLibravatar André Oliveira2022-04-29
|
* 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
|
* Rebranding of Ferdium ServerLibravatar André Oliveira2022-04-25
|
* Accept both 'ferdi-data' and 'ferdium-data' extnsLibravatar Vijay A2022-04-24
| | | | (useful when moving from Ferdi to Ferdium)
* Fix windows build script [skip ci]Libravatar André Oliveira2022-04-23
| | | | Fix changelog url (rebranding fix)
* 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
|
* Fix app name for linux 'About' dialogLibravatar Vijay A2022-04-19
|
* 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
* Changed license filename and the new license-holdersLibravatar Vijay A2022-04-16
|
* 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
|
* New Crowdin updates (#2502)Libravatar Ferdi2022-03-30
|
* New Crowdin updates (#2484)Libravatar Ferdi2022-03-25
|
* New Crowdin updates (#2440)Libravatar Ferdi2022-03-14
|
* New Crowdin updates (#2430)Libravatar Ferdi Bot2022-03-02
|
* New Crowdin updates (#2429)v5.8.0Libravatar Ferdi Bot2022-03-01
|
* Re-arrange split view panes when tab order changes (#2428)Libravatar niu tech2022-02-28
|
* New Crowdin updates (#2427)Libravatar Ferdi Bot2022-02-28
|
* New Crowdin updates (#2426)Libravatar Ferdi Bot2022-02-27
|
* Add configurable hibernation interval after auto-wakeup (#2422)Libravatar James Andariese2022-02-27
|
* New Crowdin updates (#2420)Libravatar Ferdi Bot2022-02-16
| | | Co-authored-by: kytwb <412895+kytwb@users.noreply.github.com>
* New Crowdin updates (#2395)Libravatar Ferdi Bot2022-01-20
|