summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-14Fix warninghref
2018-12-14Pleroma.Activity.mastodon_notification_type/1href
2018-12-14Properly disable Web Push if no VAPID key is sethref
2018-12-14Typoshref
2018-12-14Push: respect alerts settingshref
2018-12-14Push: add missing notification_type fieldhref
2018-12-14Push.Subscription: convert base64 to base64 urlsafehref
2018-12-14improve push message format (compatibility with mastodon)Egor Kislitsyn
2018-12-14Update config.mdlambda
2018-12-14fix and improve web push; add configuration docsEgor Kislitsyn
2018-12-14[#114] Added `invitesEnabled` to `metadata` of nodeinfo.Ivan Tashkinov
2018-12-14[#114] Removed `confirm_email` action stub (to be addressed in a separate MR).Ivan Tashkinov
2018-12-14[#114] Improved tests.Ivan Tashkinov
2018-12-14[#114] Readded `invites_enabled` config setting, updated readme.Ivan Tashkinov
2018-12-14[#114] Moved email_invite action to AdminAPIController, adjusted tests.Ivan Tashkinov
2018-12-14[#114] Added UserInviteToken creation, adjusted invitation email link to ↵Ivan Tashkinov
include it.
2018-12-14[#114] Naive implementation of email invitations.Ivan Tashkinov
2018-12-14Merge branch '114_user_registration_emails' into 'develop'href
[#114] User registration emails Closes #114 See merge request pleroma/pleroma!531
2018-12-14[#114] Addressed MR comments. Removed functionality to be extracted to other ↵Ivan Tashkinov
MRs.
2018-12-14Merge branch 'fix/double-rt-or-fav' into 'develop'lambda
Prevent accidental double RTs or favorites See merge request pleroma/pleroma!542
2018-12-14Merge branch 'fix/qvitter-fav-object' into 'develop'lambda
TwitterAPI: Include favorited post in json Closes #405 See merge request pleroma/pleroma!543
2018-12-14Merge branch '2018-12-13-update-frontend' into 'develop'lambda
update frontend See merge request pleroma/pleroma!544
2018-12-14TwitterAPI: Include favorited post in jsoneal
2018-12-14Prevent accidental double RTs or favoriteseal
2018-12-14Fix tests. Remove oembed templateraeno
2018-12-13Remove oembed for now, will submit it in another MR. Fix warningsraeno
2018-12-13Refactor ostatus_controller, extract metatags redirection to Redirector ↵raeno
itself. Set 'html' as default type for ostatus links
2018-12-13Set Pleroma.instance.domain when config is generatedraeno
2018-12-13Extract opengraph/oembed into separate moduleraeno
2018-12-13Add opengraph/twitter_card:summary support. Add config to toggle on/off ↵raeno
specific metadata
2018-12-13WIP. Implement oembed route and handle both json/xml for "Note" type activityraeno
2018-12-13Insert meta tags into static index.html on the fly for OStatus#noticeraeno
2018-12-13update frontendlain
2018-12-13Merge branch 'username-underscores' into 'develop'lambda
Allow underscores/dashes in usernames. Closes #429 See merge request pleroma/pleroma!537
2018-12-13Merge branch 'fix/mix-tasks-set-user-info' into 'develop'lambda
Fix mix task User See merge request pleroma/pleroma!539
2018-12-13[#114] Removed `email_invite` implementation (to be addressed separately).Ivan Tashkinov
2018-12-13[#114] Removed `email_invite` implementation (to be addressed separately).Ivan Tashkinov
2018-12-13[#114] Initial implementation of user email invitations.Ivan Tashkinov
2018-12-13[#114] Refactored `password_reset` (moved to TwitterAPI). Added homepage ↵Ivan Tashkinov
links to password reset result pages.
2018-12-12Extended nicknames: allow dashes.href
2018-12-12Allow to set both admin and moderator at the same time in mix task Userlink0ff
2018-12-12Merge branch 'fix/nginx-safari' into 'develop'lambda
Update proxy config to improve behavior and allow compatibility with Safari on MacOS and iOS See merge request pleroma/pleroma!538
2018-12-12Fix toggle_activated in mix task Userlink0ff
2018-12-12Allow underscores in usernames.href
Fixes #429.
2018-12-12proxy buffering still needs to be offMark Felder
2018-12-12Update proxy config to improve behavior and allow compatibility with Safari ↵Mark Felder
on MacOS and iOS
2018-12-12[#114] Routes and config for `confirm_email` and `email_invite` (Twitter API).Ivan Tashkinov
2018-12-12[#114] Addressed warnings. Fix of `with` statement clause in `password_reset`.Ivan Tashkinov
2018-12-12[#114] Added tests for "POST /api/account/password_reset".Ivan Tashkinov
2018-12-12[#114] Initial implementation of user password reset emails (user-initiated).Ivan Tashkinov