shibayashi [Sat, 3 Nov 2018 22:59:52 +0000 (23:59 +0100)]
Update instructions
shibayashi [Sat, 3 Nov 2018 22:44:26 +0000 (23:44 +0100)]
Use the same example domain in all config examples
shibayashi [Sat, 3 Nov 2018 22:41:37 +0000 (23:41 +0100)]
Use the server name as variable
kaniini [Sat, 3 Nov 2018 15:36:23 +0000 (15:36 +0000)]
Merge branch 'feature/cors-again' into 'develop'
Add CORSPlug to make web-based OAuth easier.
See merge request pleroma/pleroma!420
Haelwenn [Sat, 3 Nov 2018 13:54:25 +0000 (13:54 +0000)]
Merge branch 'bugfix/harden_status_output' into 'develop'
Pleroma.Web.MastodonAPI.StatusView: Content isn’t nullable
See merge request pleroma/pleroma!421
Haelwenn (lanodan) Monnier [Fri, 2 Nov 2018 14:13:57 +0000 (15:13 +0100)]
Pleroma.Web.MastodonAPI.StatusView: Content isn’t nullable
lambda [Sat, 3 Nov 2018 12:40:42 +0000 (12:40 +0000)]
Merge branch 'hashtag-search-case-sensitivity-test' into 'develop'
Test for case-insensitive mastodon hashtag timelines.
See merge request pleroma/pleroma!419
lain [Sat, 3 Nov 2018 12:38:01 +0000 (13:38 +0100)]
Add CORSPlug to make web-based OAuth easier.
lain [Sat, 3 Nov 2018 10:41:40 +0000 (11:41 +0100)]
Test for case-insensitive mastodon hashtag timelines.
lambda [Fri, 2 Nov 2018 20:05:56 +0000 (20:05 +0000)]
Merge branch 'fix_hashtag_search' into 'develop'
Fix hashtag search
See merge request pleroma/pleroma!418
Mark Felder [Fri, 2 Nov 2018 19:38:57 +0000 (19:38 +0000)]
Fix hashtag search
When we lowercase the search it will succesfully do a case insenstive
match. Now #Linux will match #linux and #LINUX whereas previously it
would only match the exact case.
lambda [Fri, 2 Nov 2018 18:55:16 +0000 (18:55 +0000)]
Merge branch 'bugfix/dont-break-on-empty-in-reply-to' into 'develop'
Check for empty string in_reply_to ids.
Closes #355
See merge request pleroma/pleroma!417
lain [Fri, 2 Nov 2018 16:33:51 +0000 (17:33 +0100)]
Check for empty string in_reply_to ids.
Haelwenn [Thu, 1 Nov 2018 14:14:05 +0000 (14:14 +0000)]
Merge branch 'hotfix/prismo-twitterapi' into 'develop'
Pleroma.Web.TwitterAPI.ActivityView: Harden TwitterAPI against remnant of prismo
Closes #353
See merge request pleroma/pleroma!415
Haelwenn (lanodan) Monnier [Thu, 1 Nov 2018 14:07:27 +0000 (15:07 +0100)]
Pleroma.Web.TwitterAPI.ActivityView: Harden TwitterAPI against remnant of prismo
kaniini [Thu, 1 Nov 2018 10:48:09 +0000 (10:48 +0000)]
Merge branch 'feature/as2-page-support' into 'develop'
AS2 page support (prismo)
See merge request pleroma/pleroma!413
William Pitcock [Thu, 1 Nov 2018 10:01:35 +0000 (10:01 +0000)]
twitter api: add support for rendering Page objects
William Pitcock [Thu, 1 Nov 2018 10:00:16 +0000 (10:00 +0000)]
mastodon api: add support for rendering Page objects
William Pitcock [Thu, 1 Nov 2018 09:40:47 +0000 (09:40 +0000)]
activitypub: transmogrifier: add support for Page objects
kaniini [Thu, 1 Nov 2018 09:31:31 +0000 (09:31 +0000)]
Merge branch 'bugfix/filter-id' into 'develop'
Ensure filters have a filter_id
See merge request pleroma/pleroma!412
Lee Starnes [Fri, 12 Oct 2018 05:19:43 +0000 (00:19 -0500)]
Ensure filters have a filter_id
kaniini [Thu, 1 Nov 2018 09:10:51 +0000 (09:10 +0000)]
Merge branch 'feature/relay-tests' into 'develop'
relay tests
See merge request pleroma/pleroma!411
Haelwenn [Thu, 1 Nov 2018 09:05:16 +0000 (09:05 +0000)]
Merge branch 'bugfix/prismo.news_article_url' into 'develop'
Bugfix/prismo.news article url
Closes #352
See merge request pleroma/pleroma!410
lain [Sat, 8 Sep 2018 12:02:38 +0000 (14:02 +0200)]
Test Relay, switch to runtime configuration.
lain [Sat, 8 Sep 2018 12:01:16 +0000 (14:01 +0200)]
Start configuration manager.
lain [Sat, 8 Sep 2018 12:01:00 +0000 (14:01 +0200)]
Add basic configuration management module.
Haelwenn (lanodan) Monnier [Thu, 1 Nov 2018 08:56:37 +0000 (09:56 +0100)]
Pleroma.Web.ActivityPub.Transmogrifier: fix_url when not a string/empty
Thanks prismo.news, I hate it
Haelwenn (lanodan) Monnier [Thu, 1 Nov 2018 08:55:38 +0000 (09:55 +0100)]
Pleroma.Web.MastodonAPI.StatusView: Do not fail when URL isn’t a string
kaniini [Thu, 1 Nov 2018 08:51:49 +0000 (08:51 +0000)]
Merge branch 'refactor/object-cache-deletion' into 'develop'
object cache deletion refactoring, part 2
See merge request pleroma/pleroma!409
William Pitcock [Thu, 1 Nov 2018 08:30:10 +0000 (08:30 +0000)]
object: split object_cache from user_cache
William Pitcock [Thu, 1 Nov 2018 08:23:49 +0000 (08:23 +0000)]
test: fixup test breakage caused by User.delete() harmonization
William Pitcock [Thu, 1 Nov 2018 08:09:51 +0000 (08:09 +0000)]
tests: add tests for User + cache interactions
William Pitcock [Thu, 1 Nov 2018 07:56:21 +0000 (07:56 +0000)]
user: make User.delete() return data consistent with Object.delete()
William Pitcock [Thu, 1 Nov 2018 07:52:58 +0000 (07:52 +0000)]
user: delete user_info data in User.invalidate_cache()
William Pitcock [Thu, 1 Nov 2018 07:47:50 +0000 (07:47 +0000)]
object: return the deleted object as well
kaniini [Thu, 1 Nov 2018 07:43:36 +0000 (07:43 +0000)]
Merge branch 'refactor/object-cache-deletion' into 'develop'
refactor object cache deletion
See merge request pleroma/pleroma!408
William Pitcock [Thu, 1 Nov 2018 07:37:07 +0000 (07:37 +0000)]
tests: add tests for object deletion
William Pitcock [Thu, 1 Nov 2018 07:29:12 +0000 (07:29 +0000)]
activitypub: use Object.delete() instead of mutating the database and cache directly
William Pitcock [Thu, 1 Nov 2018 07:28:48 +0000 (07:28 +0000)]
object: add safe object deletion function
Haelwenn [Thu, 1 Nov 2018 05:58:11 +0000 (05:58 +0000)]
Merge branch 'bugfix/caching-activity-delete' into 'develop'
[Pleroma.Web.CommonAPI]: Delete post cache entry when it’s deleted
Closes #346
See merge request pleroma/pleroma!407
Haelwenn (lanodan) Monnier [Thu, 1 Nov 2018 05:52:01 +0000 (06:52 +0100)]
[Pleroma.Web.CommonAPI]: Delete post cache entry when it’s deleted
Closes: https://git.pleroma.social/pleroma/pleroma/issues/346
kaniini [Wed, 31 Oct 2018 22:36:34 +0000 (22:36 +0000)]
Merge branch 'bugfix/allow-self-like' into 'develop'
common api: allow self-liking objects
Closes #347
See merge request pleroma/pleroma!406
William Pitcock [Wed, 31 Oct 2018 22:29:49 +0000 (22:29 +0000)]
common api: allow self-liking objects
mastodon allows this, for whatever reason.
closes #347.
kaniini [Tue, 30 Oct 2018 23:22:48 +0000 (23:22 +0000)]
Merge branch 'allow-abbr' into 'develop'
Allow use of the `abbr` HTML tag.
See merge request pleroma/pleroma!405
scarlett [Tue, 30 Oct 2018 21:40:06 +0000 (21:40 +0000)]
Allow use of the `abbr` HTML tag.
kaniini [Tue, 30 Oct 2018 20:30:01 +0000 (20:30 +0000)]
Merge branch 'reactivate' into 'develop'
Add user reactivation task.
Closes #338
See merge request pleroma/pleroma!404
scarlett [Mon, 29 Oct 2018 23:08:56 +0000 (23:08 +0000)]
Add user reactivation task.
kaniini [Mon, 29 Oct 2018 20:14:10 +0000 (20:14 +0000)]
Merge branch 'feature/upload-limits' into 'develop'
configurable media upload limits
Closes #118
See merge request pleroma/pleroma!401
William Pitcock [Mon, 29 Oct 2018 20:07:52 +0000 (20:07 +0000)]
nodeinfo: expose configured upload limits
kaniini [Mon, 29 Oct 2018 18:07:47 +0000 (18:07 +0000)]
Merge branch 'feature/s3-force-media-proxy' into 'develop'
s3 uploader: force public URIs through media proxy
See merge request pleroma/pleroma!403
William Pitcock [Mon, 29 Oct 2018 18:00:59 +0000 (18:00 +0000)]
s3 uploader: add new feature to force public attachment URIs to go through media proxy
William Pitcock [Mon, 29 Oct 2018 17:59:24 +0000 (17:59 +0000)]
common api: prefer formatting attachments using the attachment's name instead of URI
kaniini [Mon, 29 Oct 2018 17:33:20 +0000 (17:33 +0000)]
Merge branch 'bugfix/mediaproxy-leaks-2-electric-boogaloo' into 'develop'
utils: fix another possible leak with private S3 backends using mediaproxy
See merge request pleroma/pleroma!402
William Pitcock [Mon, 29 Oct 2018 17:26:15 +0000 (17:26 +0000)]
utils: fix another possible leak with private S3 backends using mediaproxy
same rationale as the other mediaproxy changes
William Pitcock [Mon, 29 Oct 2018 16:39:00 +0000 (16:39 +0000)]
mastodon api: enforce upload limits for avatars and banners
William Pitcock [Mon, 29 Oct 2018 16:36:51 +0000 (16:36 +0000)]
twitter api: enforce upload limits for avatars, banners and backgrounds
William Pitcock [Mon, 29 Oct 2018 16:30:12 +0000 (16:30 +0000)]
activitypub: upload: pass through an upload limit if one is provided
William Pitcock [Mon, 29 Oct 2018 16:29:46 +0000 (16:29 +0000)]
upload: add new optional argument designating an upload size limit
kaniini [Mon, 29 Oct 2018 15:28:29 +0000 (15:28 +0000)]
Merge branch 'bugfix/mediaproxy-leaks' into 'develop'
twitter/mastodon api: always use mediaproxy URLs in attachments
Closes #329
See merge request pleroma/pleroma!400
William Pitcock [Mon, 29 Oct 2018 15:19:32 +0000 (15:19 +0000)]
twitter/mastodon api: always use mediaproxy URLs in attachments
if using local media, the mediaproxy will not replace the URL anyway.
kaniini [Sun, 28 Oct 2018 19:54:21 +0000 (19:54 +0000)]
Merge branch 'feature/unsubscribe-user-task' into 'develop'
mix tasks: add new task to unsubscribe all users from, and then ban a remote user (e.g. followbots)
See merge request pleroma/pleroma!399
William Pitcock [Sun, 28 Oct 2018 19:47:56 +0000 (19:47 +0000)]
mix tasks: add new task to unsubscribe all users from, and then ban a remote user (e.g. followbots)
kaniini [Sun, 28 Oct 2018 05:52:51 +0000 (05:52 +0000)]
Merge branch 'bugfix/broken-thread-filtering-false-positive' into 'develop'
activitypub: fix possible false positives with broken thread filtering
See merge request pleroma/pleroma!398
kaniini [Sun, 28 Oct 2018 05:49:55 +0000 (05:49 +0000)]
Merge branch 'psql-setup-cleanup' into 'develop'
Cleanup postgresql setup script
See merge request pleroma/pleroma!397
William Pitcock [Sun, 28 Oct 2018 05:45:33 +0000 (05:45 +0000)]
activitypub: fix possible false positives with broken thread filtering
Greizgh [Sat, 27 Oct 2018 12:31:51 +0000 (14:31 +0200)]
Cleanup postgresql setup script
Drop unused CREATEDB privilege.
Do not try to handle multiple run.
kaniini [Fri, 26 Oct 2018 19:03:49 +0000 (19:03 +0000)]
Merge branch 'update-pleroma-frontend' into 'develop'
update pleroma frontend
See merge request pleroma/pleroma!396
hakabahitoyo [Fri, 26 Oct 2018 14:35:06 +0000 (23:35 +0900)]
update pleroma frontend
kaniini [Fri, 26 Oct 2018 06:45:38 +0000 (06:45 +0000)]
Merge branch 'feature/broken-thread-filtering' into 'develop'
broken thread filtering, part 1
See merge request pleroma/pleroma!394
kaniini [Fri, 26 Oct 2018 06:39:23 +0000 (06:39 +0000)]
Merge branch 'bugfix/http-fd-exhaustion-mediaproxy' into 'develop'
http: fix mediaproxy FD leaks
See merge request pleroma/pleroma!395
William Pitcock [Fri, 26 Oct 2018 06:38:08 +0000 (06:38 +0000)]
http: fix mediaproxy
William Pitcock [Fri, 26 Oct 2018 06:37:00 +0000 (06:37 +0000)]
testsuite: formatting
William Pitcock [Fri, 26 Oct 2018 06:35:06 +0000 (06:35 +0000)]
tests: add testsuite for broken thread filter
William Pitcock [Fri, 26 Oct 2018 06:16:51 +0000 (06:16 +0000)]
activitypub: add support for filtering broken threads out of timelines
kaniini [Fri, 26 Oct 2018 03:14:57 +0000 (03:14 +0000)]
Merge branch 'bugfix/fd-exhaustion' into 'develop'
http: enable keepalive / connection pooling (closes #336)
Closes #336
See merge request pleroma/pleroma!393
William Pitcock [Fri, 26 Oct 2018 03:06:42 +0000 (03:06 +0000)]
http: enable keepalive / connection pooling (closes #336)
kaniini [Fri, 26 Oct 2018 01:36:07 +0000 (01:36 +0000)]
Merge branch 'bugfix/unshared-inbox-check' into 'develop'
activitypub utils: fix recipient check when the message is unaddressed (mastodon)
See merge request pleroma/pleroma!392
William Pitcock [Fri, 26 Oct 2018 01:24:22 +0000 (01:24 +0000)]
activitypub utils: fix recipient check when the message is unaddressed (mastodon)
kaniini [Thu, 25 Oct 2018 23:49:04 +0000 (23:49 +0000)]
Merge branch 'feature/nodeinfo-frontend-config' into 'develop'
[Pleroma.Web.Nodeinfo.NodeinfoController]: Have a list of supported features
See merge request pleroma/pleroma!329
Haelwenn (lanodan) Monnier [Fri, 7 Sep 2018 00:45:26 +0000 (02:45 +0200)]
[Pleroma.Web.Nodeinfo.NodeinfoController]: Simplify features strings
Haelwenn (lanodan) Monnier [Tue, 4 Sep 2018 16:15:02 +0000 (18:15 +0200)]
[Pleroma.Web.Nodeinfo.NodeinfoController]: Have a list of supported features
kaniini [Thu, 25 Oct 2018 18:24:07 +0000 (18:24 +0000)]
Merge branch 'finmoji-optional' into 'develop'
Make finmoji optional
See merge request pleroma/pleroma!391
scarlett [Thu, 25 Oct 2018 16:58:46 +0000 (17:58 +0100)]
Make finmoji optional
kaniini [Thu, 25 Oct 2018 05:30:52 +0000 (05:30 +0000)]
Merge branch 'bugfix/user-inbox-bcc' into 'develop'
activitypub: splice users into recipient lists when they receive messages at their personal inbox
Closes #343
See merge request pleroma/pleroma!390
William Pitcock [Thu, 25 Oct 2018 05:24:17 +0000 (05:24 +0000)]
tests: add test for user inbox
William Pitcock [Thu, 25 Oct 2018 05:24:01 +0000 (05:24 +0000)]
activitypub utils: fix user splicing
William Pitcock [Thu, 25 Oct 2018 05:02:21 +0000 (05:02 +0000)]
activitypub: splice users into recipient lists when they receive messages at their personal inbox
closes #343
kaniini [Thu, 25 Oct 2018 04:38:46 +0000 (04:38 +0000)]
Merge branch 'bugfix/ap-uri-user-search' into 'develop'
transmogrifier: do not try to contain origin of something which doesn't have one
Closes #340
See merge request pleroma/pleroma!389
Haelwenn [Thu, 25 Oct 2018 04:35:29 +0000 (04:35 +0000)]
Merge branch 'bugfix/233-handle-missing-StatusView' into 'develop'
[Pleroma.Web.MastodonAPI.StatusView]: Add fallback on missing handler for status.json
Closes #233
See merge request pleroma/pleroma!257
William Pitcock [Thu, 25 Oct 2018 04:27:33 +0000 (04:27 +0000)]
transmogrifier: do not try to contain origin of something which doesn't have one
Haelwenn (lanodan) Monnier [Thu, 25 Oct 2018 04:05:13 +0000 (06:05 +0200)]
[Pleroma.Web.MastodonAPI.MastodonAPIController]: fallback for try_render/4
Better be sure than sorry
kaniini [Thu, 25 Oct 2018 04:16:40 +0000 (04:16 +0000)]
Merge branch 'feature/add-in-reply-to-profileurl' into 'develop'
twitterapi graph enrichment
See merge request pleroma/pleroma!388
William Pitcock [Thu, 25 Oct 2018 04:06:42 +0000 (04:06 +0000)]
tests: twitterapi: add additional fields
William Pitcock [Thu, 25 Oct 2018 04:04:04 +0000 (04:04 +0000)]
twitterapi: activity view: add the other in_reply_to fields
William Pitcock [Thu, 25 Oct 2018 04:01:59 +0000 (04:01 +0000)]
user: add helper for fetching profile url (which may be different than ap id)
Haelwenn (lanodan) Monnier [Thu, 25 Oct 2018 03:52:45 +0000 (05:52 +0200)]
[Pleroma.Web.MastodonAPI.MastodonAPIController]: Wrap around render/4
Haelwenn (lanodan) Monnier [Thu, 25 Oct 2018 03:18:10 +0000 (05:18 +0200)]
[Pleroma.Web.MastodonAPI.StatusView]: Remove unused arguments
Haelwenn (lanodan) Monnier [Thu, 30 Aug 2018 12:49:42 +0000 (14:49 +0200)]
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex: Output an error when render(status.json) gives a nil
Haelwenn (lanodan) Monnier [Wed, 29 Aug 2018 18:16:01 +0000 (20:16 +0200)]
[Pleroma.Web.MastodonAPI.StatusView]: Remove nils from lists.json
Haelwenn (lanodan) Monnier [Wed, 29 Aug 2018 19:07:12 +0000 (21:07 +0200)]
[Pleroma.Web.MastodonAPI.StatusView]: Return nil as fallback for missing views