summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-07make sure the url used by proxy is same as origin urlSachin Joshi
encoding or decoding it breaks some of the signed url
2019-07-05Merge branch 'fix/1058-uploads-dir-consistency' into 'develop'rinpatch
tasks/pleroma/instance.ex: Change :upload_dir to :uploads_dir Closes #1058 See merge request pleroma/pleroma!1378
2019-07-05Merge branch 'issue/1043' into 'develop'Haelwenn
[#1043] fix search accounts. See merge request pleroma/pleroma!1372
2019-07-05[#1043] fix search accounts.Maksim
2019-07-05tasks/pleroma/instance.ex: Change :upload_dir to :uploads_dirHaelwenn (lanodan) Monnier
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1058
2019-07-03Merge branch 'expose_skip_thread_containment_in_nodeinfo' into 'develop'rinpatch
Expose `skip_thread_containment` in nodeinfo Closes #1030 See merge request pleroma/pleroma!1349
2019-07-03Expose `skip_thread_containment` in nodeinfoEugenij
2019-07-03Merge branch 'fix/migration-alter-citext-field-with-key' into 'develop'feld
Fix occasional migration failures See merge request pleroma/pleroma!1373
2019-07-03Split alters rather than work with indexesRoman Chvanikov
2019-07-03Merge branch 'handle-search-timeout' into 'develop'rinpatch
Handle search timeouts for /api/v1/search and /api/v2/search Closes #994 See merge request pleroma/pleroma!1369
2019-07-03Use fallback values for search queriesEugenij
This is to make sure the entire request doesn't return a 500 error if user or status search times out.
2019-07-03Merge branch '1048-semver-format-compliance' into 'develop'Haelwenn
Resolved violations of SemVer version format Closes #1036 and #1048 See merge request pleroma/pleroma!1371
2019-07-03Fix migrationRoman Chvanikov
2019-07-02[#1048] Fixed version parsing in pleroma_ctl. Closes #1036.Ivan Tashkinov
2019-07-02[#1048] Resolved violations of SemVer version format. Refactoring.Ivan Tashkinov
2019-07-02Merge branch 'admin-report-view-user-fallback' into 'develop'kaniini
Handle deleted reported accounts in report admin API Closes #1046 See merge request pleroma/pleroma!1370
2019-07-02Add fallback value to the admin report view.Eugenij
This is to avoid 500 error when the reported user no longer exists in the database.
2019-07-01Merge branch 'fix/changelog' into 'develop'rinpatch
Move changelog entries See merge request pleroma/pleroma!1368
2019-07-01Move changelog entriesMaxim Filippov
2019-07-01Merge branch 'fix/docs-dry-run' into 'develop'Haelwenn
OTP Release install docs: Remove --dry-run in cron certbot command See merge request pleroma/pleroma!1366
2019-07-01Merge branch 'ci-improvements' into 'develop'Haelwenn
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
2019-07-01Merge branch 'chore/changelog-update' into 'develop'Haelwenn
Update changelog and admin API docs with tags, display_name, avatar additions See merge request pleroma/pleroma!1367
2019-07-01Merge branch 'issue/1033' into 'develop'feld
[#1033] Fix database migrations See merge request pleroma/pleroma!1350
2019-07-01[#1033] Fix database migrationsMaksim
2019-07-01Update changelog and admin API docs with tags, display_name, avatar additionsMaxim Filippov
2019-06-30OTP Release install docs: Remove --dry-run in cron certbot commandrinpatch
2019-06-30Merge branch 'filter-user-statuses-by-hashtag' into 'develop'rinpatch
Add hashtag filter to user statuses (GET /api/v1/accounts/:id/statuses) Closes #974 See merge request pleroma/pleroma!1362
2019-06-30Add hashtag filter to user statuses (GET /api/v1/accounts/:id/statuses)Eugenij
2019-06-30Merge branch 'issues/1026' into 'develop'rinpatch
[#1026] Filter.AnonymizeFilename added ability to retain file extension with custom text Closes #1026 See merge request pleroma/pleroma!1363
2019-06-30[#1026] Filter.AnonymizeFilename added ability to retain file extension with ↵Maksim
custom text
2019-06-30Merge branch 'fix/pin-unlisted' into 'develop'Haelwenn
Fix not being able to pin unlisted posts Closes #1038 See merge request pleroma/pleroma!1364
2019-06-29Fix not being able to pin unlisted postsrinpatch
Closes #1038
2019-06-29Add PLEROMA_BUILD_ENV to override env for the version generator and use it ↵rinpatch
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.
2019-06-29Merge branch 'my-develop' into 'develop'rinpatch
Docker specific configuration information See merge request pleroma/pleroma!1359
2019-06-29Add a caveat for docker deployment in the config docsdeorsum
2019-06-29Merge branch 'revert/tags-releases-develop' into 'develop'rinpatch
Revert "Build releases only on tags or develop" on develop See merge request pleroma/pleroma!1357
2019-06-29Revert "Build releases only on tags or develop"rinpatch
This reverts commit 54d287377054fa48c5a14cf6b056cd80e838b264.
2019-06-29Merge branch 'fix/no-untagged-builds-master' into 'develop'rinpatch
Build releases only on tags or develop See merge request pleroma/pleroma!1355
2019-06-29Build releases only on tags or developrinpatch
Needed so we could push documentation updates to master without triggering a rebuild
2019-06-29Merge branch 'fix/release-docs-path-warning' into 'develop'rinpatch
Add a warning about service files assuming installation paths See merge request pleroma/pleroma!1353
2019-06-29Add a warning about service files assuming installation pathsrinpatch
2019-06-29Merge branch 'patch-3' into 'develop'rinpatch
Move all upload contents despite upload folder itself. See merge request pleroma/pleroma!1352
2019-06-29Merge branch 'patch-2' into 'develop'rinpatch
Update migrating_from_source_otp_en.md See merge request pleroma/pleroma!1351
2019-06-29Move all upload contents despite upload folder itself.Yuji Nakao
2019-06-29Update migrating_from_source_otp_en.md: Replace `reload-daemon` with ↵Yuji Nakao
`daemon-reload`.
2019-06-29Merge branch 'feature/merge-mastodon-admin-views-for-reports' into 'develop'kaniini
Merge admin and mastodon user views for reports See merge request pleroma/pleroma!1346
2019-06-28Merge branch 'feature/mrf-mediaproxy-warm' into 'develop'kaniini
MRF: add mediaproxy warming policy See merge request pleroma/pleroma!1342
2019-06-28test: add tests for mediaproxy warming policyWilliam Pitcock
2019-06-28docs: add documentation for MediaProxyWarmingPolicyWilliam Pitcock
2019-06-28MRF: add mediaproxy warming policyWilliam Pitcock