Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-04 | local -> only_local | Maxim Filippov | |
2019-03-04 | Format & update docs | Maxim Filippov | |
2019-03-04 | helpers: use AutoLinker to validate URIs as well as the other tests | William Pitcock | |
2019-03-04 | tests: add tests for rich media helper functions | William Pitcock | |
2019-03-04 | rich media: don't crawl bogus URIs | William Pitcock | |
2019-03-04 | Merge branch 'feature/add-status-text-to-notifications' into 'develop' | kaniini | |
Add status text to notifications (mentions and reposts) Closes #696 See merge request pleroma/pleroma!897 | |||
2019-03-04 | Merge search endpoint into /users | Maxim Filippov | |
2019-03-04 | Remove unused code | Maxim Filippov | |
2019-03-04 | Add status text to notifications (mentions and reposts) | Maxim Filippov | |
2019-03-04 | Merge branch 'fix/like-adressing' into 'develop' | kaniini | |
Stop adresssing like activities to actor's follower collection on non-public posts See merge request pleroma/pleroma!896 | |||
2019-03-04 | Stop adresssing like activities to actor's follower collection on non-public ↵ | rinpatch | |
posts | |||
2019-03-04 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-03-04 | Merge branch 'unify-follow' into 'develop' | kaniini | |
Unify follow code with CommonAPI Closes #690 See merge request pleroma/pleroma!889 | |||
2019-03-04 | Merge branch 'dm-visibility-for-blocking-users' into 'develop' | kaniini | |
Fix DM visibility for blocking users #698 Closes #698 See merge request pleroma/pleroma!890 | |||
2019-03-04 | allow users to disable their own account | Egor Kislitsyn | |
2019-03-04 | Set content types settings on mastofe endpoint. | KokaKiwi | |
2019-03-04 | Fix supported TLS versions as TLS 1.3 support seems buggy. | KokaKiwi | |
2019-03-04 | Merge branch 'bugfix/delete-activity-audience' of ↵ | Karen Konou | |
git.pleroma.social:pleroma/pleroma into bugfix/delete-activity-audience | |||
2019-03-04 | fix format | Karen Konou | |
2019-03-04 | Expand "to" of delete activities | Karen Konou | |
2019-03-04 | Expand "to" of delete activities | Karen Konou | |
2019-03-04 | Fix DM visibility for blocking users | eugenijm | |
2019-03-04 | Unify Mastodon and Twitter follow implementations using CommonAPI | eugenijm | |
2019-03-03 | Merge branch 'muting' into 'develop' | kaniini | |
Don't stream muted accounts See merge request pleroma/pleroma!888 | |||
2019-03-03 | Don't stream muted accounts | William Pearson | |
2019-03-03 | Move LDAP code to LDAPAuthenticator. Use Authenticator for token_exchange ↵ | link0ff | |
with grant_type as well | |||
2019-03-03 | Merge branch 'remove-todo-txt' into 'develop' | rinpatch | |
Remove TODO.txt See merge request pleroma/pleroma!887 | |||
2019-03-03 | Remove TODO.txt | rinpatch | |
2019-03-03 | Merge remote-tracking branch 'upstream/develop' into feature/openldap-support | link0ff | |
2019-03-03 | Merge branch 'features/bio_rel_me' into 'develop' | kaniini | |
Add rel=me to the User bio Closes #423 See merge request pleroma/pleroma!813 | |||
2019-03-03 | Merge branch 'feature/add-pagination-to-users-admin-api' into 'develop' | kaniini | |
Add pagination and search to users See merge request pleroma/pleroma!873 | |||
2019-03-03 | Merge branch 'get-follow-requests-sql' into 'develop' | kaniini | |
Use sql query in User.get_follow_requests/1 for filtering logic See merge request pleroma/pleroma!883 | |||
2019-03-03 | Merge branch 'atomic-note-count-updates' into 'develop' | kaniini | |
Atomic update for note count and follower count See merge request pleroma/pleroma!885 | |||
2019-03-03 | Merge branch 'count-only-public-statuses' into 'develop' | kaniini | |
Increment user note count only on public activities #703 See merge request pleroma/pleroma!884 | |||
2019-03-03 | Merge branch 'remove-follow-request-count' into 'develop' | kaniini | |
Remove follow_request_count as it's not needed for FE anymore. See merge request pleroma/pleroma!886 | |||
2019-03-03 | Remove follow_request_count as it's not needed for FE anymore. | eugenijm | |
MastoFE uses `GET /api/v1/follow_requests` and PleromaFE uses `GET /api/pleroma/friend_requests` which they query on the initial page load. | |||
2019-03-03 | Use atomic update for note count and follower count | eugenijm | |
2019-03-03 | Added migration to update existing user note counters | eugenijm | |
2019-03-03 | Merge branch 'fix/dont-show-dms-in-mentions-timeline' into 'develop' | lambda | |
[#675] Do not show DMs in mentions timeline See merge request pleroma/pleroma!877 | |||
2019-03-03 | Increment user note count only on public activities | eugenijm | |
2019-03-02 | Use sql query in User.get_follow_requests/1 for filtering logic | eugenijm | |
2019-03-02 | Add docs | Maxim Filippov | |
2019-03-02 | We do not guarantee the order of elements when we search | Maxim Filippov | |
2019-03-02 | Add pagination to search | Maxim Filippov | |
2019-03-02 | Merge branch 'bugfix/oauth-scopes-join' into 'develop' | rinpatch | |
Bugfix: OAuth scopes formatting Closes #702 See merge request pleroma/pleroma!881 | |||
2019-03-02 | Pleroma.User: mix format | Haelwenn (lanodan) Monnier | |
2019-03-02 | Pleroma.UserTest: Add tests for rel=me | Haelwenn (lanodan) Monnier | |
2019-03-02 | RelMe.maybe_put_rel_me/2: When true put "me" otherwise nil | Haelwenn (lanodan) Monnier | |
2019-03-02 | Pleroma.User: Fix syntax and user.ap_id call | Haelwenn (lanodan) Monnier | |
2019-03-02 | Pleroma.User: Pass an array to profile_urls | Haelwenn (lanodan) Monnier | |