rinpatch
|
a9c27e137d
|
Add a fallback function to handle generic params, just in case
|
2019-01-16 10:38:42 +03:00 |
|
rinpatch
|
a76793006b
|
Thanks you rinpatch, very cool
|
2019-01-16 10:35:06 +03:00 |
|
rinpatch
|
0039d45b5b
|
No need to use activity in the key
|
2019-01-16 10:30:47 +03:00 |
|
rinpatch
|
70b2bb6ede
|
add caching
|
2019-01-16 10:26:01 +03:00 |
|
rinpatch
|
dd1432d695
|
Disable previews for any activity, but create
|
2019-01-16 09:42:24 +03:00 |
|
William Pitcock
|
85a5be6220
|
tests: fixup
|
2019-01-16 04:09:01 +00:00 |
|
William Pitcock
|
461ab9489d
|
formatter: improve microformats markup
|
2019-01-16 03:54:01 +00:00 |
|
William Pitcock
|
1ddab78247
|
html: allow microformats-related markup through the html filter
|
2019-01-16 03:54:01 +00:00 |
|
rinpatch
|
565caff3f4
|
cache HTML in OGP
|
2019-01-16 00:07:28 +03:00 |
|
rinpatch
|
9aa69e12b8
|
Add behaviours to TwitterCard, remove some dumb stuff in Formatter.truncate
|
2019-01-15 23:25:28 +03:00 |
|
lambda
|
9a444c0d22
|
Merge branch 'bugfix/websub-hardening' into 'develop'
websub: improve error handling
See merge request pleroma/pleroma!670
|
2019-01-15 20:02:56 +00:00 |
|
rinpatch
|
2e630bea0d
|
Add twitter card, filter nsfw
|
2019-01-15 23:00:22 +03:00 |
|
lambda
|
d1c40cbca0
|
Merge branch 'bugfix/tesla-query-params' into 'develop'
Make OStatus Work Again
See merge request pleroma/pleroma!671
|
2019-01-15 20:00:22 +00:00 |
|
William Pitcock
|
2d3241753f
|
http: add support for query parameters, use Jason for JSON encoding instead of Poison like everywhere else
|
2019-01-15 19:31:13 +00:00 |
|
rinpatch
|
70f140681f
|
Add space between name and nickname
|
2019-01-15 21:47:45 +03:00 |
|
rinpatch
|
e8eecd61b4
|
Formating
|
2019-01-15 21:20:27 +03:00 |
|
rinpatch
|
410fd9d774
|
Attach attachments
|
2019-01-15 21:17:56 +03:00 |
|
William Pitcock
|
17da432dbb
|
websub: improve error handling
|
2019-01-15 18:03:49 +00:00 |
|
rinpatch
|
ff6c9a5c96
|
Introduce get_by_id in Activity, replace newlines with spaces
|
2019-01-15 20:00:21 +03:00 |
|
rinpatch
|
850912b06b
|
refactor opengraph to a different module with a behaviour
|
2019-01-15 19:43:52 +03:00 |
|
rinpatch
|
8745c8c990
|
remove useless newlines after every tag. Make domain.com/username provide opengraph too
|
2019-01-15 18:34:47 +03:00 |
|
Ivan Tashkinov
|
5b8f9ff8c1
|
[#477] User search tests. Normalized search rank in User.search.
|
2019-01-15 13:05:25 +03:00 |
|
rinpatch
|
2858fd2da2
|
add a fallback function
|
2019-01-15 12:11:07 +03:00 |
|
Ivan Tashkinov
|
fc965f982c
|
[#477] Added FTS index for users . Fixed failing test.
|
2019-01-15 12:04:54 +03:00 |
|
rinpatch
|
6f23139864
|
please don't bully me for this
|
2019-01-15 12:02:55 +03:00 |
|
rinpatch
|
4587a5712a
|
cringe
|
2019-01-15 11:59:05 +03:00 |
|
rinpatch
|
ce15e0659e
|
Fix some edge cases [nervous laughter]
|
2019-01-15 11:56:35 +03:00 |
|
lambda
|
646bb87816
|
Merge branch 'fix/elixir-1-8-type-annotation' into 'develop'
Fix Elixir 1.8 type annotation issue
Closes #523
See merge request pleroma/pleroma!668
|
2019-01-15 08:51:59 +00:00 |
|
rinpatch
|
4656f433f9
|
Move metadata.ex out of ostatus
|
2019-01-15 11:00:17 +03:00 |
|
rinpatch
|
ab78cfbd07
|
Merge branch 'bugfix/upload_with_question_mark' into 'develop'
Upload: Fix uploading with a ? in the filename
See merge request pleroma/pleroma!669
|
2019-01-15 07:01:50 +00:00 |
|
Haelwenn (lanodan) Monnier
|
9fcdca1bdc
|
Upload: Fix uploading with a : in the filename
|
2019-01-15 07:57:48 +01:00 |
|
Haelwenn (lanodan) Monnier
|
e3eb75bd23
|
Upload: Fix uploading with a ? in the filename
|
2019-01-15 07:40:39 +01:00 |
|
Maxim Filippov
|
e8eff9fe03
|
Fix Elixir 1.8 type annotation issue
|
2019-01-15 02:58:48 +02:00 |
|
rinpatch
|
f20bfc9ea5
|
Merge branch 'media-url-escape' into 'develop'
URI escape file upload URLs
See merge request pleroma/pleroma!665
|
2019-01-14 18:52:23 +00:00 |
|
lambda
|
fd2f1258fb
|
Merge branch 'load-all-dms' into 'develop'
Remove recent activity restriction.
See merge request pleroma/pleroma!644
|
2019-01-14 18:49:53 +00:00 |
|
|
dcbe5bd58c
|
Add attachment escaping test
|
2019-01-14 13:29:38 -05:00 |
|
Ivan Tashkinov
|
dc45ec62c2
|
[#477] User search improvements: tsquery search with field weights, friends & followers boosting.
|
2019-01-14 20:04:45 +03:00 |
|
|
42b7584068
|
URI escape file upload URLs
|
2019-01-14 11:31:44 -05:00 |
|
kaniini
|
de1da7b3d1
|
Merge branch 'feature/add-oembed-parser' into 'develop'
Add OEmbed parser
See merge request pleroma/pleroma!661
|
2019-01-14 07:28:04 +00:00 |
|
kaniini
|
fa0392e49c
|
Merge branch 'activitypub-likes' into 'develop'
Activitypub c2s likes
See merge request pleroma/pleroma!658
|
2019-01-14 07:27:05 +00:00 |
|
kaniini
|
c445c9e125
|
Merge branch 'fix-nginx-caching' into 'develop'
Fix nginx caching issues
See merge request pleroma/pleroma!654
|
2019-01-14 07:25:08 +00:00 |
|
kaniini
|
15f69b43a1
|
Merge branch 'feature/mrf-no-placeholder-text-policy' into 'develop'
mrf: add no placeholder-text policy, strips pointless "." content from posts with images
See merge request pleroma/pleroma!662
|
2019-01-14 07:23:33 +00:00 |
|
rinpatch
|
5f9786288d
|
Prefer ids to usernames
|
2019-01-14 09:52:52 +03:00 |
|
William Pitcock
|
6e5b0406b9
|
mrf: add no placeholder-text policy, strips pointless "." content from posts with images
|
2019-01-14 05:42:38 +00:00 |
|
lambda
|
fbcb6f76b6
|
Merge branch 'bugfix/favourites-link-header' into 'develop'
Add link headers and honour parameters on Mastodon API /favourites
See merge request pleroma/pleroma!659
|
2019-01-13 16:01:15 +00:00 |
|
Sadposter
|
98d9ae0718
|
Add test for mastodon API /favourites endpoint
|
2019-01-13 15:17:47 +00:00 |
|
rinpatch
|
e4dc3f71ae
|
Resolve merge conflict
|
2019-01-13 13:38:28 +03:00 |
|
rinpatch
|
9a6236e69d
|
Reset index.html to develop
|
2019-01-13 13:00:53 +03:00 |
|
rinpatch
|
00ddfbe1c2
|
Remove .idea
|
2019-01-13 12:58:49 +03:00 |
|
Maxim Filippov
|
b8a77c5d70
|
Add OEmbed parser
|
2019-01-13 02:06:50 +02:00 |
|