Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-09 | Merge branch 'fix/truncate-remote-user-fields' into 'develop' | rinpatch | |
Truncate remote user fields See merge request pleroma/pleroma!1619 | |||
2019-08-25 | Change to use attachment only when fields do not exist | kPherox | |
2019-08-14 | Limit custom fields for old remote users | Egor Kislitsyn | |
2019-08-14 | Add `:max_remote_account_fields` config option | Egor Kislitsyn | |
2019-08-14 | Use info.fields instead of source_data for remote users | Egor Kislitsyn | |
2019-08-14 | Add configurable account field name length limit | Egor Kislitsyn | |
2019-08-14 | Add configurable account field value length limit | Egor Kislitsyn | |
2019-08-14 | Add custom fields to TwitterAPI.UserView | Egor Kislitsyn | |
2019-08-14 | Add custom profile fields | Egor Kislitsyn | |
2019-08-02 | Merge branch 'develop' into feature/digest-email | Roman Chvanikov | |
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-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-13 | differences_in_mastoapi_responses.md: fullname & bio are optionnal | Alexander Strizhakov | |
[ci skip] | |||
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 | |||
2019-04-23 | Extend Mastodon API with public endpoint for getting Favorites timeline of ↵ | Sergey Suprunenko | |
any user (#789) | |||
2019-04-21 | Set digest emails to false by default | Roman Chvanikov | |
2019-04-13 | Add User.Info.email_notifications | Roman Chvanikov | |
2019-04-10 | Merge branch 'develop' into feature/user-status-subscriptions | Sadposter | |
2019-04-05 | Change relationship direction of subscriptions | Sadposter | |
2019-04-05 | Add notification checks | Sadposter | |
2019-04-05 | Add API endpoints and user column for subscription | Sadposter | |
2019-03-28 | Add PUT /api/pleroma/notification_settings endpoint | eugenijm | |
2019-03-28 | Notification controls | eugenijm | |
Allow users to configure whether they want to receive notifications from people they follow / who follow them, people from remote / local instances | |||
2019-03-15 | formatting | Karen Konou | |
2019-03-15 | Refactor to store user ap_id, add tests | Karen Konou | |