- Jun 18, 2023
-
-
Matiss Janis Aboltins authored
actual-server does not need to import the full actual-app/api package. It can import only the CRDT stuff.. so I'm extracting it into a new package to reduce the size of actual-server and make the link between things more transparent.
-
- Jun 08, 2023
-
-
Jed Fox authored
Good catch @Jackenmen in https://github.com/actualbudget/actual/pull/948#issuecomment-1580501909 — I’ve also added a CI check to ensure bad migrations aren’t introduced in the future. I think if you have a budget that has managed to have this migration applied successfully, you’ll need to manually patch `getAppliedMigrations` in `packages/loot-core/src/server/migrate/migrations.ts` and inject a query to remove the old migration ID and insert the new one.
-
- 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 18, 2023
-
-
Shazib Hussain authored
Updates to the latest version of electron and moves the backend-frontend communication from node-ipc to websockets. This resolves the previous roadblock regarding `nodeIntegration` . Done - Remove node-ipc in favour of websockets. - Move file copying out of `preload.js` to avoid importing module `fs` there - Bump all electron pacakge versions to the latest - Added new package for finding open ports as node-ipc is gone - Tweaked webpack config for above changes Partially fixes #468 Questions/ Pending: - Literally every single test fails for me, presumably some issue with my setup/environment. - The websocket communication is not using TLS. I'm not sure how to enable this, or if we even need to as its all local. - Still need to create the CI for building/deploying but I'm not sure where start in this regard as i have no exp with it. Presumably we will need to point the electron auto-updater to the github releases url's. If people are happy with this PR I will look at adding the CI before its merged. - In dev mode only, I have disabled TLS security becuase my docker container's cert is not signed. I _assume_ this will be true for other people who spin up the server on thier own hardware. Perhaps I just need to change my cert to one from letsencrypt or something... Notes. I have not touched javascript in eons so my apologies if the commit trail is a bit fragmented. I tried to keep them fairly contained and then there is a slightly gnarly final commit fixing all the linter issues... Please let me know if you want me to squash some commits etc. I initially tried to move this to web workers the same way the web app does it but this was unsuccessful. I have found no way to spin up a worker in one place (frontend/backend) and then pass this worker to the other. The electron ipc channels don't allow you to directly pass objects such as workers, everything is cloned/serialised. Passing a port number so the other end can spin up its own socket works fine. --------- Co-authored-by:
Shazib Hussain <contact@shazib.com> Co-authored-by:
Jed Fox <git@jedfox.com>
-
- May 16, 2023
-
-
Jed Fox authored
-
- May 06, 2023
-
-
Jed Fox authored
-
- May 01, 2023
-
-
Matiss Janis Aboltins authored
Run the feature-request github action only once for the "feature" label. Demo: https://github.com/MatissJanis/actual/issues/8 Also fixed the link to issue list.
-
Matiss Janis Aboltins authored
Run the feature request management action when adding "feature" label. This will allow us to.. 1. remove "feature" label 2. add back "feature" label Thus execute the workflow on the existing issues.
-
Matiss Janis Aboltins authored
-
- Apr 13, 2023
-
-
Jed Fox authored
-
- Apr 07, 2023
-
-
Jed Fox authored
-
- Mar 28, 2023
-
-
Alberto Gasparin authored
-
- Mar 14, 2023
-
-
Jed Fox authored
-
Jed Fox authored
See https://github.com/actualbudget/docs/pull/129 for more details. If this is accepted, I’ll fill in release notes for the PRs that have been submitted since the last release and submit a corresponding PR to `actual-server`. --------- Co-authored-by:
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
-
- Mar 06, 2023
-
-
Jed Fox authored
Part of fixing the horrendously slow Docker build for the server edge images.
-
- Mar 02, 2023
-
-
Matiss Janis Aboltins authored
*
upgrade github actions * Upgrade actions/checkout
-
- 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
-
- Jan 26, 2023
-
-
Rich Howell authored
Removing as this isn't used.
-
- Jan 18, 2023
-
-
Matiss Janis Aboltins authored
-
Matiss Janis Aboltins authored
-
Rich Howell authored
-
Rich Howell authored
-
Rich Howell authored
-
Rich Howell authored
-
Rich Howell authored
-
Rich Howell authored
Dropped checkout back to v1
-
Rich Howell authored
Dropped checkout back to v1
-
- Jan 17, 2023
-
-
Rich Howell authored
-
- Jan 16, 2023
-
-
Matiss Janis Aboltins authored
*
improving playwright install speed * use chromium
-
- Jan 12, 2023
-
-
Matiss Janis Aboltins authored
-
- Oct 20, 2022
-
-
Rich Howell authored
Removed auto close
-
- Oct 19, 2022
-
-
Rich Howell authored
-
Rich Howell authored
-
- Aug 23, 2022
-
-
Tom French authored
-
- Jul 16, 2022
-
-
Tom French authored
-
- Jun 29, 2022
-
-
Tom French authored
-
Tom French authored
-
Tom French authored
windows is currently defaulting to powershell
-
Tom French authored
-
Tom French authored
-