Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-30 | Friendship ended with Postgresql now Cachex is my best friend | Rin Toshaka | |
2018-12-30 | Added get_stripped_html_for_object. Renamed a few things | Rin Toshaka | |
2018-12-29 | I am not sure what's going on anymore so I'll just commit and reset all the ↵ | Rin Toshaka | |
other files to HEAD | |||
2018-12-29 | Merge branch '483_blocks_import_export' into 'develop' | kaniini | |
[#483] Blocked users list import & export Closes #483 See merge request pleroma/pleroma!603 | |||
2018-12-29 | [#483] Refactored blocks and follows import, added tests. | Ivan Tashkinov | |
2018-12-29 | Merge branch '471_invalid_accounts_rendering' into 'develop' | kaniini | |
[#471] Prevented rendering of inactive local accounts Closes #471 See merge request pleroma/pleroma!599 | |||
2018-12-28 | [#483] Blocked users list import (TwitterAPI). | Ivan Tashkinov | |
2018-12-28 | [#467] Refactored valid / invalid user rendering. | Ivan Tashkinov | |
2018-12-28 | [#483] Blocked users export for TwitterAPI. | Ivan Tashkinov | |
2018-12-28 | Web.TwitterAPI.UserView: Add rights.admin | Haelwenn (lanodan) Monnier | |
2018-12-28 | [#471] Factored out User.visible_for?/2. | Ivan Tashkinov | |
2018-12-27 | Fix Twitter timelines for private instances | Vyr Cossont | |
2018-12-27 | [#471] Prevented rendering of inactive local accounts. | Ivan Tashkinov | |
2018-12-26 | Implement exclude_reblogs and include_rts | Vyr Cossont | |
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 | 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-21 | Make captcha (kocaptcha) stateless | Ekaterina Vaartis | |
Also rename seconds_retained to seconds_valid since that's how it is now. Put it down from 180 to 20 seconds. The answer data is now stored in an encrypted text transfered to the client and back, so no ETS is needed | |||
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-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.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-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 | 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 | |
2018-12-17 | Merge branch 'captcha' into 'develop' | lambda | |
Captcha See merge request pleroma/pleroma!550 | |||
2018-12-17 | Support both OAuth token record and token string in UserView | raeno | |
2018-12-16 | Upgrade to Phoenix 1.4 | href | |
2018-12-15 | Formatting fixes | Ekaterina Vaartis | |
2018-12-15 | Merge branch 'fix/views-ignore-unhandled-activites' into 'develop' | lambda | |
TwitterAPI.ActivityView: Ignore unhandled activities See merge request pleroma/pleroma!547 | |||
2018-12-15 | Add an ability to disabled captcha | Ekaterina Vaartis | |
2018-12-15 | Add base CAPTCHA support (currently only kocaptcha) | Ekaterina Vaartis | |
2018-12-14 | Merge branch 'fix/issue_433' into 'develop' | href | |
[#433] fix markdown formatting See merge request pleroma/pleroma!545 | |||
2018-12-14 | Merge branch '114_email_invites' into 'develop' | href | |
[#114] Email invites See merge request pleroma/pleroma!541 | |||
2018-12-14 | Merge branch 'pleroma-feature/compat/push-subscriptions' into 'develop' | href | |
Improve web push Closes #393, #422, and #452 See merge request pleroma/pleroma!524 | |||
2018-12-14 | TwitterAPI.ActivityView: Ignore unhandled activities | href | |
2018-12-14 | fix markdown formatting | Maksim Pechnikov | |
2018-12-14 | Merge branch 'feature/file-size-checking' into 'develop' | href | |
[#36] Add warnings when file upload fails See merge request pleroma/pleroma!523 | |||
2018-12-14 | Properly disable Web Push if no VAPID key is set | href | |
2018-12-14 | [#114] Removed `confirm_email` action stub (to be addressed in a separate MR). | Ivan Tashkinov | |