| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-27 | Merge branch 'feature/create-tombstone-instead-of-delete' into 'develop' | kaniini | |
| Create tombstone instead of object deletion See merge request pleroma/pleroma!593 | |||
| 2018-12-27 | Merge branch 'reserve-user-names' into 'develop' | kaniini | |
| Reserve a few user names See merge request pleroma/pleroma!594 | |||
| 2018-12-26 | Implement exclude_reblogs and include_rts | Vyr Cossont | |
| 2018-12-26 | Expose restricted names in nodeinfo. | lain | |
| 2018-12-25 | Reserve a few user names | lain | |
| These are all names that are used for domain.com/:route routes or projected to be. | |||
| 2018-12-25 | Revert unneeded changes | Maxim Filippov | |
| 2018-12-25 | Revert Activity tombstones, add ObjectTombstone struct | Maxim Filippov | |
| 2018-12-25 | Fix failing tests | Maxim Filippov | |
| 2018-12-24 | Capitalize "tombstone" | Maxim Filippov | |
| 2018-12-24 | Create tombstone instead of object deletion | Maxim Filippov | |
| 2018-12-23 | mix tasks: add legal boilerplate | William Pitcock | |
| 2018-12-23 | add license boilerplate to pleroma core | William Pitcock | |
| 2018-12-23 | Merge branch 'bugfix/trans_fix_url_videos' into 'develop' | lambda | |
| Fix "url" of Videos in transmogrifier Closes #367 See merge request pleroma/pleroma!459 | |||
| 2018-12-23 | twitter api: add "Video" to supported activity types list | William Pitcock | |
| 2018-12-23 | twitter api: activity representer: remove peertube hack | William Pitcock | |
| 2018-12-23 | mastodon api: status view: remove obsolete peertube hack | William Pitcock | |
| 2018-12-23 | transmogrifier: significantly rework handling of peertube videos, add test | William Pitcock | |
| 2018-12-23 | Merge branch 'hotfix/activity-without-content' into 'develop' | lambda | |
| Twitter ActivityView: fix crash with activity without content See merge request pleroma/pleroma!572 | |||
| 2018-12-23 | transmogrifier: When it’s a Video move "url" to "attachment" | Haelwenn (lanodan) Monnier | |
| 2018-12-23 | Implement kaniini's tweaks | Karen Konou | |
| 2018-12-23 | Renamed the things | Karen Konou | |
| 2018-12-22 | Fix formatting | Karen Konou | |
| 2018-12-22 | Implement large thread filter | Karen Konou | |
| 2018-12-20 | Merge branch '114_email_confirmation' into 'develop' | kaniini | |
| [#114] Email confirmation See merge request pleroma/pleroma!546 | |||
| 2018-12-20 | [#114] Allowed unconfirmed users to authenticate if ↵ | Ivan Tashkinov | |
| :account_activation_required is disabled prior to confirmation. Ensured that no confirmation emails are sent if :account_activation_required is not true. Adjusted tests. | |||
| 2018-12-20 | [#114] Added :user_id component to email confirmation path to improve the ↵ | Ivan Tashkinov | |
| security. Added tests for `confirm_email` action. | |||
| 2018-12-20 | [#114] Removed flash messages rendering on redirects. | Ivan Tashkinov | |
| 2018-12-20 | [#114] Stylistic adjustments. | Ivan Tashkinov | |
| 2018-12-20 | [#413] fix parse mentions | Maksim | |
| 2018-12-20 | Merge branch 'documentation/copy-pleroma-api' into 'develop' | kaniini | |
| Pleroma-API.md: Import from /wikis/Pleroma-only-api-endpoints See merge request pleroma/pleroma!571 | |||
| 2018-12-19 | [#114] `mix format` | Ivan Tashkinov | |
| 2018-12-19 | [#114] Made MastodonAPI and TwitterAPI user show actions return 404 for ↵ | Ivan Tashkinov | |
| auth-inactive users unless requested by admin or moderator. | |||
| 2018-12-19 | [#114] User.register/1 tweak. | Ivan Tashkinov | |
| 2018-12-19 | [#114] User.Info: renamed `confirmation_update` to `confirmation_changeset`. | Ivan Tashkinov | |
| 2018-12-19 | [#114] User.Info: renamed `confirmation_update` to `confirmation_change`. | Ivan Tashkinov | |
| 2018-12-19 | Merge branch 'userless-admin' into 'develop' | kaniini | |
| Add a way to use the admin api without a user. See merge request pleroma/pleroma!576 | |||
| 2018-12-18 | Add a way to use the admin api without a user. | lain | |
| 2018-12-18 | Merge branch 'develop' into fix/formatter-ignore-html-chars | rinpatch | |
| 2018-12-18 | Ignore HTML characters in formatter.ex | rinpatch | |
| 2018-12-18 | Documentation: Move generated files to priv/static/doc, add it to endpoint.ex | Haelwenn (lanodan) Monnier | |
| 2018-12-18 | Twitter ActivityView: fix crash when activity content is nil | href | |
| 2018-12-18 | [#114] Formatting fix. | Ivan Tashkinov | |
| 2018-12-18 | [#114] Added email confirmation resend action. Added tests | Ivan Tashkinov | |
| for registration, authentication, email confirmation, confirmation resending. Made admin methods create confirmed users. | |||
| 2018-12-18 | [#114] Added `pleroma.confirmation_pending` to user views, adjusted view tests. | Ivan Tashkinov | |
| 2018-12-18 | [#114] Refactored User.register_changeset to init confirmation data. | Ivan Tashkinov | |
| Introduced User.register/1 to encapsulate User record creation and post-registration actions. | |||
| 2018-12-18 | [#114] Account confirmation email, registration as unconfirmed ↵ | Ivan Tashkinov | |
| (config-based), auth prevention for unconfirmed. | |||
| 2018-12-18 | [#114] Email confirmation route, action, node setting, User.Info fields. | Ivan Tashkinov | |
| 2018-12-17 | Instance/Static runtime plug | href | |
| This allows to set-up an arbitrary directory which overrides most of the static files: index.html static/ emoji/ packs/ sounds/ images/ instance/ favicon.png. If the files are not present in the directory, the bundled ones in priv/static will be used. | |||
| 2018-12-17 | Merge branch '459_fix_user_profile_crash' into 'develop' | lambda | |
| Fix update_profile failing due to OAuth token record in assigns instead of string Closes #459 See merge request pleroma/pleroma!561 | |||
| 2018-12-17 | fix text field | Maksim Pechnikov | |
