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-29 | Wire up stub routes for client calls of activitypub inbox/outbox | sxsdv1 | |
Code style: remove wrapping function of outbox | |||
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 | [#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] Refactored blocks and follows import, added tests. | 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-27 | Fix Twitter timelines for private instances | Vyr Cossont | |
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-26 | Add some hard limits on inserted activities. | 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 | Format | 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 | tests: twitter api: add test proving that peertube videos are correctly handled | William Pitcock | |
2018-12-23 | tests: twitter api: activity view test: enable tesla mock | William Pitcock | |
2018-12-23 | tests: mastodon api: add test verifying that peertube videos are correctly ↵ | William Pitcock | |
rendered | |||
2018-12-23 | transmogrifier: significantly rework handling of peertube videos, add test | William Pitcock | |
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 'ci-test-fix' into 'develop' | lambda | |
SetUserSessionIdPlugTest: try again to fix random ci failures See merge request pleroma/pleroma!579 | |||
2018-12-20 | Merge branch '114_email_confirmation' into 'develop' | kaniini | |
[#114] Email confirmation See merge request pleroma/pleroma!546 | |||
2018-12-20 | [#114] Fixed test. | Ivan Tashkinov | |
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 | [#413] fix parse mentions | Maksim | |
2018-12-19 | daaa8cd6 take two | href | |
2018-12-19 | Merge branch 'develop' into oembed_provider | raeno | |
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 | Fix tests | Rin Toshaka | |
2018-12-18 | Add test | rinpatch | |
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 | Merge branch 'develop' into oembed_provider | raeno | |
2018-12-18 | SetUserSessionIdPlugTest: try to fix random ci failures | href | |
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 'fix-test' into 'develop' | lambda | |
Fix uploads test. See merge request pleroma/pleroma!564 |