William Pitcock
|
b1d1f9bc27
|
tests: add test for user inbox
|
2018-10-25 05:24:17 +00:00 |
|
William Pitcock
|
6cfba7db8d
|
tests: twitterapi: add additional fields
|
2018-10-25 04:06:42 +00:00 |
|
William Pitcock
|
9563f3766d
|
tests: update for new in_reply_to_screen_name field
|
2018-10-25 03:03:44 +00:00 |
|
eal
|
5e9a0e2460
|
Fix some typos in the list test.
|
2018-10-20 13:03:45 +03:00 |
|
AkiraFukushima
|
a249cbf187
|
Add a test for List.get_lists_account_belongs
|
2018-10-19 21:24:15 +09:00 |
|
William Pitcock
|
958c5e02e8
|
tests: add a testcase for matching osada users in the formatter
|
2018-10-17 19:27:05 +00:00 |
|
Haelwenn (lanodan) Monnier
|
eacab0fb05
|
Delete Tokens and Authorizations on password change
Closes: https://git.pleroma.social/pleroma/pleroma/issues/320
|
2018-10-14 02:14:54 +02:00 |
|
William Pitcock
|
ebc32045f0
|
test: add regression test for #316
|
2018-10-11 10:35:32 +00:00 |
|
William Pitcock
|
497814cbbb
|
test: update test for new html scrub policy
|
2018-10-05 21:11:22 +00:00 |
|
William Pitcock
|
b1be9415ef
|
Revert "Merge branch 'revert-a26d5e6b' into 'develop'"
This reverts commit d31bbb1cfe , reversing
changes made to 340ab3cb90 .
|
2018-10-05 20:49:34 +00:00 |
|
Haelwenn (lanodan) Monnier
|
a3cffd3566
|
formatter: Stop using phoenix HTML and format it ourselves
* Pheonix has an extra scheme whitelist conflicting with ours
* Pheonix doesn’t seems to do URL encoding, just HTML encoding
Closes: https://git.pleroma.social/pleroma/pleroma/issues/307
|
2018-09-28 17:32:27 +02:00 |
|
Haelwenn
|
34b6d444d6
|
Merge branch 'feature/twitter_api/fields' into 'develop'
[Pleroma.Web.TwitterAPI.UserView]: Add mastodon-fields in "fields"
See merge request pleroma/pleroma!360
|
2018-09-28 09:25:27 +00:00 |
|
Haelwenn (lanodan) Monnier
|
a74daabfae
|
[Pleroma.Web.TwitterAPI.UserViewTest]: Add test for mastodon-fields
|
2018-09-28 11:17:33 +02:00 |
|
Haelwenn (lanodan) Monnier
|
82b57ebad1
|
[Pleroma.Web.TwitterAPI.UserView]: Add mastodon-fields in "fields"
|
2018-09-28 10:44:45 +02:00 |
|
William Pitcock
|
d830a243a3
|
transmogrifier: more robustly handle dereferencing pointer URIs
|
2018-09-27 20:00:48 +02:00 |
|
Haelwenn (lanodan) Monnier
|
eebe33e86a
|
transmogrifier: Add support for array-less hashtags, add broken announce, harden get_actor
|
2018-09-27 20:00:47 +02:00 |
|
Haelwenn (lanodan) Monnier
|
2c820e10b8
|
transmogrifier_test: incoming notices with tag not being an array (kroeg)
|
2018-09-27 20:00:47 +02:00 |
|
William Pitcock
|
85b59d07b6
|
test: add smoketests for the scrubbing policies
|
2018-09-22 03:45:37 +00:00 |
|
William Pitcock
|
56577d8b48
|
twitter api: add no_rich_text option to userview for account prefs
|
2018-09-22 03:24:40 +00:00 |
|
William Pitcock
|
bd03644ca8
|
test: add tests for new User.html_filter_policy()
|
2018-09-22 03:02:05 +00:00 |
|
William Pitcock
|
200ab27e7a
|
test: add test proving that users are refreshed when stale
|
2018-09-20 23:50:56 +00:00 |
|
Haelwenn (lanodan) Monnier
|
a8eaecadee
|
[Pleroma.Web.MastodonAPI.AccountView]: relationship.json: fake endorsed value (false)
|
2018-09-20 16:24:29 +02:00 |
|
Haelwenn (lanodan) Monnier
|
43d0b7bf7a
|
[Pleroma.Web.MastodonAPI.StatusView] add replies_count
|
2018-09-20 16:10:46 +02:00 |
|
|
85b8590109
|
Update status_view_test.exs
|
2018-09-10 23:40:29 +00:00 |
|
William Pitcock
|
a4fe14de02
|
tests: break the cycle using pleroma.factory
|
2018-09-09 12:56:25 +00:00 |
|
William Pitcock
|
fc92bb28b4
|
tests: try breaking the cycle a different way
|
2018-09-09 12:43:58 +00:00 |
|
William Pitcock
|
33a5294fad
|
test: user enabled plug tests: fix circular reference
|
2018-09-09 12:23:48 +00:00 |
|
lambda
|
045953225e
|
Merge branch 'moonman/pleroma-sha512-crypt' into 'develop'
auth overhaul and legacy GS auth
See merge request pleroma/pleroma!331
|
2018-09-08 09:20:34 +00:00 |
|
Martin Kühl
|
619f67768a
|
Mastodon API: Add unsupported attributes to relationship responses
These attributes are documented as required by the Mastodon API.
Since we don’t support them (I think?), respond with default values.
|
2018-09-07 16:12:44 +02:00 |
|
lain
|
d22af29bb4
|
Fix warning.
|
2018-09-05 22:42:50 +02:00 |
|
lain
|
44b094908c
|
Update legacy passwords automatically.
|
2018-09-05 22:30:14 +02:00 |
|
Martin Kühl
|
ff38ffd9f8
|
Fix the tests
|
2018-09-05 22:20:59 +02:00 |
|
lain
|
e601165426
|
Add UserEnabledPlug.
|
2018-09-05 21:53:53 +02:00 |
|
lain
|
5ce1ebb179
|
Add SetUserSessionIdPlug.
|
2018-09-05 21:42:42 +02:00 |
|
Haelwenn
|
4a3dbd9d4e
|
Merge branch 'fix/sign-in-with-toot' into 'develop'
Fix sign-in and sign-out with Toot!
See merge request pleroma/pleroma!306
|
2018-09-05 18:20:26 +00:00 |
|
lain
|
12bc73dd28
|
Add EnsureUserKeyPlug, smaller fixes
|
2018-09-05 19:06:28 +02:00 |
|
lain
|
32465b9939
|
Simplify AuthenticationPlug
|
2018-09-05 18:53:38 +02:00 |
|
lain
|
9a96c93be7
|
Add SessionAuthenticationPlug.
|
2018-09-05 18:37:02 +02:00 |
|
lain
|
a3f54fca4d
|
Add LegacyAuthenticationPlug
|
2018-09-05 18:17:33 +02:00 |
|
lain
|
3cf17dc402
|
Add EnsureAuthenticatedPlug
|
2018-09-05 17:59:19 +02:00 |
|
lain
|
faf5347748
|
Add UserFetcherPlug.
|
2018-09-05 17:44:38 +02:00 |
|
lain
|
42bd985e66
|
Add BasicAuthDecoderPlug
|
2018-09-05 17:30:05 +02:00 |
|
Moon Man
|
1a8bc26e52
|
auth against sha512-crypt password hashes, upgrade to pbkdf2
|
2018-09-05 00:21:44 -04:00 |
|
kaniini
|
76c67a41c1
|
Merge branch 'develop' into 'feature/staff-discovery-api'
# Conflicts:
# lib/pleroma/web/nodeinfo/nodeinfo_controller.ex
|
2018-09-03 14:55:42 +00:00 |
|
William Pitcock
|
d3f6814feb
|
tests: add test for staffAccounts presence in nodeinfo
|
2018-09-03 14:48:36 +00:00 |
|
kaniini
|
1c9e539b47
|
Merge branch 'feature/mastodon_api_2.4.x' into 'develop'
Add/Fix Mastodon endpoints for 2.4.3 compatibility
See merge request pleroma/pleroma!266
|
2018-09-03 12:33:36 +00:00 |
|
kaniini
|
7ca2a2ddea
|
Merge branch 'nil-bio-emojis' into 'develop'
add nil clause for Formatter.get_emoji/1 to return an empty result
Closes #274
See merge request pleroma/pleroma!315
|
2018-09-03 05:54:11 +00:00 |
|
kaniini
|
b7923aa304
|
Merge branch 'hotfix_broken_likes' into 'develop'
hotfix for broken like completely breaking the notifications API
See merge request pleroma/pleroma!284
|
2018-09-02 12:37:00 +00:00 |
|
William Pitcock
|
834515fb51
|
formatter: don't add XSS emoji
|
2018-09-02 00:04:09 +00:00 |
|
William Pitcock
|
303af9ba4c
|
tests: add regression tests
|
2018-09-01 23:33:10 +00:00 |
|