Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-20 | [#1304] Analysis issue fix. | Ivan Tashkinov | |
2019-10-20 | [#1304] Moved remaining fields from User.Info to User. | Ivan Tashkinov | |
Misc. fixes / improvements. | |||
2019-10-19 | rework to use properties instead of compound typing, per SocialCG | Ariadne Conill | |
2019-10-19 | implement invisible support for remote users | Ariadne Conill | |
2019-10-19 | user: implement User.invisible?/1 | Ariadne Conill | |
2019-10-19 | relay: set invisible to true | Ariadne Conill | |
2019-10-19 | user info: add invisible field | Ariadne Conill | |
2019-10-19 | Merge branch 'feature/mastofe-pwa' into 'develop' | Haelwenn | |
MastoFE: Add PWA manifest. See merge request pleroma/pleroma!1834 | |||
2019-10-19 | Pleroma API: `POST /api/v1/pleroma/conversations/read` to mark all user's ↵ | eugenijm | |
conversations as read | |||
2019-10-19 | MastoFE: Add PWA manifest. | KokaKiwi | |
2019-10-19 | Merge branch 'mix-emoji-task-pack-json' into 'develop' | rinpatch | |
For pleroma.emoji downloaded packs, generate pack.json instead See merge request pleroma/pleroma!1748 | |||
2019-10-18 | Merge branch 'develop' into feature/push-subject-for-dm | Mark Felder | |
2019-10-18 | Direct messages should provide a distinct push notification subject | Mark Felder | |
2019-10-18 | Merge branch 'develop' into feature/relay-list | Maxim Filippov | |
2019-10-18 | object: containment: simplify the pattern match for OStatus testsuite hack | Ariadne Conill | |
2019-10-18 | object: containment: only allow OStatus references in test suite environment | Ariadne Conill | |
2019-10-18 | object: fetcher: fix up formatting | Ariadne Conill | |
2019-10-18 | activitypub: tag containment checks for better error tracing | Ariadne Conill | |
2019-10-18 | object: containment: also allow OStatus object IDs through when comparing ↵ | Ariadne Conill | |
origins | |||
2019-10-18 | object: fetcher: improve error reporting | Ariadne Conill | |
2019-10-18 | object: containment: don't try to contain ostatus objects | Ariadne Conill | |
2019-10-18 | object fetcher: fix up error handling | Ariadne Conill | |
2019-10-18 | fix up some tests | Ariadne Conill | |
2019-10-18 | kill almost all of the OStatus module | Ariadne Conill | |
2019-10-18 | federator: remove OStatus incoming document support | Ariadne Conill | |
2019-10-18 | remove Salmon module | Ariadne Conill | |
2019-10-18 | router: disconnect Salmon | Ariadne Conill | |
2019-10-18 | webfinger: stop pulling Salmon data out of WebFinger | Ariadne Conill | |
2019-10-18 | feed: don't advertise salmon endpoint | Ariadne Conill | |
2019-10-18 | publisher: move remote_users() from Salmon module | Ariadne Conill | |
2019-10-18 | websub: remove entirely | Ariadne Conill | |
2019-10-18 | federator: remove websub stuff | Ariadne Conill | |
2019-10-18 | application: don't start Federator.init/1 anymore | Ariadne Conill | |
2019-10-18 | Fix a migration wiping user info of users that don't have any mutes | rinpatch | |
And introduce safe_jsonb_set | |||
2019-10-18 | upload.ex: Remove deprecated configuration | Haelwenn (lanodan) Monnier | |
2019-10-18 | Merge branch 'develop' into feature/relay-list | Maxim Filippov | |
2019-10-18 | Merge branch 'fix-streaming-with-sec-websocket-protocol' into 'develop' | kaniini | |
Fix streaming websocket handshake with `Sec-WebSocket-Protocol` See merge request pleroma/pleroma!1847 | |||
2019-10-18 | Apply suggestion to lib/pleroma/web/mastodon_api/websocket_handler.ex | kaniini | |
2019-10-17 | Mastodon API: Mark the conversation as read for the author when they send a ↵ | eugenijm | |
new direct message | |||
2019-10-17 | add Markers /api/v1/markers | Maksim Pechnikov | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-16 | Merge branch 'user-search-experiments' into 'develop' | lain | |
User search: Remove trigram and refactor the module See merge request pleroma/pleroma!1850 | |||
2019-10-16 | Merge branch 'feature/multiple-users-activation-permissions' into 'develop' | feld | |
Ability to toggle activation status, permission group & delete multiple users Closes admin-fe#39 See merge request pleroma/pleroma!1825 | |||
2019-10-16 | Merge branch 'benchmark-finishing' into 'develop' | lain | |
Benchmark finishing Closes #755 See merge request pleroma/pleroma!1848 | |||
2019-10-16 | Order fts results by trigram | rinpatch | |
2019-10-16 | User search: Remove trigram and refactor the module | rinpatch | |
- Remove trigram as it tends to rank garbage results highly, resulting in it prioritized above fts, which gives actually decent results. ACKed by kaniini and lain on irc. - Remove a test for handling misspelled requests, since we no longer have trigram - Remove a test for searching users with `nil` display names, because it is unrealistic, we don't accept usernames that are not >1 char strings - Make rank boosting for followers/followees sane again, previous values resulted in garbage matches getting on top just because the users are followers/followees | |||
2019-10-15 | DELETE /api/pleroma/admin/users now accepts nicknames array | Maxim Filippov | |
2019-10-15 | Store status data inside flag activity | Maxim Filippov | |
2019-10-15 | don't stream in benchmark env | Alexander | |
2019-10-15 | Add `Sec-WebSocket-Protocol` to response header | kPherox | |