Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | pinned crypt dependency to specific commit | Moon Man | |
2018-09-05 | change cond to if else | Moon Man | |
2018-09-05 | auth against sha512-crypt password hashes, upgrade to pbkdf2 | Moon Man | |
2018-09-03 | installation/pleroma-apache.conf: OCSP stapling needs to be outside of the ↵ | shibayashi | |
virtualhost directive | |||
2018-09-03 | Merge branch 'feature/staff-discovery-api' into 'develop' | kaniini | |
staff discovery api See merge request pleroma/pleroma!326 | |||
2018-09-03 | Merge branch 'develop' into 'feature/staff-discovery-api' | kaniini | |
# Conflicts: # lib/pleroma/web/nodeinfo/nodeinfo_controller.ex | |||
2018-09-03 | tests: add test for staffAccounts presence in nodeinfo | William Pitcock | |
2018-09-03 | nodeinfo: add staffAccounts field to metadata | William Pitcock | |
2018-09-03 | Merge branch 'feature/mastodon_api_2.4.x' into 'develop' | kaniini | |
Add/Fix Mastodon endpoints for 2.4.3 compatibility See merge request pleroma/pleroma!266 | |||
2018-09-03 | Merge branch 'report-chat-and-gopher-support' into 'develop' | kaniini | |
Report chat and gopher support at /nodeinfo/2.0.json See merge request pleroma/pleroma!327 | |||
2018-09-03 | report chat and gopher support at /nodeinfo/2.0.json | Hakaba Hitoyo | |
2018-09-03 | user: add moderator_user_query() | William Pitcock | |
2018-09-03 | migrations: add is_moderator index for users table | William Pitcock | |
2018-09-03 | Merge branch 'nil-bio-emojis' into 'develop' | kaniini | |
add nil clause for Formatter.get_emoji/1 to return an empty result Closes #274 See merge request pleroma/pleroma!315 | |||
2018-09-03 | Merge branch 'patch-2' into 'develop' | Haelwenn | |
Render notification IDs as strings, not numbers See merge request pleroma/pleroma!325 | |||
2018-09-03 | Update mastodon_api_controller.ex | shadowfacts | |
2018-09-03 | Update mastodon_api_controller.ex | shadowfacts | |
2018-09-03 | Render notification IDs as strings, not numbers | shadowfacts | |
2018-09-02 | sloop around get_emoji/1 to check is_binary and have a fallthrough | Thurloat | |
default that returns empty | |||
2018-09-02 | [Pleroma.Uploaders.Local]: Add configuration for custom url path | Haelwenn (lanodan) Monnier | |
One use-case being an external caching proxy | |||
2018-09-02 | Merge branch 'hotfix_broken_likes' into 'develop' | kaniini | |
hotfix for broken like completely breaking the notifications API See merge request pleroma/pleroma!284 | |||
2018-09-02 | Merge branch 'security/emoji-xss' into 'develop' | kaniini | |
formatter: don't add XSS emoji See merge request pleroma/pleroma!322 | |||
2018-09-02 | formatter: don't add XSS emoji | William Pitcock | |
2018-09-01 | Merge branch 'security/activitypub-spoofing' into 'develop' | kaniini | |
security: activitypub spoofing See merge request pleroma/pleroma!321 | |||
2018-09-01 | transmogrifier: fix peertube/plume actor handling | William Pitcock | |
2018-09-01 | tests: add regression tests | William Pitcock | |
2018-09-01 | activitypub: fix possibility of spoofing by containing remote objects to the ↵ | William Pitcock | |
same domain as their actor | |||
2018-09-01 | Merge branch 'feature/disable-config-management' into 'develop' | Haelwenn | |
config: add ability to disable Pleroma FE config management (closes #276) Closes #276 See merge request pleroma/pleroma!320 | |||
2018-09-01 | run `mix format`. | William Pitcock | |
2018-09-01 | OAuth: Support /revoke endpoint for revoking tokens | Martin Kühl | |
(for compatibility with Mastodon) | |||
2018-09-01 | OAuth: Set `created_at` in token exchange response | Martin Kühl | |
(for compatibility with Mastodon) | |||
2018-09-01 | AccountView: `sensitive` is supposed to be a boolean, not a string | Martin Kühl | |
2018-09-01 | config: add ability to disable Pleroma FE config management (closes #276) | William Pitcock | |
2018-09-01 | Merge branch 'lanodan/code-dup_in_mastoapi_search' into 'develop' | kaniini | |
Clean code duplication in MastoAPI search(v1/v2) See merge request pleroma/pleroma!316 | |||
2018-09-01 | Merge branch 'verify-credentials-default-scope' into 'develop' | kaniini | |
Specify default scope in verify_credentials See merge request pleroma/pleroma!317 | |||
2018-08-31 | Specify default scope in verify_credentials | Will Pearson | |
Certain Mastodon/Pleroma front ends call verify_credentials to get the default scope of a new toot. Currently, Pleroma hardcodes this value to "public". This patch changes it to the user's default_scope value. | |||
2018-09-01 | [Pleroma.Web.MastodonAPI.MastodonAPIController].search(2)?: Remove code ↵ | Haelwenn (lanodan) Monnier | |
duplication | |||
2018-08-31 | add nil clause for Formatter.get_emoji/1 to return an empty result | Thurloat | |
2018-08-31 | Merge branch 'revert-a26d5e6b' into 'develop' | lambda | |
Revert "Merge branch 'feature/rich-text' into 'develop'" See merge request pleroma/pleroma!313 | |||
2018-08-31 | Revert "Merge branch 'feature/rich-text' into 'develop'" | lambda | |
This reverts merge request !309 | |||
2018-08-31 | Merge branch 'bugfix/s3-configuration' into 'develop' | kaniini | |
config: fix up defaults for s3 endpoint configuration See merge request pleroma/pleroma!312 | |||
2018-08-31 | config: fix up defaults for s3 endpoint configuration | William Pitcock | |
2018-08-31 | Merge branch 'update/pleroma-fe-20180831' into 'develop' | kaniini | |
update pleroma frontend See merge request pleroma/pleroma!311 | |||
2018-08-31 | update pleroma frontend | William Pitcock | |
2018-08-31 | Merge branch 'update/pleroma-fe-config-20180831' into 'develop' | kaniini | |
config: chase pleroma-fe updates from MR pleroma-fe!324. See merge request pleroma/pleroma!310 | |||
2018-08-31 | config: chase pleroma-fe updates from MR pleroma-fe!324. | William Pitcock | |