aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/plugs
AgeCommit message (Collapse)Author
2018-05-19activitypub: normalize the actor to ensure we have its URIWilliam Pitcock
2018-05-04Fix a bunch of unused variable warningsMark Felder
2018-04-02Fail faster.lain
2018-03-30Format the code.lain
2018-03-27More Jason changes.lain
2018-03-11More signature debugging.lain
2018-02-25Fix signing bug.lain
2018-02-24More logging for signature problems.lain
2018-02-22More logging.lain
2018-02-15HttpSignature Plug: Skip if already valid.lain
2017-12-12Add plug to validate signed http requests.Roger Braun
2017-12-07Don't log in deactivated users.Lain Iwakura
2017-12-04Fix basic auth for passwords with a colon.eal
2017-11-19Fix all compilation warningsThog
2017-11-12Add Mastodon frontend.Roger Braun
2017-09-06Add very basic oauth and mastodon api support.Roger Braun
2017-05-16AP refactoring.Roger Braun
2017-04-27Refactor code to comply with credo suggestionsdtluna
2017-03-30Short circuit user verification if cookie is present.Roger Braun
2017-03-20Don't use fetch access in plug.Roger Braun
This makes it work with structs.
2017-03-20Add basic auth.Roger Braun