index
:
pleroma
develop
fse
stable
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
plugs
Age
Commit message (
Expand
)
Author
2019-04-05
Mock :crypt.crypt/2 because otherwise the test fails on Mac OS
Sergey Suprunenko
2019-03-14
Fix uploaded media plug test
rinpatch
2019-03-14
Add some tests
rinpatch
2019-02-20
[#468] More OAuth scopes-specific tests.
Ivan Tashkinov
2018-12-23
tests: add legal boilerplate
William Pitcock
2018-12-20
Merge branch 'ci-test-fix' into 'develop'
lambda
2018-12-19
daaa8cd6 take two
href
2018-12-18
Add a way to use the admin api without a user.
lain
2018-12-18
SetUserSessionIdPlugTest: try to fix random ci failures
href
2018-12-17
Instance/Static runtime plug
href
2018-12-12
fix warnings
Maksim Pechnikov
2018-12-05
fix/273
Maksim Pechnikov
2018-12-01
More fixes for Info schema.
lain
2018-12-01
Fix admin api.
lain
2018-11-17
test/plugs/user_is_admin_plug_test: New test
Haelwenn (lanodan) Monnier
2018-11-17
Reset http security settings to fix plug test
AkiraFukushima
2018-11-12
http security: allow referrer-policy to be configured
William Pitcock
2018-11-12
rename CSPPlug to HTTPSecurityPlug.
William Pitcock
2018-11-11
tests: add tests for CSPPlug
William Pitcock
2018-09-09
tests: break the cycle using pleroma.factory
William Pitcock
2018-09-09
tests: try breaking the cycle a different way
William Pitcock
2018-09-09
test: user enabled plug tests: fix circular reference
William Pitcock
2018-09-05
Fix warning.
lain
2018-09-05
Update legacy passwords automatically.
lain
2018-09-05
Add UserEnabledPlug.
lain
2018-09-05
Add SetUserSessionIdPlug.
lain
2018-09-05
Add EnsureUserKeyPlug, smaller fixes
lain
2018-09-05
Simplify AuthenticationPlug
lain
2018-09-05
Add SessionAuthenticationPlug.
lain
2018-09-05
Add LegacyAuthenticationPlug
lain
2018-09-05
Add EnsureAuthenticatedPlug
lain
2018-09-05
Add UserFetcherPlug.
lain
2018-09-05
Add BasicAuthDecoderPlug
lain
2018-09-05
auth against sha512-crypt password hashes, upgrade to pbkdf2
Moon Man
2018-04-02
Fail faster.
lain
2018-03-30
Format the code.
lain
2017-12-07
Don't log in deactivated users.
Lain Iwakura
2017-05-16
AP refactoring.
Roger Braun
2017-03-30
Short circuit user verification if cookie is present.
Roger Braun
2017-03-20
Add basic auth.
Roger Braun