Ecosyste.ms: OpenCollective

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

Planetary

open source secure scuttlebutt apps
Collective - Host: opensource - https://opencollective.com/planetarysocial - Website: https://planetary.social - Code: https://github.com/planetary-social

Define units as constants

github.com/planetary-social/planetary-ios - 278674e92e45493947e1d2683a9ed042d1027aea authored almost 2 years ago
Use logger instead of fmt

github.com/planetary-social/planetary-ios - 51799d5f211324855c8a8266f9eb9c5279177f11 authored almost 2 years ago
Fix error handling to be explicit

github.com/planetary-social/planetary-ios - 3337b8ac9e892a6ef5cc418a27c317915a028e0d authored almost 2 years ago
Change the test to what it was initially

I changed the published log implementation to behave like it was initially
expected.

github.com/planetary-social/planetary-ios - 1685f9bb187c031371c02e08c1ec90172ba90a6f authored almost 2 years ago
Merge branch 'project-raptor' of github.com:planetary-social/planetary-ios into project-raptor

github.com/planetary-social/planetary-ios - 1945566699bbdc77f87254bef6218bc578f1668b authored almost 2 years ago
Linter settings are not needed

github.com/planetary-social/planetary-ios - fda2c3c906fd81df9fbc7ebdc82fa9381b4399aa authored almost 2 years ago
remove unused localization files

github.com/planetary-social/planetary-ios - dab8f0bc0d7fd50fd1594f7908ab9a39649e86d4 authored almost 2 years ago
Merge branch 'main' into project-raptor

github.com/planetary-social/planetary-ios - adcaf3a1245bbc446330347c638cd365146e16ab authored almost 2 years ago
Merge pull request #1151 from planetary-social/bugfix/resync_published_log

Reset user feed after sync is complete

github.com/planetary-social/planetary-ios - c05bdef618556042db514eb7f7a0e47225823c1b authored almost 2 years ago
Run published log reset just once

github.com/planetary-social/planetary-ios - 04a8cc5a8c7feb45b0010074741639abc9e903ff authored almost 2 years ago
Reset user feed after sync is complete

