Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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 | |
2019-03-15 | Implement mastodon's reblog hiding feature | Karen Konou | |
2019-03-13 | [Credo] Remove parentesis on argument-less functions | Haelwenn (lanodan) Monnier | |
2019-03-12 | Add "roles" to users admin API | Maxim Filippov | |
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-02-19 | Update the mute implementation to the current codebase | Ekaterina Vaartis | |
Make it part of the info thing (and do a migration to ensure it's there) | |||
2019-02-18 | Merge branch 'features/flavour-switching' into 'develop' | kaniini | |
[MastoAPI] Add switching of frontend flavours See merge request pleroma/pleroma!807 | |||
2019-02-18 | Merge branch 'follow-request-count' into 'develop' | kaniini | |
Follow request count See merge request pleroma/pleroma!817 | |||
2019-02-16 | [MastoAPI] Add switching of frontend flavours | Haelwenn (lanodan) Monnier | |
2019-02-16 | WelcomeMessage: Get rid of Ecto reference. | lain | |
2019-02-16 | Add optional welcome message. | lain | |
2019-02-15 | Add logic for keeping follow_request_count up-to-date on the `follow`, | eugenijm | |
`approve_friend_request`, and `deny_friend_request` actions. Add follow_request_count to the user view. | |||
2019-02-06 | hide_followings was renamed to hide_followers in the FE, but never synced up ↵ | Mark Felder | |
in the BE This was a dirty regex replace which worked on my server | |||
2019-02-06 | Allow to configure visibility for admin and moderator badges | eugenijm | |
2019-02-03 | Split hide_network into hide_followers & hide_followings (fixed) | Maxim Filippov | |
2019-02-01 | Revert "Merge branch 'feature/split-hide-network' into 'develop'" | kaniini | |
This reverts merge request !733 | |||
2019-01-28 | Split hide_network into hide_followers & hide_followings | Maxim Filippov | |
2019-01-23 | Treat User.Info pinned ids as strings | href | |
2019-01-09 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | Egor Kislitsyn | |
feature/pinned-posts # Conflicts: # docs/config.md | |||
2019-01-09 | user: factor out illogical User.Info.superuser?/1. | William Pitcock | |
any actual callee will be dealing with a User struct to begin with, so just check the child struct inside User.superuser?/1 with pattern matching. |