aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2019-03-11MastoAPI Accounts: Add fetching by nickname.lain
This is to make it easier for the frontends to handle domain.com/users/nickname urls.
2019-03-11Merge branch 'add-local-field-to-status' into 'develop'lambda
MastoAPI StatusView: Add locality indicator. See merge request pleroma/pleroma!920
2019-03-11MastoAPI StatusView: Add locality indicator.lain
2019-03-11Broadcast deleted activity id on deletion to conform to MastoAPI streamig speceugenijm
2019-03-08Merge branch 'delete-status' into 'develop'kaniini
Allow an admin to delete a user status #721 (MastoAPI) See merge request pleroma/pleroma!914
2019-03-08Merge branch 'fetch-posts-on-first-federation' into 'develop'kaniini
Fetch user's outbox posts on first federation with that user Closes #131 See merge request pleroma/pleroma!907
2019-03-08Allow an admin to delete a user statuseugenijm
2019-03-08Add tests for fetch_ordered_collectionEkaterina Vaartis
2019-03-07tests: add regression testWilliam Pitcock
2019-03-07Merge branch 'bugfix/delete-activity-audience' into 'develop'rinpatch
expand the audience of delete activities to all recipients of the deleted object Closes #682 See merge request pleroma/pleroma!891
2019-03-07Preserve parameters in link headers (Mastodon API)eugenijm
2019-03-06Merge branch 'chore/merge-search-into-list-users' into 'develop'kaniini
Merge search endpoint into /users See merge request pleroma/pleroma!898
2019-03-06Merge branch 'bugfix/rel-me_list' into 'develop'kaniini
Web.RelMe: Fix having other values in rel attr See merge request pleroma/pleroma!901
2019-03-06[#647] tests for web pushMaksim
2019-03-06Merge branch 'fix/escape-reserved-chars-in-filenames' into 'develop'Haelwenn
Properly escape reserved URI charachters in upload urls Closes #700 See merge request pleroma/pleroma!905
2019-03-05Add handling of objects not in databaseKaren Konou
2019-03-05Add tests for reserved char escaping in uploadrinpatch
2019-03-05Merge branch 'add-admin-to-node-info' into 'develop'rinpatch
Include admins in nodeinfo Closes #689 See merge request pleroma/pleroma!899
2019-03-05Web.RelMe: Fix having other values in rel attrHaelwenn (lanodan) Monnier
One example of this is Github which puts a rel="nofollow me" on the profile link.
2019-03-05Include admins in nodeinfoeugenijm
2019-03-04Format & update docsMaxim Filippov
2019-03-04helpers: use AutoLinker to validate URIs as well as the other testsWilliam Pitcock
2019-03-04tests: add tests for rich media helper functionsWilliam Pitcock
2019-03-04Merge branch 'feature/add-status-text-to-notifications' into 'develop'kaniini
Add status text to notifications (mentions and reposts) Closes #696 See merge request pleroma/pleroma!897
2019-03-04Merge search endpoint into /usersMaxim Filippov
2019-03-04Add status text to notifications (mentions and reposts)Maxim Filippov
2019-03-04Merge branch 'fix/like-adressing' into 'develop'kaniini
Stop adresssing like activities to actor's follower collection on non-public posts See merge request pleroma/pleroma!896
2019-03-04Stop adresssing like activities to actor's follower collection on non-public ↵rinpatch
posts
2019-03-04Expand "to" of delete activitiesKaren Konou
2019-03-04Fix DM visibility for blocking userseugenijm
2019-03-03Merge branch 'features/bio_rel_me' into 'develop'kaniini
Add rel=me to the User bio Closes #423 See merge request pleroma/pleroma!813
2019-03-03Merge branch 'feature/add-pagination-to-users-admin-api' into 'develop'kaniini
Add pagination and search to users See merge request pleroma/pleroma!873
2019-03-03Merge branch 'get-follow-requests-sql' into 'develop'kaniini
Use sql query in User.get_follow_requests/1 for filtering logic See merge request pleroma/pleroma!883
2019-03-03Merge branch 'count-only-public-statuses' into 'develop'kaniini
Increment user note count only on public activities #703 See merge request pleroma/pleroma!884
2019-03-03Remove follow_request_count as it's not needed for FE anymore.eugenijm
MastoFE uses `GET /api/v1/follow_requests` and PleromaFE uses `GET /api/pleroma/friend_requests` which they query on the initial page load.
2019-03-03Merge branch 'fix/dont-show-dms-in-mentions-timeline' into 'develop'lambda
[#675] Do not show DMs in mentions timeline See merge request pleroma/pleroma!877
2019-03-03Increment user note count only on public activitieseugenijm
2019-03-02Use sql query in User.get_follow_requests/1 for filtering logiceugenijm
2019-03-02We do not guarantee the order of elements when we searchMaxim Filippov
2019-03-02Add pagination to searchMaxim Filippov
2019-03-02Merge branch 'bugfix/oauth-scopes-join' into 'develop'rinpatch
Bugfix: OAuth scopes formatting Closes #702 See merge request pleroma/pleroma!881
2019-03-02Pleroma.UserTest: Add tests for rel=meHaelwenn (lanodan) Monnier
2019-03-02RelMe.maybe_put_rel_me/2: When true put "me" otherwise nilHaelwenn (lanodan) Monnier
2019-03-02Pleroma.Web.RelMeTest: Add test against Pleroma.Web.RelMeHaelwenn (lanodan) Monnier
2019-03-02Web.OAuth.OAuthControllerTest: Add test against token formattingHaelwenn (lanodan) Monnier
2019-03-01FormatMaxim Filippov
2019-03-01Fix user_testMaxim Filippov
2019-03-01FormatMaxim Filippov
2019-03-01Show current user in users list as wellMaxim Filippov
2019-03-01Add "local" params to users searchMaxim Filippov