github.com/planetary-social/planetary-ios - ef1221abcef3daf155a70bf68de0f2791847e505 authored almost 2 years ago
Detect and handle forks during migration (#209)

Sometimes messages are quietly forked and we don't know which is the
correct one. If we detect ...

github.com/planetary-social/scuttlego - 6c4cdb2f3eb4a9c9bb48a32cc7b68c28ba534143 authored almost 2 years ago
Update source file Generated.strings

[skip ci]

github.com/planetary-social/planetary-ios - 220fc199633de12a78811ed487c3d9d5473266b4 authored almost 2 years ago
Merge pull request #738 from planetary-social/delete-sql-button

Add a button to delete the SQL database

github.com/planetary-social/planetary-ios - ec7a7b837328c6c00c3182b2486150a5eeff2c56 authored almost 2 years ago
Merge branch 'main' into delete-sql-button

github.com/planetary-social/planetary-ios - 137f95e1159faa2cd3038d435085edf9a9f6e58f authored almost 2 years ago
Show follows in MessageView

github.com/planetary-social/planetary-ios - 3548138e9116a08d6192200a9938139d29126f13 authored almost 2 years ago
Reserve receive log sequences even if messages are not used (#208)

Fixes https://github.com/planetary-social/scuttlego/issues/196.

github.com/planetary-social/scuttlego - d8f17836247dfc03c3baadd4fab6cd9bb3e97082 authored almost 2 years ago
Better error message (#207)

github.com/planetary-social/scuttlego - 7d65319dc0cc09dc9cdb7793cc1da4cc32bd0091 authored almost 2 years ago
Fix receive log data corruption on migration (#206)

Ignored messages were treated as successes and put in the receive log. The receive log would the...

github.com/planetary-social/scuttlego - dcfc9025ca7090d306bf18edc00f481e1538ae03 authored almost 2 years ago
Remove nesting slices of blobs in slices of blobs (#205)

This makes no sense and makes the code illogical.

github.com/planetary-social/scuttlego - 761a5b3bbba3d12b3a19c07710b2191fa85e951d authored almost 2 years ago
Rename RawMessageContent to RawContent (#204)

github.com/planetary-social/scuttlego - fdd2d5a609ea30552bc69318de93ad4c2efdce95 authored almost 2 years ago
Decouple scanning for blobs from known contents (#198)

We need to scan our own messages for blobs in order to push them. The
previous approach to find...

github.com/planetary-social/scuttlego - 2c0b7e9f60c9796bc26d5dd83d01ad77314416a5 authored almost 2 years ago
Move MessageHMAC to a separate file (#203)

github.com/planetary-social/scuttlego - 97617cf0c229781f0fa426256c50a43b7b2e06cc authored almost 2 years ago
Fix error wrapping (#202)

github.com/planetary-social/scuttlego - e2c2b3f32e562c2ccaa6e61d48f735e8b990730a authored almost 2 years ago
Fix incorrect error handling during migration (#201)

github.com/planetary-social/scuttlego - 5c8b824aa4a97ddc423f3d9926819a5e7ccc7700 authored almost 2 years ago
Delted messages are removed from receive log (#194)

The receive log used to break when messages were removed. Alternative
solution would be to skip...

github.com/planetary-social/scuttlego - 23444ad5266d9d4554653799097270a89432e3cf authored almost 2 years ago
Add test which confirms that receive log breaks when messages are deleted (#192)

Add a way to write integration tests.

Add a query to get messages by id to make writing an in...

github.com/planetary-social/scuttlego - 74bd8df6cb0052e9932637fe38366601ebe530cc authored almost 2 years ago
Pass hops to scuttlego

github.com/planetary-social/planetary-ios - 26f1bea081006f78e9dc7145337e1331cc3baa6b authored almost 2 years ago
Add hops to config (#191)

github.com/planetary-social/scuttlego - b6a76d80469cd2dd3ee02f244aba9a1b684edb7e authored almost 2 years ago
Enable linter for wireinject build tags (#190)

Removed not needed ignore tags and one set that was found to be unused.

github.com/planetary-social/scuttlego - cf4e8c62c79654007600bed66ff60965165424e7 authored almost 2 years ago
Move item to separate file (#189)

github.com/planetary-social/scuttlego - be39af46811e040b9ed5d569286c483bad3fcb93 authored almost 2 years ago
Merge branch 'main' of github.com:planetary-social/planetary-ios into project-raptor

github.com/planetary-social/planetary-ios - faaaa49e788dd2de28b0987c91e93d32d76bc0a8 authored almost 2 years ago
Merge pull request #1146 from planetary-social/bugfix/remove_viewneedsfill

refactor needsViewFill to largestKnownRxSeq

github.com/planetary-social/planetary-ios - a98b3c32adde5968990ccddc630b41d929e27869 authored almost 2 years ago
Remove a log statement that could be executed after test exits (#188)

This caused random test failures. The context terminates correctly but
there is a race condition.

github.com/planetary-social/scuttlego - c25cd60e67e011dc4d22d4f9bbc5926ccee5155a authored almost 2 years ago
Change the published log implementation (#186)

The requirement for the message pointed to by the last receive log
sequence to exist and be fro...

github.com/planetary-social/scuttlego - 7318fea165f0d6d0e44cdf55c5784c1d59d7bbd2 authored almost 2 years ago
Make it very obvious if the slice being used is safe (#187)

Badger's interfaces can be confusing due to different signatures.

github.com/planetary-social/scuttlego - 85ce7c2749bd3d2c34dda1fbbd5789eca83c5fa3 authored almost 2 years ago
Merge pull request #1137 from planetary-social/alias-onboarding-analytics

Alias onboarding analytics

github.com/planetary-social/planetary-ios - 937c3824474d81a61938da667098b668f06ffcf6 authored almost 2 years ago
Make transactions visible in queries (#184)

Let's stop lying to ourselves.

Some changes to interfaces, errors moving, domain changes are ...

github.com/planetary-social/scuttlego - d3f083efe37d4ebdd2cab51c81001b018613226f authored almost 2 years ago
Use build matrix with two latest Go versions for builds (#185)

Also bump linter to support Go 1.20. Fixed the warnings.

github.com/planetary-social/scuttlego - 8aaadf41ae54a797a38c3c896927543ab92b9715 authored almost 2 years ago
Support Go 1.19 and 1.20

github.com/planetary-social/scuttlego-pub - 9a67be4cb5fe8a21b33a162f82cbd6b0c2f86f58 authored almost 2 years ago
Bump go-ssb and remove replacement directives

github.com/planetary-social/planetary-ios - bf721bff9b1c1f37241d2cfe461d475ff38bf41b authored almost 2 years ago
Bump go-ssb (#183)

See https://github.com/ssbc/go-ssb/issues/324. This removes the need for
replace directives.

github.com/planetary-social/scuttlego - 13bdf284f82e76dac26772a79bbe205ec1248ac3 authored almost 2 years ago
Log import errors

This should make later debugging easier.

github.com/planetary-social/scuttlego - 170769ce4b06e175b895836869a04f7a79cbb194 authored almost 2 years ago
Merge branch 'main' of github.com:planetary-social/planetary-ios into project-raptor

github.com/planetary-social/planetary-ios - 3e8620b560bdc81d867b243d8b674c205ed4ffb1 authored almost 2 years ago
Merge branch 'project-raptor' into feature/message_view

github.com/planetary-social/planetary-ios - 4f70011c77dfce46152ce04db5173bece77766c0 authored almost 2 years ago
refactor needsViewFill to largestKnownRxSeq

github.com/planetary-social/planetary-ios - b1b24dcd8e9a5dfffa91ed7342046bed6f21ed50 authored almost 2 years ago
Merge pull request #1145 from planetary-social/codacy_configuration

add codacy configuration file

github.com/planetary-social/planetary-ios - 9161ee886f2af5bce15a46bf31ffc590c948085d authored almost 2 years ago
add a changelog entry

github.com/planetary-social/planetary-ios - ef6ae3f31494752d169e7a3392d100462e50e7be authored almost 2 years ago
add codacy configuration file

github.com/planetary-social/planetary-ios - 0e0b3d4f477dab225870ab707f9a561ebad435bf authored almost 2 years ago
Merge pull request #1141 from planetary-social/scuttlego-migration-ui

Scuttlego migration UI

github.com/planetary-social/planetary-ios - 34f4293bf42d84b99aa8b2eceb28e6d64d05bfe6 authored almost 2 years ago
Merge branch 'project-raptor' into scuttlego-migration-ui

github.com/planetary-social/planetary-ios - 40d763d43f8aad04f3062b4f55c54c545cd3136c authored almost 2 years ago
Merge remote-tracking branch 'origin/main' into scuttlego-migration-ui

github.com/planetary-social/planetary-ios - 0c1c780f57207b90d21ec8d00b8819d8db40ef7e authored almost 2 years ago
Remove untranslated catalan strings

github.com/planetary-social/planetary-ios - 2608ec1d12d2df5fc06d226f6504d123adb1ea6c authored almost 2 years ago
Remove unused translations

github.com/planetary-social/planetary-ios - 960d5c9a559a9c0d16ed8011d8bd14c6a405eeef authored almost 2 years ago
Merge branch 'main' into scuttlego-migration-ui

github.com/planetary-social/planetary-ios - e7342254073eef13e9ac8613c5fca5b30419c22e authored almost 2 years ago
Snarf files to resolve conflicts

github.com/planetary-social/planetary-ios - cff3fbac9ea0d7b6cf75775f1c75f4b82906b03c authored almost 2 years ago
Remove merge conflict in Info.plist

github.com/planetary-social/planetary-ios - 13a6de59f3569e91f6bf054554ff2095da0cfa93 authored almost 2 years ago
plug in getThreads endpoint for the homepage (#133)

github.com/planetary-social/rooms-frontend - 9b2a0cd4ce1e0225db645b6c423f4d1abf8f8a97 authored almost 2 years ago
get threads query (#49)

github.com/planetary-social/planetary-graphql - 0d3124ef8631cb8536826771796ce2f5f93e00f7 authored almost 2 years ago
Merge branch 'main' of github.com:planetary-social/planetary-ios into project-raptor

github.com/planetary-social/planetary-ios - 682ae264392e53feddf627c2f742a94448cc1cc3 authored almost 2 years ago
Change logger to logrus (#1123)

Reason behind this is that this logger can log more types of values out of the
box.

github.com/planetary-social/planetary-ios - f815898b4c5545913251eb9c16bbc5726b6c867d authored almost 2 years ago
Require logging system in badger logger (#181)

github.com/planetary-social/scuttlego - b3aac191585ec10ddee14333f7df1b045b96ff53 authored almost 2 years ago
Expose sync writes in Badger options

github.com/planetary-social/scuttlego - 8428e38c95dde1cc81d7e0cd73f9a1ccc4d195f5 authored almost 2 years ago
Improve logging (#179)

The idea is to get some fields from context automatically.

github.com/planetary-social/scuttlego - 6e1c01c14117ade533fd4a894ddbb54015f81c28 authored almost 2 years ago
Merge pull request #1134 from planetary-social/l10n

New Crowdin updates

github.com/planetary-social/planetary-ios - f7669b77cecbb04e8501aaf74ee192bf2fde254a authored almost 2 years ago
fix spacing on members list avatars (#132)

github.com/planetary-social/rooms-frontend - 4d3fad84c43cfb21a42957318a135f76b9d86bba authored almost 2 years ago
adding posthog logging to viewer frontend (#123)

github.com/planetary-social/rooms-frontend - 2cd27d66cfa4d49696c1d12bb58abe78a020fc96 authored almost 2 years ago
Clarify how go-ssb is reused in the README (#177)

I believe there was some confusion about this. This change clarifies
that go-ssb's code wasn't ...

github.com/planetary-social/scuttlego - 4bbda8b80e97b76dcc293a13669131ff32c5d655 authored about 2 years ago
Change import paths to github.com/ssbc

The repos were moved and it is time to update the import paths. I also
made sure that we use the...

github.com/planetary-social/scuttlego - e0d2a0b2f8e00f9123adc4e35aad6c1595ee37f3 authored about 2 years ago
Move room analytics calls deeper in the stack

github.com/planetary-social/planetary-ios - c2e7824cecf57d72355547eaea1a54b99296c3d4 authored about 2 years ago
Add Join Planetary Room button to Manage Rooms page

github.com/planetary-social/planetary-ios - 1666cb5bb6ccc078e0179499de3bb96d27eecab0 authored about 2 years ago
Add analytics to room + alias actions

github.com/planetary-social/planetary-ios - a88387cfdec34b209de5341757af328e5c0cf592 authored about 2 years ago
Merge branch 'main' of github.com:planetary-social/planetary-ios

github.com/planetary-social/planetary-ios - 4fbd5d6b23341d8ffb492fe12efcb95e957bbbb6 authored about 2 years ago
Merge pull request #21 from cooldracula/bypass-invite-token

add bypass_invite_token as envvar for room

github.com/planetary-social/ansible-scripts - 80c5a7dfedef00f1a0fafd221b45925a62afce5f authored about 2 years ago
New translations Generated.strings (Catalan)

[skip ci]

github.com/planetary-social/planetary-ios - 924fd9abb3cb0db63ed928fef1cfe0062f8b5337 authored about 2 years ago
Merge pull request #1133 from planetary-social/l10n

New Crowdin updates

github.com/planetary-social/planetary-ios - 6c246d77366eeb6f191165c25892ddd797b26be2 authored about 2 years ago