Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-03 | Update Copyrights | Mark Felder | |
2019-09-10 | Revert "Parallelize template rendering" | rinpatch | |
This reverts commit 1ad71592adb47762287aec8c36d0fca565c38362. Since it had no limit on the number on concurrent processes it OOM killed instances while rendering hellthreads. When I tried introducing a concurrency limit with Task.async_stream/manual folds it lead to about 3 times worse performance on threads larger than 1000 activities (we are talking 30s vs 1.2 minutes), I think this is not worth the about 1.5 times performance increase on smaller threads when using it. | |||
2019-08-15 | Parallelize template rendering | rinpatch | |
2019-08-14 | Nicer formatting for safe_render errors | rinpatch | |
2019-07-10 | Add translation helpers | Egor Kislitsyn | |
2019-02-28 | Made auth customization be runtime-configurable. | Ivan Tashkinov | |
2019-02-22 | Minor setting name adjustment (:app_template -> :app_layout). | Ivan Tashkinov | |
2019-02-21 | Auth customization support. | Ivan Tashkinov | |
OAuthController#create_authorization user retrieval / creation, errors handling, template & layout selection. | |||
2019-02-09 | de-group import/s | Haelwenn (lanodan) Monnier | |
2019-02-09 | Stash | Haelwenn (lanodan) Monnier | |
2019-01-27 | Views: wrap activity rendering in a rescue | href | |
this avoids complete timeline breakage when an activity fucks up rendering. | |||
2018-12-31 | update copyright years to 2019 | William Pitcock | |
2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
2018-03-30 | Format the code. | lain | |
2017-05-05 | Merge branch 'develop' into dtluna/pleroma-refactor/1 | Roger Braun | |
2017-05-03 | Attachment parsing, better magic key fetching. | Roger Braun | |
2017-04-27 | Refactor code to comply with credo suggestions | dtluna | |
2017-04-17 | Add basic webfinger. | Roger Braun | |
2017-03-30 | Add port if specified. | Roger Braun | |
2017-03-17 | Phoenix skeleton | Roger Braun | |