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
This is direct copy & paste with no changes. Just moving things a bit to
reduce the size of the...
Closes #1249
Also removing some unused code
32ecd52f2b7ab8df649198d504525ea3af43cd82 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>Closes #1163
f1c21be4a0b3f91a6ba7c48d1bc5dd4103f77b1a authored over 1 year ago by Matiss Janis Aboltins <[email protected]>7a5bf2ffc47ec36747289e745d47bc47c086fafe authored over 1 year ago by Shazib Hussain <[email protected]>
f5ea9d0fda9c2b04932c543e41db78cca1b2261d authored over 1 year ago by Neil <[email protected]>
Cancel previous CI runs if a new push is made. Thus saving a bit of CI
resources.
de41301a44868461fc00731230489cfdbecb06e7 authored over 1 year ago by Shazib Hussain <[email protected]>
7c0c440df28cb44fa20623cd830f75f6e5c133ed authored over 1 year ago by Jed Fox <[email protected]>
0d636aa04cd9c7548c1d8687289f12265f1a2240 authored over 1 year ago by Jed Fox <[email protected]>
f4940dceb157d16fee259a6e55d4389b91c6fa79 authored over 1 year ago by Jed Fox <[email protected]>
447f7d6459c5794eb404fc585d476fd947b7578a authored over 1 year ago by Shazib Hussain <[email protected]>
For #547
In addition to the arrow icon, I have also updated the
recurring/calendar icon to ...
0286fa4ed08404edaa6a2d4950d973b07de192e6 authored over 1 year ago by Jed Fox <[email protected]>
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]>3b3770d6b984bacd29e9684e93f2156e0a983bac authored over 1 year ago by Jed Fox <[email protected]>
e6d931729c848dee90b399165e08270d169c03c9 authored over 1 year ago by Jed Fox <[email protected]>
7165a2159d1d7ad58459357c3f6b20530095ddba authored over 1 year ago by Shazib Hussain <[email protected]>
Bringing back asset caching. This means we won't need to do a full
re-build for every change.
...
1bc988d9d168b56b6ef310173b492f0f8c2559ed authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
dafbfb41983630fab766cd0ee32f053346615e3f authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
AFAIK with the build-script upgrades we have done - this monkeypatch is
no longer necessary. Th...
1. Removed some more unused scripts
2. Simplified the way we build `version` in to the source
This script is only used for the github e2e tests so doesn't need to be
inside /bin
Bumping package version to match actual/web, and deleting two scripts
i'm pretty sure are legac...
For #1194
81afe28901422c310b12b1d41379b96fc2be68d7 authored over 1 year ago by Joel Jeremy Marquez <[email protected]>
- Remove unused CSS files
- Set up the `.wasm` files to be automatically copied in
- `sql-wasm...
The real migration files exist in `loot-core`. These are just copies.
962ebc9ef0c5dd60388b00d81d8131166f8c7bb3 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>I noticed that:
- The web and electron versions of our `uuid` module both looked exactly
the...
This PR moves the size comparison action back to a separate workflow
which now uses the `pull_r...
982d57c9ae06e28fa63715de5904edd01fcfdfd3 authored over 1 year ago by Jed Fox <[email protected]>
38b8000d2a87515c891e367db81dc0f70d79006f authored over 1 year ago by Jed Fox <[email protected]>
<!-- Thank you for submitting a pull request! Make sure to follow the
instructions to write rel...
081c9d068fb7bd7a618fc5336ffb7ba7f6482b58 authored over 1 year ago by Jed Fox <[email protected]>
This cleans up all of the usage of `<a>` in the codebase. Now all
external links get the approp...
This significantly speeds up `yarn lint` for me. It also ensures we’re
listing all source files...
This fixes an error that you’ll see about an unused export if you build
before linting.
This will reduce install/lockfile size but won’t affect the built bundle
size. Still nice, hope...
6fd2ad21ec7e9c2ed30153bab18dccf57047aaaa authored over 1 year ago by Jed Fox <[email protected]>
b7d5602ccefeeea8f82b2be14f365512415da616 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
I checked through the other references to `navigate` and none of them
appeared to be affected.
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]>
It me it seems the monkey patch is no longer necessary.. At least I'm
not able to reproduce any...
Just removing some unused/unnecessary scripts and `IS_BETA` env variable
+ the associated code ...
Based on Tom's comment
(https://github.com/actualbudget/actual/pull/1058#issuecomment-156803088...
d48add55b6f8c33435f90bcd3a08df8c20805a3d authored over 1 year ago by Jed Fox <[email protected]>
bb3ed4cea48eae2da1e0d6aaf396923e928d9675 authored over 1 year ago by Jed Fox <[email protected]>
I've updated the return values in `sync/index` to sensible values based
on how they're being ca...
Also remove the need to unmount & remount when switching between
accounts. Fixes #1169
For #1152
64408495eef83fadf51f230b7ecf2c5af9d58122 authored over 1 year ago by Joel Jeremy Marquez <[email protected]>
- New linter rules are now added
- Perhaps the `createPayee` method i've tagged with a disable ...
* Provide `match` prop to class components that still rely on it.
* Fixes #1169
* Fixes an unr...
Looks like this got missed in the last PR!
83459b4c783a853217cda76236c72c36b33ab70a authored over 1 year ago by Shazib Hussain <[email protected]>Co-authored-by: Jed Fox <[email protected]>
9d041aaa7a1c93f50c642119d03066ef1c258c8a authored over 1 year ago by Trevor Farlow <[email protected]>Last one before I add the actual linter rules!
0c0f9e6ccffa1b4dc9b3d92af0bd00c3eef84cda authored over 1 year ago by Shazib Hussain <[email protected]>d6ed860bc39c59ed5f2a66258b64f249024f0400 authored over 1 year ago by Jed Fox <[email protected]>
None of this code is relevant to people who have used the open source
app. I initially wanted t...
2b64a4935922fcf48569ae0e11de343c7350c05e authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Following on from #1146 this PR removes all unused exports from
`loot-core/`
Closes #1069
I've not actually tested this change. Which is why I'm not changing it
to direc...
It now always shows a menu, so the user doesn’t unexpectedly perform an
action.
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]>adc5e324a783398fb01589b237743555b920f892 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
2c6cca6bf663b67aebe70cc07f6c7653ca51ad59 authored over 1 year ago by Jed Fox <[email protected]>
actual-server does not need to import the full actual-app/api package.
It can import only the C...
fcb1bba7fa7ccad9d5cb4a4ff6d2a3d3b6571af8 authored over 1 year ago by Shazib Hussain <[email protected]>
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]>
This reverts #1029. As raised in #1097, the formatting chosen doesn’t
work well when doing math...
URLs with the trailing slash don’t work well — requests end up being
made to `https://example.c...
8f16e0167c5d666dde8e2c67ad19d4fa864e3076 authored over 1 year ago by Jed Fox <[email protected]>
60a8f72be8825cddfc0b80bfdb471ff1d4527c28 authored over 1 year ago by Jed Fox <[email protected]>
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]>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]>Depends on https://github.com/actualbudget/docs/pull/202.
9aea091f538c98a03a3f17f4a30919b00bf01481 authored over 1 year ago by Jed Fox <[email protected]>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]>
Further Nordigen fixes for expired bank-links. With the recent changes
to the router, we had br...
Fix linking via the account page. Previously it was not fully working if
the user had not set u...
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]>
Previously, the frontend would attempt to make real requests to
`https://not-configured/`, whic...
This should fix the test failures on `master` — currently tests are
failing because the cache w...
This adds an option to the month drop down to check all the template
lines. If there are errors...
After #1115, new Node.js versions will be able to be used for
development of the frontend. This...
~based on #1114~
This brings its build process up to date with the rest of the project.
We c...
Bundle sizes are unchanged but now we no longer pull in the
Electron-specific FS code on the we...
Draft because it is untested, maybe tonight I will test it! Just wanted
to get some code out ca...
Good catch @Jackenmen in
https://github.com/actualbudget/actual/pull/948#issuecomment-158050190...
Closes #944, closes #532. ~WIP because something is causing the test
budget to fail to create b...
Added the option to add a remainder goal template. This will use the
remaining available funds ...
c42d17897cab34212e10b6d63062513617abbe2f authored over 1 year ago by SudoCerb <[email protected]>
- Fix socket connection issues when reloading
- Fix external url clicking & middle clicking int...
1. Upgrade all `cross-env` versions to be the same
2. Added `cross-env` to `desktop-electron` -...
38357f7efae6caacb1bcdd10afff13706bcd6a53 authored over 1 year ago by Jed Fox <[email protected]>
Extracted from #984
2c7b814d376ec9e3c6667e7c9b66f2dc3b71a990 authored over 1 year ago by Jed Fox <[email protected]>
Previously, this would fail with a confusing “cannot read property of
`undefined`” error.
There was one more location where the cleanup script could generate an
error. This should fully...
6de6ad661d6842f471c6eb6d41514ebbc848aad8 authored over 1 year ago by Jed Fox <[email protected]>
Web: https://github.com/actualbudget/actual/pull/1087
Server: https://github.com/actualbudget/a...
1d301ac78d7788db417aa2c78c12d0b639918833 authored over 1 year ago by shall0pass <[email protected]>
8875f6d487bbf4f5d363e7cf26dac2b9d8154c8c authored over 1 year ago by youngcw <[email protected]>
66bfef28c0d82adfa189fcc0656783ccf2d0092d authored over 1 year ago by Tom French <[email protected]>
f03b8a3a145b384e08bd3540ed21654bfbf30d27 authored over 1 year ago by Tom French <[email protected]>