akkoma
5 years agoformatting
William Pitcock [Tue, 4 Dec 2018 05:01:21 +0000 (05:01 +0000)]
formatting

5 years agotests: add tests for Object.normalize()
William Pitcock [Tue, 4 Dec 2018 05:00:11 +0000 (05:00 +0000)]
tests: add tests for Object.normalize()

5 years agoactivitypub: transmogrifier: remove obsolete fetch_obj_helper()
William Pitcock [Tue, 4 Dec 2018 03:18:10 +0000 (03:18 +0000)]
activitypub: transmogrifier: remove obsolete fetch_obj_helper()

5 years agoobject: rework Object.normalize() a bit to support transparent fetching
William Pitcock [Tue, 4 Dec 2018 03:17:25 +0000 (03:17 +0000)]
object: rework Object.normalize() a bit to support transparent fetching

5 years agotwitterapi: fix bad rebase
William Pitcock [Sat, 1 Dec 2018 23:08:23 +0000 (23:08 +0000)]
twitterapi: fix bad rebase

5 years agotests: some minor cleanups
William Pitcock [Sat, 1 Dec 2018 23:03:03 +0000 (23:03 +0000)]
tests: some minor cleanups

5 years agofederator: fix up contain_origin_from_id() call
William Pitcock [Sat, 1 Dec 2018 23:02:32 +0000 (23:02 +0000)]
federator: fix up contain_origin_from_id() call

5 years agoobject: factor out fetching functions into Pleroma.Object.Fetcher module
William Pitcock [Sat, 1 Dec 2018 22:53:10 +0000 (22:53 +0000)]
object: factor out fetching functions into Pleroma.Object.Fetcher module

5 years agoobject: move object containment out of transmogrifier into it's own module
William Pitcock [Sat, 1 Dec 2018 22:29:41 +0000 (22:29 +0000)]
object: move object containment out of transmogrifier into it's own module

5 years agocompact database task: fix formatting
William Pitcock [Sat, 1 Dec 2018 22:17:28 +0000 (22:17 +0000)]
compact database task: fix formatting

5 years agomix: add task to compact the database
William Pitcock [Thu, 29 Nov 2018 06:53:17 +0000 (06:53 +0000)]
mix: add task to compact the database

5 years agoactivity: add helpers for updating activities in the database
William Pitcock [Thu, 29 Nov 2018 06:52:54 +0000 (06:52 +0000)]
activity: add helpers for updating activities in the database

5 years agoactivitypub: rework thread filtering for split object view
William Pitcock [Thu, 29 Nov 2018 03:34:57 +0000 (03:34 +0000)]
activitypub: rework thread filtering for split object view

5 years agotests: activitypub: fix broken test due to invalid child object
William Pitcock [Thu, 29 Nov 2018 03:27:59 +0000 (03:27 +0000)]
tests: activitypub: fix broken test due to invalid child object

5 years agoostatus: fix representing external objects
William Pitcock [Thu, 29 Nov 2018 03:06:20 +0000 (03:06 +0000)]
ostatus: fix representing external objects

5 years agotests: fix a lot of the remaining test failures
William Pitcock [Sun, 25 Nov 2018 22:49:39 +0000 (22:49 +0000)]
tests: fix a lot of the remaining test failures

5 years agotests: fix most remaining failures
William Pitcock [Sun, 25 Nov 2018 22:31:07 +0000 (22:31 +0000)]
tests: fix most remaining failures

5 years agoactivitypub: transmogrifier: ensure we send nested object in Create
William Pitcock [Sun, 25 Nov 2018 22:11:10 +0000 (22:11 +0000)]
activitypub: transmogrifier: ensure we send nested object in Create

5 years agocommon api: fix up improper Object.normalize() calls
William Pitcock [Sun, 25 Nov 2018 21:50:46 +0000 (21:50 +0000)]
common api: fix up improper Object.normalize() calls

5 years agoactivitypub: implement activity flattening
William Pitcock [Sun, 25 Nov 2018 21:44:03 +0000 (21:44 +0000)]
activitypub: implement activity flattening

5 years agoactivitypub: relay: fix improper use of Object.normalize()
William Pitcock [Sun, 25 Nov 2018 21:43:26 +0000 (21:43 +0000)]
activitypub: relay: fix improper use of Object.normalize()

