Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-20 | Resolve merge conflicts | rinpatch | |
2019-07-20 | Remove flavour from userinfo | Roman Chvanikov | |
2019-07-14 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
2019-07-14 | Feature/1072 muting notifications | Alexander Strizhakov | |
2019-07-14 | Add follow information refetching after following/unfollowing | rinpatch | |
2019-07-13 | Refactor fetching follow information to a separate function | rinpatch | |
2019-07-13 | Refactor Follows/Followers counter syncronization | rinpatch | |
- Actually sync counters in the database instead of info cache (which got overriden after user update was finished anyway) - Add following count field to user info - Set hide_followers/hide_follows for remote users based on http status codes for the first collection page | |||
2019-07-12 | merge develop | Roman Chvanikov | |
2019-07-11 | Extend Pleroma.Pagination to support offset-based pagination, use ↵ | Eugenij | |
async/await to execute status and account search in parallel | |||
2019-07-11 | Merge branch 'fix/1019-refactor' into 'develop' | kaniini | |
Fix/1019 refactor See merge request pleroma/pleroma!1397 | |||
2019-07-10 | support for idna domains | Alexander Strizhakov | |
2019-07-10 | removing synchronization worker | Alex S | |
2019-07-10 | Add license/copyright to all project files | feld | |
2019-07-09 | Merge develop | Roman Chvanikov | |
2019-07-09 | Fix/1019 correct count remote users | Alexander Strizhakov | |
2019-07-09 | change for local user search | Alexander Strizhakov | |
2019-07-05 | [#1043] fix search accounts. | Maksim | |
2019-06-29 | Resolve conflicts | Roman Chvanikov | |
2019-06-14 | [#948] /api/v1/account_search added optional parameters (limit, offset, ↵ | Maksim | |
following) | |||
2019-06-11 | Add option to restrict all users to local content | Egor Kislitsyn | |
2019-06-07 | Resolve conflicts | Roman Chvanikov | |
2019-06-06 | User Search: Boost friends more strongly. | lain | |
2019-06-06 | [#943] Make the unauthenticated users limitation optional | Egor | |
2019-06-05 | Limit search for unauthenticated users to local users only | Egor Kislitsyn | |
2019-06-05 | Fix conflict | Roman Chvanikov | |
2019-06-04 | Merge branch 'develop' into issue/941 | Maksim Pechnikov | |
2019-06-04 | Merge branch 'generic-fe-settings' into 'develop' | kaniini | |
Generic settings store for frontend user settings See merge request pleroma/pleroma!1221 | |||
2019-06-03 | Merge branch 'develop' into feature/digest-email | Mark Felder | |
2019-06-03 | add option skip_thread_containment | Maksim Pechnikov | |
2019-06-02 | Merge branch 'feature/notification-control-part-2' into 'develop' | kaniini | |
notification controls, part 2 See merge request pleroma/pleroma!1204 | |||
2019-06-01 | Remove now useless flavours switching | Haelwenn (lanodan) Monnier | |
2019-05-31 | MastodonAPI: Add extension to set and get pleroma_settings_store. | lain | |
2019-05-31 | User: Add settings store to Info, AccountView | lain | |
This is to provide a generic frontend settings storage mechanism for all kinds of frontends. | |||
2019-05-29 | Merge develop | Roman Chvanikov | |
2019-05-26 | notification: remove local/remote match rules (too complicated) | William Pitcock | |
2019-05-25 | user info: allow formdata for notification settings like every other API | William Pitcock | |
2019-05-25 | notification: add non_follows/non_followers notification control settings | William Pitcock | |
2019-05-20 | Move default mascot configuration to `config/` | Sadposter | |
2019-05-20 | Use string map for default mascot | Sadposter | |
2019-05-20 | Add API endpoints for a custom user mascot | Sadposter | |
2019-05-16 | Feature/896 toggling confirmation | Alexander Strizhakov | |
2019-05-14 | Reuse query from User.restrict_deactivated/1 | Egor Kislitsyn | |
2019-05-14 | Merge remote-tracking branch 'pleroma/develop' into feature/disable-account | Egor Kislitsyn | |
2019-05-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
2019-05-11 | Merge develop | Roman Chvanikov | |
2019-05-08 | Merge develop | Alexander Strizhakov | |
Merge conflict in lib/pleroma/activity.ex | |||
2019-05-08 | Merge develop | Roman Chvanikov | |
2019-05-03 | formatter.ex: Add get_emoji_map/1 | Haelwenn (lanodan) Monnier | |
2019-04-30 | Merge develop | Roman Chvanikov | |
2019-04-24 | Fix leaking private configuration parameters in Mastodon and Twitter APIs, ↵ | rinpatch | |
and add new configuration parameters to Mastodon API This patch: - Fixes `rights` in twitterapi ignoring `show_role` - Fixes exposing default scope of the user to anyone in Mastodon API - Extends Mastodon API to be able to show and set `no_rich_text`, `default_scope`, `hide_follows`, `hide_followers`, `hide_favorites` (requested by the FE in #674) Sorry in advance for 500 line one commit diff, I should have split it up to separate MRs |