| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-12-02 | Ensure scary warning starts on a new line | Mark Felder | |
| 2020-12-02 | Print whole config when resetting and include a scary looking message. | Mark Felder | |
| 2020-12-02 | Both are really atoms | Mark Felder | |
| 2020-12-02 | Transform strings to atoms for all cases, including when the atom is a ↵ | Mark Felder | |
| module like Pleroma.Emails.Mailer | |||
| 2020-12-02 | Support atoms and strings as args to the mix task | Mark Felder | |
| Improve output. Show the user what will be deleted before the prompt. | |||
| 2020-12-02 | Fix deletion regression due to strings instead of atoms | Mark Felder | |
| Improve message after successful deletion | |||
| 2020-12-02 | Improve dumping groups and specific keys; add prompts for delete and reset | Mark Felder | |
| 2020-12-02 | Support listing groups, listing keys in a group, and dumping the config ↵ | Mark Felder | |
| based on group or specific key in that group | |||
| 2020-12-02 | Sort output by group | Mark Felder | |
| Not the best sorting, but better than nothing. | |||
| 2020-12-02 | Rename keys to groups | Mark Felder | |
| 2020-12-02 | Document how to delete individual configuration groups and completely reset ↵ | Mark Felder | |
| the config without SQL | |||
| 2020-12-02 | Better deletion message | Mark Felder | |
| 2020-12-02 | Add mix tasks to give additional recovery and debugging options | Mark Felder | |
| - pleroma.config dump: prints the entire config as it would be exported to the filesystem - pleroma.config dump KEY: prints the configuration under a specific ConfigDB key in the database - pleroma.config keylist: lists the available keys in ConfigDB - pleroma.config keydel KEY: deletes ConfigDB entry stored under the key This should prevent the need for users to manually execute SQL queries. | |||
| 2020-11-27 | digest algorithm is taken from header | Alexander Strizhakov | |
| 2020-11-25 | Prevent mix tasks from spewing any internal logging unless DEBUG is in the env | Mark Felder | |
| e.g., DEBUG=1 mix pleroma.config migrate_from_db | |||
| 2020-11-25 | fix for elixir 1.11 | Alexander Strizhakov | |
| load runtime configs in releases with config provider | |||
| 2020-11-23 | Search: Save detected pg version in a persistent term. | lain | |
| 2020-11-23 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into websearch | lain | |
| 2020-11-20 | Merge branch 'fix/2302-report-duplicates' into 'develop' | feld | |
| Fix for forwarded reports Closes #2303 and #2302 See merge request pleroma/pleroma!3146 | |||
| 2020-11-20 | Linting. | lain | |
| 2020-11-20 | Search: Change search method based on detected pg version | lain | |
| 2020-11-20 | Application: Save postgres version in the environment | lain | |
| 2020-11-20 | start limiters in mix tasks | Alexander Strizhakov | |
| 2020-11-19 | Merge branch '2301-users-search-discoverability-fix' into 'develop' | feld | |
| [#2301] Proper handling of User.is_discoverable Closes #2301 See merge request pleroma/pleroma!3162 | |||
| 2020-11-19 | Merge branch 'oban-jobs-to-simple-tasks' into 'develop' | feld | |
| Moving some background jobs into simple tasks Closes #1790 See merge request pleroma/pleroma!3129 | |||
| 2020-11-19 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
| 2301-users-search-discoverability-fix # Conflicts: # CHANGELOG.md | |||
| 2020-11-19 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into websearch | lain | |
| 2020-11-19 | [#2301] Proper handling of `User.is_discoverable`: users appear in ↵ | Ivan Tashkinov | |
| in-service search but are hidden from external services like search bots. | |||
| 2020-11-19 | Merge branch '2317-old-reset-tokens' into 'develop' | Haelwenn | |
| Resolve "Don't allow old password reset tokens" Closes #2317 See merge request pleroma/pleroma!3160 | |||
| 2020-11-19 | Search: Only skip ordering the rum index. | lain | |
| 2020-11-19 | Search: Add option to search with the websearch function | lain | |
| 2020-11-19 | [#2301] Quick fix: users with is_discoverable == false (default!) are ↵ | Ivan Tashkinov | |
| included in search results. | |||
| 2020-11-19 | little fix | Alexander Strizhakov | |
| 2020-11-19 | Activity search: Fix order of results | lain | |
| Greatly speeds up the search for RUM. | |||
| 2020-11-19 | Password Resets: Don't accept tokens above a certain age. | lain | |
| By default, one day | |||
| 2020-11-19 | test fixes | Alexander Strizhakov | |
| 2020-11-19 | fix for mastodon forwarded reports | Alexander Strizhakov | |
| 2020-11-19 | fix for forwarded reports | Alexander Strizhakov | |
| 2020-11-18 | Merge branch 'develop' into 'hide-muted-reactions' | minibikini | |
| # Conflicts: # CHANGELOG.md | |||
| 2020-11-18 | Merge branch 'fix/mix-task-user-delete_activities' into 'develop' | feld | |
| Fix mix pleroma.user delete_activities task See merge request pleroma/pleroma!3156 | |||
| 2020-11-18 | Merge branch 'fix/webpush-and-emojireact' into 'develop' | lain | |
| Push notifications: add pleroma:emoji_reaction, improve tests Closes #2185 See merge request pleroma/pleroma!3141 | |||
| 2020-11-18 | Merge branch 'frontend-admin-api' into 'develop' | lain | |
| Add an API to manage frontends Closes #2238 See merge request pleroma/pleroma!3108 | |||
| 2020-11-17 | Credo | Mark Felder | |
| 2020-11-17 | Synchronize reaction notification text with PleromaFE's style | Mark Felder | |
| 2020-11-17 | Support both pleroma:chat_mention and pleroma:emoji_reaction for ↵ | Mark Felder | |
| /api/v1/push/subscription | |||
| 2020-11-17 | Update OpenAPI spec/schema and test to verify support for ↵ | Mark Felder | |
| pleroma:emoji_reaction subscriptions | |||
| 2020-11-17 | Allow subscribing for pleroma:emoji_reaction push notifications | Mark Felder | |
| 2020-11-17 | Add capability for emoji reaction push notifications | Mark Felder | |
| 2020-11-17 | FrontendController: Return error on installation error. | lain | |
| 2020-11-17 | Need to start web_resp cache or mix task fails | Mark Felder | |