5 years agoactivity: minor cleanups to normalization functions to align them with the object...
William Pitcock [Sun, 25 Nov 2018 21:34:36 +0000 (21:34 +0000)]
activity: minor cleanups to normalization functions to align them with the object normalizers

5 years agoobject: normalize(): use object cache
William Pitcock [Sun, 25 Nov 2018 21:20:29 +0000 (21:20 +0000)]
object: normalize(): use object cache

5 years agotwitterapi: fix remaining test failures
William Pitcock [Sun, 25 Nov 2018 21:16:44 +0000 (21:16 +0000)]
twitterapi: fix remaining test failures

5 years agotest: fix mastodon api test failure
William Pitcock [Sun, 25 Nov 2018 21:08:55 +0000 (21:08 +0000)]
test: fix mastodon api test failure

5 years agofix most tests
William Pitcock [Sun, 25 Nov 2018 20:56:12 +0000 (20:56 +0000)]
fix most tests

5 years agoostatus: use Object.normalize() where appropriate when representing activities
William Pitcock [Sun, 25 Nov 2018 20:40:16 +0000 (20:40 +0000)]
ostatus: use Object.normalize() where appropriate when representing activities

5 years agomastodon api: use Object.normalize() in a few missing spots
William Pitcock [Sun, 25 Nov 2018 20:27:00 +0000 (20:27 +0000)]
mastodon api: use Object.normalize() in a few missing spots

5 years agomastodon api: status view: use Object.normalize()
William Pitcock [Sun, 25 Nov 2018 20:21:42 +0000 (20:21 +0000)]
mastodon api: status view: use Object.normalize()

5 years agotwitterapi: more object normalization work
William Pitcock [Sun, 25 Nov 2018 20:14:00 +0000 (20:14 +0000)]
twitterapi: more object normalization work

5 years agoactivitypub: normalize objects when streaming them out
William Pitcock [Sun, 25 Nov 2018 20:09:28 +0000 (20:09 +0000)]
activitypub: normalize objects when streaming them out

5 years agoostatus: note handler: appropriately use Object.normalize()
William Pitcock [Sun, 25 Nov 2018 19:05:17 +0000 (19:05 +0000)]
ostatus: note handler: appropriately use Object.normalize()

5 years agocommon api: utils: access inReplyTo object ID correctly
William Pitcock [Sun, 25 Nov 2018 19:00:05 +0000 (19:00 +0000)]
common api: utils: access inReplyTo object ID correctly

5 years agocommon api: fetch visibility from normalized object
William Pitcock [Sun, 25 Nov 2018 18:57:38 +0000 (18:57 +0000)]
common api: fetch visibility from normalized object

5 years agogopher: use Object.normalize()
William Pitcock [Sun, 25 Nov 2018 18:48:37 +0000 (18:48 +0000)]
gopher: use Object.normalize()

5 years agoactivity: clean up direct use of object data
William Pitcock [Sun, 25 Nov 2018 18:44:04 +0000 (18:44 +0000)]
activity: clean up direct use of object data

5 years agoMerge branch 'fix/parse-user-bio' into 'develop'
lambda [Mon, 3 Dec 2018 16:31:00 +0000 (16:31 +0000)]
Merge branch 'fix/parse-user-bio' into 'develop'

Parse user's bio on register

See merge request pleroma/pleroma!492

5 years agoMerge branch 'fix-media-proxy-defaults' into 'develop'
lambda [Mon, 3 Dec 2018 16:14:58 +0000 (16:14 +0000)]
Merge branch 'fix-media-proxy-defaults' into 'develop'

Fix media proxy config defaults

See merge request pleroma/pleroma!495

5 years agoParse bio for MastodonAPI
Maxim Filippov [Mon, 3 Dec 2018 15:59:50 +0000 (18:59 +0300)]
Parse bio for MastodonAPI

5 years agoMerge branch 'update-pleroma-frontend' into 'develop'
kaniini [Mon, 3 Dec 2018 06:03:09 +0000 (06:03 +0000)]
Merge branch 'update-pleroma-frontend' into 'develop'

update-pleroma-frontend

See merge request pleroma/pleroma!494

5 years agoupdate-pleroma-frontend
hakabahitoyo [Mon, 3 Dec 2018 04:24:25 +0000 (13:24 +0900)]
update-pleroma-frontend

