- Sep 07, 2024
-
-
Tim authored
* add option to select dark theme for "System default" * add release notes * fix release notes * update visual tests
-
- Aug 28, 2024
-
-
Michael Clark authored
* solves the problem but creates a vulnerability * sake... * working but need to specify rootca.pem * works * being flexible on the cert names, as long as its a crt or pem * remove console logs * initial setup for adding cert * caps * comments * fix ts strict * rewrote it * release notes * remove unneeded * https no polyfill * removing the cert reference if it is not found * moving full stop
-
- Aug 20, 2024
-
-
Robert Dyer authored
* Better debug logs for bank sync errors. * add release note * force CI update
-
- Aug 17, 2024
-
-
Matiss Janis Aboltins authored
-
- Aug 11, 2024
-
-
pmoon authored
-
- Jul 20, 2024
-
-
Ryan Bianchi authored
* add idea of common payee, a top 10 frequently used payee * add button in payee to mark as favorite * cleanup * minor fixes * add release notes and make favorite optional * fix TransactionsTable test * lint and release notes * rename section, resort list to ensure both are sorted * don't show common, move bookmarked to menu * add a limit on adding common payees * linting * reduce to 5 commonly used payees by default * linting * more linting * update migrate timestamp * more linting * fix api name, bump migrate timestamp * Add star to payee dropdown and rename section to 'Suggested Payees' --------- Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
- Jul 11, 2024
-
-
Robert Dyer authored
-
- Jul 10, 2024
-
-
Robert Dyer authored
-
- Jul 09, 2024
-
-
Wizmaster authored
- Added import preview in transaction import list - Added checkboxes to selectively prevent merging transactions Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
- Jul 05, 2024
-
-
Michael Clark authored
-
- Jul 03, 2024
-
-
Matiss Janis Aboltins authored
-
- Jun 26, 2024
-
-
Joel Jeremy Marquez authored
* Group and ungroup split transactions * Release note * Fix release note category * Do not allow on reconciled transactions * Add account validation, fix undo behavior, set split payee * Fix lint errors * Allow extracting some child transactions * Disabled split/unsplit selected items menu * Fix lint error * Fix typecheck error * Special Split payee * "Split" payee on parent transaction * Show manage payees on payee autocomplete modal * Fix typecheck error + cleanup * Fix typecheck error + cleanup * VRT * Fix tests * VRT * Only show split/unsplit when applicable
-
- Jun 18, 2024
-
-
Robert Dyer authored
-
- Jun 10, 2024
-
-
Dan D authored
* Update main.ts - Handle Null Org Domain in SimpleFIN SimpleFIN (currently) uses the org domain as the bank ID. According to SimpleFIN docs, this can possibly be a null value, as can the org name. However, at least one of the two must be present. In Actual, org name is set to "Unknown" if it comes in as null, but the bank_id (previously just set to the org domain) was not, resulting in a null bank_id value at times. * Create 2836.md * Fix release notes format. * Small change to release note. * Change to use new org Id as fallback for bank_id * Add orgId property, for new org id from SimpleFIN
-
- May 30, 2024
-
-
Robert Dyer authored
* initial support for linking to off budget * add release note
-
- May 16, 2024
-
-
Matiss Janis Aboltins authored
-
- May 15, 2024
-
-
Matiss Janis Aboltins authored
-
- May 04, 2024
-
-
Joseph Livecchi authored
* Updated Login to handle header auth
-
- Apr 23, 2024
-
-
Matt Fiddaman authored
-
- Apr 20, 2024
-
-
Matiss Janis Aboltins authored
-
- Apr 18, 2024
-
-
Matiss Janis Aboltins authored
-
- Apr 16, 2024
-
-
Adam authored
* Change Actual default theme to System Default * Add release notes * Update release notes * update vrt --------- Co-authored-by:
youngcw <calebyoung94@gmail.com>
-
- Apr 09, 2024
-
-
Matiss Janis Aboltins authored
-
- Mar 31, 2024
-
-
Matiss Janis Aboltins authored
adding extra console.log lines for bank-sync to help with troubleshooting (#2529) * adding extra console.log lines for bank-sync to help with troubleshooting * Release notes
-
- Mar 09, 2024
-
-
Robert Dyer authored
-
- Mar 04, 2024
-
-
Matiss Janis Aboltins authored
-
- Feb 16, 2024
-
-
shall0pass authored
* midnight updates * updates * updates * background one shade darker * change highlights to match other accents * release note * link color * variable spelling * Upcoming pill color * theme switch bug * remove development, type error * toggle background, disabled background+text * account pillboxes and icons * typecheck error
-
- Feb 05, 2024
-
-
Matiss Janis Aboltins authored
-
- Feb 04, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 20, 2024
-
-
Zach Whelchel authored
* Some initial UI work for adding SimpleFin. * SimpleFin proof of concept working. * Adds linking & unlinking to existing accounts through the account menu UI. * Added loading and lint fixes. * Lint changes. * Added release notes. * Typecheck cleanup. * Import, lint, typecheck cleanups. * More typecheck cleanup. * Refactored language for consistency. * Added default institution name. * Lint cleanup. * Addressed change requests. * Added a default to migration, made variables consistent, added feature flag. * Added account_sync_source to server schema. * Adds account_sync_source to test. * Fix for typecheck. * Attempt to make typecheck happy. * Added strict ignore. * Moved account_sync_source to the right model (face palm). * Hotfix for institution format. * Lint cleanup. * Removed unnecessary promise.all. * Lint cleanup.
-
DJ Mountney authored
* Bundle loot-core types into the API So we can have loot-core be the source of truth for some types that get passed through - Improves downstream development with API by including types - Use path aliases for dist vs dev tsconfigs - Convert api index to typescript as example - Permit ts-ignore for issues with our version of typescript --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
Neil authored
* Add schema work * notes * merge fixes * add to handlers * notes update * Update packages/loot-core/src/server/reports/app.ts Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv> * review changes * type updates --------- Co-authored-by:
Matiss Janis Aboltins <matiss@mja.lv>
-
- Jan 19, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 15, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 09, 2024
-
-
DJ Mountney authored
* Add proper types to runHandler - Args and return values from runHandler should now work within loot core - Updated some of the handler types to be more accurate
-
- Jan 08, 2024
-
-
Matiss Janis Aboltins authored
-
- Jan 06, 2024
-
-
Joel Jeremy Marquez authored
* ESLint no-default-export 13 - final * Release notes * Fix lint error * Add api/migrations to override * Fix lint error
-
Joel Jeremy Marquez authored
* ESLint no-default-exports 12 - All loot-core folders except server * Release notes * Fix imports
-
- Dec 15, 2023
-
-
iOSLife authored
-
- Dec 13, 2023
-
-
spezzino authored
* add support for system theme * add release notes * Rename auto theme * add theme selector * update visual snapshots * update snapshots * update snapshots
-