Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-27 | Merge branch 'feature/bbcode' into 'develop' | kaniini | |
BBCode support (backend) See merge request pleroma/pleroma!1097 | |||
2019-04-26 | tests: fix up for changed bbcode library output and verify html is properly ↵ | William Pitcock | |
escaped | |||
2019-04-26 | add support for bbcode | William Pitcock | |
2019-04-26 | Merge branch 'feature/807-bookmark-endpoint-extension' into 'develop' | lambda | |
Feature/807 bookmark endpoint extension Closes #807 See merge request pleroma/pleroma!1059 | |||
2019-04-26 | Merge branch 'feature/mastoapi-new-config' into 'develop' | kaniini | |
Fix leaking private configuration parameters in Mastodon and Twitter APIs, 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 See merge request pleroma/pleroma!1093 | |||
2019-04-25 | Add mediaproxy whitelist capability | Mark Felder | |
2019-04-25 | Move settings to Source subentity | rinpatch | |
2019-04-25 | fixes for tests | Alex S | |
2019-04-25 | Merge branch 'develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-25 | bookmarks in separate table | Alex S | |
2019-04-25 | activitypub: transmogrifier: send reject follow if following does not succeed | William Pitcock | |
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-24 | fix the status notification with special char | Sachin Joshi | |
2019-04-23 | Merge branch 'security/fix-html-class-scrubbing' into 'develop' | kaniini | |
html: lock down allowed class attributes to only those related to microformats See merge request pleroma/pleroma!1090 | |||
2019-04-23 | html: lock down allowed class attributes to only those related to microformats | William Pitcock | |
2019-04-23 | Extend Mastodon API with public endpoint for getting Favorites timeline of ↵ | Sergey Suprunenko | |
any user (#789) | |||
2019-04-22 | Add `pleroma.in_reply_to_account_acct` to MastoAPI status entity | rinpatch | |
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-22 | Merge branch 'rework-emoji-management' into 'develop' | kaniini | |
Remove finmoji and add a way to download emojis in packs Closes #817 and #821 See merge request pleroma/pleroma!1073 | |||
2019-04-21 | Add accounts and last_status to conversation read response | Roman Chvanikov | |
2019-04-21 | [#923] Refactored OAuthController#authorize definitions, added test. | Ivan Tashkinov | |
2019-04-21 | Set correct values in the MastoAPI reblog status view | eugenijm | |
2019-04-20 | Fix tests that used finmoji | Ekaterina Vaartis | |
2019-04-20 | Fix incorrect multiple emoji tag handling introduced in initial impl | Ekaterina Vaartis | |
2019-04-20 | Handle `reblogs` on the first follow request in MastoAPI | eugenijm | |
2019-04-19 | Merge branch 'feature/database-compaction' into 'develop' | kaniini | |
database compaction See merge request pleroma/pleroma!473 | |||
2019-04-19 | typo fix | Alexander Strizhakov | |
docs for RelMe provider | |||
2019-04-19 | Merge branch '923_oauth_consumer_refactoring_ci' into 'develop' | lambda | |
OAuth consumer params handling refactoring See merge request pleroma/pleroma!1047 | |||
2019-04-18 | Fix my incorrect search test fix | rinpatch | |
2019-04-18 | Merge branch 'develop' into feature/database-compaction | rinpatch | |
2019-04-18 | Fix object search depending on embeded object | rinpatch | |
2019-04-18 | Use the preloaded object in tag queries | rinpatch | |
2019-04-17 | activitypub: fix filtering of boosts from blocked users | William Pitcock | |
2019-04-17 | activitypub: properly filter out transitive activities concerning blocked users | William Pitcock | |
2019-04-17 | Remove containment tests from transmogrifier and fix thread visibility solver | rinpatch | |
2019-04-17 | Refactor tests that used ActivityPub.fetch_object_from_id | rinpatch | |
2019-04-17 | Remove updating reply count for embeded objects | rinpatch | |
2019-04-17 | Refactor all tests that acessed the embeded object | rinpatch | |
2019-04-17 | Fix note count test | rinpatch | |
2019-04-17 | Make credo happy | rinpatch | |
2019-04-17 | Update functions in object fetcher for tesla and set up a proper mock for tests | rinpatch | |
2019-04-17 | Added some more normalization calls all in mastodon api controller | rinpatch | |
2019-04-17 | Fix warnings in object tests | rinpatch | |
2019-04-17 | Merge branch 'develop' into feature/database-compaction | rinpatch | |
2019-04-16 | Merge branch 'feature/788-separate-email-addresses' into 'develop' | kaniini | |
Feature/788 separate email addresses Closes #788 See merge request pleroma/pleroma!1040 | |||
2019-04-16 | Merge branch 'bugfix/relax-spam-protection' into 'develop' | Haelwenn | |
activitypub: allow indirect messages from users being followed at a personal inbox See merge request pleroma/pleroma!1069 | |||
2019-04-16 | Handle new-style mastodon follow lists | Normandy | |
Fixes https://git.pleroma.social/pleroma/pleroma/issues/814 | |||
2019-04-16 | activitypub: allow indirect messages from users being followed at a personal ↵ | William Pitcock | |
inbox |