Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-03 | Only add `preferredUsername` to service actor json when the underlying user ↵ | Thibaut Girka | |
actually has a username | |||
2019-08-03 | Merge branch 'admin-fixes' into 'develop' | kaniini | |
Admin fixes See merge request pleroma/pleroma!1524 | |||
2019-08-03 | Admin fixes | Alexander Strizhakov | |
2019-08-03 | Merge branch 'fix/search-space-error' into 'develop' | kaniini | |
Remove spaces from the domain search Closes #1154 See merge request pleroma/pleroma!1521 | |||
2019-08-03 | Remove spaces from the domain search | Sergey Suprunenko | |
2019-08-03 | Merge branch 'fix/with-reject-nil-clause' into 'develop' | kaniini | |
Handle MRF rejections of incoming AP activities Closes #1095 See merge request pleroma/pleroma!1520 | |||
2019-08-03 | Handle MRF rejections of incoming AP activities | Sergey Suprunenko | |
2019-08-03 | Merge branch 'official-docker-support' into 'develop' | kaniini | |
Add Dockerfile See merge request pleroma/pleroma!1523 | |||
2019-08-03 | Run mix format | Ashlynn Anderson | |
2019-08-03 | Add preferredUsername to service actors so Mastodon can resolve them | Thibaut Girka | |
2019-08-03 | Add .dockerignore | Ashlynn Anderson | |
2019-08-03 | Optimize Dockerfile | Ashlynn Anderson | |
Just merging RUNs to decrease the number of layers | |||
2019-08-03 | Create docker.exs and docker-entrypoint + round out Dockerfile | Ashlynn Anderson | |
At this point, the implementation is completely working and has been tested running live and federating with other instances. | |||
2019-08-03 | Basic working Dockerfile | Ashlynn Anderson | |
No fancy script or minit automatic migration, etc, but if you start the docker image and go in and manually do everything, it works. | |||
2019-08-02 | Merge branch 'docfix/mix_task_options' into 'develop' | Haelwenn | |
tasks/pleroma/user.ex: Fix documentation of --max-use and --expire-at Closes #1155 See merge request pleroma/pleroma!1522 | |||
2019-08-02 | tasks/pleroma/user.ex: Fix documentation of --max-use and --expire-at | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/issues/1155 [ci skip] | |||
2019-08-02 | Pleroma API: Add endpoint to get conversation statuses. | lain | |
2019-08-02 | Merge branch 'fix/mediaproxy-whitelist-base_url' into 'develop' | feld | |
Fix/mediaproxy whitelist base url See merge request pleroma/pleroma!1486 | |||
2019-08-02 | Fix/mediaproxy whitelist base url | feld | |
2019-08-02 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-08-02 | CommonAPI: Extend api with conversation replies. | lain | |
2019-08-02 | Merge branch 'feature/hide-follows-remote' into 'develop' | lain | |
Refactor Follows/Followers counter syncronization and set hide_followers/hide_follows for remote users See merge request pleroma/pleroma!1411 | |||
2019-08-02 | Conversations: Add recipient list to conversation participation. | lain | |
This enables to address the same group of people every time. | |||
2019-08-01 | Merge branch 'fix/semver-violations' into 'develop' | kaniini | |
Fix Invalid SemVer version generation See merge request pleroma/pleroma!1517 | |||
2019-08-01 | nothing | lain | |
2019-08-01 | Merge branch 'cleanup-tests' into 'develop' | rinpatch | |
Clean up `AdminAPIControllerTest` output See merge request pleroma/pleroma!1516 | |||
2019-08-01 | Fix Invalid SemVer version generation | rinpatch | |
when the current branch does not have commits ahead of tag/checked out on a tag | |||
2019-08-01 | Clean up tests output | Egor Kislitsyn | |
2019-08-01 | Add configurable length limits for `User.bio` and `User.name` | Egor Kislitsyn | |
2019-07-31 | Merge branch 'chore/changelog-update' into 'develop' | kaniini | |
Add a changelog entry for disallowing locked accounts follows over OStatus See merge request pleroma/pleroma!1513 | |||
2019-07-31 | Add a changelog entry for disallowing locked accounts follows over OStatus | rinpatch | |
2019-07-31 | Merge branch 'fix/disallow-ostatus-follows-locked' into 'develop' | kaniini | |
Disallow following locked accounts over OStatus See merge request pleroma/pleroma!1512 | |||
2019-07-31 | Disallow following locked accounts over OStatus | rinpatch | |
2019-07-31 | Merge branch 'test/web_common_api_utils' into 'develop' | kaniini | |
test for Pleroma.Web.CommonAPI.Utils.get_by_id_or_ap_id See merge request pleroma/pleroma!1510 | |||
2019-07-31 | test for Pleroma.Web.CommonAPI.Utils.get_by_id_or_ap_id | Maksim | |
2019-07-31 | Merge branch 'hardening/disallow-ostatus-downgrade' into 'develop' | kaniini | |
ostatus: explicitly disallow protocol downgrade from activitypub See merge request pleroma/pleroma!1511 | |||
2019-07-31 | ostatus: explicitly disallow protocol downgrade from activitypub | Ariadne Conill | |
This closes embargoed bug #1135. | |||
2019-07-31 | Add tests for counters being updated on follow | rinpatch | |
2019-07-31 | Merge branch 'test/twitter/util_controller' into 'develop' | kaniini | |
tests for TwitterApi/UtilController See merge request pleroma/pleroma!1509 | |||
2019-07-31 | tests for TwitterApi/UtilController | Maksim | |
2019-07-31 | StatusView: Return direct conversation id. | lain | |
2019-07-31 | Fix credo issues | rinpatch | |
2019-07-31 | Merge branch 'develop' into feature/hide-follows-remote | rinpatch | |
2019-07-30 | Merge branch 'admin-changes' into 'develop' | kaniini | |
Admin changes See merge request pleroma/pleroma!1489 | |||
2019-07-30 | Admin changes | Alexander Strizhakov | |
2019-07-29 | Merge branch 'security/remote-follow-commonapi' into 'develop' | kaniini | |
twitter api: utils: rework do_remote_follow() to use CommonAPI Closes #1138 See merge request pleroma/pleroma!1506 | |||
2019-07-29 | twitter api: utils: rework do_remote_follow() to use CommonAPI | Ariadne Conill | |
Closes #1138 | |||
2019-07-29 | Merge branch 'revert-83508418' into 'develop' | kaniini | |
Revert "Merge branch 'bugfix/clean-up-markdown-rendering' into 'develop'" See merge request pleroma/pleroma!1505 | |||
2019-07-29 | Revert "Merge branch 'bugfix/clean-up-markdown-rendering' into 'develop'" | kaniini | |
This reverts merge request !1504 | |||
2019-07-29 | Merge branch 'bugfix/clean-up-markdown-rendering' into 'develop' | Haelwenn | |
markdown: clean up html generated by earmark See merge request pleroma/pleroma!1504 |