akkoma
4 years agoMerge branch 'remove-swift' into 'develop'
kaniini [Tue, 9 Jul 2019 16:54:32 +0000 (16:54 +0000)]
Merge branch 'remove-swift' into 'develop'

Remove Uploaders.Swift and `httpoison` dependency

Closes #1051

See merge request pleroma/pleroma!1374

4 years agoMerge branch 'test-coverage' into 'develop'
kaniini [Tue, 9 Jul 2019 16:54:14 +0000 (16:54 +0000)]
Merge branch 'test-coverage' into 'develop'

reverse proxy tests

See merge request pleroma/pleroma!1385

4 years agoreverse proxy tests
Alexander Strizhakov [Tue, 9 Jul 2019 16:54:13 +0000 (16:54 +0000)]
reverse proxy tests

4 years agoMerge branch 'features/sec-websocket-protocol-header' into 'develop'
kaniini [Tue, 9 Jul 2019 16:52:22 +0000 (16:52 +0000)]
Merge branch 'features/sec-websocket-protocol-header' into 'develop'

Features: MastoAPI streaming Sec-WebSocket-Protocol header

See merge request pleroma/pleroma!1381

4 years agoMerge branch 'enable-ogp-by-default' into 'develop'
Haelwenn [Tue, 9 Jul 2019 16:07:20 +0000 (16:07 +0000)]
Merge branch 'enable-ogp-by-default' into 'develop'

Do not crash if metadata fails to render and enable OGP and TwitterCard by default

Closes #1034

See merge request pleroma/pleroma!1388

4 years agoMerge branch 'proxy-error' into 'develop'
feld [Tue, 9 Jul 2019 16:00:44 +0000 (16:00 +0000)]
Merge branch 'proxy-error' into 'develop'

make sure the url used by proxy is same as original url

See merge request pleroma/pleroma!1383

4 years agoAdd test for URLs with Unicode characters too
Mark Felder [Tue, 9 Jul 2019 15:55:36 +0000 (10:55 -0500)]
Add test for URLs with Unicode characters too

4 years agoMerge branch 'test-speedup' into 'develop'
Haelwenn [Tue, 9 Jul 2019 15:35:28 +0000 (15:35 +0000)]
Merge branch 'test-speedup' into 'develop'

Testing: Don't federate in testing.

See merge request pleroma/pleroma!1391

4 years agoRemove duplicated test. New one is more comprehensive.
Mark Felder [Tue, 9 Jul 2019 15:23:22 +0000 (10:23 -0500)]
Remove duplicated test. New one is more comprehensive.

4 years agoMerge branch 'develop' into proxy-error
Mark Felder [Tue, 9 Jul 2019 15:18:30 +0000 (10:18 -0500)]
Merge branch 'develop' into proxy-error

4 years agoCapitalize
Mark Felder [Tue, 9 Jul 2019 15:11:42 +0000 (10:11 -0500)]
Capitalize

4 years agoTest that all ASCII encoded characters are preserved
Mark Felder [Tue, 9 Jul 2019 14:41:41 +0000 (09:41 -0500)]
Test that all ASCII encoded characters are preserved

4 years agoMerge branch '161-incoming-replies-depth-limit' into 'develop'
rinpatch [Tue, 9 Jul 2019 14:15:10 +0000 (14:15 +0000)]
Merge branch '161-incoming-replies-depth-limit' into 'develop'

