Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-07 | Create WrapperAuthenticator and simplify Authenticator behaviour | Alex Gleason | |
Speeds up recompilation by reducing compile-time cycles | |||
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-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-02-11 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md # lib/mix/tasks/pleroma/database.ex # lib/pleroma/web/templates/feed/feed/_activity.rss.eex | |||
2021-02-08 | RSS: Make sure post URL is the first `<link>` element | rinpatch | |
Otherwise some RSS readers (tested in Miniflux) might pick the context URL as the external link. Related to #2425. | |||
2021-02-03 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework # Conflicts: # CHANGELOG.md # lib/pleroma/web/activity_pub/activity_pub.ex | |||
2021-01-28 | Email-like field in /api/v1/accounts/verify_credentials response (for OAuth ↵ | Ivan Tashkinov | |
plugins like Peertube). Addresses https://git.pleroma.social/pleroma/pleroma-support/-/issues/56. | |||
2020-12-28 | Revert "Merge branch 'features/hashtag-column' into 'develop'" | Haelwenn | |
This reverts merge request !2824 | |||
2020-12-28 | Pleroma.Object/1: take %Object{} as argument instead | Haelwenn (lanodan) Monnier | |
2020-12-22 | Create Object.hashtags/1 wrapper | Haelwenn (lanodan) Monnier | |
2020-12-22 | Insert text representation of hashtags into object["hashtags"] | Haelwenn (lanodan) Monnier | |
Includes a new mix task: pleroma.database fill_old_hashtags | |||
2020-12-21 | Encapsulation of tags / hashtags fetching from objects. | Ivan Tashkinov | |
2020-12-14 | Fix for dropping posts/notifs in WS when mix task is executed | Alexander Strizhakov | |
- start oban in mix tasks with empty queues, plugins and crontab - fix for update_users_following_followers_counts - fix for removed logo.png - typo in resend confirmation emails mix task docs - fix for uploads mix task (start Majic.Pool) - fix for creating user mix task (start :fast_html app) | |||
2020-11-28 | OAuth form user remembering feature. Local MastoFE login / logout fixes. | Ivan Tashkinov | |
2020-11-10 | escaping summary and other fields in xml templates | Alexander Strizhakov | |
2020-10-15 | Fix warnings | Egor Kislitsyn | |
2020-09-09 | [#2130] Fixed OAuth OOB authentication for users with enabled MFA. | Ivan Tashkinov | |
2020-08-05 | templates/layout/app.html.eex: fix link color | Karol Kosek | |
2020-07-17 | TOTP length is configurable, so we can't hardcode this here. | Mark Felder | |
2020-07-16 | Improve TOTP token and recovery input fields in OAuth login | Mark Felder | |
2020-06-01 | Merge remote-tracking branch 'origin/develop' into feature/embeddable-posts | Egor Kislitsyn | |
2020-05-07 | Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵ | Maksim | |
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController | |||
2020-05-02 | static-fe.css: Restore and move to /priv/static/static-fe | Haelwenn (lanodan) Monnier | |
2020-04-22 | static_fe: Add microformats2 classes | Karol Kosek | |
2020-04-16 | Merge branch 'fix/1691-feed-render' into 'develop' | rinpatch | |
Fix for use of `published` field from different entities Closes #1691 See merge request pleroma/pleroma!2395 | |||
2020-04-16 | fix for use of published from different entities | Alexander Strizhakov | |
2020-04-10 | profile emojis in User.emoji instead of source_data | Haelwenn (lanodan) Monnier | |
2020-03-31 | Provide known-good user.uri, remove User.profile_url/1 | Haelwenn (lanodan) Monnier | |
2020-03-20 | Add embeddable posts | Egor Kislitsyn | |
2020-03-16 | adding rss for user feed | Alexander Strizhakov | |
2020-02-11 | Hotlink logo instead of attachment | Egor Kislitsyn | |
2020-02-11 | Merge branch 'develop' into feature/new-registrations-digest | Egor Kislitsyn | |
2020-01-24 | added atom feed | Maksim Pechnikov | |
2020-01-22 | Apply suggestion to lib/pleroma/web/templates/layout/email_styled.html.eex | minibikini | |
2020-01-22 | Add new users digest email | Egor Kislitsyn | |
2020-01-14 | Merge branch 'develop' into feature/tag_feed | Maksim Pechnikov | |
2019-12-21 | moved remote follow in separate controller | Maksim Pechnikov | |
2019-12-18 | add tag feeds | Maksim Pechnikov | |
2019-12-06 | init tag feed | Maksim Pechnikov | |
2019-11-11 | Merge branch 'feature/static-fe' into 'develop' | kaniini | |
Static frontend See merge request pleroma/pleroma!1917 | |||
2019-11-10 | add subject to atom feed | Maksim Pechnikov | |
2019-11-09 | Render errors in HTML, not with JS. | Phil Hagelberg | |
2019-11-09 | Expand subject content automatically when config is set. | Phil Hagelberg | |
2019-11-09 | Include metadata in static FE conversations and profiles. | Phil Hagelberg | |
2019-11-09 | Pagination for user profiles. | Phil Hagelberg | |
2019-11-09 | Make many of the improvements suggested in review. | Phil Hagelberg | |
2019-11-09 | Visually separate header. | Phil Hagelberg | |
2019-11-09 | Move static-fe CSS to a separate file. | Phil Hagelberg | |