5 years agoMerge branch 'user_info_fixes_again' into 'develop'
Haelwenn [Sun, 2 Dec 2018 23:07:24 +0000 (23:07 +0000)]
Merge branch 'user_info_fixes_again' into 'develop'

User info fixes again

See merge request pleroma/pleroma!489

5 years agoFormat files
Maxim Filippov [Sun, 2 Dec 2018 19:08:53 +0000 (22:08 +0300)]
Format files

5 years agoParse user's bio on register
Maxim Filippov [Sun, 2 Dec 2018 19:03:53 +0000 (22:03 +0300)]
Parse user's bio on register

5 years agoFix media proxy config defaults
href [Sun, 2 Dec 2018 10:24:02 +0000 (11:24 +0100)]
Fix media proxy config defaults

5 years agoAdd uuid generation extension to sample_psql.eex.
lain [Sun, 2 Dec 2018 10:20:49 +0000 (11:20 +0100)]
Add uuid generation extension to sample_psql.eex.

5 years agoFix background updating / handling.
lain [Sun, 2 Dec 2018 10:20:38 +0000 (11:20 +0100)]
Fix background updating / handling.

5 years agoMerge branch 'validate-user-info' into 'develop'
kaniini [Sat, 1 Dec 2018 22:11:52 +0000 (22:11 +0000)]
Merge branch 'validate-user-info' into 'develop'

Validate user info

See merge request pleroma/pleroma!465

5 years agoMerge branch 'fix/config-replace-try-catch-with-file-exists' into 'develop'
lambda [Sat, 1 Dec 2018 15:17:41 +0000 (15:17 +0000)]
Merge branch 'fix/config-replace-try-catch-with-file-exists' into 'develop'

#292 Replace try/rescue with File.Exists? in dev.exs

See merge request pleroma/pleroma!488

5 years agoreplace try/catch with File.Exists? in dev.exs
rinpatch [Sat, 1 Dec 2018 14:38:45 +0000 (17:38 +0300)]
replace try/catch with File.Exists? in dev.exs

5 years agoMore fixes for Info schema.
lain [Sat, 1 Dec 2018 11:46:08 +0000 (12:46 +0100)]
More fixes for Info schema.

5 years agoTwitterAPI: Fix banner and background update.
lain [Sat, 1 Dec 2018 11:00:53 +0000 (12:00 +0100)]
TwitterAPI: Fix banner and background update.

5 years agoGenereate uuids for existing info fields.
lain [Sat, 1 Dec 2018 11:00:33 +0000 (12:00 +0100)]
Genereate uuids for existing info fields.

5 years agoFix masto api user updating.
lain [Sat, 1 Dec 2018 09:40:01 +0000 (10:40 +0100)]
Fix masto api user updating.

5 years agoMerge branch 'develop' of git.pleroma.social:pleroma/pleroma into validate-user-info
lain [Sat, 1 Dec 2018 08:55:46 +0000 (09:55 +0100)]
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into validate-user-info

5 years agoFix admin api.
lain [Sat, 1 Dec 2018 08:03:16 +0000 (09:03 +0100)]
Fix admin api.

5 years agoMerge branch 'feature/anonymize-filenames' into 'develop'
kaniini [Sat, 1 Dec 2018 03:09:20 +0000 (03:09 +0000)]
Merge branch 'feature/anonymize-filenames' into 'develop'

Upload filter: anonymize filename

See merge request pleroma/pleroma!486

5 years agoUpload filter: anonymize filename
href [Fri, 30 Nov 2018 18:33:34 +0000 (19:33 +0100)]
Upload filter: anonymize filename

It replaces the original filename with a randomly generated string.

5 years agoMerge branch 'feature/reverse-proxy' into 'develop'
kaniini [Fri, 30 Nov 2018 18:15:44 +0000 (18:15 +0000)]
Merge branch 'feature/reverse-proxy' into 'develop'

reverse proxy / uploads

See merge request pleroma/pleroma!470

5 years agoReverse proxy: default max read duration at 30 secs.
href [Fri, 30 Nov 2018 18:12:03 +0000 (19:12 +0100)]
Reverse proxy: default max read duration at 30 secs.