[#161] Limited replies depth on incoming federation (memory leaks fix)

Closes #161

See merge request pleroma/pleroma!1361

4 years agoApply suggestion to docs/config.md
Ivan Tashkinov [Tue, 9 Jul 2019 10:39:36 +0000 (10:39 +0000)]
Apply suggestion to docs/config.md

4 years agoMerge branch 'fix/966-local-user-search' into 'develop'
lain [Tue, 9 Jul 2019 08:52:49 +0000 (08:52 +0000)]
Merge branch 'fix/966-local-user-search' into 'develop'

change for local user search

Closes #966

See merge request pleroma/pleroma!1287

4 years agochange for local user search
Alexander Strizhakov [Tue, 9 Jul 2019 08:52:49 +0000 (08:52 +0000)]
change for local user search

4 years agoTesting: Don't federate in testing.
lain [Tue, 9 Jul 2019 06:30:51 +0000 (15:30 +0900)]
Testing: Don't federate in testing.

4 years agoMerge branch 'fix/relationships-in-statuses' into 'develop'
Haelwenn [Mon, 8 Jul 2019 20:40:59 +0000 (20:40 +0000)]
Merge branch 'fix/relationships-in-statuses' into 'develop'

Mastodon API: Fix embedded relationships not being rendered inside of statuses

See merge request pleroma/pleroma!1387

4 years agoAdd a changelog entry for changing the defaults
rinpatch [Mon, 8 Jul 2019 11:13:30 +0000 (14:13 +0300)]
Add a changelog entry for changing the defaults

4 years agoFormatting
rinpatch [Mon, 8 Jul 2019 11:05:57 +0000 (14:05 +0300)]
Formatting

4 years agoImprove wording in CHANGELOG.md
rinpatch [Mon, 8 Jul 2019 10:04:14 +0000 (13:04 +0300)]
Improve wording in CHANGELOG.md

4 years agoEnable OpenGraph and TwitterCard by default
rinpatch [Mon, 8 Jul 2019 10:00:45 +0000 (13:00 +0300)]
Enable OpenGraph and TwitterCard by default

Closes #1034

4 years agoFallbackRedirector: Do not crash on Metadata rendering errors
rinpatch [Mon, 8 Jul 2019 09:59:49 +0000 (12:59 +0300)]
FallbackRedirector: Do not crash on Metadata rendering errors

4 years agoOGP/TwitterCard: Add fallbacks in case the attachment key is nonexistent
rinpatch [Mon, 8 Jul 2019 09:16:32 +0000 (12:16 +0300)]
OGP/TwitterCard: Add fallbacks in case the attachment key is nonexistent

4 years agoMastodon API: Fix embedded relationships not being rendered inside of statuses
rinpatch [Mon, 8 Jul 2019 08:47:40 +0000 (11:47 +0300)]
Mastodon API: Fix embedded relationships not being rendered inside of statuses

4 years agomake sure the url used by proxy is same as origin url
Sachin Joshi [Sun, 7 Jul 2019 08:28:40 +0000 (14:13 +0545)]
make sure the url used by proxy is same as origin url
encoding or decoding it breaks some of the signed url

4 years agomastodon_websocket_test.exs: Test for Sec-WebSocket-Protocol header
Haelwenn (lanodan) Monnier [Sun, 7 Jul 2019 06:58:24 +0000 (08:58 +0200)]
mastodon_websocket_test.exs: Test for Sec-WebSocket-Protocol header

4 years agoMastoAPI Streaming: Keep compatibility with access_token
Haelwenn (lanodan) Monnier [Sat, 6 Jul 2019 18:26:08 +0000 (20:26 +0200)]
MastoAPI Streaming: Keep compatibility with access_token

4 years agoMastoAPI streaming: Replace access_token with Sec-WebSocket-Protocol
KokaKiwi [Sat, 22 Jun 2019 17:45:21 +0000 (19:45 +0200)]
MastoAPI streaming: Replace access_token with Sec-WebSocket-Protocol

4 years agoApply suggestion to CHANGELOG.md
Ivan Tashkinov [Sat, 6 Jul 2019 07:18:26 +0000 (07:18 +0000)]
Apply suggestion to CHANGELOG.md

4 years agoMerge remote-tracking branch 'remotes/upstream/develop' into 161-incoming-replies...
Ivan Tashkinov [Sat, 6 Jul 2019 07:17:06 +0000 (10:17 +0300)]
Merge remote-tracking branch 'remotes/upstream/develop' into 161-incoming-replies-depth-limit

4 years agoMerge branch 'fix/1058-uploads-dir-consistency' into 'develop'
rinpatch [Fri, 5 Jul 2019 18:55:27 +0000 (18:55 +0000)]
Merge branch 'fix/1058-uploads-dir-consistency' into 'develop'

tasks/pleroma/instance.ex: Change :upload_dir to :uploads_dir

Closes #1058

See merge request pleroma/pleroma!1378

4 years agoMerge branch 'issue/1043' into 'develop'
Haelwenn [Fri, 5 Jul 2019 04:22:09 +0000 (04:22 +0000)]
Merge branch 'issue/1043' into 'develop'

[#1043] fix search accounts.

See merge request pleroma/pleroma!1372

4 years ago[#1043] fix search accounts.
Maksim [Fri, 5 Jul 2019 04:22:08 +0000 (04:22 +0000)]
[#1043] fix search accounts.

4 years agotasks/pleroma/instance.ex: Change :upload_dir to :uploads_dir
Haelwenn (lanodan) Monnier [Fri, 5 Jul 2019 04:19:27 +0000 (06:19 +0200)]
tasks/pleroma/instance.ex: Change :upload_dir to :uploads_dir

Closes: https://git.pleroma.social/pleroma/pleroma/issues/1058
4 years agoMerge branch 'expose_skip_thread_containment_in_nodeinfo' into 'develop'
rinpatch [Wed, 3 Jul 2019 18:35:57 +0000 (18:35 +0000)]
Merge branch 'expose_skip_thread_containment_in_nodeinfo' into 'develop'

Expose `skip_thread_containment` in nodeinfo

Closes #1030

See merge request pleroma/pleroma!1349

4 years agoExpose `skip_thread_containment` in nodeinfo
Eugenij [Wed, 3 Jul 2019 18:35:57 +0000 (18:35 +0000)]
Expose `skip_thread_containment` in nodeinfo

4 years agoMerge branch 'fix/migration-alter-citext-field-with-key' into 'develop'
feld [Wed, 3 Jul 2019 16:54:47 +0000 (16:54 +0000)]
Merge branch 'fix/migration-alter-citext-field-with-key' into 'develop'

Fix occasional migration failures

See merge request pleroma/pleroma!1373

4 years agoSplit alters rather than work with indexes
Roman Chvanikov [Wed, 3 Jul 2019 11:56:02 +0000 (14:56 +0300)]
Split alters rather than work with indexes

4 years agoMerge branch 'handle-search-timeout' into 'develop'
rinpatch [Wed, 3 Jul 2019 10:19:51 +0000 (10:19 +0000)]
Merge branch 'handle-search-timeout' into 'develop'

Handle search timeouts for /api/v1/search and /api/v2/search

Closes #994

See merge request pleroma/pleroma!1369

4 years agoUse fallback values for search queries
Eugenij [Wed, 3 Jul 2019 10:19:51 +0000 (10:19 +0000)]
Use fallback values for search queries

This is to make sure the entire request doesn't return a 500 error if
user or status search times out.

4 years agoRemove `httpoison` from dependencies
Egor Kislitsyn [Wed, 3 Jul 2019 07:42:24 +0000 (14:42 +0700)]
Remove `httpoison` from dependencies

4 years agoRemove Uploaders.Swift
Egor Kislitsyn [Wed, 3 Jul 2019 07:11:04 +0000 (14:11 +0700)]
Remove Uploaders.Swift

4 years agoMerge branch '1048-semver-format-compliance' into 'develop'
Haelwenn [Wed, 3 Jul 2019 01:34:16 +0000 (01:34 +0000)]
Merge branch '1048-semver-format-compliance' into 'develop'

Resolved violations of SemVer version format

Closes #1036 and #1048

See merge request pleroma/pleroma!1371

4 years agoFix migration
Roman Chvanikov [Tue, 2 Jul 2019 22:14:40 +0000 (01:14 +0300)]
Fix migration

4 years ago[#1048] Fixed version parsing in pleroma_ctl. Closes #1036.
Ivan Tashkinov [Tue, 2 Jul 2019 15:47:53 +0000 (18:47 +0300)]
[#1048] Fixed version parsing in pleroma_ctl. Closes #1036.

4 years ago[#1048] Resolved violations of SemVer version format. Refactoring.
Ivan Tashkinov [Tue, 2 Jul 2019 06:04:59 +0000 (09:04 +0300)]
[#1048] Resolved violations of SemVer version format. Refactoring.

4 years agoMerge branch 'admin-report-view-user-fallback' into 'develop'
kaniini [Tue, 2 Jul 2019 01:27:00 +0000 (01:27 +0000)]
Merge branch 'admin-report-view-user-fallback' into 'develop'

Handle deleted reported accounts in report admin API

Closes #1046

See merge request pleroma/pleroma!1370

4 years agoAdd fallback value to the admin report view.
Eugenij [Tue, 2 Jul 2019 01:27:00 +0000 (01:27 +0000)]
Add fallback value to the admin report view.

This is to avoid 500 error when the reported user no longer exists
in the database.

4 years agoMerge branch 'fix/changelog' into 'develop'
rinpatch [Mon, 1 Jul 2019 11:46:07 +0000 (11:46 +0000)]
Merge branch 'fix/changelog' into 'develop'

Move changelog entries

See merge request pleroma/pleroma!1368

4 years agoMove changelog entries
Maxim Filippov [Mon, 1 Jul 2019 11:04:24 +0000 (14:04 +0300)]
Move changelog entries

4 years agoMerge branch 'fix/docs-dry-run' into 'develop'
Haelwenn [Mon, 1 Jul 2019 04:52:42 +0000 (04:52 +0000)]
Merge branch 'fix/docs-dry-run' into 'develop'

OTP Release install docs: Remove --dry-run in cron certbot command

See merge request pleroma/pleroma!1366

4 years agoMerge branch 'ci-improvements' into 'develop'
Haelwenn [Mon, 1 Jul 2019 04:51:56 +0000 (04:51 +0000)]
Merge branch 'ci-improvements' into 'develop'

Add PLEROMA_BUILD_ENV to override env for the version generator and use it in the CI for building docs

See merge request pleroma/pleroma!1360

4 years agoMerge branch 'chore/changelog-update' into 'develop'
Haelwenn [Mon, 1 Jul 2019 04:45:00 +0000 (04:45 +0000)]
Merge branch 'chore/changelog-update' into 'develop'

Update changelog and admin API docs with tags, display_name, avatar additions

See merge request pleroma/pleroma!1367

4 years agoMerge branch 'issue/1033' into 'develop'
feld [Mon, 1 Jul 2019 01:08:07 +0000 (01:08 +0000)]
Merge branch 'issue/1033' into 'develop'

[#1033] Fix database migrations

See merge request pleroma/pleroma!1350

4 years ago[#1033] Fix database migrations
Maksim [Mon, 1 Jul 2019 01:08:07 +0000 (01:08 +0000)]
[#1033] Fix database migrations

4 years agoUpdate changelog and admin API docs with tags, display_name, avatar additions
Maxim Filippov [Mon, 1 Jul 2019 00:36:42 +0000 (03:36 +0300)]
Update changelog and admin API docs with tags, display_name, avatar additions

4 years ago[#161] Merge remote-tracking branch 'remotes/upstream/develop' into 161-incoming...
Ivan Tashkinov [Sun, 30 Jun 2019 13:05:00 +0000 (16:05 +0300)]
[#161] Merge remote-tracking branch 'remotes/upstream/develop' into 161-incoming-replies-depth-limit

# Conflicts:
# CHANGELOG.md

4 years ago[#161] Refactoring, documentation.
Ivan Tashkinov [Sun, 30 Jun 2019 12:58:50 +0000 (15:58 +0300)]
[#161] Refactoring, documentation.

4 years agoOTP Release install docs: Remove --dry-run in cron certbot command
rinpatch [Sun, 30 Jun 2019 10:06:10 +0000 (13:06 +0300)]
OTP Release install docs: Remove --dry-run in cron certbot command

4 years agoMerge branch 'filter-user-statuses-by-hashtag' into 'develop'
rinpatch [Sun, 30 Jun 2019 09:08:46 +0000 (09:08 +0000)]
Merge branch 'filter-user-statuses-by-hashtag' into 'develop'

Add hashtag filter to user statuses (GET /api/v1/accounts/:id/statuses)

Closes #974

See merge request pleroma/pleroma!1362

4 years agoAdd hashtag filter to user statuses (GET /api/v1/accounts/:id/statuses)
Eugenij [Sun, 30 Jun 2019 09:08:46 +0000 (09:08 +0000)]
Add hashtag filter to user statuses (GET /api/v1/accounts/:id/statuses)

4 years agoMerge branch 'issues/1026' into 'develop'
rinpatch [Sun, 30 Jun 2019 07:28:35 +0000 (07:28 +0000)]
Merge branch 'issues/1026' into 'develop'

[#1026] Filter.AnonymizeFilename added ability to retain file extension with custom text

Closes #1026

See merge request pleroma/pleroma!1363

4 years ago[#1026] Filter.AnonymizeFilename added ability to retain file extension with custom...
Maksim [Sun, 30 Jun 2019 07:28:35 +0000 (07:28 +0000)]
[#1026] Filter.AnonymizeFilename added ability to retain file extension with custom text

4 years agoMerge branch 'fix/pin-unlisted' into 'develop'
Haelwenn [Sun, 30 Jun 2019 00:59:40 +0000 (00:59 +0000)]
Merge branch 'fix/pin-unlisted' into 'develop'

Fix not being able to pin unlisted posts

Closes #1038

See merge request pleroma/pleroma!1364

4 years agoFix not being able to pin unlisted posts
rinpatch [Sat, 29 Jun 2019 19:24:03 +0000 (22:24 +0300)]
Fix not being able to pin unlisted posts

Closes #1038

4 years ago[#161] Limited replies depth on incoming federation in order to prevent memory leaks...
Ivan Tashkinov [Sat, 29 Jun 2019 17:04:50 +0000 (20:04 +0300)]
[#161] Limited replies depth on incoming federation in order to prevent memory leaks on recursive replies fetching.

4 years agoAdd PLEROMA_BUILD_ENV to override env for the version generator and use it in the...
rinpatch [Sat, 29 Jun 2019 11:25:47 +0000 (14:25 +0300)]
Add PLEROMA_BUILD_ENV to override env for the version generator and use it in the CI for building docs

This is needed because if we run with MIX_ENV=dev we will get a "+dev"
suffix to the version in the docs, but if we run with MIX_ENV=prod the
docs build will fail because ex_doc is dev-only dependency.

4 years agoMerge branch 'my-develop' into 'develop'
rinpatch [Sat, 29 Jun 2019 11:24:14 +0000 (11:24 +0000)]
Merge branch 'my-develop' into 'develop'

Docker specific configuration information

See merge request pleroma/pleroma!1359

4 years agoAdd a caveat for docker deployment in the config docs
deorsum [Sat, 29 Jun 2019 10:39:03 +0000 (20:39 +1000)]
Add a caveat for docker deployment in the config docs

4 years agoMerge branch 'revert/tags-releases-develop' into 'develop'
rinpatch [Sat, 29 Jun 2019 10:39:52 +0000 (10:39 +0000)]
Merge branch 'revert/tags-releases-develop' into 'develop'

Revert "Build releases only on tags or develop" on develop

See merge request pleroma/pleroma!1357

4 years agoRevert "Build releases only on tags or develop"
rinpatch [Sat, 29 Jun 2019 10:27:15 +0000 (13:27 +0300)]
Revert "Build releases only on tags or develop"

This reverts commit 54d287377054fa48c5a14cf6b056cd80e838b264.

4 years agoMerge branch 'fix/no-untagged-builds-master' into 'develop'
rinpatch [Sat, 29 Jun 2019 09:41:31 +0000 (09:41 +0000)]
Merge branch 'fix/no-untagged-builds-master' into 'develop'

Build releases only on tags or develop

See merge request pleroma/pleroma!1355

4 years agoBuild releases only on tags or develop
rinpatch [Sat, 29 Jun 2019 09:29:12 +0000 (12:29 +0300)]
Build releases only on tags or develop

Needed so we could push documentation updates to master without
triggering a rebuild

4 years agoMerge branch 'fix/release-docs-path-warning' into 'develop'
rinpatch [Sat, 29 Jun 2019 08:44:56 +0000 (08:44 +0000)]
Merge branch 'fix/release-docs-path-warning' into 'develop'

Add a warning about service files assuming installation paths

See merge request pleroma/pleroma!1353

4 years agoAdd a warning about service files assuming installation paths
rinpatch [Sat, 29 Jun 2019 08:35:42 +0000 (11:35 +0300)]
Add a warning about service files assuming installation paths

4 years agoMerge branch 'patch-3' into 'develop'
rinpatch [Sat, 29 Jun 2019 06:01:33 +0000 (06:01 +0000)]
Merge branch 'patch-3' into 'develop'

Move all upload contents despite upload folder itself.

See merge request pleroma/pleroma!1352

4 years agoMerge branch 'patch-2' into 'develop'
rinpatch [Sat, 29 Jun 2019 06:01:30 +0000 (06:01 +0000)]
Merge branch 'patch-2' into 'develop'

Update migrating_from_source_otp_en.md

See merge request pleroma/pleroma!1351

4 years agoMove all upload contents despite upload folder itself.
Yuji Nakao [Sat, 29 Jun 2019 04:24:44 +0000 (04:24 +0000)]
Move all upload contents despite upload folder itself.

4 years agoUpdate migrating_from_source_otp_en.md: Replace `reload-daemon` with `daemon-reload`.
Yuji Nakao [Sat, 29 Jun 2019 04:17:49 +0000 (04:17 +0000)]
Update migrating_from_source_otp_en.md: Replace `reload-daemon` with `daemon-reload`.

4 years agoMerge branch 'feature/merge-mastodon-admin-views-for-reports' into 'develop'
kaniini [Sat, 29 Jun 2019 00:12:09 +0000 (00:12 +0000)]
Merge branch 'feature/merge-mastodon-admin-views-for-reports' into 'develop'

Merge admin and mastodon user views for reports

See merge request pleroma/pleroma!1346

4 years agoMerge branch 'feature/mrf-mediaproxy-warm' into 'develop'
kaniini [Fri, 28 Jun 2019 23:50:23 +0000 (23:50 +0000)]
Merge branch 'feature/mrf-mediaproxy-warm' into 'develop'

MRF: add mediaproxy warming policy

See merge request pleroma/pleroma!1342

4 years agotest: add tests for mediaproxy warming policy
William Pitcock [Fri, 28 Jun 2019 23:41:42 +0000 (23:41 +0000)]
test: add tests for mediaproxy warming policy

4 years agodocs: add documentation for MediaProxyWarmingPolicy
William Pitcock [Thu, 27 Jun 2019 21:34:27 +0000 (21:34 +0000)]
docs: add documentation for MediaProxyWarmingPolicy

4 years agoMRF: add mediaproxy warming policy
William Pitcock [Thu, 27 Jun 2019 03:06:58 +0000 (03:06 +0000)]
MRF: add mediaproxy warming policy

4 years agoMerge branch 'develop' into 'develop'
rinpatch [Fri, 28 Jun 2019 18:25:21 +0000 (18:25 +0000)]
Merge branch 'develop' into 'develop'

Fixed links in documentation

See merge request pleroma/pleroma!1334

4 years agoUpdate docs/installation/arch_linux_en.md, docs/installation/centos7_en.md, docs...
Julien Wehmschulte [Fri, 28 Jun 2019 18:25:21 +0000 (18:25 +0000)]
Update docs/installation/arch_linux_en.md, docs/installation/centos7_en.md, docs/installation/debian_based_en.md, docs/installation/debian_based_jp.md, docs/installation/gentoo_en.md files

4 years agoMerge branch 'release/1.0' into 'develop'
lain [Fri, 28 Jun 2019 15:29:44 +0000 (15:29 +0000)]
Merge branch 'release/1.0' into 'develop'

1.0 Release

See merge request pleroma/pleroma!1348

4 years agoMerge branch 'release-docs' into 'develop'
lain [Fri, 28 Jun 2019 15:26:09 +0000 (15:26 +0000)]
Merge branch 'release-docs' into 'develop'

Docs on OTP releases

See merge request pleroma/pleroma!1315

4 years agoBUMP OF CHICKEN
lain [Fri, 28 Jun 2019 15:15:44 +0000 (17:15 +0200)]
BUMP OF CHICKEN

1.0

4 years agoMerge branch '2019-06-29-pleromafe' into 'develop'
lain [Fri, 28 Jun 2019 12:39:51 +0000 (12:39 +0000)]
Merge branch '2019-06-29-pleromafe' into 'develop'

Update frontend.

See merge request pleroma/pleroma!1347

4 years agoUpdate frontend.
lain [Fri, 28 Jun 2019 12:29:26 +0000 (14:29 +0200)]
Update frontend.

4 years agoKowalski, analysis!
Maxim Filippov [Fri, 28 Jun 2019 12:27:18 +0000 (15:27 +0300)]
Kowalski, analysis!

4 years agoMerge admin and mastodon user views for reports
Maxim Filippov [Fri, 28 Jun 2019 12:15:32 +0000 (15:15 +0300)]
Merge admin and mastodon user views for reports

5 years agoAdd a note about the develop branch
rinpatch [Fri, 28 Jun 2019 06:41:34 +0000 (09:41 +0300)]
Add a note about the develop branch

5 years agoMerge branch 'fix/syslog-tag' into 'develop'
kaniini [Thu, 27 Jun 2019 21:30:54 +0000 (21:30 +0000)]
Merge branch 'fix/syslog-tag' into 'develop'

lowercase syslog tag

See merge request pleroma/pleroma!1344

5 years agoAdd changelog entry for syslog tag change
Mark Felder [Thu, 27 Jun 2019 21:25:55 +0000 (16:25 -0500)]
Add changelog entry for syslog tag change

5 years agoIn my experience syslog tags are usually lowercase
Mark Felder [Thu, 27 Jun 2019 18:00:22 +0000 (13:00 -0500)]
In my experience syslog tags are usually lowercase

5 years agoAdd a note about OS/Distro packages in the readme
rinpatch [Thu, 27 Jun 2019 06:59:21 +0000 (09:59 +0300)]
Add a note about OS/Distro packages in the readme

5 years agoAdd a deprecation warning to the readme
rinpatch [Thu, 27 Jun 2019 06:51:00 +0000 (09:51 +0300)]
Add a deprecation warning to the readme