Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-30 | Implement ActivityPub inbox view | sxsdv1 | |
More or less verbatim copied from the outbox template with only changes to the activities fetched and url reported | |||
2018-12-30 | Use Object.change instead of Ecto.Changeset.change | Rin Toshaka | |
2018-12-29 | Wire up stub routes for client calls of activitypub inbox/outbox | sxsdv1 | |
Code style: remove wrapping function of outbox | |||
2018-12-29 | use Kernel.put_in instead of Map.merge | 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 'carrot-bullying' into 'develop' | kaniini | |
Add some hard limits on inserted activities. See merge request pleroma/pleroma!595 | |||
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 | Salmon# fixed publish an activity to remote accounts | Maksim Pechnikov | |
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 | Merge branch 'fix/no-attachment-links' into 'develop' | kaniini | |
Treat any present value in "no_attachment_links" as true Closes pleroma-fe#175 See merge request pleroma/pleroma!597 | |||
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 | Merge branch 'reserve-user-names' into 'develop' | kaniini | |
Reserve a few user names See merge request pleroma/pleroma!594 | |||
2018-12-27 | [#471] Prevented rendering of inactive local accounts. | Ivan Tashkinov | |
2018-12-27 | Treat only true and "true" as true | Maxim Filippov | |
2018-12-26 | Implement exclude_reblogs and include_rts | Vyr Cossont | |
2018-12-27 | Treat any present value in "no_attachment_links" as true | Maxim Filippov | |
2018-12-26 | Expose restricted names in nodeinfo. | lain | |
2018-12-26 | Add some hard limits on inserted activities. | lain | |
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-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 | Merge branch '114_email_confirmation' into 'develop' | kaniini | |
[#114] Email confirmation See merge request pleroma/pleroma!546 | |||
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 | 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 | Remove extra bracket | raeno | |
2018-12-19 | Merge branch 'develop' into oembed_provider | raeno | |
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 | Add a way to use the admin api without a user. | lain | |
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 | |