5 years agoMerge branch 'config-delete' into 'develop'
lambda [Fri, 30 Nov 2018 17:57:06 +0000 (17:57 +0000)]
Merge branch 'config-delete' into 'develop'

Add Pleroma.Config.delete/1

See merge request pleroma/pleroma!484

5 years agoMerge branch 'supervisor-order' into 'develop'
lambda [Fri, 30 Nov 2018 17:56:05 +0000 (17:56 +0000)]
Merge branch 'supervisor-order' into 'develop'

Fix supervisor order

See merge request pleroma/pleroma!485

5 years agoFix supervisor order
href [Mon, 19 Nov 2018 19:58:12 +0000 (20:58 +0100)]
Fix supervisor order

This starts `Pleroma.Web.Endpoint` after all other processes and may
avoid some weird bugs (especially at start/restart).

Also properly ignores starting the gopher's gen_server if disabled.

5 years agoPleroma.Config.delete/1
href [Fri, 30 Nov 2018 17:19:22 +0000 (18:19 +0100)]
Pleroma.Config.delete/1

5 years agoMIME: video/audio ogg detection
href [Fri, 30 Nov 2018 16:56:28 +0000 (17:56 +0100)]
MIME: video/audio ogg detection

5 years agoConfig docs
href [Fri, 30 Nov 2018 16:44:42 +0000 (17:44 +0100)]
Config docs

5 years agoUpload: bring back base_url
href [Fri, 30 Nov 2018 16:44:12 +0000 (17:44 +0100)]
Upload: bring back base_url

5 years agoFix deprecation warnings
href [Fri, 30 Nov 2018 10:35:10 +0000 (11:35 +0100)]
Fix deprecation warnings

5 years agoremove eal
href [Thu, 29 Nov 2018 20:37:32 +0000 (21:37 +0100)]
remove eal

i like you eal don't take it personally<3

5 years agoUploads fun, part. 2
href [Thu, 29 Nov 2018 20:11:45 +0000 (21:11 +0100)]
Uploads fun, part. 2

5 years agoreverse_proxy: more headers
href [Fri, 23 Nov 2018 22:59:24 +0000 (23:59 +0100)]
reverse_proxy: more headers

5 years agoParse correctly content-type & do not forward content-length
href [Fri, 23 Nov 2018 17:57:27 +0000 (18:57 +0100)]
Parse correctly content-type & do not forward content-length

5 years agoreverse proxy / uploads
href [Fri, 23 Nov 2018 16:40:45 +0000 (17:40 +0100)]
reverse proxy / uploads

5 years agoMerge remote-tracking branch 'origin' into validate-user-info
lain [Fri, 30 Nov 2018 16:34:20 +0000 (17:34 +0100)]
Merge remote-tracking branch 'origin' into validate-user-info

5 years agoFix transmogrifier test.
lain [Fri, 30 Nov 2018 16:31:05 +0000 (17:31 +0100)]
Fix transmogrifier test.

5 years agoFix OStatus user updates.
lain [Fri, 30 Nov 2018 16:21:58 +0000 (17:21 +0100)]
Fix OStatus user updates.

Breaks banner updating.

5 years agoAssorted fixes.
lain [Fri, 30 Nov 2018 16:08:02 +0000 (17:08 +0100)]
Assorted fixes.

5 years agoFix TwitterApiController.
lain [Fri, 30 Nov 2018 16:07:37 +0000 (17:07 +0100)]
Fix TwitterApiController.

5 years agoRemove "most recent notification" endpoint.
lain [Fri, 30 Nov 2018 15:47:37 +0000 (16:47 +0100)]
Remove "most recent notification" endpoint.

5 years agoMerge branch 'bugfix/server-true-in-prod' into 'develop'
kaniini [Fri, 30 Nov 2018 04:36:20 +0000 (04:36 +0000)]
Merge branch 'bugfix/server-true-in-prod' into 'develop'

config/prod.exs: Remove server: true

See merge request pleroma/pleroma!483

5 years agoconfig/prod.exs: Remove server: true
Haelwenn (lanodan) Monnier [Fri, 30 Nov 2018 02:05:34 +0000 (03:05 +0100)]
config/prod.exs: Remove server: true

This breaks mix tasks in regular Elixir

