aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* #418 #477 Refactor Todo settings, add predefined Todo apps listLibravatar Amine2020-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add condition if on todo options * add drop down for todo server * fix error TODOS_FRONTEND * add todo list apps' * update name of dropdown menu to Todo Service * add other service to dropdown menu and subsetting field for user to input url * add Other Service to drop down * fixed typos * reverted wording * fix custom field * fix linting * fix linting * Delete tsconfig.tsbuildinfo * Delete tsconfig.tsbuildinfo * Delete tsconfig.tsbuildinfo * Add regex to validate custom todo url * Add note with source of regex function * Move regex function declaration to function body root * Apply code style * Add migration for todo settings * Apply code style Co-authored-by: romain <romain@jumboprivacy.com> Co-authored-by: Roman <46404814+yourcontact@users.noreply.github.com> Co-authored-by: romain <rpsa@pm.me>
* Retry flaky commands on AppVeyor (#526)Libravatar Amine2020-03-31
| | | To avoid having to manually re-run https://ci.appveyor.com/project/kytwb/ferdi/builds/31820339
* Update stale bot configuration (#524)Libravatar Bennett2020-03-31
| | | | | | | * Update stale.yml * Remove bugs from list of exempt labels * Update stale comment
* Merge pull request #516 from mrassili/fix/remove-server-settingLibravatar Amine2020-03-30
|\ | | | | Remove server setting from settings screen
| * Merge branch 'fix/remove-server-setting' of github.com:mrassili/ferdi into ↵Libravatar Marouane Rassili2020-03-29
| |\ | | | | | | | | | fix/remove-server-setting
| | * Remove server setting from settings screenLibravatar Marouane Rassili2020-03-29
| | |
| * | Clean up unused locales and propsLibravatar Marouane Rassili2020-03-29
| | |
| * | Remove server setting from settings screenLibravatar Marouane Rassili2020-03-29
| |/
* | #514 Document 'gyp: No Xcode or CLT version' errorLibravatar Amine Mouafik2020-03-30
| |
* | #515 Run utility scripts pre-commit instead of pre-pushLibravatar Amine Mouafik2020-03-30
| |
* | Merge pull request #518 from getferdi/all-contributors/add-yourcontactLibravatar Amine2020-03-29
|\ \ | | | | | | docs: add yourcontact as a contributor
| * | docs: update .all-contributorsrc [skip ci]Libravatar allcontributors[bot]2020-03-29
| | |
| * | docs: update README.md [skip ci]Libravatar allcontributors[bot]2020-03-29
|/ /
* / docs: add mrassili as a contributor (#517)Libravatar allcontributors[bot]2020-03-29
|/ | | | | | | * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* Merge pull request #497 from getferdi/improve-premium-informationLibravatar Amine2020-03-28
|\ | | | | Improve information about Premium subscriptions and Teams
| * Hide user lastname on Ferdi servers as it is not storedLibravatar vantezzen2020-03-28
| |
| * Improve information about premiumLibravatar vantezzen2020-03-25
| | | | | | | | | | | | | | | | | | As seen in #496, the current way Ferdi displays information about the Premium status may be irritating to new users. This commit will: - Hide all premium sections if we are not using the Franz server - Hide teams section if we are not using the Franz server - Update the description on the Teams page to reflect the use of Teams in Ferdi - Fix accessing the Team Management page to go to meetfranz.com instead of getferdi.com
* | Merge pull request #498 from getferdi/fix/retry-ciLibravatar Amine2020-03-28
|\ \ | |/ |/| Add retry commands to flaky build steps
| * Add retry commands to flaky build stepsLibravatar Amine Mouafik2020-03-25
|/
* Improve user onboarding (#493)Libravatar Bennett2020-03-25
| | | | | Until now, new users have started on the Ferdi dashboard and not on the Welcome screen like Franz does it. This change was made, as users needed to be ablet to change their server before logging in. This commit will change this onboarding process to bring users to the welcome screen on first login and it adds a new "Change Server" screen during authentication that allows the user to change the server without going to the full settings screen. This way, the onboarding experience for new users is a lot easier to go though while also improving the experience for experienced users who want to change their server as they only get the option they are looking for and not the whole settings list.
* Support new recipe repository hierarchy (#492)Libravatar Bennett2020-03-23
|
* Improve feature list (#488)Libravatar Bennett2020-03-23
| | | | | | | | | | | | | * Improve feature list * Add general features section * Improve table of contents * Rephrasing * Unify feature list to use "-s" form * Fix missing rephrasing
* New Crowdin translations (#464)Libravatar Ferdi Bot2020-03-23
| | | | | | | | | | | | | * New translations en-US.json (Ukrainian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Italian) * New translations en-US.json (French) * New translations en-US.json (Spanish)
* Add GitHub to sponsor methodsLibravatar Bennett2020-03-20
|
* Merge pull request #480 from getferdi/chore/upgrade-electron-dependenciesLibravatar Amine2020-03-19
|\ | | | | Upgrade Electron-related dependencies
| * Upgrade Electron-related depndenciesLibravatar Amine Mouafik2020-03-19
| | | | | | | | To include latest fixes.
* | Merge pull request #479 from getferdi/fix/window-draggable-heightLibravatar Amine2020-03-19
|\ \ | |/ |/| Review custom window draggable height
| * Review custom window draggable heightLibravatar Amine Mouafik2020-03-19
|/ | | | Reduces conflicts with underlying webview content.
* Update submodulesLibravatar Amine Mouafik2020-03-11
|
* New Crowdin translations (#462) [skip ci]Libravatar Ferdi Bot2020-03-11
| | | | | | | | | | | * New translations en-US.json (Dutch) * New translations en-US.json (Dutch) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Swedish) * New translations en-US.json (Swedish)
* Add new translations contributors [skip ci]Libravatar Amine Mouafik2020-03-11
|
* Merge pull request #458 from gmarec/develop-servicestoreLibravatar Amine2020-03-11
|\ | | | | Reflect service name in application title
| * Reflect service name in application titleLibravatar Gilles Marec2020-03-10
| |
* | Add gmarec as a contributor (#460)Libravatar allcontributors[bot]2020-03-11
| | | | | | | | | | | | | | * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* | Fixes broken Portugese/Brazilian translations for #438 via #459Libravatar Ferdi Bot2020-03-11
| |
* | 5.4.4-beta.3Libravatar Amine Mouafik2020-03-11
| |
* | New Crowdin translations (#448)Libravatar Ferdi Bot2020-03-11
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Spanish) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Italian) * New translations en-US.json (Japanese) * New translations en-US.json (Korean) * New translations en-US.json (Norwegian) * New translations en-US.json (Polish) * New translations en-US.json (Portuguese) * New translations en-US.json (Romanian) * New translations en-US.json (Indonesian) * New translations en-US.json (Russian) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Slovak) * New translations en-US.json (Slovenian) * New translations en-US.json (Swedish) * New translations en-US.json (Turkish) * New translations en-US.json (Ukrainian) * New translations en-US.json (Irish) * New translations en-US.json (Hungarian) * New translations en-US.json (Afrikaans) * New translations en-US.json (Czech) * New translations en-US.json (Arabic) * New translations en-US.json (Bosnian) * New translations en-US.json (Catalan) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Croatian) * New translations en-US.json (Danish) * New translations en-US.json (Hebrew) * New translations en-US.json (Dutch) * New translations en-US.json (Finnish) * New translations en-US.json (Flemish) * New translations en-US.json (French) * New translations en-US.json (Georgian) * New translations en-US.json (German) * New translations en-US.json (Greek) * New translations en-US.json (Vietnamese) * New translations en-US.json (German) * New translations en-US.json (German) * New translations en-US.json (French) * New translations en-US.json (Spanish) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Italian) * New translations en-US.json (Japanese) * New translations en-US.json (Korean) * New translations en-US.json (Norwegian) * New translations en-US.json (Polish) * New translations en-US.json (Portuguese) * New translations en-US.json (Romanian) * New translations en-US.json (Indonesian) * New translations en-US.json (Russian) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Slovak) * New translations en-US.json (Slovenian) * New translations en-US.json (Swedish) * New translations en-US.json (Turkish) * New translations en-US.json (Ukrainian) * New translations en-US.json (Irish) * New translations en-US.json (Hungarian) * New translations en-US.json (Afrikaans) * New translations en-US.json (Czech) * New translations en-US.json (Arabic) * New translations en-US.json (Bosnian) * New translations en-US.json (Catalan) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Croatian) * New translations en-US.json (Danish) * New translations en-US.json (Hebrew) * New translations en-US.json (Dutch) * New translations en-US.json (Finnish) * New translations en-US.json (Flemish) * New translations en-US.json (French) * New translations en-US.json (Georgian) * New translations en-US.json (German) * New translations en-US.json (Greek) * New translations en-US.json (Vietnamese) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian)
* Merge pull request #443 from getferdi/doc/start-dev-appLibravatar Amine2020-03-10
|\ | | | | Document starting dev app with misty and debug
| * Revert misty changes while keeping debug docLibravatar Amine Mouafik2020-03-09
| |
| * Document starting dev app with misty and debugLibravatar Amine Mouafik2020-03-04
| |
* | Add custom dark mode handler support (#445)Libravatar Bennett2020-03-09
| | | | | | | | | | * Add custom dark mode handler support * Fix lint
* | Add "Find in Page" feature (#446)Libravatar Bennett2020-03-09
| | | | | | | | | | | | | | * Add "Find in Page" feature * Add custom theme to overlay * Fix lint
* | docs: add n0emis as a contributor (#449)Libravatar allcontributors[bot]2020-03-09
| | | | | | | | | | | | | | * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* | add option to disable reload after resume (#447)Libravatar n0emis2020-03-09
| | | | | | | | | | | | * add option to disable reload after resume closes #442 * remove unused property
* | Merge pull request #428 from dpeukert/patch-1Libravatar Bennett2020-03-08
|\ \ | | | | | | Fix regression around muting services
| * | Partial revert of #371Libravatar Daniel Peukert2020-03-02
| | |
* | | New Crowdin translations (#427)Libravatar Ferdi Bot2020-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Spanish) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (Italian) * New translations en-US.json (Japanese) * New translations en-US.json (Korean) * New translations en-US.json (Norwegian) * New translations en-US.json (Polish) * New translations en-US.json (Portuguese) * New translations en-US.json (Romanian) * New translations en-US.json (Indonesian) * New translations en-US.json (Russian) * New translations en-US.json (Serbian (Cyrillic)) * New translations en-US.json (Slovak) * New translations en-US.json (Slovenian) * New translations en-US.json (Swedish) * New translations en-US.json (Turkish) * New translations en-US.json (Ukrainian) * New translations en-US.json (Irish) * New translations en-US.json (Hungarian) * New translations en-US.json (Afrikaans) * New translations en-US.json (Czech) * New translations en-US.json (Arabic) * New translations en-US.json (Bosnian) * New translations en-US.json (Catalan) * New translations en-US.json (Chinese Simplified) * New translations en-US.json (Chinese Traditional) * New translations en-US.json (Croatian) * New translations en-US.json (Danish) * New translations en-US.json (Hebrew) * New translations en-US.json (Dutch) * New translations en-US.json (Finnish) * New translations en-US.json (Flemish) * New translations en-US.json (French) * New translations en-US.json (Georgian) * New translations en-US.json (German) * New translations en-US.json (Greek) * New translations en-US.json (Vietnamese) * New translations en-US.json (French) * New translations en-US.json (Portuguese, Brazilian) * New translations en-US.json (French)
* | | Merge pull request #436 from getferdi/fix/inject-cssLibravatar Amine2020-03-07
|\ \ \ | |_|/ |/| | Fix uncaught error on injectCSS that does not exist
| * | Use async methods of fs-extraLibravatar Amine Mouafik2020-03-06
| | |
| * | Fix uncaught error on injectCSS that does not existLibravatar Amine Mouafik2020-03-04
|/ /