aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma
AgeCommit message (Collapse)Author
2019-04-23html: lock down allowed class attributes to only those related to microformatsWilliam Pitcock
2019-04-23Extend Mastodon API with public endpoint for getting Favorites timeline of ↵Sergey Suprunenko
any user (#789)
2019-04-23Merge 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-23Merge branch 'fix/normalize-activities' into 'develop'kaniini
Normalize acitvities instead of objects inside them See merge request pleroma/pleroma!1085
2019-04-22added healthcheck setting to instance configAlex S
2019-04-22Add `pleroma.in_reply_to_account_acct` to MastoAPI status entityrinpatch
2019-04-22Replace Object.normalize(activity.data[object] with ↵rinpatch
Object.normalize(acitivty) to benefit from preloading
2019-04-22Use `User.get_cached*` everywhereEgor
2019-04-22Feature/826 healthcheck endpointAlexander Strizhakov
2019-04-22Merge remote-tracking branch 'pleroma/develop' into feature/disable-accountEgor Kislitsyn
2019-04-22Merge 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-21Fix emoji.txt / custom_emoji.txt / shortcode_globs handlingEkaterina Vaartis
2019-04-21FormattingEkaterina Vaartis
2019-04-21Fix Credo warningRoman Chvanikov
2019-04-21Fix Credo warningRoman Chvanikov
2019-04-21Refactor conversation function in MastodonAPIController to use a ViewRoman Chvanikov
2019-04-21Add accounts and last_status to conversation read responseRoman Chvanikov
2019-04-21[#923] Refactored OAuthController#authorize definitions, added test.Ivan Tashkinov
2019-04-21Set correct values in the MastoAPI reblog status vieweugenijm
2019-04-21Refactor query to return only 1 message instead of 20Roman Chvanikov
2019-04-20Remove most finmoji mentions where appropriateEkaterina Vaartis
2019-04-20Fix priv/static/instance/static to be just instance/staticEkaterina Vaartis
It was a misunderstanding
2019-04-20Fix incorrect multiple emoji tag handling introduced in initial implEkaterina Vaartis
2019-04-20mix formatEkaterina Vaartis
2019-04-20Assume packs without emoji.txt only have emoji pictures, unhardcodeEkaterina Vaartis
unhardcode: remove hardcoded /instance/static and actually use the config option as it is used in other places. packs without emoji.txt: these are now assumed to have .png files that are all emojis, their names are used as shortcodes
2019-04-20Remove useless commentEkaterina Vaartis
2019-04-20Remove finmoji and add a way to download emojis in packsEkaterina Vaartis
These packs are stored in a git repo on pleroma gitlab
2019-04-20Handle `reblogs` on the first follow request in MastoAPIeugenijm
2019-04-19Merge branch 'feature/database-compaction' into 'develop'kaniini
database compaction See merge request pleroma/pleroma!473
2019-04-19typo fixAlexander Strizhakov
docs for RelMe provider
2019-04-19Merge branch '923_oauth_consumer_refactoring_ci' into 'develop'lambda
OAuth consumer params handling refactoring See merge request pleroma/pleroma!1047
2019-04-19Stream out deletes, mistakingly removed when resolving merge conflictsrinpatch
2019-04-18Add a guard to fetching reply activityrinpatch
2019-04-18Merge branch 'bugfix/filter-boosted-blocks' into 'develop'Haelwenn
activitypub: fix filtering of boosts from blocked users See merge request pleroma/pleroma!1074
2019-04-18Do not require authentication for user search in MastoAPIMark Felder
2019-04-18Merge branch 'develop' into feature/database-compactionrinpatch
2019-04-18Fix search in TwitterAPIrinpatch
2019-04-18Fix object search depending on embeded objectrinpatch
2019-04-18Fix media timeline depending on embeded object and add some guardsrinpatch
2019-04-18Use the preloaded object in tag queriesrinpatch
2019-04-17activitypub: fix filtering of boosts from blocked usersWilliam Pitcock
2019-04-17activitypub: properly filter out transitive activities concerning blocked usersWilliam Pitcock
2019-04-17Remove containment tests from transmogrifier and fix thread visibility solverrinpatch
2019-04-17Fix delete-by_ap_id to expect not only embeded objectsrinpatch
2019-04-17Remove updating reply count for embeded objectsrinpatch
2019-04-17If it's an object struct it is already normalizedrinpatch
2019-04-17oofrinpatch
2019-04-17Make credo happyrinpatch
2019-04-17Fix unbookmarkingrinpatch
2019-04-17Update functions in object fetcher for tesla and set up a proper mock for testsrinpatch