- Sep 03, 2023
-
-
Joel Jeremy Marquez authored
* Experimental OFX parser * Release notes * Enable enableExperimentalOfxParser in tests * Move experimental ofx parser to ofx2json * Enable experimental ofx parser by default * Address PR comments
-
- Sep 01, 2023
-
-
Trevor Farlow authored
* Make all mobile view themes respect Actual color themes
-
Matiss Janis Aboltins authored
-
- Aug 20, 2023
-
-
Trevor Farlow authored
Co-authored-by:
kyrias <johannes@kyriasis.com>
-
- Aug 12, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 07, 2023
-
-
Johannes Löthberg authored
-
- Jul 29, 2023
-
-
Tom French authored
-
Matiss Janis Aboltins authored
Moving the code to separate files. Functionally should be no differences.
-
- Jul 28, 2023
-
-
Jed Fox authored
-
- Jul 20, 2023
-
-
Jed Fox authored
-
- Jul 18, 2023
-
-
Matiss Janis Aboltins authored
Renaming all occurrences of Nordigen to GoCardless
-
Jed Fox authored
-
Joel Jeremy Marquez authored
-
Jed Fox authored
-
- Jul 17, 2023
-
-
Jed Fox authored
-
- Jul 02, 2023
-
-
Neil authored
-
- Jun 20, 2023
-
-
Matiss Janis Aboltins authored
-
- Jun 17, 2023
-
-
Shazib Hussain authored
Continuing on from #1139 this PR deletes all function that are not used anywhere. The next PR will include all the entire files that are unused & deleted.
-
- Jun 15, 2023
-
-
Shazib Hussain authored
As discussed in #1126 creating separate PRs. The linter rule isn't actually part of this first PR and will likely be in the final PR as otherwise it will just fail because all the issues aren't resolved. The code is 'ready' though so as soon as this is merged I will open next one(s)
-
Matiss Janis Aboltins authored
Closes #1125 Disables (hides) the "all payees" checkbox when schedules are loading. Reproduction: 1. open `/schedule/discover` 2. while the data is still loading - click on the checkbox in the table header 3. after loading finishes - the page crashes with an error
-
- Jun 14, 2023
-
-
Matiss Janis Aboltins authored
Further Nordigen fixes for expired bank-links. With the recent changes to the router, we had broken this functionality. <img width="488" alt="Screenshot 2023-06-14 at 09 00 21" src="https://github.com/actualbudget/actual/assets/886567/8e7516e0-121a-46e0-9e52-24748b161173"> <img width="437" alt="Screenshot 2023-06-14 at 09 00 30" src="https://github.com/actualbudget/actual/assets/886567/88b36549-1073-4269-b42f-1553c164316f">
-
- Jun 13, 2023
-
-
Matiss Janis Aboltins authored
Small bugfix for nordigen. Do not perform the server status check if the user is actually offline.
-
- Jun 11, 2023
-
-
Jed Fox authored
Previously, the frontend would attempt to make real requests to `https://not-configured/`, which of course failed. I’ve changed the internal structure to have the lack of a server expressed as a `null` server. A new `did-bootstrap` browser-level setting has been added to track if the user clicked “Don’t use a server.” Finally, I updated the auth logic for methods that call out to the server to make them consistent and use the early return style which reduces indentation.
-
- Jun 01, 2023
-
-
Tom French authored
-
- May 10, 2023
-
-
Jed Fox authored
Fixes #1021
-
- May 09, 2023
-
-
Alberto Gasparin authored
-
- May 05, 2023
-
-
Matiss Janis Aboltins authored
-
- May 01, 2023
-
-
Matiss Janis Aboltins authored
-
- Apr 19, 2023
-
-
Matiss Janis Aboltins authored
Removing `react-select` and the new autocomplete. This experiment has failed, so cleaning things up now.
-
Matiss Janis Aboltins authored
-
- Apr 06, 2023
-
-
Matiss Janis Aboltins authored
-
- Mar 24, 2023
-
-
Jed Fox authored
Seems to build fine, will test later.
-
- Mar 20, 2023
-
-
Matiss Janis Aboltins authored
Depends on server change: https://github.com/actualbudget/actual-server/pull/168
-
- Mar 18, 2023
-
-
Matiss Janis Aboltins authored
Enabling the new autocomplete for dev/preview deployments. This will allow us to spot any more issues there might be before we release the new autocomplete. https://github.com/actualbudget/actual/issues/773
-
Matiss Janis Aboltins authored
Refactored all feature flags to use the new `useFeatureFlag` hook. Also added a new functionality to this feature flag: ability to define custom "default" value for a feature flag. This will allow us to enable the new autocomplete component for everyone using Netlify builds eventually (need to address some issues before doing so).
-
- Mar 17, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Mar 13, 2023
-
-
Matiss Janis Aboltins authored
Related to: https://github.com/actualbudget/actual/issues/724#issuecomment-1455160250 Depends on https://github.com/actualbudget/docs/pull/126 to be merged first. Two changes here: 1. show "link account" only if actual-server is used (user is "online"); 2. allow linking accounts only if Nordigen is configured (using new API to get the status for it); Also ported the `CreateAccount` modal to a functional component.
-
- Mar 08, 2023
-
-
Vincent Schmandt authored
This implements a simple indicator showing the user if the currently used version is outdated by utilising GitHub tags to track the latest version. Closes #463 --------- Co-authored-by:
Jed Fox <git@jedfox.com>
-
- Feb 21, 2023
-
-
Jed Fox authored
* Allow the server to auto-configure the server URL for the client * Extract server URL/version logic out to ensure consistent updates * () * Be more explicit about when the server version is re-fetched * Use a single layer of context provider * Move the bootstrap route to /account/needs-bootstrap * No more `isActual` * Refactor to call subscribe-needs-bootstrap instead of fetch() * Dedupe calls to subscribe-needs-bootstrap * Don’t revalidate the server when we just validated it * simplify * Fix setServerURL
-