add license boilerplate to pleroma core
[akkoma] / lib / pleroma / web /
2018-12-23 William Pitcockadd license boilerplate to pleroma core
2018-12-23 lambdaMerge branch 'bugfix/trans_fix_url_videos' into 'develop'
2018-12-23 William Pitcocktwitter api: add "Video" to supported activity types...
2018-12-23 William Pitcocktwitter api: activity representer: remove peertube...
2018-12-23 William Pitcockmastodon api: status view: remove obsolete peertube...
2018-12-23 William Pitcocktransmogrifier: significantly rework handling of peertu...
2018-12-23 lambdaMerge branch 'hotfix/activity-without-content' into...
2018-12-23 Haelwenn (lanodan... transmogrifier: When it’s a Video move "url" to "attach...
2018-12-23 kaniiniMerge branch 'feature/hellthread-mitigation' into ...
2018-12-23 Karen KonouImplement kaniini's tweaks
2018-12-23 Karen KonouRenamed the things
2018-12-22 Karen KonouFix formatting
2018-12-22 Karen KonouImplement large thread filter
2018-12-20 lambdaMerge branch 'ci-test-fix' into 'develop'
2018-12-20 kaniiniMerge branch '114_email_confirmation' into 'develop'
2018-12-20 Ivan Tashkinov[#114] Added :user_id component to email confirmation...
2018-12-20 Ivan Tashkinov[#114] Removed flash messages rendering on redirects.
2018-12-20 kaniiniMerge branch 'readme' into 'develop'
2018-12-20 kaniiniMerge branch 'documentation/copy-pleroma-api' into...
2018-12-19 Ivan Tashkinov[#114] `mix format`
2018-12-19 Ivan Tashkinov[#114] Made MastodonAPI and TwitterAPI user show action...
2018-12-19 Ivan Tashkinov[#114] User.Info: renamed `confirmation_update` to...
2018-12-19 Ivan Tashkinov[#114] User.Info: renamed `confirmation_update` to...
2018-12-19 kaniiniMerge branch 'userless-admin' into 'develop'
2018-12-18 lainAdd a way to use the admin api without a user.
2018-12-18 rinpatchMerge branch 'develop' into fix/formatter-ignore-html...
2018-12-18 Haelwenn (lanodan... Documentation: Move generated files to priv/static...
2018-12-18 lambdaMerge branch 'feature/new-user-routes' into 'develop'
2018-12-18 hrefTwitter ActivityView: fix crash when activity content...
2018-12-18 Ivan Tashkinov[#114] Formatting fix.
2018-12-18 Ivan Tashkinov[#114] Added email confirmation resend action. Added...
2018-12-18 Ivan Tashkinov[#114] Added `pleroma.confirmation_pending` to user...
2018-12-18 Ivan Tashkinov[#114] Refactored User.register_changeset to init confi...
2018-12-18 Ivan Tashkinov[#114] Account confirmation email, registration as...
2018-12-18 Ivan Tashkinov[#114] Email confirmation route, action, node setting...
2018-12-18 lambdaMerge branch 'runtime-static-plug' into 'develop'
2018-12-17 hrefInstance/Static runtime plug
2018-12-17 lambdaMerge branch 'fix-test' into 'develop'
2018-12-17 lainMerge remote-tracking branch 'origin/develop' into...
2018-12-17 lambdaMerge branch '459_fix_user_profile_crash' into 'develop'
2018-12-17 lambdaMerge branch 'support/issue_449' into 'develop'
2018-12-17 Maksim Pechnikovfix text field
2018-12-17 lambdaMerge branch 'captcha' into 'develop'
2018-12-17 lambdaMerge branch 'fix-tags' into 'develop'
2018-12-17 lambdaMerge branch 'test-mix-tasks' into 'develop'
2018-12-17 lambdaMerge branch 'phoenix14' into 'develop'
2018-12-17 hrefCowboy handler for Mastodon WebSocket
2018-12-17 raenoSupport both OAuth token record and token string in...
2018-12-17 lambdaMerge branch 'testfix/webfinger-jrd' into 'develop'
2018-12-16 hrefMore put_view.
2018-12-16 hrefUpgrade to Phoenix 1.4
2018-12-16 HaelwennMerge branch 'develop' into 'develop'
2018-12-16 ealMerge branch 'fix/masto-put-settings' into 'develop'
2018-12-16 ealMastodon API: Fix PUT /api/web/settings
2018-12-15 Ekaterina VaartisFormatting fixes
2018-12-15 Haelwenn (lanodan... WebFinger: Sends a 400 when resource param is missing...
2018-12-15 lambdaMerge branch 'bugfix/webfinger-jrd' into 'develop'
2018-12-15 lambdaMerge branch 'fix/views-ignore-unhandled-activites...
2018-12-15 lambdaMerge branch 'tests-warning-as-errors' into 'develop'
2018-12-15 Ekaterina VaartisAdd an ability to disabled captcha
2018-12-15 Ekaterina VaartisAdd base CAPTCHA support (currently only kocaptcha)
2018-12-14 hrefMerge branch 'fix/issue_433' into 'develop'
2018-12-14 hrefMerge branch '114_email_invites' into 'develop'
2018-12-14 hrefMerge branch 'fix/issue_272' into 'develop'
2018-12-14 Maksim Pechnikovfix case when tags is invalid
2018-12-14 Maksim Pechnikovfix tags
2018-12-14 hrefMerge branch 'pleroma-feature/compat/push-subscriptions...
2018-12-14 hrefTwitterAPI.ActivityView: Ignore unhandled activities
2018-12-14 hrefWarn if push is disabled..
2018-12-14 Maksim Pechnikovfix markdown formatting
2018-12-14 hrefMerge branch 'feature/file-size-checking' into 'develop'
2018-12-14 hrefFix warning
2018-12-14 hrefPleroma.Activity.mastodon_notification_type/1
2018-12-14 hrefProperly disable Web Push if no VAPID key is set
2018-12-14 hrefTypos
2018-12-14 hrefPush: respect alerts settings
2018-12-14 hrefPush: add missing notification_type field
2018-12-14 hrefPush.Subscription: convert base64 to base64 urlsafe
2018-12-14 Egor Kislitsynimprove push message format (compatibility with mastodon)
2018-12-14 Egor Kislitsynfix and improve web push; add configuration docs
2018-12-14 Ivan Tashkinov[#114] Added `invitesEnabled` to `metadata` of nodeinfo.
2018-12-14 Ivan Tashkinov[#114] Removed `confirm_email` action stub (to be addre...
2018-12-14 Ivan Tashkinov[#114] Readded `invites_enabled` config setting, update...
2018-12-14 Ivan Tashkinov[#114] Moved email_invite action to AdminAPIController...
2018-12-14 Ivan Tashkinov[#114] Added UserInviteToken creation, adjusted invitat...
2018-12-14 Ivan Tashkinov[#114] Naive implementation of email invitations.
2018-12-14 hrefMerge branch '114_user_registration_emails' into 'develop'
2018-12-14 Ivan Tashkinov[#114] Addressed MR comments. Removed functionality...
2018-12-14 lambdaMerge branch 'fix/double-rt-or-fav' into 'develop'
2018-12-14 lambdaMerge branch 'fix/qvitter-fav-object' into 'develop'
2018-12-14 ealTwitterAPI: Include favorited post in json
2018-12-14 ealPrevent accidental double RTs or favorites
2018-12-13 Ivan Tashkinov[#114] Removed `email_invite` implementation (to be...
2018-12-13 Ivan Tashkinov[#114] Initial implementation of user email invitations.
2018-12-13 Ivan Tashkinov[#114] Refactored `password_reset` (moved to TwitterAPI...
2018-12-12 Ivan Tashkinov[#114] Routes and config for `confirm_email` and `email...
2018-12-12 Ivan Tashkinov[#114] Addressed warnings. Fix of `with` statement...
2018-12-12 Ivan Tashkinov[#114] Initial implementation of user password reset...
2018-12-12 Ivan Tashkinov[#114] Added /dev/mailbox dev-only route (emails previe...
2018-12-12 kaniiniMerge branch 'support/issue_442' into 'develop'
next