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

Fix crash when repair fails (#38)

Problem: App crashes when repair fails because we are sending to Mixpanel
a Error instance whic...

github.com/planetary-social/planetary-ios - 7e2b6a78c572eda8ccbed3ab09d4bcea0ccc8afe authored almost 5 years ago
Fix a bug where a post shows there is one reply but there are two (#36)

Problem: If a post has two replies from one person, it says One reply from
because we are only ...

github.com/planetary-social/planetary-ios - fd9e422c50f33685abfc459cdcf7074204696b63 authored almost 5 years ago
Release 0.9.14 (#35)

- Show spinning wheel when processing new messages.
- Issue with reply count different than rep...

github.com/planetary-social/planetary-ios - cbd885b36fd871c9a52147b1170157d6a305d8ba authored almost 5 years ago
Fix mentions' avatar are wrongly displayed (#34)

Problem: When typing a mention @something sometimes an avatar is not
correct because the cell d...

github.com/planetary-social/planetary-ios - 12acc2db847e0948f0b407963fcc2d253c17b79a authored almost 5 years ago
Fix issue with avatar disappearing when switching tabs (#33)

Problem: When switching tabs, avatar disappears if the bot takes too
long to return an about be...

github.com/planetary-social/planetary-ios - 97c30879eea36cb94407ed7671c3933b61e42dca authored almost 5 years ago
quick-fix notifications (#32)

* disable _my replies_ sub query

this behaves totally contradictory to my expectations
menti...

github.com/planetary-social/planetary-ios - 63199832c3450bf05d2836e29ead5a53eade255c authored almost 5 years ago
Add spinning wheel when doing fsck repair (#20)

* Add spinning wheel when doing fsck repair as an example

* try progressFn

* show status t...

github.com/planetary-social/planetary-ios - 68685fedd24fa13d9eed7e089e48ef8d32fcb883 authored almost 5 years ago
Add crash reporting (#29)

Problem: Testflight doesn't give enough crash information data.

Solution: Integrate Bugsnag.

github.com/planetary-social/planetary-ios - 44ec5e47f74419e6f3bb6c40709644182ccf0a8d authored almost 5 years ago
Add authentication tokens to blobs requests (#30)

Problem: Directory profile images don't load because we
added authentication in the server side...

github.com/planetary-social/planetary-ios - 1b4bee0f9419f34faaef073f548d35fee935bd92 authored almost 5 years ago
Merge pull request #31 from planetary-social/bugfix/replies-count

Fix issue with reply count different that replies shown

github.com/planetary-social/planetary-ios - 1c914da28b821a8b3bd6762bdbd418da2a29c71c authored almost 5 years ago
Fix issue with reply count different that replies shown

Problem: We show the reply count that is different that the replies
we show because a reply can ...

github.com/planetary-social/planetary-ios - 89ca9736eb008a6712af9c4b49144bf069579aef authored almost 5 years ago
Release 0.9.13 (#28)

github.com/planetary-social/planetary-ios - 59d8f964adffcde36b8cd1f17a37c12da148763d authored almost 5 years ago
fix empty name from blobs (#27)

* fix empty name from blobs

we dont name them right now but others might

* update testfunc...

github.com/planetary-social/planetary-ios - 495cd72842deba45b7260d73ba39e85da2ca46fb authored almost 5 years ago
use mentions for channels (#25)

* remove hashtags, use mentions instead

we now post our hashtags as part of the mentions arra...

github.com/planetary-social/planetary-ios - a18fd460c0cd0a9effe28c654fd1794621cf5336 authored almost 5 years ago
add dialing peers after login was successfull (#26)

we wait a bit so that the UI can finish loading, though

* re-enable sync call in poke timer...

github.com/planetary-social/planetary-ios - c9dafd767a29161553522ff43b9f5325cdf3bfe7 authored almost 5 years ago
Release 0.9.12 (#24)

github.com/planetary-social/planetary-ios - fda294b200d275bfe411f9a9a5a885fd3d6e0f9f authored almost 5 years ago
Fix links being opened while scrolling (#23)

Problem: If you tap on a link in a post while scrolling
the app opens the link instead of allow...

github.com/planetary-social/planetary-ios - 7ff8856a0e9439a988ba0132d267b5cf147fc556 authored almost 5 years ago
Post blobs as mentions (#17)

* Post blobs as mentions

* hide generated text gallery in our posts

* don't use markers al...

github.com/planetary-social/planetary-ios - 47d9a6eb51340955580ed3139bffda1db3feec04 authored almost 5 years ago
Take you to the profile page when tapping on profile image (#22)

github.com/planetary-social/planetary-ios - f80913fd421e792425a149c60f12153157043c94 authored almost 5 years ago
Fix image full screen going black when dismissing (#21)

Problem: Opening an image in full screen and closing it
causes the screen to go black and hang....

github.com/planetary-social/planetary-ios - 557971ada82aa5def4854477458626481c4df3f8 authored almost 5 years ago
update margaret

github.com/planetary-social/ssb - 0b690739f8076fdfc3df7fc37377f9a9a7d793a3 authored almost 5 years ago
Create main.yml for Github Actions (#15)

Problem: CircleCI doesn't suit our needs anymore.

Solution: Integrate Github Actions

github.com/planetary-social/planetary-ios - a9fc870f10acde7910c1a00e42bc514c366eab0c authored almost 5 years ago
add EncodeKeyPairAsJSON

github.com/planetary-social/ssb - 44df75dbc9e7682b31066e5e589778199efa8812 authored almost 5 years ago
skip nulled messages

github.com/planetary-social/ssb - 15e1b12372dc6279ae4c8c3ad2323372f0e0ae23 authored almost 5 years ago
Merge pull request #14 from planetary-social/fixup/reset_on_start

Add option to reset on app start

github.com/planetary-social/planetary-ios - bff1f7fab4bd5123209a5c2bcae331b861a4765f authored almost 5 years ago
Merge pull request #19 from planetary-social/feature/log

Store logs in files

github.com/planetary-social/planetary-ios - e93aab1032851759ab5119ebef22515e94f68db9 authored almost 5 years ago
Change copy to Abandon account and reset on start

github.com/planetary-social/planetary-ios - 70368af68c03e6f84b12f973c8172c022718c136 authored almost 5 years ago
Store logs in files

Problem: Logs are sent to Mixpanel which is not cool.

Solution: Store logs in files and add an ...

github.com/planetary-social/planetary-ios - e8dbca008a42e48f4cc77e034ed55e9619850b51 authored almost 5 years ago
fix syncing (#18)

* add update peer tables code

* make some connections when resuming the app

* only make co...

github.com/planetary-social/planetary-ios - f2f5a4b5885603c9d1dedf2eb0e85c345bf8b186 authored almost 5 years ago
New pubs list (#16)

This cleans up the list of planetary pubs. They all use dedicated domain names now. There were s...

github.com/planetary-social/planetary-ios - 3e4b99872254377f6e5a7fc50054a4485128df76 authored almost 5 years ago
Merge pull request #13 from planetary-social/rb-performance-tweaks

Change loading order to give UI which works faster

github.com/planetary-social/planetary-ios - 22ab0b89ce2e9b548c2ea8b0dd83251c925fe862 authored almost 5 years ago
Merge branch 'rb-performance-tweaks' of github.com:planetary-social/planetary-ios into rb-performance-tweaks

github.com/planetary-social/planetary-ios - b772719a4db4a82a05ec4eda5fb46c4e2dc8f0db authored almost 5 years ago
update margaret to v0.1.5

use offset2 that doesnt fsck on each open

github.com/planetary-social/planetary-ios - 16330d6c3e5c7f0fc34ba62b960ce6fdcc09e6b1 authored almost 5 years ago
Merge branch 'rb-performance-tweaks' of github.com:planetary-social/planetary-ios into rb-performance-tweaks

github.com/planetary-social/planetary-ios - 0d6999dbf197f50629f7262e332b24bdfba6dedd authored almost 5 years ago
changing async call for login based on martins suggestion

github.com/planetary-social/planetary-ios - 826cc09d40bf3aa5dc234533df5a19351ae54a59 authored almost 5 years ago
gobot dial: cleaner wait

github.com/planetary-social/planetary-ios - ecb534c78721a23f815fccabb9751b5b3a918a6c authored almost 5 years ago
fix test compilation

github.com/planetary-social/planetary-ios - 94d7b76ab2446a5ab483f5de1a7d6a510efd1548 authored almost 5 years ago
fix status marshalling

github.com/planetary-social/ssb - 4664cb404bc81b2cd481736d9815508c11ed5502 authored almost 5 years ago
changing loading code and sequence so the app gives a usable interface to user faster

github.com/planetary-social/planetary-ios - 0f1eacf81c4990f1c9883ec2e5ce7ba7246c34eb authored almost 5 years ago
Add option to reset on app start

Problem: Some users are stuck when app starts so
we need to provide a way to reset the app.

Sol...

github.com/planetary-social/planetary-ios - ed62a74e4ac9bb1398041fce992d95af53b6274a authored almost 5 years ago
some quick hunches (#12)

github.com/planetary-social/planetary-ios - 6078b6ab31ed87f54baabe58c468ad9de5be09a4 authored almost 5 years ago
document fork reason

more comments and updates #44

github.com/planetary-social/ssb - 6b87159321bf41cfdd995c5c0e6a752ebd1a7575 authored almost 5 years ago
Redeem invitations (#11)

* Add Manage Pubs and Redeem Invite features

* Fix issue with storing invite in db

Problem...

github.com/planetary-social/planetary-ios - 79bf45e9d30eedafbd7f4f32c44cd76ea5be01b6 authored almost 5 years ago
fix column name on authors table (#10)

github.com/planetary-social/planetary-ios - f05b8a596885ae8dba7ed7706226395fbed71129 authored almost 5 years ago
remove commited go toolchain copy (#9)

github.com/planetary-social/planetary-ios - f5df35f5f544b52967cb8fc1fb02d3abd4afe54e authored almost 5 years ago
use transaction to batch viewdb writes (#8)

* use transaction to batch viewdb writes

needs more testing. might deadlock with refresh() ca...

github.com/planetary-social/planetary-ios - d2399895cc89e5fc685df13b6215e9d58931d182 authored almost 5 years ago
hotfix sync and old abouts (#7)

* try more pubs

* let older about and contact info pass through

* log and skip viewdb addr...

github.com/planetary-social/planetary-ios - b75e13fc7f87b8e07518268e6efdd1fe49b64cbd authored almost 5 years ago
Merge branch 'master' into xCrypto

github.com/planetary-social/ssb - 4310d5a24560c95751dcbeafa2211396d7e9bb72 authored almost 5 years ago
Update README.md

removing christoph's email

github.com/planetary-social/planetary-ios - 732a092455a7b8c1f38df21303f004481e9a771c authored almost 5 years ago
logging cleanup

github.com/planetary-social/ssb - 9db2cbf03672d413c35b3d1047df254983d11ac2 authored almost 5 years ago
Prepareation for invites (#3)

* make sure repair is triggered correctly

* expose invite accept

* fix timestamps from the...

github.com/planetary-social/planetary-ios - a7b0e5366dd20b478da27776d6fe81394694833b authored almost 5 years ago
extra25519 for curve conversion

github.com/planetary-social/ssb - 5b1bc413f5a3117f6d007bb6f9db793ce874dbfb authored almost 5 years ago
use secretstream pre-1.2.2

github.com/planetary-social/ssb - 8ba72d90bab33604493abdb12edc1cecfed75e9e authored almost 5 years ago
Fix issue with no post notice in Home screen (#6)

Problem: A notice is show when there aren't posts in the home screen. However, it
doesn't disap...

github.com/planetary-social/planetary-ios - 1a129c04de8a2ae00c14ffec1b305ccad6bab1d1 authored almost 5 years ago
try secretstream@xCrypto

github.com/planetary-social/ssb - 59584ed381fb5dcf61c5a696fe399f34cd8221ac authored almost 5 years ago
ignore some debug print

github.com/planetary-social/ssb - b767e36eafe52d48310e89f944c799c55c4f9177 authored almost 5 years ago
typo/bug: was checking wrong feed before fetching self

github.com/planetary-social/ssb - b15185a63fbbff92ee0715f46c5ec51e6a80e1b4 authored almost 5 years ago
Configure directory path (#5)

* Configure directory path

Problem: Directory path in VerseAPI is hardcoded in the code,
thu...

github.com/planetary-social/planetary-ios - 49b9e740e59b729eb73e7154da5313e7b087f0ad authored almost 5 years ago
use external multiserver package

github.com/planetary-social/ssb - 59e814f46ed2d1f0d5837f7dbadd1206ee4d38cd authored almost 5 years ago
Disable phone number validation (#4)

Problem: Phone verification is disabled in the app. However,
the hardcoded phone number doesn't...

github.com/planetary-social/planetary-ios - 2029f0358d394d91abb9edb5674f57c88cd4bca2 authored almost 5 years ago
[WIP] Add missing configuration files (#2)

* Add missing configuration files

Problem: APITests and UnitTests run with a Host application...

github.com/planetary-social/planetary-ios - 7ff2104c9d5dbc7aa8cc49853aa2bc05bbea40e3 authored almost 5 years ago
update dependencies

github.com/planetary-social/ssb - b4d663e8b6350cb52525b28ebd37845c42f95c4a authored almost 5 years ago
diffuse race in test closing

github.com/planetary-social/ssb - 3b014fc7544b215cd0d47c4f6ef076f3f11a8bab authored almost 5 years ago
legacy ssb-invite

github.com/planetary-social/ssb - a70154f9edc0532f1662f581971896f1dfcc5219 authored almost 5 years ago
ShortRef

unify how to present Ref() in a short way

github.com/planetary-social/ssb - 6f302086e4e00608e1129d767880d1b069c78e33 authored almost 5 years ago
resync existing feed if it's missing

github.com/planetary-social/ssb - 52635f0cb7ab24ac91acaff2a1743c7925881ab6 authored almost 5 years ago
Add context to ConnTracker

this way we can kill old/previous connections more effectivly

github.com/planetary-social/ssb - e3416e73e1b4ac48f941b91f303a64e0078747c5 authored almost 5 years ago
this was not helpful

it was added because of a incorrect context setup.

proper use of context cancelation solves thi...

github.com/planetary-social/ssb - be7e45382ed86824cfb5d5b474c454b3f01eb5d5 authored almost 5 years ago
ctrl.disconnect

github.com/planetary-social/ssb - f418ea648f9f44d3e054c8d4c85f50962a4d45b3 authored almost 5 years ago
Fix unit tests (#1)

* Fix Pods configuration

* Add CircleCI configuration file

* Save test database in tempora...

github.com/planetary-social/planetary-ios - 6fdce235e4206baea00b24b1e0457105d49c669e authored almost 5 years ago
Free Software Release of Planetary

github.com/planetary-social/planetary-ios - b00e031f218c3ebe395838070f699b7e480f0a69 authored almost 5 years ago
add repair flag to go-sbot

github.com/planetary-social/ssb - d8cdc23a1b6e7b744dc8b7ffb8531298d4ba0ac1 authored almost 5 years ago
cleanup network conn closing

github.com/planetary-social/ssb - c340484463435f478faef8990bfd62e6918ef0a3 authored almost 5 years ago
add io.Closer to WantManager

this is so we can shutdown the processing pipeline completly

github.com/planetary-social/ssb - b894ffa469cd15da636e19f94a328ffd1cda114b authored almost 5 years ago
cleanup comments

github.com/planetary-social/ssb - 31f44af5e48caed47292d8325f450d12f12a7130 authored almost 5 years ago
renable leakcheck for blobs

github.com/planetary-social/ssb - 3a0ac470383c6e7627f03ab9c9d22f3cdda9e674 authored almost 5 years ago
verify: remove context argument

github.com/planetary-social/ssb - 2a58260a25c212a007591e2158a4dc5458e06a51 authored almost 5 years ago
message params: save some bytes

using omitempty we dont send default, zero-values over the wire

github.com/planetary-social/ssb - 0e2c9ad9fa35c70c280a199ad0a75d76f9d600a0 authored almost 5 years ago
dont run sequence fsck on every start

github.com/planetary-social/ssb - 1393f9e0866e31fbd10080674cb858620cdb5d04 authored almost 5 years ago
don't ask for your own feed from remotes

github.com/planetary-social/ssb - 1640e014b12ba47737a845a07dc571c389e2eace authored almost 5 years ago
fix and test received time

re-enable stored recieved timestamps

github.com/planetary-social/ssb - 3b291e9d342916685ef2a50bec7a3e507d4dc42c authored almost 5 years ago
fix usage of unbox log with wrapped sequence query

github.com/planetary-social/ssb - 0aaeb334362cc94cd568d521b906e2aeaf556a30 authored about 5 years ago
collect all sequences

github.com/planetary-social/ssb - 54a13b22715188ed43477a1eea5b13997e42c9f7 authored about 5 years ago
implement a naive HealRepo for corrupted and forked feeds

github.com/planetary-social/ssb - c1440babaa4cfdcdc37a2f3d7abe5b251cb22cd1 authored about 5 years ago
add tests for a correct repo

github.com/planetary-social/ssb - 1d353ee23a6c4773e28c72671896cba7cff750d9 authored about 5 years ago
better fsck

re-write sequence checking fsck without the userfeed index

reuse ssb.ErrWrongSequence

add fsck...

github.com/planetary-social/ssb - 8279105eab5e9c6b8bebd769d0223f744882a659 authored about 5 years ago
also track ALL sequence numbers that are broken

to ease with healing the log

github.com/planetary-social/ssb - 0319d5bf005ca44620bc36a6c2ad75aa08bb8ac3 authored about 5 years ago
skip messages correctly

v was the seqWrapper

github.com/planetary-social/ssb - d3ecb9867c7b9ed34b2a2c8aebfd7af4d2872f52 authored about 5 years ago
use patched margaret version

fixes null() of nulled entry panic

github.com/planetary-social/ssb - f67cf1da8e8b45ff9401a324b8825eb822604060 authored about 5 years ago
some inspector tooling

github.com/planetary-social/ssb - 6b3103a11715fb6994ccec3be77fcbdc3b4840d3 authored about 5 years ago
some random cleanup

github.com/planetary-social/ssb - 530fb106daa930850f778098c849524d0177899d authored about 5 years ago
fix content null regression

github.com/planetary-social/ssb - 9cc2ea37df8f0bd434fcd1dc701608355365baf4 authored about 5 years ago
overhaul FSCK error return

github.com/planetary-social/ssb - d88eb706b903d6f9c07362f8b20c93c39f316b03 authored about 5 years ago