Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
follow-pipeline | |||
2020-07-08 | Merge branch '1895-hashtag-timeline-restrict-unauthenticated-fix' into 'develop' | lain | |
[#1895] Made hashtag timeline respect `:restrict_unauthenticated` instance setting Closes #1895 See merge request pleroma/pleroma!2731 | |||
2020-07-08 | Merge branch '1918-avatar-background-header-reset-2' into 'develop' | Haelwenn | |
Resolve "Better support for resetting avatar/header/background" Closes #1918 See merge request pleroma/pleroma!2729 | |||
2020-07-07 | Merge branch 'remove-twitter-api' into 'develop' | lain | |
Remove some TwitterAPI endpoints See merge request pleroma/pleroma!2327 | |||
2020-07-07 | [#1895] Made hashtag timeline respect `:restrict_unauthenticated` instance ↵ | Ivan Tashkinov | |
setting. | |||
2020-07-07 | AccountController: Remove unused `update_?` routes. | lain | |
These were not documented and are also not used anymore. | |||
2020-07-07 | AccountController: Allow removal / reset of user images. | lain | |
2020-07-07 | Merge branch 'bugfix/peertube-videos' into 'develop' | lain | |
Fix getting videos from peertube See merge request pleroma/pleroma!2728 | |||
2020-07-07 | Merge branch 'feature/1392-support-irreversible-filters' into 'develop' | Haelwenn | |
Updates for Feature/1392 support irreversible filters Closes #1392 See merge request pleroma/pleroma!2186 | |||
2020-07-07 | Fix getting videos from peertube | Haelwenn (lanodan) Monnier | |
2020-07-07 | Merge branch 'description-limits' into 'develop' | Haelwenn | |
Add limits to image descriptions See merge request pleroma/pleroma!2724 | |||
2020-07-06 | FollowValidator: Add basic validation. | lain | |
2020-07-06 | BlockValidation test: Rename. | lain | |
2020-07-06 | ObjectValidator tests: Extract block validation tests. | lain | |
2020-07-06 | ObjectValidator tests: Extract update validation tests. | lain | |
2020-07-06 | ObjectValidation tests: Extract announce validation tests. | lain | |
2020-07-06 | ObjectValidator tests: Extract undo validation tests. | lain | |
2020-07-06 | ObjectValidation tests: Extract like validation tests. | lain | |
2020-07-06 | ObjectValidation tests: Extract delete validation tests. | lain | |
2020-07-06 | ObjectValidator tests: Extract emoji react testing | lain | |
2020-07-06 | ObjectValidator tests: Extract chat tests | lain | |
2020-07-06 | ObjectValidator Test: Extract attachments. | lain | |
2020-07-06 | Preloaders: Remove status_net preloader | lain | |
2020-07-06 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
remove-twitter-api | |||
2020-07-06 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
1507-static-fe-prioritize-json | |||
2020-07-06 | Merge branch '1915-dont-filter-announce-notifications' into 'develop' | rinpatch | |
Streamer: Don't filter out announce notifications. Closes #1915 See merge request pleroma/pleroma!2719 | |||
2020-07-06 | InstanceView: Add chat limit, description limit | lain | |
2020-07-06 | Upload: Restrict description length | lain | |
2020-07-06 | test fixes | Alexander Strizhakov | |
2020-07-06 | tests fixes | Alexander Strizhakov | |
2020-07-06 | renaming back and reject nil on create | Alexander Strizhakov | |
2020-07-06 | Apply suggestion to test/notification_test.exs | Alexander Strizhakov | |
2020-07-06 | Apply suggestion to test/notification_test.exs | Alexander Strizhakov | |
2020-07-06 | Restrict thread statuses that contain user's irreversible filters | Sergey Suprunenko | |
2020-07-06 | Skip notifications for statuses that contain an irreversible filtered word | Sergey Suprunenko | |
2020-07-06 | Restrict statuses that contain user's irreversible filters | Sergey Suprunenko | |
2020-07-06 | don't save tesla settings into db | Alexander Strizhakov | |
2020-07-04 | Streamer: Don't filter out announce notifications. | lain | |
2020-07-03 | Merge branch 'features/mastoapi-2.9.0-status_text' into 'develop' | lain | |
MastoAPI 2.9.0: status text on deletion See merge request pleroma/pleroma!2690 | |||
2020-07-03 | Merge branch '1912-leading-trailing-space-search' into 'develop' | lain | |
SearchController: Trim query. Closes #1912 See merge request pleroma/pleroma!2717 | |||
2020-07-03 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
features/mastoapi-2.9.0-status_text | |||
2020-07-03 | Merge branch '1892-exclude-bots-from-search-results' into 'develop' | lain | |
[#1892] Exclusion of service actors from user search results Closes #1892 See merge request pleroma/pleroma!2708 | |||
2020-07-03 | SearchController: Trim query. | lain | |
2020-07-03 | [#1892] Excluded internal users (applications) from user search results, ↵ | Ivan Tashkinov | |
reinstated service actors in search results. | |||
2020-07-02 | Merge branch 'develop' into activation-meta | Mark Felder | |
2020-07-02 | Merge branch 'fetcher-fixes' into 'develop' | rinpatch | |
Don't fail fetching when the user in a replied-to message can't be fetched. See merge request pleroma/pleroma!2711 | |||
2020-07-02 | Streamer: Align announce streaming with polling. | lain | |
2020-07-02 | SideEffects: Refactor. | lain | |
2020-07-01 | Merge branch '1716-handle-nickname-clashes' into 'develop' | rinpatch | |
ActivityPub: Handle clashing nicknames for the same ap id Closes #1716 See merge request pleroma/pleroma!2712 | |||
2020-07-01 | ActivityPub: Handle clashing nicknames for the same ap id | lain | |
If we get a new user (identified by ap_id) that would have the same nickname as an existing user, give the existing user a nickname that is prepended with the user id, as this will never clash. This can happen when a user switches server software and that soft- ware generates ap ids in a different way. |