Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-21 | Fixed test | Syldexia | |
2018-05-21 | Added endpoint for changing passwords | Syldexia | |
2018-05-21 | Merge branch 'feature/clarify-http-sig-error' into 'develop' | lambda | |
clarify HTTP signature error in logs See merge request pleroma/pleroma!165 | |||
2018-05-21 | activitypub controller: note that the HTTP Host header must be forwarded for ↵ | William Pitcock | |
http signature validation to work | |||
2018-05-21 | Merge branch 'bugfix/webfinger-statusnet' into 'develop' | lambda | |
webfinger: fix finding the XRD uri for statusnet instances See merge request pleroma/pleroma!164 | |||
2018-05-21 | webfinger: fix finding the XRD uri for statusnet instances | William Pitcock | |
2018-05-21 | Actually fix missing alias. | lain | |
2018-05-21 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop | lain | |
2018-05-21 | Add missing alias. | lain | |
2018-05-20 | Merge branch 'develop' into 'develop' | lambda | |
Correct 'register_user' parameters in README See merge request pleroma/pleroma!163 | |||
2018-05-20 | Correct 'register_user' parameters in README | witti | |
password parameter was missing | |||
2018-05-20 | More fixes. | lain | |
2018-05-20 | Fix specs. | lain | |
2018-05-20 | update frontend | lain | |
2018-05-20 | Return visilility in twitter api, too. | lain | |
2018-05-20 | Return private / direct posts on user timelines, too. | lain | |
2018-05-20 | update frontend | lain | |
2018-05-20 | Merge branch 'feature/account-deletion' into 'develop' | lambda | |
Feature/account deletion Closes #115 See merge request pleroma/pleroma!157 | |||
2018-05-20 | Merge branch 'feature/undo-like-federation' into 'develop' | lambda | |
Support undo like over ActivityPub (Fix #139) Closes #139 See merge request pleroma/pleroma!161 | |||
2018-05-19 | Support Undo like activities (Fix #139) | Thog | |
2018-05-19 | Modified deleting an account to run as a task | Syldexia | |
2018-05-19 | Merge branch 'feature/webfinger-mime-ld-json' into 'develop' | lambda | |
webfinger: handle application/ld+json links See merge request pleroma/pleroma!159 | |||
2018-05-19 | Merge branch 'feature/remote-user-deactivation' into 'develop' | lambda | |
remote user deactivation See merge request pleroma/pleroma!154 | |||
2018-05-19 | Fix linking problem. | lain | |
2018-05-19 | Merge branch 'bugfix/hubzilla-compat' into 'develop' | lambda | |
hubzilla compatibility Closes #100 See merge request pleroma/pleroma!160 | |||
2018-05-19 | run mix format | William Pitcock | |
2018-05-19 | run mix format | William Pitcock | |
2018-05-19 | tests: add test for hubzilla follow activity too | William Pitcock | |
2018-05-19 | tests: add tests for Transmogrifier.maybe_fix_user_object() | William Pitcock | |
2018-05-19 | activitypub transmogrifier: handle hubzilla AP actor quirks | William Pitcock | |
2018-05-19 | activitypub: normalize the actor to ensure we have its URI | William Pitcock | |
2018-05-19 | webfinger: add tests | William Pitcock | |
2018-05-19 | webfinger: only do ld+json on modern json webfinger | William Pitcock | |
2018-05-19 | webfinger: interpret application/ld+json links as an alternate to ↵ | William Pitcock | |
application/activity+json | |||
2018-05-19 | webfinger: expose the application/ld+json link alongside the older ↵ | William Pitcock | |
application/activity+json link | |||
2018-05-19 | remote user deactivation: fix test failures | William Pitcock | |
2018-05-16 | Fix User search. | lain | |
Now uses a trigram based search. This is a lot faster and gives better results. Closes #185. | |||
2018-05-16 | update frontend | lain | |
2018-05-13 | add mix task for deactivating a user by nickname | William Pitcock | |
2018-05-13 | ActivityPub create: discard activities from deactivated users | William Pitcock | |
2018-05-13 | Fixed formatting and test | Syldexia | |
2018-05-13 | Moved account deletion stuff to somewhere that hopefully makes more sense | Syldexia | |
2018-05-13 | Added endpoint for user account deletion | Syldexia | |
2018-05-13 | Fix format. | lain | |
2018-05-13 | Modify sort index for activities. | lain | |
This prevents a problem that made the local timeline very slow when there were few posts. | |||
2018-05-13 | Revert "Remove 'unlisted' handling for now." | lain | |
This reverts commit 1027d1f6963b495a5abc67b05447619ce7d429db. | |||
2018-05-13 | Remove 'unlisted' handling for now. | lain | |
It's just too slow (over 1 second on small systems, haven't looked at the queries in detail yet). We'll need some other way to handle it. | |||
2018-05-13 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into develop | lain | |
2018-05-13 | Unlisted fetching: Reverse logic | lain | |
Generates a faster query. | |||
2018-05-13 | Merge branch 'feature/unrepeats' into 'develop' | lambda | |
Add unrepeats Closes #69 See merge request pleroma/pleroma!113 |