5 years agoMerge branch 'enable-ci-cache' into 'develop'
lambda [Thu, 29 Nov 2018 09:34:46 +0000 (09:34 +0000)]
Merge branch 'enable-ci-cache' into 'develop'

[CI] Enable CI caching for _build and deps

See merge request pleroma/pleroma!482

5 years agoOnly jobs for one branch are allowed to use the same cache
rinpatch [Thu, 29 Nov 2018 09:20:47 +0000 (12:20 +0300)]
Only jobs for one branch are allowed to use the same cache

5 years agoCache _build
rinpatch [Thu, 29 Nov 2018 09:09:32 +0000 (12:09 +0300)]
Cache _build

5 years agoAdd dependency caching
rinpatch [Thu, 29 Nov 2018 08:45:14 +0000 (11:45 +0300)]
Add dependency caching

5 years agoMore fixes
lain [Wed, 28 Nov 2018 23:25:43 +0000 (00:25 +0100)]
More fixes

5 years agoMerge branch 'fix-list-stream-privacy' into 'develop'
lambda [Wed, 28 Nov 2018 21:10:20 +0000 (21:10 +0000)]
Merge branch 'fix-list-stream-privacy' into 'develop'

Streamer: Don't send unwanted DMs to list streams

See merge request pleroma/pleroma!478

5 years agoMerge branch 'revert-02e43d44' into 'develop'
kaniini [Tue, 27 Nov 2018 23:20:12 +0000 (23:20 +0000)]
Merge branch 'revert-02e43d44' into 'develop'

Revert "Merge branch 'chore/mix-lock-update' into 'develop'"

See merge request pleroma/pleroma!481

5 years agoRevert "Merge branch 'chore/mix-lock-update' into 'develop'"
kaniini [Tue, 27 Nov 2018 23:19:30 +0000 (23:19 +0000)]
Revert "Merge branch 'chore/mix-lock-update' into 'develop'"

This reverts merge request !480

5 years agoMerge branch 'chore/mix-lock-update' into 'develop'
kaniini [Tue, 27 Nov 2018 22:59:01 +0000 (22:59 +0000)]
Merge branch 'chore/mix-lock-update' into 'develop'

Add ex_doc & makeup_elixir to mix.lock

See merge request pleroma/pleroma!480

5 years agoAdd ex_doc & makeup_elixir to mix.lock
Maxim Filippov [Tue, 27 Nov 2018 22:12:06 +0000 (01:12 +0300)]
Add ex_doc & makeup_elixir to mix.lock

5 years agoStreamer: Don't send unwanted DMs to list streams
KokaKiwi [Tue, 27 Nov 2018 00:14:43 +0000 (01:14 +0100)]
Streamer: Don't send unwanted DMs to list streams

5 years agoFix ostatus test.
lain [Tue, 27 Nov 2018 17:37:46 +0000 (18:37 +0100)]
Fix ostatus test.

5 years agoWebfinger fixes.
lain [Tue, 27 Nov 2018 17:31:44 +0000 (18:31 +0100)]
Webfinger fixes.

5 years agoMore and more fixes.
lain [Tue, 27 Nov 2018 17:21:05 +0000 (18:21 +0100)]
More and more fixes.

5 years agoMore fixes.
lain [Tue, 27 Nov 2018 17:12:03 +0000 (18:12 +0100)]
More fixes.

5 years agoMerge branch 'fix/version-string-force-git-abbrev-size' into 'develop'
kaniini [Tue, 27 Nov 2018 17:10:08 +0000 (17:10 +0000)]
Merge branch 'fix/version-string-force-git-abbrev-size' into 'develop'

fix: version string: force git abbrev size to 8 chars

Closes #389

See merge request pleroma/pleroma!472

5 years agoMerge branch 'ogg-theora-detection' into 'develop'
kaniini [Tue, 27 Nov 2018 16:55:56 +0000 (16:55 +0000)]
Merge branch 'ogg-theora-detection' into 'develop'

Add Theora detection to upload.ex

See merge request pleroma/pleroma!479

5 years agoHTTP sig fixes.
lain [Tue, 27 Nov 2018 16:42:45 +0000 (17:42 +0100)]
HTTP sig fixes.

5 years agoFix CommonApi tests.
lain [Tue, 27 Nov 2018 16:31:14 +0000 (17:31 +0100)]
Fix CommonApi tests.