Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-08 | Config: add compile_get!feature/compile_get | rinpatch | |
It utilizes [`Application.compile_env!`](https://github.com/elixir-lang/elixir/pull/9628) to crash the application when compile-time configuration is attempted to be set at runtime. If `Application.compile_env!` is not available it just falls back to regular `Pleroma.Config.get`` | |||
2019-12-08 | OAuth token cleanup: Get rid of compile-time configuration | rinpatch | |
2019-12-08 | Merge branch 'fix/clause-never-matches' into 'develop' | rinpatch | |
Fix never matching clause See merge request pleroma/pleroma!2042 | |||
2019-12-08 | Fix never matching clause | rinpatch | |
`length/1` is only used with lists. | |||
2019-12-08 | Merge branch 'improve-move-notificaions-api' into 'develop' | rinpatch | |
Add `with_move` query param to the notifications API See merge request pleroma/pleroma!2032 | |||
2019-12-08 | Merge branch 'bugfix/1463-blocking-in-user-tls' into 'develop' | rinpatch | |
ActivityPub: For user timelines, respects blocks. Closes #1463 See merge request pleroma/pleroma!2041 | |||
2019-12-06 | Merge branch 'feature/1455-chat-character-limit' into 'develop' | rinpatch | |
Feature/1455 chat character limit Closes #1455 See merge request pleroma/pleroma!2034 | |||
2019-12-06 | ActivityPub: For user timelines, respects blocks. | lain | |
Unless the timeline belongs to a blocked user. | |||
2019-12-06 | Merge branch 'develop' into fix/mrf-delete | rinpatch | |
2019-12-05 | ActivityPub: Fix deletes being exempt from MRF | rinpatch | |
Closes #1461 | |||
2019-12-05 | Merge branch '1335-user-api-id-fields-relations' into 'develop' | lain | |
[#1335] User: refactoring of AP ID fields into relations Closes #1335 See merge request pleroma/pleroma!1963 | |||
2019-12-05 | Merge branch 'feature/admin-api-render-whole-status' into 'develop' | feld | |
Miscellaneous grouped reports fixes Closes admin-fe#48 and admin-fe#51 See merge request pleroma/pleroma!2007 | |||
2019-12-04 | [#1335] Merge issue fix. | Ivan Tashkinov | |
2019-12-04 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/user.ex | |||
2019-12-04 | ChatChannel: Ignore messages that are too long. | lain | |
2019-12-03 | Fix Pleroma.FollowingRelationship.move_following/2 | Egor Kislitsyn | |
2019-12-03 | Add `with_move` query param to the notifications API | Egor Kislitsyn | |
2019-12-02 | Merge branch 'feature/move-activity' into 'develop' | lain | |
Support "Move" activity Closes #1316 See merge request pleroma/pleroma!1883 | |||
2019-12-02 | Update Floki dependency | Egor Kislitsyn | |
2019-11-30 | Merge branch 'remove-info-from-users' into 'develop' | rinpatch | |
Removed users.info field See merge request pleroma/pleroma!2006 | |||
2019-11-30 | hide follower/following for friendica | kPherox | |
2019-11-29 | Fix Pleroma.HTML.extract_first_external_url/2 | Egor Kislitsyn | |
2019-11-29 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations # Conflicts: # mix.lock | |||
2019-11-28 | Fetch account from report, not from status (it might be deleted) | Maxim Filippov | |
2019-11-27 | Handle reopened reports with deleted statuses | Maxim Filippov | |
2019-11-27 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
bugfix/1442-dont-return-nil-for-following-count | |||
2019-11-27 | User: Never return nil for user follower counts. | lain | |
2019-11-27 | Remove User.user_info/2 | Egor Kislitsyn | |
2019-11-27 | Add a view for the move notification | Egor Kislitsyn | |
2019-11-27 | Remove `account` field from web push payload | Egor Kislitsyn | |
2019-11-26 | Add `direct_conversation_id` to web push payload | Egor Kislitsyn | |
2019-11-26 | Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1335-user-api-id-fields-relations # Conflicts: # lib/pleroma/web/activity_pub/activity_pub.ex | |||
2019-11-26 | Merge branch 'develop' into feature/admin-api-render-whole-status | Maxim Filippov | |
2019-11-25 | Merge branch 'fix/ap-disable-remote-render' into 'develop' | lain | |
Disable rendering AP representation for remote users and objects See merge request pleroma/pleroma!2010 | |||
2019-11-26 | AdminAPI: Grouped reports old/new fix | Maxim Filippov | |
If some status received reports both in the "new" format and "old" format it was considered reports on two different statuses (in the context of grouped reports) | |||
2019-11-26 | AdminAPI: Fix grouped reports for closed/resolved reports | Maxim Filippov | |
2019-11-25 | OStatus controller: don't serve json at /notice/, redirect instead | rinpatch | |
2019-11-25 | ActivityPub controller: do not render remote users | rinpatch | |
2019-11-25 | Merge branch 'feature/admin-api-list-statuses-for-a-given-instance' into ↵ | feld | |
'develop' Admin API: list all statuses from a given instance See merge request pleroma/pleroma!1981 | |||
2019-11-25 | Merge branch 'fix/update-reports-old-format' into 'develop' | feld | |
Admin API: Fix error when trying to update reports in the "old" format See merge request pleroma/pleroma!1986 | |||
2019-11-25 | add ability to set a custom user-agent string | Sadposter | |
2019-11-25 | Merge branch 'develop' into feature/admin-api-list-statuses-for-a-given-instance | Maxim Filippov | |
2019-11-25 | Merge branch 'develop' into feature/admin-api-list-statuses-for-a-given-instance | Maxim Filippov | |
2019-11-25 | Typo | Maxim Filippov | |
2019-11-25 | Admin API: Render whole status in grouped reports | Maxim Filippov | |
2019-11-23 | fetcher: move local object checking into a reusable function | rinpatch | |
2019-11-23 | Removed users.info and remaining usages. | Ivan Tashkinov | |
2019-11-22 | Merge branch 'feature/confirm-user-acc-resend-confirmation' into 'develop' | lain | |
AdminAPI: Confirm user account, resend confirmation email See merge request pleroma/pleroma!1994 | |||
2019-11-22 | Swap map with each | Maxim Filippov | |
2019-11-21 | Merge branch 'fix/mix-task-logging' into 'develop' | lain | |
Allow mix tasks to always run with debug logging See merge request pleroma/pleroma!1997 |