Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-03 | update api to set skip_thread_containment | Maksim Pechnikov | |
2019-06-02 | Merge branch 'feature/notification-control-part-2' into 'develop' | kaniini | |
notification controls, part 2 See merge request pleroma/pleroma!1204 | |||
2019-05-30 | Use Pleroma.Config everywhere | Egor Kislitsyn | |
2019-05-25 | twitter api: user view: expose user notification settings under pleroma object | William Pitcock | |
2019-05-23 | fix merge conflict | Sachin Joshi | |
2019-05-22 | Ability to reset avatar, profile banner and backgroud | Sachin Joshi | |
2019-05-21 | Add virtual :thread_muted? field | Aaron Tinio | |
that may be set when fetching activities | |||
2019-05-15 | activitypub: remove contain_timeline() | William Pitcock | |
2019-05-15 | CommonAPI: Refactor visibility, forbid public to private replies. | lain | |
2019-05-15 | remove deprecated PleromaFE configuration | Sachin Joshi | |
2019-05-14 | Merge branch 'refactor/use-job-queue-everywhere' into 'develop' | lambda | |
use job queue everywhere Closes #862 See merge request pleroma/pleroma!1142 | |||
2019-05-14 | clean up follow/block imports a little | William Pitcock | |
2019-05-14 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-13 | user: migrate follow/blocks import to job queue | William Pitcock | |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-09 | Use "repeated" instead of "retweeted" for repeated statuses in Twitter API | Francis Dinh | |
This makes it consistent with the language used in Pleroma FE (at least in English). Resolves https://git.pleroma.social/pleroma/pleroma-fe/issues/533 | |||
2019-05-07 | twitterapi: use order constraint to force descending order | William Pitcock | |
2019-05-07 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-06 | Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into ↵ | Alexander Strizhakov | |
feature/845-improve-status-deletion | |||
2019-05-03 | TwitterAPI: profile update with emoji_map | Haelwenn (lanodan) Monnier | |
2019-05-03 | Web.TwitterAPI.UserView: Also view local user emojis | Haelwenn (lanodan) Monnier | |
2019-05-03 | formatter.ex: Add get_emoji_map/1 | Haelwenn (lanodan) Monnier | |
2019-05-01 | Merging with develop | Alex S | |
Conflicts: lib/pleroma/web/activity_pub/transmogrifier.ex lib/pleroma/user.ex | |||
2019-04-28 | Fix `rights` in TwitterAPI's user entity being present only for | rinpatch | |
Admins/Moderators In !1093 I reused `maybe_with_role` for `rights` object, however I missed that `maybe_with_role` is called only for admins/moderators. | |||
2019-04-25 | Merge branch 'develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-24 | Fix leaking private configuration parameters in Mastodon and Twitter APIs, ↵ | rinpatch | |
and add new configuration parameters to Mastodon API This patch: - Fixes `rights` in twitterapi ignoring `show_role` - Fixes exposing default scope of the user to anyone in Mastodon API - Extends Mastodon API to be able to show and set `no_rich_text`, `default_scope`, `hide_follows`, `hide_followers`, `hide_favorites` (requested by the FE in #674) Sorry in advance for 500 line one commit diff, I should have split it up to separate MRs | |||
2019-04-23 | Extend Mastodon API with public endpoint for getting Favorites timeline of ↵ | Sergey Suprunenko | |
any user (#789) | |||
2019-04-22 | added healthcheck setting to instance config | Alex S | |
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
2019-04-22 | Feature/826 healthcheck endpoint | Alexander Strizhakov | |
2019-04-22 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-20 | Fix incorrect multiple emoji tag handling introduced in initial impl | Ekaterina Vaartis | |
2019-04-18 | Fix search in TwitterAPI | rinpatch | |
2019-04-17 | Merge branch 'develop' into feature/database-compaction | rinpatch | |
2019-04-16 | Handle new-style mastodon follow lists | Normandy | |
Fixes https://git.pleroma.social/pleroma/pleroma/issues/814 | |||
2019-04-15 | Remove inReplyToStatusId | rinpatch | |
2019-04-12 | Merge branch 'bugfix/pleroma-email-naming' into 'develop' | lambda | |
Make the filename and module name of Pleroma.Emails.* orthogonal See merge request pleroma/pleroma!1029 | |||
2019-04-11 | move user disable into deactivation | Egor Kislitsyn | |
2019-04-11 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-10 | Merge branch 'feature/767-multiple-use-invite-token' into 'develop' | lambda | |
Feature/767 multiple use invite token See merge request pleroma/pleroma!1032 | |||
2019-04-10 | Merge branch 'fix/emoji-api-nonsense' into 'develop' | lambda | |
Change response format of /api/pleroma/emoji so it makes sense See merge request pleroma/pleroma!1038 | |||
2019-04-10 | s/Pleroma.UserEmail/Pleroma.Emails.UserEmail/ | Haelwenn (lanodan) Monnier | |
2019-04-10 | s/Pleroma.Mailer/Pleroma.Emails.Mailer/ | Haelwenn (lanodan) Monnier | |
2019-04-10 | Merge branch 'notification-pleroma-settings' into 'develop' | kaniini | |
Notification controls Closes #738 See merge request pleroma/pleroma!988 | |||
2019-04-09 | Change response format of /api/pleroma/emoji to the one that actually makes ↵ | rinpatch | |
sense | |||
2019-04-06 | code style | Alex S | |
2019-04-06 | Merge develop to 770-add-emoji-tags | Alex S | |
Merge conflict in test/web/mastodon_api/mastodon_api_controller_test.exs | |||
2019-04-06 | token -> invite renaming | Alex S | |
2019-04-06 | twitter api registration | Alex S | |
fix for twitter api tests | |||
2019-04-05 | Refactor html caching functions to have a key instead of a module, use more ↵ | rinpatch | |
correct terminology and fix summaries in mastoapi |