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 | Merge branch 'fix/mrf-delete' into 'develop' | lain | |
ActivityPub: Fix deletes being exempt from MRF Closes #1461 See merge request pleroma/pleroma!2037 | |||
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-05 | Merge branch 'develop' into improve-move-notificaions-api | Egor Kislitsyn | |
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 | Merge branch 'fix_test' into 'develop' | lain | |
[#1457] fix test See merge request pleroma/pleroma!2035 | |||
2019-12-04 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
feature/1455-chat-character-limit | |||
2019-12-04 | fix test | Maksim Pechnikov | |
2019-12-04 | Cheat Sheet: Addg chat_limit information. | lain | |
2019-12-04 | Changelog: Add information about chat limit. | lain | |
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 | Merge branch 'update-floki' into 'develop' | rinpatch | |
Update Floki dependency See merge request pleroma/pleroma!2028 | |||
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 | Merge branch 'hide-relation-for-friendica' into 'develop' | rinpatch | |
Hide relation for friendica users See merge request pleroma/pleroma!2026 | |||
2019-11-30 | Merge branch 'benchmarks/favourites_timeline' into 'develop' | rinpatch | |
Benchmarks: favourites timeline See merge request pleroma/pleroma!2027 | |||
2019-11-30 | test missing first field | kPherox | |
2019-11-30 | hide follower/following for friendica | kPherox | |
2019-11-29 | Merge branch 'fix/extract_first_external_url' into 'develop' | lain | |
Fix Pleroma.HTML.extract_first_external_url/2 Closes #1451 See merge request pleroma/pleroma!2024 | |||
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 | Merge branch 'bugfix/1447-set-following' into 'develop' | rinpatch | |
Migrations: Set users.following_count to NOT NULL Closes #1447 See merge request pleroma/pleroma!2021 | |||
2019-11-28 | Merge branch 'chore/manual-benchmark' into 'develop' | rinpatch | |
CI: Make benchmarks manually triggered. See merge request pleroma/pleroma!2020 | |||
2019-11-28 | Merge branch 'use-pg12-in-ci' into 'develop' | lain | |
Use PosgreSQL v12 in the federated tests See merge request pleroma/pleroma!2022 | |||
2019-11-28 | Use PosgreSQL v12 in the federated tests | Egor Kislitsyn | |
2019-11-28 | Migrations: Set users.following_count to NOT NULL | lain | |
Also set following_count for local users to the correct value and for remote users to 0. | |||
2019-11-28 | Merge branch 'fed-testing-updates' into 'develop' | lain | |
Add federated test infrastructure See merge request pleroma/pleroma!2014 | |||
2019-11-28 | CI: Make benchmarks manually triggered. | lain | |
2019-11-28 | Merge branch 'cleanup-tests-output' into 'develop' | lain | |
Cleanup tests output See merge request pleroma/pleroma!2018 | |||
2019-11-28 | Cleanup tests output | Egor Kislitsyn | |
2019-11-27 | Merge branch 'bugfix/1442-dont-return-nil-for-following-count' into 'develop' | kaniini | |
User: Never return nil for user follower counts. Closes #1442 See merge request pleroma/pleroma!2017 | |||
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 | Merge branch 'remove-user-info' into 'develop' | lain | |
Remove User.user_info/2 See merge request pleroma/pleroma!2016 | |||
2019-11-27 | User: Never return nil for user follower counts. | lain | |