Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-04 | status_code -> status | Maksim Pechnikov | |
2018-12-04 | fix http request in Salmon | Maksim Pechnikov | |
2018-12-04 | WebSub fix test | Maksim Pechnikov | |
2018-12-04 | init tesla and updated the http requests in Pleroma.Web.Websub | Maksim Pechnikov | |
2018-12-03 | Merge branch 'fix/parse-user-bio' into 'develop' | lambda | |
Parse user's bio on register See merge request pleroma/pleroma!492 | |||
2018-12-03 | Merge branch 'fix-media-proxy-defaults' into 'develop' | lambda | |
Fix media proxy config defaults See merge request pleroma/pleroma!495 | |||
2018-12-03 | Parse bio for MastodonAPI | Maxim Filippov | |
2018-12-02 | Parse user's bio on register | Maxim Filippov | |
2018-12-02 | Fix media proxy config defaults | href | |
2018-12-02 | Add uuid generation extension to sample_psql.eex. | lain | |
2018-12-02 | Fix background updating / handling. | lain | |
2018-12-01 | More fixes for Info schema. | lain | |
2018-12-01 | TwitterAPI: Fix banner and background update. | lain | |
2018-12-01 | Fix masto api user updating. | lain | |
2018-12-01 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
validate-user-info | |||
2018-12-01 | Fix admin api. | lain | |
2018-11-30 | Upload filter: anonymize filename | href | |
It replaces the original filename with a randomly generated string. | |||
2018-11-30 | Merge branch 'feature/reverse-proxy' into 'develop' | kaniini | |
reverse proxy / uploads See merge request pleroma/pleroma!470 | |||
2018-11-30 | Reverse proxy: default max read duration at 30 secs. | href | |
2018-11-30 | Merge branch 'config-delete' into 'develop' | lambda | |
Add Pleroma.Config.delete/1 See merge request pleroma/pleroma!484 | |||
2018-11-30 | Fix supervisor order | href | |
This starts `Pleroma.Web.Endpoint` after all other processes and may avoid some weird bugs (especially at start/restart). Also properly ignores starting the gopher's gen_server if disabled. | |||
2018-11-30 | Pleroma.Config.delete/1 | href | |
2018-11-30 | MIME: video/audio ogg detection | href | |
2018-11-30 | Config docs | href | |
2018-11-30 | Upload: bring back base_url | href | |
2018-11-30 | Fix deprecation warnings | href | |
2018-11-30 | Uploads fun, part. 2 | href | |
2018-11-30 | reverse_proxy: more headers | href | |
2018-11-30 | Parse correctly content-type & do not forward content-length | href | |
2018-11-30 | reverse proxy / uploads | href | |
2018-11-30 | Merge remote-tracking branch 'origin' into validate-user-info | lain | |
2018-11-30 | Fix transmogrifier test. | lain | |
2018-11-30 | Fix OStatus user updates. | lain | |
Breaks banner updating. | |||
2018-11-30 | Assorted fixes. | lain | |
2018-11-30 | Fix TwitterApiController. | lain | |
2018-11-30 | Remove "most recent notification" endpoint. | lain | |
2018-11-27 | Streamer: Don't send unwanted DMs to list streams | KokaKiwi | |
2018-11-27 | Fix ostatus test. | lain | |
2018-11-27 | Webfinger fixes. | lain | |
2018-11-27 | More fixes. | lain | |
2018-11-27 | Merge branch 'ogg-theora-detection' into 'develop' | kaniini | |
Add Theora detection to upload.ex See merge request pleroma/pleroma!479 | |||
2018-11-27 | HTTP sig fixes. | lain | |
2018-11-27 | Fix lint error | rinpatch | |
2018-11-27 | Add Theora detection to upload.ex | rinpatch | |
2018-11-27 | Merge branch 'feature/mrf-user-allowlist' into 'develop' | Haelwenn | |
MRF: user allowlist module See merge request pleroma/pleroma!477 | |||
2018-11-26 | Merge branch 'fix/pleromafe-title' into 'develop' | kaniini | |
Replace hardcoded <title> See merge request pleroma/pleroma!476 | |||
2018-11-26 | nodeinfo: add mrf_user_allowlist data | William Pitcock | |
2018-11-26 | MRF: add user allowlist module | William Pitcock | |
2018-11-26 | Replace this hardcoded <title> | Mark Felder | |
2018-11-26 | Plugs.HTTPSecurityPlug: Activate upgrade-insecure-requests only when there ↵ | Haelwenn (lanodan) Monnier | |
is https This fixes running mastofe with MIX_ENV=dev |