aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-23Preserve order of mentioned usersmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-23Create index for `show_birthday`marcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-23Birthdays: Fix tests, add test for misskeymarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-23Birthdays: hide_birthday -> show_birthdaymarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-22@context: add quoteUrlAlex Gleason
2022-01-22InstanceView: add "quote_posting" featureAlex Gleason
2022-01-22Fix typosAlex Gleason
2022-01-22mix formatAlex Gleason
2022-01-22TransmogrifierTest: prepare an outgoing quote postAlex Gleason
2022-01-22StatusControllerTest: test creating a quote postAlex Gleason
2022-01-22BuilderTest: build quote postAlex Gleason
2022-01-22ActivityDraft: allow quotingAlex Gleason
2022-01-22ActivityDraft: create quote postsAlex Gleason
2022-01-22StatusView: render the whole quoted statusAlex Gleason
2022-01-22StatusView: show quoted posts through the API, probablyAlex Gleason
2022-01-22Transmogrifier: fix quoteUrl here tooAlex Gleason
2022-01-22Transmogrifier: fetch quoted postAlex Gleason
2022-01-22ObjectValidators: improve quoteUrl compatibilityAlex Gleason
2022-01-22Quote post: add fixturesAlex Gleason
2022-01-22ObjectValidators: accept "quoteUrl" fieldAlex Gleason
2022-01-22Merge remote-tracking branch 'origin/develop' into birth-datesAlex Gleason
2022-01-22Merge branch 'less_erratic_expiration_test' into 'develop'Alex Gleason
Make test less erratic by adding five second tolerance See merge request pleroma/pleroma!3614
2022-01-22Update description.exsbirth-datesAlex Gleason
2022-01-22Birthdays: birth_date --> birthdayAlex Gleason
2022-01-22Make test less erratic by adding five second toleranceNEETzsche
2022-01-22Merge branch 'apple_autofill_suggestions' into 'develop'Alex Gleason
Add autocompelete values suggested by Apple See merge request pleroma/pleroma!3612
2022-01-22Merge branch 'erratic-filter-test' into 'develop'Alex Gleason
FilterTest: tag erratic test See merge request pleroma/pleroma!3613
2022-01-22FilterTest: tag erratic testAlex Gleason
2022-01-22Add autocompelete values suggested by AppleFinn Behrens
Link: https://developer.apple.com/documentation/security/password_autofill/enabling_password_autofill_on_an_html_input_element
2022-01-20Merge branch 'private-pins' into 'develop'Alex Gleason
Support private pinned posts from Mastodon See merge request pleroma/pleroma!3611
2022-01-20Merge branch 'from/develop/tusooa/add-glitch-lily' into 'develop'Alex Gleason
Add glitch-lily to clients.md See merge request pleroma/pleroma!3610
2022-01-20Test pinned private statuses in AccountControllerAlex Gleason
2022-01-20Support private pinned posts from Mastodonmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-19Add glitch-lily to clients.mdTusooa Zhu
2022-01-20Merge branch 'feat/force-mentions-mrf' into 'develop'rinpatch
Add ForceMentionsInContentPolicy See merge request pleroma/pleroma!3609
2022-01-19Update changelogmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-19Add ForceMentionsInContentPolicyrinpatch
Even though latest PleromaFE supports displaying these properly, mobile apps still exist, so I think we should offer a workaround to those who want it.
2022-01-19check if remote bday is validmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-18Birth dates: Add testsmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-18Format code, expose instance configuration related to birth datesmarcin mikołajczak
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-18Merge branch 'document-oauth-tokens' into 'develop'Alex Gleason
Docs: PleromaAPI oauth_tokens endpoints See merge request pleroma/pleroma!3607
2022-01-18Docs: PleromaAPI oauth_tokens endpointsAlex Gleason
2022-01-18Merge branch 'erratic-allow-failure' into 'develop'Alex Gleason
unit-testing-erratic: allow failure See merge request pleroma/pleroma!3606
2022-01-18Birth dates, birthday reminders API, allow instance admins to require ↵marcin mikołajczak
minimum age Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2022-01-18Merge branch 'hakabahitoyo-develop-patch-44025' into 'develop'Alex Gleason
[Document] Update cheatsheet.md. Add `Pleroma.Web.ActivityPub.MRF.KeywordPolicy`. See merge request pleroma/pleroma!3604
2022-01-15unit-testing-erratic: allow failureAlex Gleason
2022-01-15Merge branch 'linkify-0.5.2' into 'develop'Alex Gleason
Upgrade Linkify to v0.5.2 Closes #2376, #2386, and #2485 See merge request pleroma/pleroma!3605
2022-01-15mix formatAlex Gleason
2022-01-15CHANGELOG: hashtags markdown fixAlex Gleason
2022-01-15FormatterTest: fix nesting in expected outputAlex Gleason