Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-30 | Refactoring of :if_func / :unless_func plug options (general availability). ↵ | Ivan Tashkinov | |
Added tests for Pleroma.Web.Plug. | |||
2020-04-23 | [#2409] Fixed before-action callback results persistence. | Ivan Tashkinov | |
2020-04-22 | Fixed OAuth restrictions for :api routes. Made auth info dropped for :api ↵ | Ivan Tashkinov | |
routes if OAuth check was neither performed nor explicitly skipped. | |||
2020-04-21 | Automatic checks of authentication / instance publicity. Definition of ↵ | Ivan Tashkinov | |
missing OAuth scopes in AdminAPIController. Refactoring. | |||
2020-04-17 | [#1682] Fixed Basic Auth permissions issue by disabling OAuth scopes checks ↵ | Ivan Tashkinov | |
when password is provided. Refactored plugs skipping functionality. | |||
2020-04-15 | [#2349] Made :skip_plug/2 prevent plug from being executed even if ↵ | Ivan Tashkinov | |
explicitly called. Refactoring. Tests. | |||
2020-04-06 | Enforcement of OAuth scopes check for authenticated API endpoints, ↵ | Ivan Tashkinov | |
:skip_plug plug to mark a plug explicitly skipped (disabled). | |||
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 | |