aboutsummaryrefslogtreecommitdiff
path: root/test/web
AgeCommit message (Collapse)Author
2018-12-14[#114] Naive implementation of email invitations.Ivan Tashkinov
2018-12-14Merge branch '114_user_registration_emails' into 'develop'href
[#114] User registration emails Closes #114 See merge request pleroma/pleroma!531
2018-12-14Merge branch 'fix/double-rt-or-fav' into 'develop'lambda
Prevent accidental double RTs or favorites See merge request pleroma/pleroma!542
2018-12-14TwitterAPI: Include favorited post in jsoneal
2018-12-14Prevent accidental double RTs or favoriteseal
2018-12-14Fix tests. Remove oembed templateraeno
2018-12-13Remove oembed for now, will submit it in another MR. Fix warningsraeno
2018-12-13WIP. Implement oembed route and handle both json/xml for "Note" type activityraeno
2018-12-13[#114] Removed `email_invite` implementation (to be addressed separately).Ivan Tashkinov
2018-12-13[#114] Initial implementation of user email invitations.Ivan Tashkinov
2018-12-12[#114] Added tests for "POST /api/account/password_reset".Ivan Tashkinov
2018-12-12fix warningsMaksim Pechnikov
2018-12-10Merge branch 'fix_empty_bio_crash' into 'develop'lambda
Fixes #415. Do not crash during registration when hasn't filled bio field Closes #415 See merge request pleroma/pleroma!529
2018-12-10Merge branch 'support/bugfix_272' into 'develop'lambda
[#272] fix hashtags in api See merge request pleroma/pleroma!510
2018-12-10Treat warnings as errors outside of tests.lain
2018-12-10Fixes #415. Properly handle nil and empty string by User.parse_bioraeno
2018-12-09fix hashtags in api responseMaksim Pechnikov
2018-12-07[#394] Refactoring (using Ecto.Multi; "untag" route change).Ivan Tashkinov
2018-12-06[#394] User view (Twitter & Mastadon API): wrapped "tags" in "pleroma" map.Ivan Tashkinov
2018-12-06[#394] View tests fix.Ivan Tashkinov
2018-12-06[#394] Formatting fix.Ivan Tashkinov
2018-12-06[#394] Added `users.tags` and admin routes to tag and untag users. Added tests.Ivan Tashkinov
2018-12-06Merge branch '210_twitter_api_uploads_alt_text' into 'develop'kaniini
[#210] TwitterAPI: alt text support for uploaded images. Mastodon API uploads security fix. See merge request pleroma/pleroma!496
2018-12-06[#210] Mastodon: actor storing for media uploads, ownership check to ↵Ivan Tashkinov
update_media. Refactoring.
2018-12-05Merge branch 'follower-hiding' into 'develop'kaniini
Network hiding Closes #356 See merge request pleroma/pleroma!490
2018-12-05Merge remote-tracking branch 'origin' into follower-hidinglain
2018-12-05MastodonAPI: Show users their own network.lain
2018-12-06resolved activity view testVald
2018-12-06lintVald
2018-12-06resolved api and controller test failuresVald
2018-12-05TwitterAPI: Show users their own network.lain
2018-12-05TwitterAPI: Add network hiding.lain
2018-12-05[#210] Formatting fix.Ivan Tashkinov
2018-12-05[#210] [TwitterAPI] Made actor be stored for uploads. Added ownership checkIvan Tashkinov
to `update_media` action. Added controller tests for `upload` and `update_media` actions. Refactoring.
2018-12-05[#210] Test update (replaced bang- with non-bang method).Ivan Tashkinov
2018-12-04[#210] Refactoring.Ivan Tashkinov
2018-12-04[#210] TwitterAPI: implemented /api/media/metadata/createIvan Tashkinov
to allow uploads description (alt text) setting.
2018-12-04formatting the codeMaksim Pechnikov
2018-12-04all tests passedMaksim Pechnikov
2018-12-04update testMaksim Pechnikov
2018-12-04update testMaksim Pechnikov
2018-12-04update testMaksim Pechnikov
2018-12-04update testMaksim Pechnikov
2018-12-04add http requests mockMaksim Pechnikov
2018-12-04status_code -> statusMaksim Pechnikov
2018-12-04WebSub fix testMaksim Pechnikov
2018-12-03Merge branch 'fix/parse-user-bio' into 'develop'lambda
Parse user's bio on register See merge request pleroma/pleroma!492
2018-12-03Parse bio for MastodonAPIMaxim Filippov
2018-12-02Format filesMaxim Filippov
2018-12-02Parse user's bio on registerMaxim Filippov