Commit graph

  • 46787b9fe1 Merge branch 'develop' into feature/reports-groups-and-multiple-state-update Maxim Filippov 2019-11-11 19:18:12 +0900
  • 1649d6f689 Add "/api/pleroma/admin/reports/:id" -> "/api/pleroma/admin/reports" changelog entry Maxim Filippov 2019-11-11 19:16:04 +0900
  • 31343e4321 Code style fixes Maxim Filippov 2019-11-11 19:06:09 +0900
  • b2e8371e6a Apply suggestion to CHANGELOG.md Maxim Filippov 2019-11-11 09:55:00 +0000
  • 6a4201e0b4
    fix for migrate task Alexander 2019-11-10 22:54:37 +0300
  • 7438c177d9 Merge branch 'disable-attachment-links' into 'develop' lain 2019-11-10 14:25:09 +0000
  • 3db988250b [#1335] User: refactored :blocks field into :blocked_users relation. Introduced UserBlock. Ivan Tashkinov 2019-11-10 16:30:21 +0300
  • 4499a7a075 Disable attachment links by default rinpatch 2019-11-10 15:02:47 +0300
  • a88e834dba Merge branch 'develop' into 'reactions' lain 2019-11-10 11:32:50 +0000
  • 3a1aaadc18 Merge branch 'issue/1339' into 'develop' lain 2019-11-10 11:20:20 +0000
  • e08bd99bab Apply suggestion to config/config.exs lain 2019-11-10 11:02:34 +0000
  • 4885d403fe Apply suggestion to config/config.exs lain 2019-11-10 10:44:23 +0000
  • 8b8d705ce6 Merge branch 'refactor/readme' into 'develop' lain 2019-11-10 10:30:52 +0000
  • 9d0b989521 add subject to atom feed Maksim Pechnikov 2019-11-08 09:23:24 +0300
  • 3cc49cdb78 Formatter moved to new module. Phil Hagelberg 2019-11-09 18:26:19 -0800
  • 6ef8049664 Add changelog entry, cheatsheet docs, and alphabetize. Phil Hagelberg 2019-11-09 09:50:45 -0800
  • ef7c3bdc7a Add some further test cases. Phil Hagelberg 2019-11-08 08:55:32 -0800
  • 2bf592f5dc Add tests for static_fe controller. Phil Hagelberg 2019-11-07 22:29:46 -0800
  • 4729027f91 Prevent non-local notices from rendering. Phil Hagelberg 2019-11-07 21:43:21 -0800
  • 886a07ba57 Move static_fe config to its own section instead of in :instance. Phil Hagelberg 2019-11-07 19:31:28 -0800
  • b0080fa730 Render errors in HTML, not with JS. Phil Hagelberg 2019-11-05 22:00:19 -0800
  • e27c61218d Expand subject content automatically when config is set. Phil Hagelberg 2019-11-05 21:37:46 -0800
  • bfd5d79826 Include metadata in static FE conversations and profiles. Phil Hagelberg 2019-11-05 21:28:36 -0800
  • 828259fb65 Catch 404s. Phil Hagelberg 2019-11-04 22:56:51 -0800
  • df2f59be91 Pagination for user profiles. Phil Hagelberg 2019-11-04 22:49:05 -0800
  • 8969c5522d Make many of the improvements suggested in review. Phil Hagelberg 2019-11-04 22:02:10 -0800
  • e8bee35578 Static FE plug should only respond to text/html requests. Phil Hagelberg 2019-11-03 12:29:17 -0800
  • dc3b87d153 Move static FE routing into its own plug. Phil Hagelberg 2019-11-01 19:47:18 -0700
  • c6c706161e Make sure notice link is remote if the post is remote. Phil Hagelberg 2019-10-31 18:26:34 -0700
  • 274cc18e8a Visually separate header. Phil Hagelberg 2019-10-31 17:44:43 -0700
  • 2ac1ece652 Fix a bug where reblogs were displayed under the wrong user. Phil Hagelberg 2019-10-30 20:21:10 -0700
  • 5d7c44266b Change date formatting. Phil Hagelberg 2019-10-30 20:20:54 -0700
  • 1dc785b74b Move static-fe CSS to a separate file. Phil Hagelberg 2019-10-30 20:20:26 -0700
  • e4b9784c39 Show counts for replies, likes, and announces for selected notice. Phil Hagelberg 2019-10-29 22:05:18 -0700
  • 93e9c0cedf Format dates using CommonAPI utils. Phil Hagelberg 2019-10-29 21:09:05 -0700
  • 918e1353f6 Add header to profile/notice pages linking to pleroma-fe. Phil Hagelberg 2019-10-29 20:55:43 -0700
  • 33a26b61c3 Remove activity/user representer; move logic to controller. Phil Hagelberg 2019-10-29 20:30:43 -0700
  • 41fde63def Get rid of @data in views and use separate fields. Phil Hagelberg 2019-10-29 19:27:42 -0700
  • e944a2213d Use gettext for sensitive media warning. Phil Hagelberg 2019-10-29 17:53:58 -0700
  • 2d1897e8a7 Apply all suggested changes from reviewers. Phil Hagelberg 2019-10-29 17:45:26 -0700
  • cc1b07132f Notices should show entire thread from context. Phil Hagelberg 2019-10-28 19:47:20 -0700
  • 748d800acb Show images, video, and audio attachments to notices. Phil Hagelberg 2019-10-28 19:05:45 -0700
  • 1d8950798c Fix activity_representer to work with User.get_or_fetch returning tuple. Phil Hagelberg 2019-10-27 19:02:19 -0700
  • 0cf04e1088 Fix OStatus controller to know about StaticFEController. Phil Hagelberg 2019-10-27 19:01:18 -0700
  • e79d8985ab Don't show 404 in static-fe controller unless it's actually not found. Phil Hagelberg 2019-10-27 17:53:20 -0700
  • c1fc139986 Add permalinks to the static-fe notice rendering. Phil Hagelberg 2019-10-27 16:37:57 -0700
  • d1320160f4 Looks like source_data is on user directly now. Phil Hagelberg 2019-10-27 15:20:43 -0700
  • ca5ef201ef static fe: add remote follow button William Pitcock 2019-03-03 13:36:59 +0000
  • b33fbd58e3 static fe: add support for message subjects William Pitcock 2019-03-02 22:35:54 +0000
  • e2904b5777 static fe: reformat activity representer William Pitcock 2019-03-02 21:40:02 +0000
  • 2b5bd5236d static fe: add user profile rendering William Pitcock 2019-03-02 21:12:38 +0000
  • 8f08da750a static fe: use a generic activity representer to render activities William Pitcock 2019-03-02 20:10:30 +0000
  • ff8d0902f3 static fe: formatting William Pitcock 2019-03-02 14:23:26 +0000
  • a4d3a8ec03 static fe: proof of concept William Pitcock 2019-03-02 14:17:55 +0000
  • 9de593689c Merge branch 'refactor/cheatsheet' into 'develop' kaniini 2019-11-10 00:56:01 +0000
  • 518b0193a1 Big config cheatsheet revamp rinpatch 2019-11-10 03:33:36 +0300
  • 56e3d4ecca readme: replace banner logo with the one using paths for text rinpatch 2019-11-10 00:52:04 +0300
  • 6d62d9d46f readme: Add logo banner rinpatch 2019-11-10 00:06:44 +0300
  • c5368a395d readme: remove unnecessary heading rinpatch 2019-11-09 23:32:21 +0300
  • eca66aefba readme: Remove unnecessary description and add a missing dot rinpatch 2019-11-09 23:30:03 +0300
  • 55cc96bcf9 Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop sadposter 2019-11-09 19:11:33 +0000
  • d1477e9ca3 Add #pleroma-dev to matrix section as well rinpatch 2019-11-09 22:10:29 +0300
  • 058467d25c fe sadposter 2019-11-09 19:10:22 +0000
  • 96da25c92f Partial readme rewrite rinpatch 2019-11-09 22:01:25 +0300
  • 36f4382b33 Bump mix.exs version v1.1.5 rinpatch 2019-11-09 17:30:43 +0300
  • 182aee9fe8 Merge branch 'release/1.1.5' into 'stable' rinpatch 2019-11-09 13:32:11 +0000
  • 287d92c920 Add a changelog entry about frontend bundle update rinpatch 2019-11-09 02:09:47 +0300
  • 8a03ce50ea Merge branch 'chore/update-fe' into 'develop' rinpatch 2019-11-08 23:08:03 +0000
  • 3cc2437598 Bump pleroma-fe bundle to 044c9ad0562af059dd961d50961a3880fca9c642 rinpatch 2019-11-09 01:47:32 +0300
  • 6871084f34 Bump pleroma-fe bundle to 044c9ad0562af059dd961d50961a3880fca9c642 rinpatch 2019-11-09 01:47:32 +0300
  • 6e65da782e object containment: handle all cases where ID is invalid (missing, nil, non-string) Ariadne Conill 2019-11-08 14:51:28 -0600
  • d8e99189d0 Merge branch 'bugfix/containment-no-id' into 'develop' rinpatch 2019-11-08 21:12:23 +0000
  • 5b60d82592 object containment: handle all cases where ID is invalid (missing, nil, non-string) Ariadne Conill 2019-11-08 14:51:28 -0600
  • 4c5055bac9 Add changelog for 1.1.5 rinpatch 2019-11-08 23:43:11 +0300
  • 89ca9560e0 Bump HtmlEntities to 0.5 rinpatch 2019-11-05 12:37:25 +0300
  • 5cbb1cd550 Merge branch 'chore/bump-fast-sanitize-again-again' into 'develop' rinpatch 2019-11-08 20:02:25 +0000
  • 33d0250edc Object Fetcher: set cache after reinjecting rinpatch 2019-11-06 14:00:03 +0300
  • c389fb4dcc Fix TrailingFormatPlug not being active for /api/oauth_tokens rinpatch 2019-11-06 17:22:23 +0300
  • 1b58b5c8db Bump fast_sanitize rinpatch 2019-11-08 22:22:39 +0300
  • 0929d06e69 Merge branch 'chore/add-multifetch' into 'develop' kaniini 2019-11-08 19:08:39 +0000
  • 532fd38b12 nodeinfo: add multifetch feature (ref pleroma-fe!977). Ariadne Conill 2019-11-08 12:48:28 -0600
  • aa3551ebd2 Merge branch 'chore/bump-fast-sanitize-again' into 'develop' rinpatch 2019-11-08 17:01:07 +0000
  • 44f942e17d Bump fast_sanitize to 0.1.2 rinpatch 2019-11-08 19:40:13 +0300
  • b22ee9d966 Merge remote-tracking branch 'origin/develop' into reactions lain 2019-11-08 13:27:11 +0100
  • b14bf9044f Merge branch 'develop' into feature/reports-groups-and-multiple-state-update Maxim Filippov 2019-11-08 18:30:49 +0900
  • 7258db023e Support old flag format Maxim Filippov 2019-11-07 22:45:36 +1000
  • 278674223d Merge branch 'chore/bump-fast-sanitize' into 'develop' rinpatch 2019-11-07 23:32:25 +0000
  • 2f4e9a068f Bump fast_sanitize to 0.1.1 rinpatch 2019-11-08 00:14:53 +0300
  • 5bf59f8e66 Merge branch 'recipients-filter' into 'develop' kaniini 2019-11-07 15:13:20 +0000
  • 7888803ffe Mastodon API: Add the recipients parameter to GET /api/v1/conversations eugenijm 2019-11-07 03:00:21 +0300
  • 9f9c3c4fbe Merge branch 'fix/unwrapped-object-return' into 'develop' rinpatch 2019-11-06 23:01:04 +0000
  • 32afa07995 Fetcher: fix local check returning unwrapped object rinpatch 2019-11-07 01:40:55 +0300
  • 802d249827 Merge branch 'fix/trailing-format-plug-oauth' into 'develop' rinpatch 2019-11-06 14:47:34 +0000
  • e4632b0633 Merge branch 'changelog-cleanup' into 'develop' rinpatch 2019-11-06 14:39:46 +0000
  • a918167256 Merge branch 'fix/saner-static-cache-control' into 'develop' rinpatch 2019-11-06 14:31:32 +0000
  • 365657320c Fix TrailingFormatPlug not being active for /api/oauth_tokens rinpatch 2019-11-06 17:22:23 +0300
  • 66c502879b Removed duplicate Changed entry in Unreleased section of CHANGELOG.md. Ivan Tashkinov 2019-11-06 17:19:32 +0300
  • 84175fe30e Set better Cache-Control header for static content rinpatch 2019-11-06 16:41:19 +0300
  • 8b19464176 Merge branch 'feature/multiple-users-force-password-reset' into 'develop' feld 2019-11-06 12:24:41 +0000
  • f171095960 Grouped reports with status data baked in Maxim Filippov 2019-11-06 21:25:46 +1000