Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-07 | Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements | Ivan Tashkinov | |
# Conflicts: # CHANGELOG.md | |||
2020-12-02 | The debug output is no longer there by default | Mark Felder | |
2020-12-02 | Update ConfigDB docs for new mix commands | Mark Felder | |
2020-12-02 | Document how to delete individual configuration groups and completely reset ↵ | Mark Felder | |
the config without SQL | |||
2020-11-28 | OAuth form user remembering feature. Local MastoFE login / logout fixes. | Ivan Tashkinov | |
2020-11-19 | Cheatsheet: Add docs about reset token expiration | lain | |
2020-11-17 | Remove FedSockets | rinpatch | |
Current FedSocket implementation has a bunch of problems. It doesn't have proper error handling (in case of an error the server just doesn't respond until the connection is closed, while the client doesn't match any error messages and just assumes there has been an error after 15s) and the code is full of bad descisions (see: fetch registry which uses uuids for no reason and waits for a response by recursively querying a ets table until the value changes, or double JSON encoding). Sometime ago I almost completed rewriting fedsockets from scrach to adress these issues. However, while doing so, I realized that fedsockets are just too overkill for what they were trying to accomplish, which is reduce the overhead of federation by not signing every message. This could be done without reimplementing failure states and endpoint logic we already have with HTTP by, for example, using TLS cert auth, or switching to a more performant signature algorithm. I opened https://git.pleroma.social/pleroma/pleroma/-/issues/2262 for further discussion on alternatives to fedsockets. From discussions I had with other Pleroma developers it seems like they would approve the descision to remove them as well, therefore I am submitting this patch. | |||
2020-11-10 | Apply 1 suggestion(s) to 1 file(s) | feld | |
2020-11-10 | Apply 1 suggestion(s) to 1 file(s) | feld | |
2020-11-10 | Apply 1 suggestion(s) to 1 file(s) | feld | |
2020-11-10 | Apply 1 suggestion(s) to 1 file(s) | feld | |
2020-11-08 | Update optimizing_beam.md | lain | |
2020-11-06 | Markdown, you're drunk | Mark Felder | |
2020-11-06 | Make it clearer the settings go into the vm.args file | Mark Felder | |
2020-11-06 | More grammar fixes | Mark Felder | |
2020-11-06 | Less confusing I hope | Mark Felder | |
2020-11-06 | Grammar | Mark Felder | |
2020-11-06 | First draft of tips for optimizing BEAM | Mark Felder | |
2020-11-04 | Merge branch 'ejabberd-pleroma-auth' into 'develop' | lain | |
Add ejabberd auth document See merge request pleroma/pleroma!3074 | |||
2020-10-28 | Merge remote-tracking branch 'origin/develop' into feature/account-export | Egor Kislitsyn | |
2020-10-20 | Rename `Pleroma.Backup` to `Pleroma.User.Backup` | Egor Kislitsyn | |
2020-10-16 | Adds feature to permit e.g., local admins and community moderators to ↵ | Mark Felder | |
automatically follow all newly registered accounts | |||
2020-10-14 | Merge branch 'develop' into feature/account-export | Mark Felder | |
2020-10-13 | Include python script and description | Ali Riza Keles | |
2020-10-13 | changes after rebase | Alexander Strizhakov | |
2020-10-13 | RemoteIp module name | Alexander Strizhakov | |
2020-10-12 | Add ejabberd auth document | Ali Riza Keles | |
2020-10-07 | Add configurable temporary directory | Egor Kislitsyn | |
2020-10-07 | Require email | Egor Kislitsyn | |
2020-10-07 | Add config for Pleroma.Backup | Egor Kislitsyn | |
2020-10-06 | Improve description yet again | Mark Felder | |
2020-10-06 | Don't leak internal variables in the docs. They're useless to users. | Mark Felder | |
2020-10-06 | Improve descriptions for reserved and proxies | Mark Felder | |
2020-10-06 | Fix docs for default headers used by RemoteIp. We only use X-Forwarded-For ↵ | Mark Felder | |
by default. | |||
2020-09-18 | Merge branch 'media-preview-proxy-nostream' into 'develop' | feld | |
Media preview proxy See merge request pleroma/pleroma!3001 | |||
2020-09-18 | Federate data through persistent websocket connections | Steven Fuchs | |
2020-09-17 | [#2497] Configurability of :min_content_length (preview proxy). Refactoring, ↵ | Ivan Tashkinov | |
documentation, tests. | |||
2020-09-14 | Remove `:managed_config` option. | rinpatch | |
In practice, it was already removed half a year ago, but the description and cheatsheet entries were still there. The migration intentionally does not use ConfigDB.get_by_params, since this will break migration code as soon as we add a new field is added to ConfigDB. Closes #2086 | |||
2020-09-11 | Spelling | Mark Felder | |
Reported by: trevoke | |||
2020-09-10 | Document ephemeral activity changes better | rinpatch | |
Also remove the example from the cheatsheet, there is no need for it when the types are simple | |||
2020-09-10 | configurable lifetime for ephemeral activities | Alexander Strizhakov | |
2020-09-10 | expire mfa tokens through Oban | Alexander Strizhakov | |
2020-09-08 | RelMe and Feed no longer configurable | Mark Felder | |
2020-09-08 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into unlisted | Mark Felder | |
2020-09-08 | docs: cheatsheet: add ForceBotUnlistedPolicy | Alibek Omarov | |
2020-09-07 | adapter options unification | Alexander Strizhakov | |
not needed options deletion | |||
2020-09-02 | Rich media: Add failure tracking | rinpatch | |
2020-08-26 | Cheatsheet: Remove misleading example | lain | |
2020-08-25 | Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into ↵ | lain | |
frontend-bundles-downloads | |||
2020-08-18 | Cheatsheet: Add information about filename descriptions | lain | |