Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-29 | Change 'name' to 'instance_name' so option is used when running non-interactive | spctrl | |
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 | Merge branch 'support/issue_480' into 'develop' | kaniini | |
[#480] Salmon# fixed publish an activity to remote accounts See merge request pleroma/pleroma!605 | |||
2018-12-29 | Salmon# fixed publish an activity to remote accounts | Maksim Pechnikov | |
2018-12-29 | [#483] User.get_by_nickname/1: ensured case-insensitive matching for local ↵ | Ivan Tashkinov | |
FQN. Added tests. | |||
2018-12-29 | [#483] User.get_by_nickname/1: ensured case-insensitive matching for local ↵ | Ivan Tashkinov | |
FQN. Added tests. | |||
2018-12-29 | [#483] User.get_by_nickname/1: allowed retrieving user by fully-qualified ↵ | Ivan Tashkinov | |
local nickname (<nick>@<our_instance_host>). | |||
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 | Merge branch 'systemd-drop-sysadmin-privilege' into 'develop' | kaniini | |
Security/Drops the sysadmin privilege from the daemon See merge request pleroma/pleroma!604 | |||
2018-12-28 | Security/Drops the sysadmin privilege from the daemon | shibayashi | |
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 | Merge branch 'fix/public-timeline-auth' into 'develop' | kaniini | |
Fix Twitter timelines for private instances See merge request pleroma/pleroma!602 | |||
2018-12-28 | [#483] Blocked users export for TwitterAPI. | Ivan Tashkinov | |
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 '396_elixir_1.7' into 'develop' | Haelwenn | |
[#396] Required Elixir ~> 1.7. Closes #396 See merge request pleroma/pleroma!600 | |||
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-27 | Merge branch 'feature/exclude_reblogs' into 'develop' | kaniini | |
Implement exclude_reblogs and include_rts See merge request pleroma/pleroma!598 | |||
2018-12-27 | [#396] Updated `ex_doc` version spec. Updated README to reflect Elixir version. | Ivan Tashkinov | |
2018-12-27 | [Fixes #396] Required Elixir ~> 1.7. | Ivan Tashkinov | |
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 | Merge branch 'fix/ci-set-mix-env-globally' into 'develop' | Haelwenn | |
[CI] Set MIX_ENV to test in `variables` section instead of specifying it before the command. Fix `mix compile` compiling in dev env. See merge request pleroma/pleroma!596 | |||
2018-12-26 | [CI] Set MIX_ENV to test in `variables` section instead of specifying it ↵ | Rin Toshaka | |
before the command. Fix `mix compile` compiling in the dev env. | |||
2018-12-26 | Add 'about' to restricted list. | lain | |
And correct pleromaFE config. | |||
2018-12-26 | Add ~ to the list of restricted names. | lain | |
2018-12-26 | Expose restricted names in nodeinfo. | lain | |
2018-12-25 | Add test to check /object/:id does not leak the tombstone itself | Maxim Filippov | |
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 | Merge branch 'legal-boilerplate' into 'develop' | lambda | |
Legal boilerplate See merge request pleroma/pleroma!592 | |||
2018-12-25 | Format | Maxim Filippov | |
2018-12-25 | Revert unneeded changes | Maxim Filippov | |
2018-12-25 | Fix Activity test | Maxim Filippov | |
2018-12-25 | Remove unused test | 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 | tests: add legal boilerplate | William Pitcock | |
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 | tests: twitter api: add test proving that peertube videos are correctly handled | William Pitcock | |
2018-12-23 | twitter api: add "Video" to supported activity types list | William Pitcock | |