Maxim Filippov
|
f635b675b2
|
Refactor a little bit
|
2019-03-01 21:17:23 +03:00 |
|
Maxim Filippov
|
f1a4c3163b
|
Show current user in users list as well
|
2019-03-01 20:23:03 +03:00 |
|
Maxim Filippov
|
5b08b470f6
|
Add "local" params to users search
|
2019-03-01 20:13:02 +03:00 |
|
Maxim Filippov
|
46f29b9da1
|
Add search users endpoint
|
2019-02-28 19:04:47 +03:00 |
|
Maxim Filippov
|
72b7a0797e
|
Use Mastodon API views in Admin API
|
2019-02-28 17:43:09 +03:00 |
|
Maxim Filippov
|
2883f75a3a
|
Add pagination to users admin API
|
2019-02-28 01:11:56 +03:00 |
|
Egor Kislitsyn
|
5d961d536c
|
fix formatter
|
2019-02-27 15:40:30 +07:00 |
|
Egor
|
c3ac9424d2
|
AutoLinker
|
2019-02-26 23:32:26 +00:00 |
|
Maxim Filippov
|
90d0d055fc
|
Add more admin actions
|
2019-02-27 00:13:38 +03:00 |
|
William Pitcock
|
fc9d895ebc
|
twitter card: remove IO.inspect() spam
|
2019-02-24 18:56:44 +00:00 |
|
lain
|
9e0686efa6
|
Move visibility into own module.
|
2019-02-22 13:29:52 +01:00 |
|
lain
|
62296f5a25
|
Fix private post card handling.
|
2019-02-22 12:02:51 +01:00 |
|
kaniini
|
5a4e2905fe
|
Merge branch 'fix/twittercards' into 'develop'
Fix Twitter Cards
See merge request pleroma/pleroma!815
|
2019-02-22 04:38:14 +00:00 |
|
KZ
|
7c722c08f5
|
Fix: Fixing an outbox related bug when local user activity is empty
|
2019-02-22 04:37:48 +00:00 |
|
lambda
|
2813f28b6f
|
Merge branch 'bugfix/httpsig-sign-date' into 'develop'
activitypub: sign date header
Closes #649 and #364
See merge request pleroma/pleroma!847
|
2019-02-21 08:20:06 +00:00 |
|
William Pitcock
|
f8a72f2997
|
activitypub: sign http date header
|
2019-02-21 00:23:17 +00:00 |
|
William Pitcock
|
1803d9a022
|
fix fetching AP objects with application/json
|
2019-02-20 20:45:40 +00:00 |
|
William Pitcock
|
22e2ed235d
|
logging: only return ISE reasons in API responses when in dev or test mode
|
2019-02-20 17:36:47 +00:00 |
|
William Pitcock
|
8b08096436
|
logging: improve visibility into ISE errors
|
2019-02-20 17:14:18 +00:00 |
|
Egor
|
bff9eb5ef7
|
Reports
|
2019-02-20 16:51:25 +00:00 |
|
lain
|
59c27f29c8
|
Add some nicer urls in status view.
|
2019-02-20 17:36:16 +01:00 |
|
Ivan Tashkinov
|
b574d97c2e
|
[#468] Added support for push OAuth scope (Mastodon 2.4+).
|
2019-02-20 17:27:41 +03:00 |
|
Ivan Tashkinov
|
6fe7acd58e
|
[#468] Merged upstream/develop .
|
2019-02-20 16:48:59 +03:00 |
|
lambda
|
11b3c10c54
|
Merge branch 'muting' into 'develop'
Implement muting, add it to the whole mastodon API
See merge request pleroma/pleroma!319
|
2019-02-20 13:19:37 +00:00 |
|
Ivan Tashkinov
|
3ad91ec3c1
|
[#468] Adjusted scope restriction for MastodonAPIController#index.
|
2019-02-20 14:05:02 +03:00 |
|
Ekaterina Vaartis
|
5a46d37af9
|
Update the mute implementation to the current codebase
Make it part of the info thing (and do a migration to ensure it's there)
|
2019-02-19 23:09:16 +03:00 |
|
Ekaterina Vaartis
|
da64ea4a55
|
Implement mastodon mutes endpoint
Aparently i forgot to add it, it gets a list of muted users
|
2019-02-19 21:49:55 +03:00 |
|
Ekaterina Vaartis
|
f41f017bbc
|
Implement muting, add it to the mastodon API
|
2019-02-19 21:49:55 +03:00 |
|
href
|
f4bfc628ca
|
Player: allow styles on CSP, loop videos
|
2019-02-19 18:56:57 +01:00 |
|
href
|
aa9af1d639
|
CSP: Allow iframes on embed player
|
2019-02-19 18:19:13 +01:00 |
|
Mark Felder
|
2d21ea1a0e
|
Merge branch 'develop' into fix/twittercards
|
2019-02-19 16:58:28 +00:00 |
|
href
|
10a11f083c
|
Embed player suitable for Twitter Cards
|
2019-02-19 17:47:48 +01:00 |
|
eugenijm
|
25b9e7a8c3
|
Added admin API for changing user activation status
|
2019-02-19 19:37:02 +03:00 |
|
Ivan Tashkinov
|
c0ecbf6669
|
[#468] Merged upstream/develop .
|
2019-02-19 19:10:55 +03:00 |
|
lambda
|
f25a3f4f78
|
Merge branch 'fix/check-follower-collection-in-is_private' into 'develop'
properly check for follower address in is_private?
See merge request pleroma/pleroma!841
|
2019-02-19 14:08:19 +00:00 |
|
rinpatch
|
96dcacade1
|
properly check for follower address in is_private?
|
2019-02-19 13:23:13 +03:00 |
|
kaniini
|
833161b5d2
|
Merge branch 'feature/jobs' into 'develop'
Job Queue
See merge request pleroma/pleroma!732
|
2019-02-18 19:43:06 +00:00 |
|
kaniini
|
a39a094cda
|
Merge branch 'patch-image-description' into 'develop'
Patch to support image descriptions for pleroma-fe
See merge request pleroma/pleroma!626
|
2019-02-18 04:11:46 +00:00 |
|
kaniini
|
7456338ed3
|
Merge branch 'feature/add-oauth-tokens-endpoint' into 'develop'
Add OAuth tokens endpoint
See merge request pleroma/pleroma!805
|
2019-02-18 04:02:41 +00:00 |
|
kaniini
|
c23bd05737
|
Merge branch 'features/flavour-switching' into 'develop'
[MastoAPI] Add switching of frontend flavours
See merge request pleroma/pleroma!807
|
2019-02-18 04:01:51 +00:00 |
|
kaniini
|
cd019a5927
|
Merge branch 'follow-request-count' into 'develop'
Follow request count
See merge request pleroma/pleroma!817
|
2019-02-18 04:01:26 +00:00 |
|
kaniini
|
3f38a05571
|
Merge branch 'csv-export' into 'develop'
Add option to return all friends in twitter api.
Closes #602
See merge request pleroma/pleroma!833
|
2019-02-18 03:59:46 +00:00 |
|
Maxim Filippov
|
94708d6370
|
Render only "id", "valid_until" and "app_name" in TokenView
|
2019-02-17 23:57:35 +03:00 |
|
lambda
|
f26582aae9
|
Merge branch 'mastoapi-stop-capping-attachments' into 'develop'
Remove a limit on attachments in Mastodon API and document the changes in responses from vanilla Mastodon
See merge request pleroma/pleroma!834
|
2019-02-17 17:37:48 +00:00 |
|
Ivan Tashkinov
|
d3fe2c8ec6
|
[#468] Formatting fix.
|
2019-02-17 14:07:35 +03:00 |
|
Ivan Tashkinov
|
bc4f77b10b
|
[#468] Merged upstream/develop , resolved conflicts.
|
2019-02-17 14:07:04 +03:00 |
|
Ivan Tashkinov
|
dcf24a3233
|
[#468] Refactored OAuth scopes' defaults & missing selection handling.
|
2019-02-17 13:49:14 +03:00 |
|
rinpatch
|
8f98d970c1
|
Fix recipient count in hellthread policy
|
2019-02-17 13:46:40 +03:00 |
|
Haelwenn (lanodan) Monnier
|
4df455f69b
|
[MastoAPI] Add switching of frontend flavours
|
2019-02-16 19:50:13 +01:00 |
|
rinpatch
|
96c725328b
|
Remove a limit on attachments in Mastodon API and document the changes in responses from vanilla mastodon
|
2019-02-16 20:38:25 +03:00 |
|