Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-28 | Move GET /api/v1/apps to GET /api/v1/pleroma/apps | Sean King | |
2021-08-28 | Require follow and read OAuth scopes for GET /api/v1/apps | Sean King | |
2021-08-25 | GET /api/v1/apps endpoint | Sean King | |
2021-08-13 | Streamer: fix crash in MastodonAPI.StatusView | Alex Gleason | |
Backport of: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3508 | |||
2021-08-13 | Merge branch 'streamer-crash-fix' into 'develop' | Haelwenn | |
Streamer crash fix See merge request pleroma/pleroma!3508 | |||
2021-08-13 | Streamer: fix crash in MastodonAPI.StatusView | Alex Gleason | |
2021-08-09 | Merge branch 'poll-notification' into 'develop' | Haelwenn | |
MastodonAPI: Support poll notification See merge request pleroma/pleroma!3484 | |||
2021-08-06 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remove/mastofe | Sean King | |
2021-08-06 | Improve readability | Egor Kislitsyn | |
2021-08-06 | Add key- and valuePlaceholders for quarantined_instances and mrf_simple | Ilja | |
* I also added for keywordpolicy as well now. It was done in the admin-fe, but is better to be done here * I also added comments to explain why we did the _info keys (backwards compatibility) | |||
2021-08-06 | quarantine instances info | Ilja | |
Added a new field in the nodeinfo called quarantined_instances_info This holds an object like `"quarantined_instances_info":{"quarantined_instances":{"quar.inst":{"reason":"whatever reason"}}}}` | |||
2021-08-06 | Return maps in node_info | Ilja | |
It's easiest (and imo most proper) to use tuples {"instance, "reason"} in BE, but for FE maps like %{"instance": "instance", "reason", "reason"} are better. I changed it so that node_info returns maps now for simple_policy and quarantined instances. | |||
2021-07-18 | Merge remote-tracking branch 'pleroma/develop' into poll-notification-fixes | Alex Gleason | |
2021-07-17 | MastodonAPI: Support poll notification | Alex Gleason | |
2021-07-10 | Merge develop branch upstream | Sean King | |
2021-07-02 | fix the fucking list timelines on mastofe/soapbox-fe | marcin mikołajczak | |
2021-06-08 | Refactor skipped plugs into Pleroma.Web functions | Alex Gleason | |
Speeds up recompilation by reducing compile cycles | |||
2021-06-08 | Fix order of Pleroma.Web.Utils.Params aliases | Alex Gleason | |
2021-06-08 | Pleroma.Web.Params --> Pleroma.Web.Utils.Params | Alex Gleason | |
2021-06-08 | Pleroma.Web.ControllerHelper.truthy_param?/1 --> ↵ | Alex Gleason | |
Pleroma.Web.Params.truthy_param?/1 Breaks cycle in lib/pleroma/web/api_spec/operations/status_operation.ex | |||
2021-06-04 | Fix more build errors | Sean King | |
2021-06-04 | Fix merge conflicts with upstream | Sean King | |
2021-06-01 | Add "chat" back as a feature for backwards compat. | Mark Felder | |
Legacy PleromaFE uses this to identify if ShoutBox is available. | |||
2021-06-01 | Move shout configuration from :instance, update docs and changelog | Mark Felder | |
2021-06-01 | Rename the non-federating Chat feature to Shout | Mark Felder | |
2021-05-31 | Merge remote-tracking branch 'pleroma/develop' into cycles-base-url | 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-30 | Merge commit '07fed0fda2473fc4e1e3b01e863217391fd2902f'; commit ↵ | Alex Gleason | |
'e3173a279dad89dfce6eae89368ad3ba180c0490'; commit '21787546c01069d1d1d8261f0bc37d13a73122a9'; commit 'fda34591cefad94277385311c6391d1ca2adb36c'; commit '0ada3fe823a3c2e6c5835431bdacfbdb8b3d02a7'; commit '32d263cb905dd7fffd43a4955295af0b2b378537'; commit 'c9e4200ed2167772294fceb4f282979b5ea04981'; commit '3ff9c5e2a67ab83c2abdb14cd246dea059079e75'; commit 'fa543a936124abee524f9a103c17d2601176dcd4'; commit 'c23b81e399d5be6fc30f4acb1d757d5eb291d8e1' into cycles-phase-1 | |||
2021-05-29 | Merge branch 'cycles-views' into 'develop' | feld | |
Recompilation speedup: Create real Views for all Controllers See merge request pleroma/pleroma!3425 | |||
2021-05-29 | Merge remote-tracking branch 'pleroma/develop' into cycles-html | Alex Gleason | |
2021-05-29 | Break out activity-specific HTML functions into Pleroma.Activity.HTML | Alex Gleason | |
Fixes cycles in lib/pleroma/ecto_type/activity_pub/object_validators/safe_text.ex | |||
2021-05-29 | Merge remote-tracking branch 'pleroma/develop' into cycles-views | Alex Gleason | |
2021-05-29 | Create real Views for all Controllers | Alex Gleason | |
This makes views depend on each other at runtime instead of compile-time | |||
2021-05-28 | Merge branch 'alias-router-helpers' into 'develop' | feld | |
Switch to aliasing `Router.Helpers` instead of importing See merge request pleroma/pleroma!3409 | |||
2021-05-20 | Expose user email address to user/owner; not publicly. | Mark Felder | |
2021-05-19 | Merge remote-tracking branch 'pleroma/develop' into alias-router-helpers | Alex Gleason | |
2021-05-18 | Switch to aliasing `Router.Helpers` instead of importing | Alex Gleason | |
2021-05-12 | Merge remote-tracking branch 'upstream/develop' into attachment-meta | Alex Gleason | |
2021-05-12 | Don't render media `meta` if nil | Alex Gleason | |
2021-05-12 | Add SetMeta filter to store uploaded image sizes | Alex Gleason | |
2021-04-16 | Merge branch 'feature/521-pinned-post-federation' into 'develop' | rinpatch | |
Pinned posts federation Closes #521 See merge request pleroma/pleroma!3312 | |||
2021-04-15 | Remove no longer necessary unit tests for MastoFE | Sean King | |
2021-04-15 | Remove MastoFE-related backend code and frontend pieces | Sean King | |
2021-04-09 | Use URI.merge to prevent concatenating two canonical URLs when a custom ↵ | Mark Felder | |
instance thumbnail was uploaded via AdminFE | |||
2021-03-25 | refetch user on incoming add/remove activity | Alexander Strizhakov | |
if featured_address is nil | |||
2021-03-25 | Let pins federate | Alexander Strizhakov | |
- save object ids on pin, instead of activity ids - pins federation - removed pinned_activities field from the users table - activityPub endpoint for user pins - pulling remote users pins | |||
2021-03-21 | Merge branch 'richmedia-workaround' into 'develop' | rinpatch | |
Workaround for RichMedia preview image breakage edge case See merge request pleroma/pleroma!3363 | |||
2021-03-16 | Merge branch 'update_open_api_spex' into 'develop' | Haelwenn | |
Update OpenApiSpex dependency See merge request pleroma/pleroma!3362 | |||
2021-03-13 | Prefer naming this function build_image_url/2 | Mark Felder | |
2021-03-11 | Leverage function pattern matching instead | Mark Felder | |