Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-01 | Merge branch 'develop' into bugfix/web-notification-special-char | Sachin Joshi | |
2019-04-30 | Do not normalize objects in stream_out unless the activity type is | rinpatch | |
Create Saves quite a bit of time with delete activities because they would always query the db | |||
2019-04-29 | WebPush: Use Object.normalize, rewrite tests so they test reality. | lain | |
2019-04-29 | Merge branch 'fix/add-default-scope-mastoapi' into 'develop' | rinpatch | |
Add default_scope to /api/v1/update_credentials See merge request pleroma/pleroma!1100 | |||
2019-04-28 | Merge branch 'regression/rights-only-for-admin' into 'develop' | kaniini | |
Fix `rights` in TwitterAPI's user entity being present only for Admins/Moderators See merge request pleroma/pleroma!1102 | |||
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-27 | Add default_scope to /api/v1/update_credentials | rinpatch | |
2019-04-27 | Fix bookmarks depending on embeded object and move checking if the | rinpatch | |
status is bookmarked to SQL | |||
2019-04-27 | Merge branch 'feature/bbcode' into 'develop' | kaniini | |
BBCode support (backend) See merge request pleroma/pleroma!1097 | |||
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 | test fixes | Alex S | |
2019-04-25 | fixes for tests | Alex S | |
2019-04-25 | migration without using old field name | Alex S | |
removing old field from db, after bookmarks migration | |||
2019-04-25 | unused | Alex S | |
2019-04-25 | Merge branch 'develop' into feature/disable-account | Egor Kislitsyn | |
2019-04-25 | favourites add bookmark display | Alex S | |
2019-04-25 | migrate user.bookmarks to separate table | Alex S | |
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-23 | Merge branch 'mastoapi/add-in-reply-to-screen-name' into 'develop' | kaniini | |
Add `in_reply_to_account_acct` to MastoAPI status entity See merge request pleroma/pleroma!1086 | |||
2019-04-23 | Merge branch 'fix/normalize-activities' into 'develop' | kaniini | |
Normalize acitvities instead of objects inside them See merge request pleroma/pleroma!1085 | |||
2019-04-22 | added healthcheck setting to instance config | Alex S | |
2019-04-22 | Add `pleroma.in_reply_to_account_acct` to MastoAPI status entity | rinpatch | |
2019-04-22 | Replace Object.normalize(activity.data[object] with ↵ | rinpatch | |
Object.normalize(acitivty) to benefit from preloading | |||
2019-04-22 | Fix unclosed ` and put synopsis into a code block in pleroma.emoji mix | rinpatch | |
task docs | |||
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 | Fix emoji.txt / custom_emoji.txt / shortcode_globs handling | Ekaterina Vaartis | |
2019-04-21 | Formatting | Ekaterina Vaartis | |
2019-04-21 | Replace MD5 with SHA256 for emoji pack verification | Ekaterina Vaartis | |
2019-04-21 | Wrap the docstrings to 70 characters | Ekaterina Vaartis | |
2019-04-21 | Fix Credo warning | Roman Chvanikov | |
2019-04-21 | Fix Credo warning | Roman Chvanikov | |
2019-04-21 | Refactor conversation function in MastodonAPIController to use a View | Roman Chvanikov | |
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-21 | Refactor query to return only 1 message instead of 20 | Roman Chvanikov | |
2019-04-20 | Remove most finmoji mentions where appropriate | Ekaterina Vaartis | |