Age | Commit message (Collapse) | Author |
|
|
|
Caching can't work in async tests, so for them it is mocked to a
null cache that is always empty. Synchronous tests are stubbed
with the real Cachex, which is emptied after every test.
|
|
Defaults to Cachex.
|
|
Only use cachex when we're actually testing it.
|
|
Don't bother in the async case, it doesn't make sense there.
|
|
[#2255] added error messages for posix error code
See merge request pleroma/pleroma!3138
|
|
hardcoded values usage, fixed OAuthView (expires_in).
|
|
Cookie auth rework / Auth subsystem refactoring and tweaks
Closes pleroma/secteam/pleroma#3
See merge request pleroma/pleroma!3112
|
|
Stream follow updates
Closes #2299
See merge request pleroma/pleroma!3183
|
|
Add a startup error for modified Repo pool_size
See merge request pleroma/pleroma!3190
|
|
|
|
|
|
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2346
|
|
# Conflicts:
# CHANGELOG.md
|
|
Add mix tasks to give additional ConfigDB recovery and debugging options
See merge request pleroma/pleroma!3174
|
|
|
|
Minor fixes.
|
|
|
|
(EnsureUserTokenAssignsPlug). Refactored auth info dropping functions.
|
|
|
|
[#2256] added subject actor to moderation log
See merge request pleroma/pleroma!3164
|
|
Update Emoji support to unicode 13.1, support all RGI emoji.
See merge request pleroma/pleroma!3186
|
|
|
|
User: Don't allow local users in remote changesets
Closes #2339
See merge request pleroma/pleroma!3185
|
|
Bunch of reorganization and consolidation
|
|
|
|
|
|
|
|
"recommended for general interchange"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise if the assertion failed, the code below which resets the
state would never be reached
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
control characters
|
|
|
|
|
|
|
|
|
|
|
|
Fix for forwarded reports
Closes #2303 and #2302
See merge request pleroma/pleroma!3146
|