Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-17 | lib/pleroma/plugs/user_is_admin_plug.ex: change 403 string to “User is not ↵ | Haelwenn (lanodan) Monnier | |
admin.” | |||
2018-11-17 | lib/pleroma/web/admin_api/admin_api_controller.ex: An admin cannot un-admin ↵ | Haelwenn (lanodan) Monnier | |
themselves | |||
2018-11-17 | Pleroma.Web.AdminAPI.AdminAPIController: user_create statement format | Haelwenn (lanodan) Monnier | |
2018-11-17 | Add get endpoints for rights [AdminAPI] | Haelwenn (lanodan) Monnier | |
2018-11-17 | Fix connection returns make generic right endpoint [AdminAPI] | Haelwenn (lanodan) Monnier | |
2018-11-17 | admin_api_controller.ex: fix remaining params at once | Haelwenn (lanodan) Monnier | |
2018-11-17 | admin_api_controller.ex: Add documentation, fix get_invite_token | Haelwenn (lanodan) Monnier | |
2018-11-17 | admin_api_controller.ex: get_password_reset: fix params and response | Haelwenn (lanodan) Monnier | |
2018-11-17 | lib/pleroma/web/admin_api/admin_api_controller.ex: ↵ | Haelwenn (lanodan) Monnier | |
Pleroma.Web.AdminAPI.Controller → Pleroma.Web.AdminAPI.AdminAPIController | |||
2018-11-17 | [Pleroma.Plugs.UserIsAdminPlug]: Check if admin is true instead of false, ↵ | Haelwenn (lanodan) Monnier | |
fix error reporting | |||
2018-11-17 | lib/mix/tasks/make_admin.ex: New task | Haelwenn (lanodan) Monnier | |
2018-11-17 | lib/pleroma/plugs/user_is_admin_plug.ex: Create | Haelwenn (lanodan) Monnier | |
2018-11-17 | admin_api_controller: Have some basic code | Haelwenn (lanodan) Monnier | |
2018-11-17 | admin_api_controller.ex: Create | Haelwenn (lanodan) Monnier | |
2018-11-17 | activitypub: fetch_object_from_id(): prefer `actor` over `attributedTo` to ↵ | William Pitcock | |
avoid spoofing | |||
2018-11-17 | Merge branch 'feature/uploader-mdii' into 'develop' | kaniini | |
Feature / MDII Uploader See merge request pleroma/pleroma!454 | |||
2018-11-17 | fallbacking into local uploader | hakabahitoyo | |
2018-11-17 | better config reading | hakabahitoyo | |
2018-11-16 | TwitterAPI: Fix dm_timeline displaying only half of the conversation. | lain | |
2018-11-16 | Merge branch 'feature/pleromafe-usersearch' into 'develop' | lambda | |
Add Twitter / Pleroma API user search See merge request pleroma/pleroma!452 | |||
2018-11-16 | http security: remove form-action from CSP definitions | William Pitcock | |
2018-11-16 | Add better test for user search functionlity. | lain | |
2018-11-16 | better config | hakabahitoyo | |
2018-11-16 | better extension detection | hakabahitoyo | |
2018-11-15 | debug | hakabahitoyo | |
2018-11-15 | format | hakabahitoyo | |
2018-11-15 | debuf | Hakaba Hitoyo | |
2018-11-15 | omplement mdii uploader | Hakaba Hitoyo | |
2018-11-15 | add mdii uploader | Hakaba Hitoyo | |
2018-11-14 | Format. | lain | |
2018-11-14 | Add Pleroma user search api for PleromaFE. | lain | |
2018-11-14 | Merge branch 'fix-media-proxy-filename' into 'develop' | lambda | |
media_proxy: use path only to retrieve filename See merge request pleroma/pleroma!450 | |||
2018-11-14 | Merge branch 'twitter-api-direct-messages' into 'develop' | kaniini | |
Twitter api direct messages See merge request pleroma/pleroma!449 | |||
2018-11-13 | media_proxy: use path only to retrieve filename | href | |
2018-11-13 | TwitterApi: Add direct message endpoint | lain | |
2018-11-13 | MastodonAPI: Add pagination to private messages. | lain | |
2018-11-13 | media_proxy: CSP, content-disposition | href | |
* Adds CSP headers to the media proxy endpoint * Sends `content-disposition: attachment; …` for non-image/video/audio content types The default list can be overwritten with `:media_proxy, :safe_content_types` in the configuration. * Also now appends the filename to the proxy URL (fixes some mobile apps, it was requested a while ago) | |||
2018-11-13 | Add __Host- prefix when secure flag is enabled | shibayashi | |
2018-11-12 | Merge branch 'twitter-api-null-display-name' into 'develop' | scarlett | |
Twitter API: Fall back to user.nickname if user has no name Closes #375 See merge request pleroma/pleroma!444 | |||
2018-11-12 | Twitter API: Fall back to user.nickname if user has no name | scarlett | |
2018-11-12 | Merge branch 'feature/csp-plug' into 'develop' | kaniini | |
migrate CSP management to CSPPlug See merge request pleroma/pleroma!441 | |||
2018-11-12 | sample config: chase http_security change | William Pitcock | |
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 | Mastodon API: Fix list streaming | KokaKiwi | |
2018-11-11 | csp plug: add support for certificate transparency | William Pitcock | |
2018-11-11 | csp plug: add sts support | William Pitcock | |
2018-11-11 | sample config: document how to make CSPPlug send STS headers (off by default ↵ | William Pitcock | |
to allow for SSL debugging) | |||
2018-11-11 | plugs: add CSPPlug | William Pitcock | |
2018-11-11 | oauth: fix token decode regression | William Pitcock | |