Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / lib / pleroma / web / static_fe / static_fe_controller.ex
2019-11-13 sadposterMerge branch 'develop' of https://git.pleroma.social...
2019-11-11 feldMerge branch 'nodeinfo-federation-enabled' into 'develop'
2019-11-11 kaniiniMerge branch 'feature/static-fe' into 'develop'
2019-11-10 Phil HagelbergAdd some further test cases.
2019-11-10 Phil HagelbergPrevent non-local notices from rendering.
2019-11-10 Phil HagelbergRender errors in HTML, not with JS.
2019-11-10 Phil HagelbergInclude metadata in static FE conversations and profiles.
2019-11-10 Phil HagelbergCatch 404s.
2019-11-10 Phil HagelbergPagination for user profiles.
2019-11-10 Phil HagelbergMake many of the improvements suggested in review.
2019-11-10 Phil HagelbergMove static FE routing into its own plug.
2019-11-10 Phil HagelbergMake sure notice link is remote if the post is remote.
2019-11-10 Phil HagelbergVisually separate header.
2019-11-10 Phil HagelbergFix a bug where reblogs were displayed under the wrong...
2019-11-10 Phil HagelbergShow counts for replies, likes, and announces for selec...
2019-11-10 Phil HagelbergAdd header to profile/notice pages linking to pleroma-fe.
2019-11-10 Phil HagelbergRemove activity/user representer; move logic to controller.
2019-11-10 Phil HagelbergGet rid of @data in views and use separate fields.
2019-11-10 Phil HagelbergApply all suggested changes from reviewers.
2019-11-10 Phil HagelbergNotices should show entire thread from context.
2019-11-10 Phil HagelbergDon't show 404 in static-fe controller unless it's...
2019-11-10 William Pitcockstatic fe: add user profile rendering
2019-11-10 William Pitcockstatic fe: use a generic activity representer to render...
2019-11-10 William Pitcockstatic fe: formatting
2019-11-10 William Pitcockstatic fe: proof of concept