Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01-13 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2021-01-13 | Bump Copyright to 2021 | Haelwenn (lanodan) Monnier | |
grep -rl '# Copyright © .* Pleroma' * | xargs sed -i 's;Copyright © .* Pleroma .*;Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>;' | |||
2021-01-04 | Object: Rework how Object.normalize works | lain | |
Now it defaults to not fetching, and the option is named. | |||
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-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-10 | escaping summary and other fields in xml templates | Alexander Strizhakov | |
2020-10-17 | [#3053] Post-merge fix. | Ivan Tashkinov | |
2020-10-17 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
ostatus-controller-no-auth-check-on-non-federating-instances # Conflicts: # lib/pleroma/web/feed/user_controller.ex # lib/pleroma/web/o_status/o_status_controller.ex # lib/pleroma/web/router.ex # lib/pleroma/web/static_fe/static_fe_controller.ex | |||
2020-10-13 | alias alphabetically order | Alexander Strizhakov | |
2020-10-13 | EnsureAuthenticatedPlug module name | Alexander Strizhakov | |
2020-10-13 | SetFormatPlug module name | Alexander Strizhakov | |
2020-10-13 | other files consistency | Alexander Strizhakov | |
2020-10-05 | [#3053] Unauthenticated access control for OStatus-related controllers and ↵ | Ivan Tashkinov | |
ActivityPubController (base actions: :user, :object, :activity). Tests adjustments. | |||
2020-10-02 | [#3053] No auth check in StaticFEController, even on non-federating ↵ | Ivan Tashkinov | |
instances. Adjusted tests. | |||
2020-10-01 | No auth check in UserController.feed_redirect/2, even on non-federating ↵ | Ivan Tashkinov | |
instances. | |||
2020-09-08 | Use :restrict_unauthenticated testing for more granular control | Mark Felder | |
2020-09-08 | Do not serve RSS/Atom feeds when instance is private | Mark Felder | |
2020-07-29 | feed/user_controller: Return 404 when the user is remote | Haelwenn (lanodan) Monnier | |
2020-06-05 | Merge remote-tracking branch 'origin/develop' into ↵ | Egor Kislitsyn | |
activity-pub-use-atoms-as-keys | |||
2020-06-05 | Create Pleroma.Maps.put_if_present(map, key, value, value_fun // &{:ok, &1}) | Haelwenn | |
Unifies all the similar functions to one and simplify some blocks with it. | |||
2020-06-04 | Use atoms as keys in `ActivityPub.fetch_*` functions options | Egor Kislitsyn | |
2020-05-25 | [#1501] Made user feed contain public and unlisted activities. | Ivan Tashkinov | |
2020-04-30 | Refactoring of :if_func / :unless_func plug options (general availability). ↵ | Ivan Tashkinov | |
Added tests for Pleroma.Web.Plug. | |||
2020-04-16 | fix for use of published from different entities | Alexander Strizhakov | |
2020-03-16 | fix for content-type header for tag feed | Alexander Strizhakov | |
2020-03-16 | adding rss for user feed | Alexander Strizhakov | |
2020-03-16 | fix for feed page pagination | Alexander Strizhakov | |
2020-03-09 | [#1560] Ensured authentication or enabled federation for federation-related ↵ | Ivan Tashkinov | |
routes. New tests + tests refactoring. | |||
2020-03-02 | Bump copyright years of files changed after 2020-01-07 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff fcd5dd259a1700a045be902b43391b0d1bd58a5b --stat --name-only | xargs sed -i '/Pleroma Authors/c# Copyright © 2017-2020 Pleroma Authors <https:\/\/pleroma.social\/>' | |||
2020-01-28 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/tag_feed | |||
2020-01-28 | Remove `whole_db` parameter everywhere, it's not used anymore | lain | |
2020-01-28 | Apply suggestion to lib/pleroma/web/feed/tag_controller.ex | lain | |
2020-01-24 | added atom feed | Maksim Pechnikov | |
2019-12-18 | add tag feeds | Maksim Pechnikov | |
2019-12-06 | init tag feed | Maksim Pechnikov | |
2019-11-10 | add subject to atom feed | Maksim Pechnikov | |
2019-10-07 | Extract RSS Feed functionality from OStatus | Sergey Suprunenko | |