- 26 Sep, 2019 1 commit
-
-
rinpatch authored
follow View/Controller pattern Note that I mentioned the change in 1.1 section because I intend to backport this, if this is not needed I will move it back to Unreleased.
-
- 14 Aug, 2019 2 commits
-
-
rinpatch authored
-
Sergey Suprunenko authored
-
- 14 Jul, 2019 1 commit
-
-
kaniini authored
It is more efficient to check for object containment violations at the IR level instead of in the protocol handlers. OStatus containment is especially a tricky situation, as the containment rules don't match those of IR and ActivityPub. Accordingly, we just always do a final containment check at the IR level before the object is added to the IR object graph.
-
- 24 Jun, 2019 1 commit
-
-
Eugenij authored
-
- 04 Jun, 2019 2 commits
- 03 Jun, 2019 2 commits
- 01 Jun, 2019 1 commit
-
-
rinpatch authored
Also in this commit by accident: - Fix query ordering causing exclude_poll_votes to not work - Do not create notifications for Answer objects
-
- 31 May, 2019 1 commit
-
-
rinpatch authored
Our previous list visibility resolver grabbed posts if either follower collection of the user in a list who is followed is in `to` or if follower collection of the user in a list was in `cc`. This not only missed unlisted posts but also lead to leaking private posts when `fix_explicit_addressing` mistakingly started putting follower collections to `cc` (also fixed in this MR). Reported by @kurisu@iscute.moe via a DM
-
- 30 May, 2019 1 commit
-
-
minibikini authored
-
- 23 May, 2019 1 commit
-
-
rinpatch authored
-
- 22 May, 2019 3 commits
- 21 May, 2019 3 commits
- 20 May, 2019 1 commit
-
-
Aaron Tinio authored
that may be set when fetching activities
-
- 19 May, 2019 1 commit
-
-
rinpatch authored
-
- 16 May, 2019 1 commit
-
-
Sergey Suprunenko authored
-
- 15 May, 2019 5 commits
-
-
Aaron Tinio authored
-
Aaron Tinio authored
-
kaniini authored
-
kaniini authored
-
kaniini authored
-
- 13 May, 2019 1 commit
-
-
kaniini authored
-
- 12 May, 2019 1 commit
-
-
kaniini authored
-
- 09 May, 2019 1 commit
-
-
lain authored
-
- 08 May, 2019 3 commits
- 07 May, 2019 3 commits
- 03 May, 2019 1 commit
-
-
lain authored
-
- 30 Apr, 2019 1 commit
-
-
rinpatch authored
Create Saves quite a bit of time with delete activities because they would always query the db
-
- 22 Apr, 2019 2 commits
-
-
rinpatch authored
Replace Object.normalize(activity.data[object] with Object.normalize(acitivty) to benefit from preloading
-
minibikini authored
-