Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-07 | make sure the url used by proxy is same as origin url | Sachin Joshi | |
encoding or decoding it breaks some of the signed url | |||
2019-07-05 | Merge 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-05 | Merge 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-05 | tasks/pleroma/instance.ex: Change :upload_dir to :uploads_dir | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1058 | |||
2019-07-03 | Merge 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-03 | Expose `skip_thread_containment` in nodeinfo | Eugenij | |
2019-07-03 | Merge branch 'fix/migration-alter-citext-field-with-key' into 'develop' | feld | |
Fix occasional migration failures See merge request pleroma/pleroma!1373 | |||
2019-07-03 | Split alters rather than work with indexes | Roman Chvanikov | |
2019-07-03 | Merge 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-03 | Use fallback values for search queries | Eugenij | |
This is to make sure the entire request doesn't return a 500 error if user or status search times out. | |||
2019-07-03 | Merge 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-03 | Fix migration | Roman 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-02 | Merge 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-02 | Add 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-01 | Merge branch 'fix/changelog' into 'develop' | rinpatch | |
Move changelog entries See merge request pleroma/pleroma!1368 | |||
2019-07-01 | Move changelog entries | Maxim Filippov | |
2019-07-01 | Merge 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-01 | Merge 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-01 | Merge 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-01 | Merge branch 'issue/1033' into 'develop' | feld | |
[#1033] Fix database migrations See merge request pleroma/pleroma!1350 | |||
2019-07-01 | [#1033] Fix database migrations | Maksim | |
2019-07-01 | Update changelog and admin API docs with tags, display_name, avatar additions | Maxim Filippov | |
2019-06-30 | OTP Release install docs: Remove --dry-run in cron certbot command | rinpatch | |
2019-06-30 | Merge 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-30 | Add hashtag filter to user statuses (GET /api/v1/accounts/:id/statuses) | Eugenij | |
2019-06-30 | Merge 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-30 | Merge 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-29 | Fix not being able to pin unlisted posts | rinpatch | |
Closes #1038 | |||
2019-06-29 | Add 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-29 | Merge branch 'my-develop' into 'develop' | rinpatch | |
Docker specific configuration information See merge request pleroma/pleroma!1359 | |||
2019-06-29 | Add a caveat for docker deployment in the config docs | deorsum | |
2019-06-29 | Merge 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-29 | Revert "Build releases only on tags or develop" | rinpatch | |
This reverts commit 54d287377054fa48c5a14cf6b056cd80e838b264. | |||
2019-06-29 | Merge branch 'fix/no-untagged-builds-master' into 'develop' | rinpatch | |
Build releases only on tags or develop See merge request pleroma/pleroma!1355 | |||
2019-06-29 | Build releases only on tags or develop | rinpatch | |
Needed so we could push documentation updates to master without triggering a rebuild | |||
2019-06-29 | Merge 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-29 | Add a warning about service files assuming installation paths | rinpatch | |
2019-06-29 | Merge branch 'patch-3' into 'develop' | rinpatch | |
Move all upload contents despite upload folder itself. See merge request pleroma/pleroma!1352 | |||
2019-06-29 | Merge branch 'patch-2' into 'develop' | rinpatch | |
Update migrating_from_source_otp_en.md See merge request pleroma/pleroma!1351 | |||
2019-06-29 | Move all upload contents despite upload folder itself. | Yuji Nakao | |
2019-06-29 | Update migrating_from_source_otp_en.md: Replace `reload-daemon` with ↵ | Yuji Nakao | |
`daemon-reload`. | |||
2019-06-29 | Merge 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-28 | Merge branch 'feature/mrf-mediaproxy-warm' into 'develop' | kaniini | |
MRF: add mediaproxy warming policy See merge request pleroma/pleroma!1342 | |||
2019-06-28 | test: add tests for mediaproxy warming policy | William Pitcock | |
2019-06-28 | docs: add documentation for MediaProxyWarmingPolicy | William Pitcock | |
2019-06-28 | MRF: add mediaproxy warming policy | William Pitcock | |