Ecosyste.ms: OpenCollective

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

Actual

We maintain an open source, self-hosted, web-based budgeting application.
Collective - Host: opensource - https://opencollective.com/actual - Website: https://actualbudget.org/ - Code: https://github.com/actualbudget

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...

github.com/actualbudget/actual - 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...

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

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

github.com/actualbudget/actual - 38b8000d2a87515c891e367db81dc0f70d79006f authored over 1 year ago by Jed Fox <[email protected]>
Fix errors in import example (#215)

ref:
https://discord.com/channels/937901803608096828/1122664924582260786/1123052436219760691

github.com/actualbudget/docs - b84d3f0a75eb829e60b77582b5438ddc74bec72b 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...

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

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 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.

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 45247e6d599ee4fc0cdcae7258aa480a13a43d6f authored over 1 year ago by Jed Fox <[email protected]>
Add release note

github.com/actualbudget/actual - 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)

github.com/actualbudget/actual - 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.

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 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 ...

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 78e7468715a206f3d2235b1dfe5d6950b7e72c3a authored over 1 year ago by shall0pass <[email protected]>
Fix completed feature request handling (#1183)

github.com/actualbudget/actual - d48add55b6f8c33435f90bcd3a08df8c20805a3d authored over 1 year ago by Jed Fox <[email protected]>
Fix “delete file” modal layout (#1170)

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 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

github.com/actualbudget/actual - 0e7de456f6197b7a016e026f337e75f315e2492e authored over 1 year ago by Jed Fox <[email protected]>
Automatic category selection for new category transactions (#1176)

For #1152

github.com/actualbudget/actual - 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 ...

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 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!

github.com/actualbudget/actual - 83459b4c783a853217cda76236c72c36b33ab70a authored over 1 year ago by Shazib Hussain <[email protected]>
:pencil: updating the website tagline, the hook (#212)

Updated the tagline (the hook) for the website.

For people coming in for the first time - the...

github.com/actualbudget/docs - 53d1588b14f2750b1fbe95a030c4d7831f4834ad authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
react-router 6 upgrade (#1066)

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

github.com/actualbudget/actual - 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!

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

github.com/actualbudget/actual - d6ed860bc39c59ed5f2a66258b64f249024f0400 authored over 1 year ago by Jed Fox <[email protected]>
Add Home Assistant as a community install option (#214)

github.com/actualbudget/docs - 22ad3e5ff79944a6eb325fc1acc7bff58dc28ad3 authored over 1 year ago by Zsolt Sz. Sztupák <[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...

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

github.com/actualbudget/actual - 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/`

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 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.

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 497a3104f0fafdc8cef209becc8337a00a231898 authored over 1 year ago by Joel Jeremy Marquez <[email protected]>
:sparkles: (nordigen) release the feature (#1135)

github.com/actualbudget/actual - adc5e324a783398fb01589b237743555b920f892 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Adding architecture details (#211)

Maybe these notes should form part of an existing page, but I wanted to
put some notes in about...

github.com/actualbudget/docs - 741460fd10413c8b17ca15120a44ee447188044d authored over 1 year ago by Shazib Hussain <[email protected]>
Redirect /account/* to sunset domain (#210)

github.com/actualbudget/docs - 48fbda27fa40786fa0d60d6da3aa204d5234d5b1 authored over 1 year ago by Jed Fox <[email protected]>
:pencil: update core contributors (#209)

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

github.com/actualbudget/docs - dbb5db590d2d2c28dc9b89d459c839937db5fcec authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Improve error logging in the API (#1121)

github.com/actualbudget/actual - 2c6cca6bf663b67aebe70cc07f6c7653ca51ad59 authored over 1 year ago by Jed Fox <[email protected]>
:recycle: (crdt) use actual-app/crdt package instead of api (#218)

Using the new CRDT package instead of API.

github.com/actualbudget/actual-server - debb33a63dbb89db36adfd2c3a72088cf084ca52 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Add a health check script (#214)

This allows running a health check from inside the container. Usage:
`npm run health-check`. Th...

github.com/actualbudget/actual-server - 5252f4507335c152665b4138af5dacad0f8b8d8c 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...

github.com/actualbudget/actual - 610c42a1ae780bfa3457b0a4b51471bb3cad1ffb authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Updating project information docs (#207)

github.com/actualbudget/docs - f92c760d8d72d611688e27168494661be6d392ba authored over 1 year ago by Shazib Hussain <[email protected]>
:pencil: (nordigen) move bank-sync docs away from experimental (#208)

github.com/actualbudget/docs - c559e6b68c593e39ae4d772f76d57c3a57a10043 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Removing Tutorial code (#1146)

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 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...

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

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

github.com/actualbudget/actual - 60a8f72be8825cddfc0b80bfdb471ff1d4527c28 authored over 1 year ago by Jed Fox <[email protected]>
[WIP] Contributing doc changes (#204)

For any changes now that the document is public.

github.com/actualbudget/docs - 38cbf49ef7c494c94d28d11574fcaf8df85b46f1 authored over 1 year ago by Rich Howell <[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...

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 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.

github.com/actualbudget/actual - 9aea091f538c98a03a3f17f4a30919b00bf01481 authored over 1 year ago by Jed Fox <[email protected]>
Documentation Structure (#205)

Amended document structure to fit amended strucutre

---------

Co-authored-by: Jed Fox <git...

github.com/actualbudget/docs - 51b4090066c9eabf4444cd0c0b4c80d72d58cdc1 authored over 1 year ago by Rich Howell <[email protected]>
Update README.md (#206)

github.com/actualbudget/docs - e722f58b523f787df6b227b854fc5027787b4823 authored over 1 year ago by Rich Howell <[email protected]>
Update README.md (#183)

Linked to contributing docs, replacing detail. This can't be merged
until after #176 gets merge...

github.com/actualbudget/docs - 3817952ed64eff5cb784094d949bb42b5d48c4a7 authored over 1 year ago by Rich Howell <[email protected]>
Contributing link update (#1134)

Replaced contributing link

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

github.com/actualbudget/actual - 4bee4584dc347fdac7856e0ffd060eea58e26774 authored over 1 year ago by Rich Howell <[email protected]>
Contributing readme link update (#217)

Replaced contributing link

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

github.com/actualbudget/actual-server - 5954141c150e61085da155a0dae40d7080e82700 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...

github.com/actualbudget/actual - 05754d3e4227e01215c632281f54038bb729ce26 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Contributing to actual budget (#203)

github.com/actualbudget/docs - 7fa3a137839175601893e01406bd7555ce13b497 authored over 1 year ago by Rich Howell <[email protected]>
Update faq.md (#198)

Bank Sync update

github.com/actualbudget/docs - 216732581aefb88c6558a3e8ec97246d7e24a392 authored over 1 year ago by Rich Howell <[email protected]>
Swap from reference-style links to @mentions (#201)

I will also update the release notes generator to use the new style
(https://github.com/actualb...

github.com/actualbudget/docs - bc1a03910580615d76e2e5f5569f126ebc5d8aa7 authored over 1 year ago by Jed Fox <[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...

github.com/actualbudget/actual - 4f5fd6c463a07f77ff82730dad3efcd04c98eb17 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Update “how it works” link (#216)

- https://github.com/actualbudget/docs/pull/202

github.com/actualbudget/actual-server - ca279499891b269a5825b1572240df0a4b762e7f authored over 1 year ago by Jed Fox <[email protected]>
Rename budgeting/howitworks.md to index.md (#202)

This matches the other pages that have child pages.

github.com/actualbudget/docs - 268544b6d76252fe7383e26b609aee540889119c authored over 1 year ago by Jed Fox <[email protected]>
Update to use mentions instead of regular links

github.com/actualbudget/actions - 9ffec33742a1de8abf5892f55c33ad5a6881bdda authored over 1 year ago by Jed Fox <[email protected]>
Improve homepage a bit, clean up old/unused code (#200)

github.com/actualbudget/docs - be0dc4ecd4e7f3b916c8b31f57d6915e6c4530b8 authored over 1 year ago by Jed Fox <[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...

github.com/actualbudget/actual - 06b2a8757ed3ec96e2be24a5a4e33e2a02c43333 authored over 1 year ago by Matiss Janis Aboltins <[email protected]>
Blog (#196)

https://docusaurus.io/docs/blog
https://deploy-preview-196--actualbudget-website.netlify.app/

github.com/actualbudget/docs - 8caa78b1f7134bda0c92b0ee69cdb45fa227628b authored over 1 year ago by Rich Howell <[email protected]>
Update README.md (#215)

Remove the bulk in favour of links to our core docs.

---------

Co-authored-by: Jed Fox <gi...

github.com/actualbudget/actual-server - 8ac74ed3971055f8d3667b1dfb73a753cb2c5994 authored over 1 year ago by Rich Howell <[email protected]>
Move the docs back to /docs, add in a version of the homepage (#193)

https://deploy-preview-193--zingy-bonbon-b1b286.netlify.app

---------

Co-authored-by: Rich...

github.com/actualbudget/docs - 899801ab0c8a036b3f1639e224edcc165ae1abe0 authored over 1 year ago by Jed Fox <[email protected]>
A few minor updates (#194)

- fix broken issue link
- tweak the typography in the API docs

github.com/actualbudget/docs - d61dbea7443cbf1fb7311d460ecf464a97a129b8 authored over 1 year ago by Jed Fox <[email protected]>
Fix cd instructions for Windows (#192)

I meant to come back and fill this in as part of #127 but forgot about
it — @rich-howell does t...

github.com/actualbudget/docs - 30f2ef6da682308a69c350381f1b213daa18f9ad authored over 1 year ago by Jed Fox <[email protected]>
Delete deploy.yml (#191)

We don’t need this anymore since we deploy via Netlify

github.com/actualbudget/docs - 9260fc4c690a07dd0fcf168636d0e7dba3311ef8 authored over 1 year ago by Jed Fox <[email protected]>
Reorganize page URLs to match the sidebar (#185)

Principles:

- lowercase URLs only
- kebab-case
- generally match sidebar structure

github.com/actualbudget/docs - 5d433c617e9d59cd0777df9ea70281f6a9fa370f authored over 1 year ago by Jed Fox <[email protected]>
Update docusaurus.config.js (#190)

Change URL

github.com/actualbudget/docs - b5e8296318ac8d95bf6712aa62fecbf5a5bbd7ea authored over 1 year ago by Rich Howell <[email protected]>
New Fly install doc (#127)

github.com/actualbudget/docs - 7f880446cc6c969f2029be31ee060e15ec695a76 authored over 1 year ago by Jed Fox <[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...

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - ded6ee8a659eedc91b1f5bcd54d156cc2dfce9a8 authored over 1 year ago by youngcw <[email protected]>
Update local install docs to recommend installing the latest LTS version of Node (#184)

github.com/actualbudget/docs - bf99b244e0ef398688892100baa191daadbdd01b authored over 1 year ago by Jed Fox <[email protected]>
Add instructions for updating to the local install page (#187)

Co-authored-by: Rich Howell <[email protected]>
Co-authored-by: Tre...

github.com/actualbudget/docs - 2b11c85c7e705c8249e4fcec2da913dd60a8a087 authored over 1 year ago by Jed Fox <[email protected]>
Replace Logo (#188)

Logo update

github.com/actualbudget/docs - 50f31a7cf0ee0da7bf857b6bb7ea72ecf895d608 authored over 1 year ago by Rich Howell <[email protected]>
Add redirects to new docs website

github.com/actualbudget/actualbudget.github.io - 4916e15ebe7077fc90e613f0a791c62cf1072ba8 authored over 1 year ago by Jed Fox <[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...

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 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...

github.com/actualbudget/actual - 02f1fe48c6e07be236233aa019e258bf5c555efe authored over 1 year ago by Jed Fox <[email protected]>