aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/static_fe
AgeCommit message (Collapse)Author
2020-11-05Merge branch 'ostatus-controller-no-auth-check-on-non-federating-instances' ↵feld
into 'develop' OStatus / Static FE access control fixes See merge request pleroma/pleroma!3053
2020-10-13EnsureAuthenticatedPlug module nameAlexander Strizhakov
2020-10-13FederatingPlug module nameAlexander Strizhakov
2020-06-04Use atoms as keys in `ActivityPub.fetch_*` functions optionsEgor Kislitsyn
2020-04-30Refactoring of :if_func / :unless_func plug options (general availability). ↵Ivan Tashkinov
Added tests for Pleroma.Web.Plug.
2020-04-10profile emojis in User.emoji instead of source_dataHaelwenn (lanodan) Monnier
2020-03-23Add emoji support in statuses in staticfeEgor Kislitsyn
2020-03-15static_fe: Sanitize HTML in usersHaelwenn (lanodan) Monnier
2020-03-15static_fe: Sanitize HTML in postsHaelwenn (lanodan) Monnier
Note: Seems to have different sanitization with TwitterCard generator giving the following: <meta content=\"“alert(&#39;xss&#39;)”\" property=\"twitter:description\">
2020-03-11[#1560] Enforced authentication for non-federating instances in ↵Ivan Tashkinov
StaticFEController.
2020-03-03Update CopyrightsMark Felder
2019-11-13Support redirecting by activity UUID in static FE as well.Phil Hagelberg
2019-11-13Support redirecting by object ID in static FE.Phil Hagelberg
This matches the behavior of pleroma-fe better. Fixes #1412.
2019-11-12For remote notices, redirect to the original instead of 404.Phil Hagelberg
We shouldn't treat these like local statuses, but I don't think a 404 is the right choice either here, because within pleroma-fe, these are valid URLs. So with remote notices you have the awkward situation where clicking a link will behave differently depending on whether you open it in a new tab or not; the new tab will 404 if it hits static-fe. This new redirecting behavior should improve that situation.
2019-11-09Formatter moved to new module.Phil Hagelberg
2019-11-09Add some further test cases.Phil Hagelberg
Including like ... private visibility, cos that's super important.
2019-11-09Prevent non-local notices from rendering.Phil Hagelberg
2019-11-09Render errors in HTML, not with JS.Phil Hagelberg
2019-11-09Expand subject content automatically when config is set.Phil Hagelberg
2019-11-09Include metadata in static FE conversations and profiles.Phil Hagelberg
2019-11-09Catch 404s.Phil Hagelberg
2019-11-09Pagination for user profiles.Phil Hagelberg
2019-11-09Make many of the improvements suggested in review.Phil Hagelberg
2019-11-09Move static FE routing into its own plug.Phil Hagelberg
Previously it was piggybacking on FallbackRedirectController for users and OStatusController for notices; now it's all in one place.
2019-11-09Make sure notice link is remote if the post is remote.Phil Hagelberg
2019-11-09Visually separate header.Phil Hagelberg
2019-11-09Fix a bug where reblogs were displayed under the wrong user.Phil Hagelberg
2019-11-09Change date formatting.Phil Hagelberg
2019-11-09Show counts for replies, likes, and announces for selected notice.Phil Hagelberg
Using text instead of an icon, for now.
2019-11-09Format dates using CommonAPI utils.Phil Hagelberg
2019-11-09Add header to profile/notice pages linking to pleroma-fe.Phil Hagelberg
2019-11-09Remove activity/user representer; move logic to controller.Phil Hagelberg
2019-11-09Get rid of @data in views and use separate fields.Phil Hagelberg
2019-11-09Use gettext for sensitive media warning.Phil Hagelberg
2019-11-09Apply all suggested changes from reviewers.Phil Hagelberg
2019-11-09Notices should show entire thread from context.Phil Hagelberg
2019-11-09Show images, video, and audio attachments to notices.Phil Hagelberg
2019-11-09Fix activity_representer to work with User.get_or_fetch returning tuple.Phil Hagelberg
2019-11-09Don't show 404 in static-fe controller unless it's actually not found.Phil Hagelberg
2019-11-09Add permalinks to the static-fe notice rendering.Phil Hagelberg
2019-11-09Looks like source_data is on user directly now.Phil Hagelberg
2019-11-09static fe: add remote follow buttonWilliam Pitcock
2019-11-09static fe: reformat activity representerWilliam Pitcock
2019-11-09static fe: add user profile renderingWilliam Pitcock
2019-11-09static fe: use a generic activity representer to render activitiesWilliam Pitcock
2019-11-09static fe: formattingWilliam Pitcock
2019-11-09static fe: proof of conceptWilliam Pitcock