- Dec 02, 2023
-
-
DJ Mountney authored
-
Matiss Janis Aboltins authored
-
- Nov 28, 2023
-
-
Stefan Hall authored
-
- Nov 23, 2023
-
-
DJ Mountney authored
-
- Nov 22, 2023
-
-
Joel Jeremy Marquez authored
-
- Nov 20, 2023
-
-
Stefan Hall authored
-
- Nov 14, 2023
-
-
Matiss Janis Aboltins authored
-
- Sep 03, 2023
-
-
Matiss Janis Aboltins authored
-
- Aug 07, 2023
-
- Aug 02, 2023
-
- Jul 29, 2023
-
-
Jed Fox authored
-
- Jul 09, 2023
-
-
Matiss Janis Aboltins authored
Closes #1296 After this is merged I'll do an API release which will also solve https://github.com/actualbudget/actual/issues/1303
-
- Jun 28, 2023
-
-
Jed Fox authored
I noticed that: - The web and electron versions of our `uuid` module both looked exactly the same… - …and deferred to the `uuid` package… - …and the async version just called the sync API. So now we will just use the `uuid` package directly everywhere.
-
- Jun 26, 2023
-
-
Jed Fox authored
This significantly speeds up `yarn lint` for me. It also ensures we’re listing all source files in the project, including the `.eslintrc` files and any other files that may be present.
-
- Jun 15, 2023
-
-
Jed Fox authored
Depends on https://github.com/actualbudget/docs/pull/202.
-
- Jun 09, 2023
-
-
Jed Fox authored
Bundle sizes are unchanged but now we no longer pull in the Electron-specific FS code on the web version
-
- Jun 02, 2023
-
-
Jed Fox authored
-
- Jun 01, 2023
-
-
Matiss Janis Aboltins authored
Web: https://github.com/actualbudget/actual/pull/1087 Server: https://github.com/actualbudget/actual-server/pull/207 Docs: https://github.com/actualbudget/docs/pull/179 --------- Co-authored-by:
Jed Fox <git@jedfox.com> Co-authored-by:
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
- May 24, 2023
-
-
Matiss Janis Aboltins authored
<!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes -->
-
- May 22, 2023
-
-
Jed Fox authored
This allows using the API as documented. In #877, I think this was unintentionally converted to be a named export.
-
- May 16, 2023
-
-
Jed Fox authored
-
- May 04, 2023
-
-
Matiss Janis Aboltins authored
-
- May 02, 2023
-
-
Jed Fox authored
Fixes #615. I would appreciate double-checking that I didn’t accidentally delete anything that is important. Since I’m removing the related API methods, this is technically a breaking change (even if people would have no reason to remove this stuff), so we should probably do a major release of the API package.
-
- Apr 12, 2023
-
-
Alberto Gasparin authored
Another batch of files from `loot-core` migrated to TS (loose mode)
-
- Apr 10, 2023
-
-
Alberto Gasparin authored
This PR converts everything (aside from electron) from CommonJS to ESM. It is needed to reduce the changes that will happen during the migration to Typescript (as TS does not play nice with CJS). Basically: - rewrite `require()` to `import` - rewrite `module.exports` to `exports` - introduce `ts-node` to run importers so we can convert them to TS too Lastly, sorry for this larg-ish PR, not my preference but when I tried to reduce its scope, I would end up with mixed commons/esm that was even more tricky to handle.
-
- Apr 09, 2023
-
-
Matiss Janis Aboltins authored
<!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes -->
-
Jed Fox authored
These files will be automatically recreated by `yarn build:api`, `yarn build:browser`, and `yarn start:browser`, so we don’t need them in the repo.
-
- Apr 07, 2023
-
-
Matiss Janis Aboltins authored
-
- Apr 06, 2023
-
-
Jed Fox authored
<!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes -->
-
- Mar 09, 2023
-
-
Matiss Janis Aboltins authored
A new release for `api` too so we could start using `better-sqlite3` v8 in `actual-server`.
-
- Feb 28, 2023
-
-
Jed Fox authored
* Sort transactions by date in updateCategoryRules * Update better-sqlite3 to 7.5.0 * Update better-sqlite3 to v8
-
- Feb 24, 2023
-
-
Jed Fox authored
* Make it easier to build the bundle.api.js for the API * Remove budgetId parameter, move config to top level of API * that’s a breaking change * Add support for signing into the server in init() * Add api.downloadBudget(syncId, { password }) method * Fix lint errors * Refactor: extract out getSyncError * api/download-budget: sync if possible instead of downloading * Don’t bother with fetching remote files and installing key if the file is local * *groupId * FIx lint issues * Remove extra close+reopen * Refactor out duplicate load-budget logic * Trailing commas
-
- Feb 02, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
- Dec 12, 2022
-
-
shall0pass authored
-
- Dec 08, 2022
-
-
James Long authored
-
James Long authored
-
James Long authored
-
- Dec 04, 2022
-
-
James Long authored
-
James Long authored
-