Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/actualbudget/actual

A local-first personal finance app
https://github.com/actualbudget/actual

:recycle: moving some components from common.tsx to separate files (#1248)

This is direct copy & paste with no changes. Just moving things a bit to
reduce the size of the...

bdaa78b91970ebc49b6ca36ab3098f8553847f08 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:bug: fix toggling of balances in all-accounts view (#1252)

Closes #1249

Also removing some unused code

32ecd52f2b7ab8df649198d504525ea3af43cd82 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:bug: (mobile) reduce the size of account cards (#1247)

Closes #1163

f1c21be4a0b3f91a6ba7c48d1bc5dd4103f77b1a authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Fix electron export issue (#1242)

7a5bf2ffc47ec36747289e745d47bc47c086fafe authored over 1 year ago by Shazib Hussain <[email protected]>
Saved Filters Page (#1122)

f5ea9d0fda9c2b04932c543e41db78cca1b2261d authored over 1 year ago by Neil <[email protected]>
:wrench: cancel previous CI runs if a new push is made (#1251)

Cancel previous CI runs if a new push is made. Thus saving a bit of CI
resources.

168b38fc4befececea6af2ce0c048d96d6953ec0 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
.gitattributes Check line endings for tsx files (#1246)

de41301a44868461fc00731230489cfdbecb06e7 authored over 1 year ago by Shazib Hussain <[email protected]>
Fix importing transfers from YNAB4/5 (#1224)

7c0c440df28cb44fa20623cd830f75f6e5c133ed authored over 1 year ago by Jed Fox <[email protected]>
Auto-close the local/nordigen picker modal after creating an account (#1219)

0d636aa04cd9c7548c1d8687289f12265f1a2240 authored over 1 year ago by Jed Fox <[email protected]>
Run “Handle completed feature requests” in pull_request_target (#1243)

f4940dceb157d16fee259a6e55d4389b91c6fa79 authored over 1 year ago by Jed Fox <[email protected]>
Add electron options to bug-report.yml (#1239)

447f7d6459c5794eb404fc585d476fd947b7578a authored over 1 year ago by Shazib Hussain <[email protected]>
Add onClick handlers to the schedule and transaction icons in the transaction list (#1228)

For #547

In addition to the arrow icon, I have also updated the
recurring/calendar icon to ...

d325e6b060444e6a8f63f5111e4878662cb60bec authored over 1 year ago by Joel Jeremy Marquez <[email protected]>
Remove usage of Formik (#1212)

0286fa4ed08404edaa6a2d4950d973b07de192e6 authored over 1 year ago by Jed Fox <[email protected]>
Goals: Add recurring schedule support (#1193)

Add recurring schedule support.

To test: use the schedule keyword with a daily or weekly recu...

df74e6ddd144a300dc8e3b9e91b3d1b5a760fd8a authored over 1 year ago by shall0pass <[email protected]>
Restore undo-url-saving behavior (#1234)

3b3770d6b984bacd29e9684e93f2156e0a983bac authored over 1 year ago by Jed Fox <[email protected]>
Extract the reports page into a separate JS file (#1210)

e6d931729c848dee90b399165e08270d169c03c9 authored over 1 year ago by Jed Fox <[email protected]>
Lint tweaks (#1223)

7165a2159d1d7ad58459357c3f6b20530095ddba authored over 1 year ago by Shazib Hussain <[email protected]>
:wrench: improved dev-server - enable asset cache (#1230)

Bringing back asset caching. This means we won't need to do a full
re-build for every change.
...

9e03a5f7bd2ef5948b307233e8526b7b74213c6c authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:wrench: fix the build - ignore missing moment (#1231)

1bc988d9d168b56b6ef310173b492f0f8c2559ed authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:sparkles: add netlify development banner (#1229)

dafbfb41983630fab766cd0ee32f053346615e3f authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:fire: remove pikaday monkeypatch (#1203)

AFAIK with the build-script upgrades we have done - this monkeypatch is
no longer necessary. Th...

e07ff45ae6cad8bb301e34b003116ae94f5af942 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:fire: remove unused scripts; simplify version script (#1227)

1. Removed some more unused scripts
2. Simplified the way we build `version` in to the source

f41763b0b9b9d2e0abda7f0244e05a1d08abdfaa authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Move netlify-wait-for-build into github/actions folder (#1222)

This script is only used for the github e2e tests so doesn't need to be
inside /bin

59a1c38d34d8bc653d652dd9f5ef234da0e98cef authored over 1 year ago by Shazib Hussain <[email protected]>
Tidy up electron (#1221)

Bumping package version to match actual/web, and deleting two scripts
i'm pretty sure are legac...

09d624c24b66e7183aee4ba9bb9eff2bec50cda2 authored over 1 year ago by Shazib Hussain <[email protected]>
Fix drag and drop on touch devices (#1204)

For #1194

81afe28901422c310b12b1d41379b96fc2be68d7 authored over 1 year ago by Joel Jeremy Marquez <[email protected]>
Clean up the public/ folder (#1187)

- Remove unused CSS files
- Set up the `.wasm` files to be automatically copied in
- `sql-wasm...

c88038e95ed63a17e0bd48cd4d9478ba39a27e7e authored over 1 year ago by Jed Fox <[email protected]>
Update .eslintignore (#1218)

The real migration files exist in `loot-core`. These are just copies.

962ebc9ef0c5dd60388b00d81d8131166f8c7bb3 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Remove redundant UUID wrapper module, update uuid package to 9.x (#1216)

I noticed that:

- The web and electron versions of our `uuid` module both looked exactly
the...

1733179bfbca5a11af84d3d34ca7bbd6291ee132 authored over 1 year ago by Jed Fox <[email protected]>
Fix size comparison workflow on fork PRs (#1214)

This PR moves the size comparison action back to a separate workflow
which now uses the `pull_r...

2108712f2dda986cc48e0fa37558b877905a7879 authored over 1 year ago by Jed Fox <[email protected]>
Move the rest of the syncing protobuf code to the CRDT package (#1217)

982d57c9ae06e28fa63715de5904edd01fcfdfd3 authored over 1 year ago by Jed Fox <[email protected]>
Bundle only the variable font version of Inter (#1213)

38b8000d2a87515c891e367db81dc0f70d79006f authored over 1 year ago by Jed Fox <[email protected]>
Improve some of the typings in loot-core (#1180)

<!-- Thank you for submitting a pull request! Make sure to follow the
instructions to write rel...

d5387c5d468a826f071929395bcdedaa47cfff77 authored over 1 year ago by Jed Fox <[email protected]>
Display bundle size changes in comments on opened PRs (#1205)

081c9d068fb7bd7a618fc5336ffb7ba7f6482b58 authored over 1 year ago by Jed Fox <[email protected]>
Consistently use ExternalLink (#1184)

This cleans up all of the usage of `<a>` in the codebase. Now all
external links get the approp...

aa503d6a74362a67709a11b76527b4554201cdcf authored over 1 year ago by Jed Fox <[email protected]>
Run ESLint at the top level once (#1202)

This significantly speeds up `yarn lint` for me. It also ensures we’re
listing all source files...

ed50e2b3926b027c6fc9a2d5273822e0db3f2ac0 authored over 1 year ago by Jed Fox <[email protected]>
Add public/data to .eslintignore in desktop-client (#1199)

This fixes an error that you’ll see about an unused export if you build
before linting.

ea4a68e06c5830011ac921528ecb0a9a8b9a7f42 authored over 1 year ago by Jed Fox <[email protected]>
Remove unused deps from desktop-client (#1200)

This will reduce install/lockfile size but won’t affect the built bundle
size. Still nice, hope...

45247e6d599ee4fc0cdcae7258aa480a13a43d6f authored over 1 year ago by Jed Fox <[email protected]>
Add release note

6fd2ad21ec7e9c2ed30153bab18dccf57047aaaa authored over 1 year ago by Jed Fox <[email protected]>
:arrow_up: upgrade hotkeys-js from v3.8.2 to v3.10.3, remove monkeypatch (#1195)

b7d5602ccefeeea8f82b2be14f365512415da616 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Fix navigating to the per-category per-month page (#1182)

I checked through the other references to `navigate` and none of them
appeared to be affected.

53df1a03a3e36870e5c601e190961faf1c9c3a4c authored over 1 year ago by Jed Fox <[email protected]>
:arrow_up: upgrade react-dnd and remove monkeypatch (#1192)

Another monkeypatch bites the dust.

AFAIK there is no regression in functionality. But please...

0f81d877ef5155249ea667e84e3eddda377fdc0b authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:arrow_up: upgrade @reach/listbox and remove monkeypatch (#1190)

It me it seems the monkey patch is no longer necessary.. At least I'm
not able to reproduce any...

a3ca5a26ae257e06508308b787cbbd30e9a8ddaf authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:fire: remove beta code and some unused scripts (#1189)

Just removing some unused/unnecessary scripts and `IS_BETA` env variable
+ the associated code ...

dacaef6fa48bf4d06c402717bf5a068475fb13cf authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Goals: Use shared 'months' functions for time (#1082)

Based on Tom's comment
(https://github.com/actualbudget/actual/pull/1058#issuecomment-156803088...

78e7468715a206f3d2235b1dfe5d6950b7e72c3a authored over 1 year ago by shall0pass <[email protected]>
Fix completed feature request handling (#1183)

d48add55b6f8c33435f90bcd3a08df8c20805a3d authored over 1 year ago by Jed Fox <[email protected]>
Fix “delete file” modal layout (#1170)

bb3ed4cea48eae2da1e0d6aaf396923e928d9675 authored over 1 year ago by Jed Fox <[email protected]>
chore: enforce proper types in `sync/index` (#1077)

I've updated the return values in `sync/index` to sensible values based
on how they're being ca...

fddcdec81fdefdd33f5b96fc65cbf2b387866a62 authored over 1 year ago by Tom French <[email protected]>
Fix transaction list page being blank on mobile (#1171)

Also remove the need to unmount & remount when switching between
accounts. Fixes #1169

0e7de456f6197b7a016e026f337e75f315e2492e authored over 1 year ago by Jed Fox <[email protected]>
Automatic category selection for new category transactions (#1176)

For #1152

64408495eef83fadf51f230b7ecf2c5af9d58122 authored over 1 year ago by Joel Jeremy Marquez <[email protected]>
New linter rule import/no-unused-modules & fixing import on typescript (#1173)

- New linter rules are now added
- Perhaps the `createPayee` method i've tagged with a disable ...

228cff3cfd2ee8424c0136b97c8c8ae32101ff64 authored over 1 year ago by Shazib Hussain <[email protected]>
React Router 6 fixes (#1178)

* Provide `match` prop to class components that still rely on it.
* Fixes #1169
* Fixes an unr...

f3f2c8485a8ab50557573802d793d39c6067d5f8 authored over 1 year ago by Trevor Farlow <[email protected]>
Remove remaining tutorial code (#1174)

Looks like this got missed in the last PR!

83459b4c783a853217cda76236c72c36b33ab70a authored over 1 year ago by Shazib Hussain <[email protected]>
react-router 6 upgrade (#1066)

Co-authored-by: Jed Fox <[email protected]>

9d041aaa7a1c93f50c642119d03066ef1c258c8a authored over 1 year ago by Trevor Farlow <[email protected]>
Deleting all unused files, deleting unused functions from loot-core (#1158)

Last one before I add the actual linter rules!

0c0f9e6ccffa1b4dc9b3d92af0bd00c3eef84cda authored over 1 year ago by Shazib Hussain <[email protected]>
Log more details when migrations are out of sync (#1161)

d6ed860bc39c59ed5f2a66258b64f249024f0400 authored over 1 year ago by Jed Fox <[email protected]>
Remove upgrade notifications code (#1156)

None of this code is relevant to people who have used the open source
app. I initially wanted t...

c6443f24b274a9fcdeba08a05572c5000bcf5934 authored over 1 year ago by Jed Fox <[email protected]>
:fire: removing needs-triage github label (#1157)

2b64a4935922fcf48569ae0e11de343c7350c05e authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Tidy up exports in loot-core (#1147)

Following on from #1146 this PR removes all unused exports from
`loot-core/`

287fb9b9d67e6643eb9d0062f17d415e1d76b033 authored over 1 year ago by Shazib Hussain <[email protected]>
:bug: remove 'we have been notified' copy (#1155)

Closes #1069

I've not actually tested this change. Which is why I'm not changing it
to direc...

c286f1c5f3dce70cb2a4215cd4c218aeaab24cf2 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Updates to the server button at the top right (#1141)

It now always shows a menu, so the user doesn’t unexpectedly perform an
action.

977e0c9008088c2945dd18f3489828e00a51f78c authored over 1 year ago by Jed Fox <[email protected]>
Expand / collapse all categories (#1143)

This PR is for the first item listed in #559: `Expand All / Collapse All
Categories`

For the...

497a3104f0fafdc8cef209becc8337a00a231898 authored over 1 year ago by Joel Jeremy Marquez <[email protected]>
:sparkles: (nordigen) release the feature (#1135)

adc5e324a783398fb01589b237743555b920f892 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Improve error logging in the API (#1121)

2c6cca6bf663b67aebe70cc07f6c7653ca51ad59 authored over 1 year ago by Jed Fox <[email protected]>
:recycle: (crdt) moved re-used utils in actual-server to separate package (#1150)

actual-server does not need to import the full actual-app/api package.
It can import only the C...

610c42a1ae780bfa3457b0a4b51471bb3cad1ffb authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Removing Tutorial code (#1146)

fcb1bba7fa7ccad9d5cb4a4ff6d2a3d3b6571af8 authored over 1 year ago by Shazib Hussain <[email protected]>
Removing unused functions (#1145)

Continuing on from #1139 this PR deletes all function that are not used
anywhere.

The next P...

764a20a36bbb12aabecde7456af84ec8f9e5ece6 authored over 1 year ago by Shazib Hussain <[email protected]>
Revert “Make number parsing agnostic to decimal and thousands separators” (#1144)

This reverts #1029. As raised in #1097, the formatting chosen doesn’t
work well when doing math...

b8dbec46bb009c04493e7edb6dded6931c33fcb8 authored over 1 year ago by Jed Fox <[email protected]>
Strip a trailing slash off of server URLs (#1140)

URLs with the trailing slash don’t work well — requests end up being
made to `https://example.c...

a86fd9cf06b19b4dd26947d18ac5f8ad8864b95c authored over 1 year ago by Jed Fox <[email protected]>
Update CONTRIBUTING.md to point to the website (#1138)

8f16e0167c5d666dde8e2c67ad19d4fa864e3076 authored over 1 year ago by Jed Fox <[email protected]>
Updates to the account creation/linking flow (#1137)

60a8f72be8825cddfc0b80bfdb471ff1d4527c28 authored over 1 year ago by Jed Fox <[email protected]>
Remove 'export' keyword where not needed. (#1139)

As discussed in #1126 creating separate PRs.

The linter rule isn't actually part of this firs...

61a5b1a3375c2452f26d92502f9678fd374ce7e4 authored over 1 year ago by Shazib Hussain <[email protected]>
:bug: disable 'all payees' checkbox while schedules are loading (#1136)

Closes #1125

Disables (hides) the "all payees" checkbox when schedules are loading.

Reprod...

f8dfa5a6e0ea51daeb803882728611f569b34b0d authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Update links to point to new domain (#1129)

Depends on https://github.com/actualbudget/docs/pull/202.

9aea091f538c98a03a3f17f4a30919b00bf01481 authored over 1 year ago by Jed Fox <[email protected]>
Contributing link update (#1134)

Replaced contributing link

<!-- Thank you for submitting a pull request! Make sure to follow ...

4bee4584dc347fdac7856e0ffd060eea58e26774 authored over 1 year ago by Rich Howell <[email protected]>
:bug: (nordigen) expired bank-links (#1133)

Further Nordigen fixes for expired bank-links. With the recent changes
to the router, we had br...

05754d3e4227e01215c632281f54038bb729ce26 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:bug: (nordigen) linking an account via account page (#1128)

Fix linking via the account page. Previously it was not fully working if
the user had not set u...

4f5fd6c463a07f77ff82730dad3efcd04c98eb17 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
:bug: (nordigen) perform status check only if server is online (#1127)

Small bugfix for nordigen.

Do not perform the server status check if the user is actually off...

06b2a8757ed3ec96e2be24a5a4e33e2a02c43333 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Fix sync-related errors that show up in the console when not using a server (#984)

Previously, the frontend would attempt to make real requests to
`https://not-configured/`, whic...

0e2b317eb8e3c379bb06cb91996e5fd727e51fdb authored over 1 year ago by Jed Fox <[email protected]>
Partition GitHub Actions cache based on Node version (#1118)

This should fix the test failures on `master` — currently tests are
failing because the cache w...

15bc3c45a0ee5297636075759ae3401809c73748 authored over 1 year ago by Jed Fox <[email protected]>
Goals: Check template action (#1108)

This adds an option to the month drop down to check all the template
lines. If there are errors...

ded6ee8a659eedc91b1f5bcd54d156cc2dfce9a8 authored over 1 year ago by youngcw <[email protected]>
Update recommended version to Node.js 18 (#1117)

After #1115, new Node.js versions will be able to be used for
development of the frontend. This...

c1af40ff5c1a9cdb92c0eceff16e3b5a8579afe9 authored over 1 year ago by Jed Fox <[email protected]>
Update loot-core to webpack 5 (#1115)

~based on #1114~

This brings its build process up to date with the rest of the project.
We c...

f06edd723d438a25fdc8c6118bdaee64eb0bf934 authored over 1 year ago by Jed Fox <[email protected]>
Stop mixing platform-specific code (#1114)

Bundle sizes are unchanged but now we no longer pull in the
Electron-specific FS code on the we...

02f1fe48c6e07be236233aa019e258bf5c555efe authored over 1 year ago by Jed Fox <[email protected]>
Remove 'new' OFX parser as it is too buggy (#1111)

Draft because it is untested, maybe tonight I will test it! Just wanted
to get some code out ca...

87d269ba5cfd5773b8be7f34af925d4d068d2893 authored over 1 year ago by Davis Silverman <[email protected]>
Fix migration ID for “remove account type” migration (#1109)

Good catch @Jackenmen in
https://github.com/actualbudget/actual/pull/948#issuecomment-158050190...

6e6d765699430520c3adfb8f206eef1fc258aafd authored over 1 year ago by Jed Fox <[email protected]>
Remove account types (#948)

Closes #944, closes #532. ~WIP because something is causing the test
budget to fail to create b...

a25327d37000cbc1c7f4bcaf11526cc4d1f9fb61 authored over 1 year ago by Jed Fox <[email protected]>
Goals: Remainder option (#1101)

Added the option to add a remainder goal template. This will use the
remaining available funds ...

ed285e9ac5731af20035c09c20520b4e821d4482 authored over 1 year ago by youngcw <[email protected]>
BUGFIX Unused Payees: Corrected an issue where the filter control was not being referenced (#1107)

c42d17897cab34212e10b6d63062513617abbe2f authored over 1 year ago by SudoCerb <[email protected]>
More Electron fixes (#1099)

- Fix socket connection issues when reloading
- Fix external url clicking & middle clicking int...

be8109169896b3317697399558e15a4e13e81038 authored over 1 year ago by Shazib Hussain <[email protected]>
:wrench: (cross-env) add missing dep and upgrade all to same version (#1106)

1. Upgrade all `cross-env` versions to be the same
2. Added `cross-env` to `desktop-electron` -...

3cba8384127c532e622e0f496778c6f5e135a99d authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Fix error in console when `hideFraction` pref is missing (#1105)

38357f7efae6caacb1bcdd10afff13706bcd6a53 authored over 1 year ago by Jed Fox <[email protected]>
Disable “Reset sync” button when sync is disabled (#1104)

Extracted from #984

2c7b814d376ec9e3c6667e7c9b66f2dc3b71a990 authored over 1 year ago by Jed Fox <[email protected]>
Add clear error to API when no budget is open (#1073)

Previously, this would fail with a confusing “cannot read property of
`undefined`” error.

e1f7262f2a4a5b2daddd005b25b2a04827432b94 authored over 1 year ago by Jed Fox <[email protected]>
Goals: Cleanup script error (#1095)

There was one more location where the cleanup script could generate an
error. This should fully...

400078dce569b0c53a0425e838ba9d18899976bd authored over 1 year ago by shall0pass <[email protected]>
Sync more often when using the API (#1075)

6de6ad661d6842f471c6eb6d41514ebbc848aad8 authored over 1 year ago by Jed Fox <[email protected]>
:bookmark: (23.6.0) category hiding and filters for reports (#1087)

Web: https://github.com/actualbudget/actual/pull/1087
Server: https://github.com/actualbudget/a...

a0dfb8afbdfe490bd919ab032b705b340bf8372c authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Bug: Cleanup script (#1084)

1d301ac78d7788db417aa2c78c12d0b639918833 authored over 1 year ago by shall0pass <[email protected]>
fix parser bug where by goals couldn't repeat on months/years >9 (#1083)

8875f6d487bbf4f5d363e7cf26dac2b9d8154c8c authored over 1 year ago by youngcw <[email protected]>
chore: migrate some JS to TS (#1078)

66bfef28c0d82adfa189fcc0656783ccf2d0092d authored over 1 year ago by Tom French <[email protected]>
chore: remove `loot-design` reference from readme.md (#1079)

f03b8a3a145b384e08bd3540ed21654bfbf30d27 authored over 1 year ago by Tom French <[email protected]>