Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-16 | Document way to do notice compatibility routes with Nginx reverse-proxy instead | Sean King | |
2022-02-25 | Copyright bump for 2022 | Sean King | |
2021-12-25 | Pleroma.Web.base_url() --> Endpoint.url() | Alex Gleason | |
2021-12-25 | Merge remote-tracking branch 'origin/develop' into notice-routes | Alex Gleason | |
2021-05-31 | Deprecate Pleroma.Web.base_url/0 | Alex Gleason | |
Use Pleroma.Web.Endpoint.url/0 directly instead. Reduces compiler cycles. | |||
2021-05-05 | Add notice compatibility routes for other frontends | Alex Gleason | |
Fixes: https://git.pleroma.social/pleroma/pleroma/-/issues/1785 | |||
2021-02-04 | Redirect non-local activities when /notice/:id is used | Haelwenn (lanodan) Monnier | |
Related-to: https://git.pleroma.social/pleroma/pleroma/-/issues/2496 | |||
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
2020-10-17 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
ostatus-controller-no-auth-check-on-non-federating-instances # Conflicts: # lib/pleroma/web/feed/user_controller.ex # lib/pleroma/web/o_status/o_status_controller.ex # lib/pleroma/web/router.ex # lib/pleroma/web/static_fe/static_fe_controller.ex | |||
2020-10-13 | tests consistency | Alexander Strizhakov | |