Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-04 | Add a MRF Policy for appending re: to identical subjects in replies. | scarlett | |
2018-12-04 | Merge branch 'optional-retry-queue' into 'develop' | kaniini | |
Make retry queue optional. See merge request pleroma/pleroma!498 | |||
2018-12-04 | Make retry queue optional. | lain | |
At the moment, it can use a lot of memory really fast. | |||
2018-12-04 | Merge branch 'feature/integration_tesla' into 'develop' | kaniini | |
[#354] Move all http interactions to Tesla See merge request pleroma/pleroma!487 | |||
2018-12-04 | MRF: simple policy: fix media removal | William Pitcock | |
2018-12-04 | change new to gen in instance.ex . Refactor user.ex | Rin Toshaka | |
2018-12-04 | [#210] Refactoring. | Ivan Tashkinov | |
2018-12-04 | [#210] TwitterAPI: implemented /api/media/metadata/create | Ivan Tashkinov | |
to allow uploads description (alt text) setting. | |||
2018-12-04 | remove httpoison_mock | Maksim Pechnikov | |
2018-12-04 | formatting the code | Maksim Pechnikov | |
2018-12-04 | update test | Maksim Pechnikov | |
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-03 | Merge branch 'develop' into fix/theora-detection-read-bytes | rinpatch | |
2018-12-03 | Change @read_bytes to 35 | rinpatch | |
2018-12-02 | F O R M A T I N G | Rin Toshaka | |
2018-12-02 | Move generate_invite to user.ex | Rin Toshaka | |
2018-12-02 | Refactor copypasta to a private function in instance.ex | Rin Toshaka | |
2018-12-02 | Parse user's bio on register | Maxim Filippov | |
2018-12-02 | Lint fix | Rin Toshaka | |
2018-12-02 | Move gen.instance to instance.ex | Rin Toshaka | |
2018-12-02 | TwitterAPI: Implement hide_network. | lain | |
2018-12-02 | Move unsubscribe user task to pleroma/user.ex. Delete unsubscribe_user.ex. ↵ | Rin Toshaka | |
Fix pleroma.user toggle_activated to work not only on local users. | |||
2018-12-02 | MastodonApi: Implement hide_network. | lain | |
2018-12-02 | Hide network in ap. | lain | |
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-02 | Lint fix | Rin Toshaka | |
2018-12-02 | Add admin option to pleroma.user new. Add user existence checking to ↵ | Rin Toshaka | |
toggle_activated | |||
2018-12-01 | Move set_admin task to lib/mix/tasks/pleroma/user.ex | rinpatch | |
2018-12-01 | Delete reactivate user task | rinpatch | |
2018-12-01 | Fix toggle_deactivated to reactivate a deactivated user | rinpatch | |
2018-12-01 | Attempt to resolve merge conflict | rinpatch | |
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 | |