William Pitcock
|
b23630076f
|
TwitterAPI: present pleroma frontend config in API
|
2018-07-17 15:46:24 +00:00 |
|
William Pitcock
|
b832df1e15
|
formatting
|
2018-07-12 16:12:54 +00:00 |
|
William Pitcock
|
f03e57f764
|
twitter api: activity representer: add summary field for testsuite
|
2018-07-12 16:12:16 +00:00 |
|
William Pitcock
|
152a526237
|
twitter api: refactor activity html generation, add support for Articles
|
2018-07-12 16:11:42 +00:00 |
|
William Pitcock
|
3b799f22b7
|
twitterapi: activity view: expose message summary text
|
2018-07-12 16:11:36 +00:00 |
|
lambda
|
fe4387077a
|
Merge branch 'feature/default-scope' into 'develop'
default scope setting
See merge request pleroma/pleroma!239
|
2018-07-12 05:59:12 +00:00 |
|
William Pitcock
|
971bb4f2bd
|
activity interpretation: formatting
|
2018-06-27 13:38:19 +00:00 |
|
William Pitcock
|
66819ea784
|
twitter api: use ActivityView.render_content() where appropriate instead of duplicating the logic
|
2018-06-27 13:38:07 +00:00 |
|
William Pitcock
|
121c1f6230
|
twitter api: refactor activity html generation, add support for Articles
|
2018-06-27 13:37:53 +00:00 |
|
William Pitcock
|
2f14996d9a
|
twitter api: allow setting default_scope
|
2018-06-27 13:15:55 +00:00 |
|
William Pitcock
|
dcdf7b6686
|
twitter api: user view: show default message scope if known
|
2018-06-27 13:15:50 +00:00 |
|
Vivian Lim
|
1299bccc7d
|
return unquoted empty array from /api/qvitter/mutes.json
|
2018-06-23 23:20:30 -07:00 |
|
lambda
|
8c7fdcb31b
|
Merge branch 'feature/twitterapi-unrepeat' into 'develop'
Add TwitterAPI unretweet endpoint and cleanup AP.unannounce
See merge request pleroma/pleroma!218
|
2018-06-14 07:19:36 +00:00 |
|
Francis Dinh
|
1555c66650
|
Add unretweet TwAPI endpoint and cleanup AP.unannounce
|
2018-06-13 21:33:36 -04:00 |
|
William Pitcock
|
f8e0942745
|
twitter api: add approve/deny endpoints
|
2018-06-11 22:15:53 +00:00 |
|
William Pitcock
|
e08cf21e5b
|
twitter api: add friend requests list api
|
2018-06-11 22:15:53 +00:00 |
|
William Pitcock
|
ba8dab7542
|
twitterapi: user view: return if an account is locked or not
|
2018-06-11 22:15:53 +00:00 |
|
William Pitcock
|
993312cdb3
|
twitterapi: add profile setting for locked/unlocked accounts
|
2018-06-11 22:15:53 +00:00 |
|
Rachel H
|
1525a0404b
|
Fix follow errors
|
2018-06-07 00:39:24 -07:00 |
|
lain
|
0f70e83e8c
|
Better error handling in TwitterApiController.
|
2018-06-03 19:11:22 +02:00 |
|
eal
|
935e544e19
|
TwitterAPI: fix "Follows you" being shown for the wrong user.
|
2018-05-31 15:27:42 +03:00 |
|
lain
|
3ece4a3ebc
|
Only return certain activities in TwitterAPI mentions.
|
2018-05-28 12:38:48 +02:00 |
|
William Pitcock
|
e80d91c64a
|
introduce User.maybe_direct_follow() and use it where we used to call User.follow()
|
2018-05-25 09:40:10 +00:00 |
|
William Pitcock
|
c89b90222c
|
twitter api: also remove explicit User.follow here
|
2018-05-25 09:40:06 +00:00 |
|
lambda
|
c2dcd767cf
|
Merge branch 'feature/incoming-remote-unfollow' into 'develop'
Add support for incoming remote unfollows and blocks/unblocks
See merge request pleroma/pleroma!158
|
2018-05-24 19:52:24 +00:00 |
|
Francis Dinh
|
72b93d13f8
|
Hook up block/unblock to TwitterAPI
|
2018-05-22 05:41:17 -04:00 |
|
Francis Dinh
|
55f9aefd08
|
Hook unfollow into TwitterAPI
|
2018-05-22 04:49:30 -04:00 |
|
Syldexia
|
d0690622cd
|
Added endpoint for changing passwords
|
2018-05-21 23:06:03 +01:00 |
|
Francis Dinh
|
89c5de9096
|
Fix unfollows
|
2018-05-20 21:01:14 -04:00 |
|
lain
|
dca26f3655
|
Fix specs.
|
2018-05-20 19:22:26 +02:00 |
|
lain
|
ff007af0c2
|
Return visilility in twitter api, too.
|
2018-05-20 18:01:24 +02:00 |
|
lain
|
434601a5c3
|
Return private / direct posts on user timelines, too.
|
2018-05-20 16:15:18 +02:00 |
|
lambda
|
8b0c222b43
|
Merge branch 'feature/account-deletion' into 'develop'
Feature/account deletion
Closes #115
See merge request pleroma/pleroma!157
|
2018-05-20 10:57:19 +00:00 |
|
Thog
|
6f39ecc41b
|
Support Undo like activities (Fix #139)
|
2018-05-19 22:14:15 +02:00 |
|
Syldexia
|
d1366f8d46
|
Modified deleting an account to run as a task
|
2018-05-19 13:35:49 +01:00 |
|
Syldexia
|
5bfb7b4ce6
|
Moved account deletion stuff to somewhere that hopefully makes more sense
|
2018-05-13 14:36:02 +01:00 |
|
Syldexia
|
a16117225f
|
Added endpoint for user account deletion
|
2018-05-13 14:35:48 +01:00 |
|
lambda
|
aeff2d6474
|
Merge branch 'feature/unrepeats' into 'develop'
Add unrepeats
Closes #69
See merge request pleroma/pleroma!113
|
2018-05-13 09:32:29 +00:00 |
|
|
aaacebd906
|
Fix unused variables, imports, and aliases
|
2018-05-04 21:42:20 +00:00 |
|
|
636f0fa402
|
Clean up unused aliases and imports
|
2018-05-04 21:25:31 +00:00 |
|
|
943820ae29
|
More unused variables
|
2018-05-04 21:16:02 +00:00 |
|
|
ab4aa5720a
|
Fix a bunch of unused variable warnings
|
2018-05-04 20:59:01 +00:00 |
|
lain
|
bc215f5684
|
Fix format.
|
2018-04-29 11:28:26 +02:00 |
|
Francis Dinh
|
0df1a4efc8
|
Fix comment grammar
|
2018-04-25 00:46:06 -04:00 |
|
Wim Vanderbauwhede
|
7517155544
|
Changed to support \r\n and \n
|
2018-04-24 13:28:55 +01:00 |
|
Wim Vanderbauwhede
|
52ee91efce
|
Patch to replace newlines with <br> tags in bio
|
2018-04-24 13:20:17 +01:00 |
|
Francis Dinh
|
c5dc7e6e31
|
Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into feature/unrepeats
|
2018-04-20 16:48:18 -04:00 |
|
lain
|
a61e8ac154
|
Formatting.
|
2018-04-20 13:10:57 +02:00 |
|
eal
|
fa37acfcc7
|
TwitterAPI: Add Qvitter notification endpoint.
|
2018-04-19 21:46:59 +03:00 |
|
Francis Dinh
|
32a26eb910
|
Fix TwitterAPI.delete call
|
2018-04-18 20:43:03 -04:00 |
|