Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-21 | Tests: More test fixes. | lain | |
2020-12-21 | XMLBuidlder test: Make async. | lain | |
2020-12-21 | Test config: Raise pool size for postgres. | lain | |
Given all the async tests, this can become a bottleneck. | |||
2020-12-21 | Tests: Make as many tests as possible async. | lain | |
In general, tests that match these criteria can be made async: - Doesn't use real Cachex. - Doesn't write to the Config / Application Environment. - Uses Mock. Using Mox is fine. - Uses the streamer. | |||
2020-12-21 | Cachex: Unify arity of callback function | lain | |
2020-12-21 | Caching: Add caching behavior, add null implementation. | lain | |
2020-12-18 | Tests: Use NullCache for async tests. | lain | |
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. | |||
2020-12-18 | Cachex: Make caching provider switchable at runtime. | lain | |
Defaults to Cachex. | |||
2020-12-18 | Jason: Remove by now superfluous jason_types file | lain | |
2020-12-18 | Tests: Remove unneeded explicit cachex use. | lain | |
Only use cachex when we're actually testing it. | |||
2020-12-18 | Tests: Reset all cachex caches between synchronous tests | lain | |
Don't bother in the async case, it doesn't make sense there. | |||
2020-12-15 | Merge branch 'support/2255_posix_errors' into 'develop' | lain | |
[#2255] added error messages for posix error code See merge request pleroma/pleroma!3138 | |||
2020-12-15 | Merge branch 'fix/config-gen-detect-exiftool' into 'develop' | lain | |
instance.gen: Warn that stripping exif requires exiftool Closes #2343 See merge request pleroma/pleroma!3197 | |||
2020-12-15 | Merge branch 'weblate-pleroma-pleroma' into 'develop' | lain | |
Translations update from Weblate See merge request pleroma/pleroma!3201 | |||
2020-12-15 | Translated using Weblate (Chinese (Simplified)) | shironeko | |
Currently translated at 87.7% (93 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/zh_Hans/ | |||
2020-12-15 | Merge branch 'chore/refactor-hide-counts' into 'develop' | lain | |
Minor refactoring of the logic for hiding followers/following counts. See merge request pleroma/pleroma!3202 | |||
2020-12-14 | Minor refactoring of the logic for hiding followers/following counts. | Mark Felder | |
Field is not nullable anymore, and this is more readable. | |||
2020-12-13 | Merge branch 'fix/hackney-follow-redirects' into 'develop' | rinpatch | |
Switch to a fork of Hackney 1.15.2 for now so we can have our URL normalization bugfix Closes #2342 See merge request pleroma/pleroma!3199 | |||
2020-12-12 | Fixed Rich Media Previews | Mark Felder | |
2020-12-12 | Merge branch 'fix/tracking-majic' into 'develop' | feld | |
Majic: specify commit so source users do not get surprise updates See merge request pleroma/pleroma!3200 | |||
2020-12-12 | Majic: specify commit so source users do not get surprise updates | Mark Felder | |
2020-12-12 | Switch to a fork of Hackney 1.15.2 for now so we can have our URL ↵ | Mark Felder | |
normalization bugfix | |||
2020-12-12 | instance.gen: Warn that stripping exif requires exiftool | rinpatch | |
And default to no if it is not installed Closes #2343 | |||
2020-12-12 | instance.gen task: Only show files which will be actually overwritten | rinpatch | |
2020-12-11 | Merge branch 'weblate-pleroma-pleroma' into 'develop' | Haelwenn | |
Translations update from Weblate See merge request pleroma/pleroma!3195 | |||
2020-12-11 | Translated using Weblate (Ukrainian) | ZEN | |
Currently translated at 100.0% (106 of 106 strings) Translation: Pleroma/Pleroma backend Translate-URL: https://translate.pleroma.social/projects/pleroma/pleroma/uk/ | |||
2020-12-10 | Merge branch 'weblate-pleroma-pleroma' into 'develop' | Haelwenn | |
Translations update from Weblate See merge request pleroma/pleroma!3194 | |||
2020-12-10 | Added translation using Weblate (Ukrainian) | ZEN | |
2020-12-09 | Merge branch 'oauth-entities-expiration-tweaks' into 'develop' | feld | |
Tweaks to OAuth entities expiration See merge request pleroma/pleroma!3193 | |||
2020-12-09 | Tweaks to OAuth entities expiration: changed default to 30 days, removed ↵ | Ivan Tashkinov | |
hardcoded values usage, fixed OAuthView (expires_in). | |||
2020-12-09 | Merge branch 'oauth-token-30-days-expiration' into 'develop' | feld | |
Changed default OAuth token expiration time to 30 days See merge request pleroma/pleroma!3192 | |||
2020-12-09 | Changed default OAuth token expiration time to 30 days. | Ivan Tashkinov | |
2020-12-09 | Merge branch 'auth-improvements' into 'develop' | lain | |
Cookie auth rework / Auth subsystem refactoring and tweaks Closes pleroma/secteam/pleroma#3 See merge request pleroma/pleroma!3112 | |||
2020-12-09 | Merge branch 'stream-follow-updates' into 'develop' | lain | |
Stream follow updates Closes #2299 See merge request pleroma/pleroma!3183 | |||
2020-12-09 | [#3112] .gitattributes fix. | Ivan Tashkinov | |
2020-12-09 | Update CHANGELOG | Egor Kislitsyn | |
2020-12-08 | Merge branch 'feat/warn-large-pool-size' into 'develop' | lain | |
Add a startup error for modified Repo pool_size See merge request pleroma/pleroma!3190 | |||
2020-12-08 | ApplicationRequirements: Add test, more text for pool size. | lain | |
2020-12-08 | Apply 1 suggestion(s) to 1 file(s) | lain | |
2020-12-07 | Merge branch 'features/favicon-unreachable-instance' into 'develop' | feld | |
instance: Do not fetch unreachable instances Closes #2346 See merge request pleroma/pleroma!3189 | |||
2020-12-07 | Add a startup error for modified Repo pool_size | Mark Felder | |
2020-12-07 | instance.reachable?: Limit to binary input | Haelwenn (lanodan) Monnier | |
2020-12-07 | instance: Do not fetch unreachable instances | Haelwenn (lanodan) Monnier | |
Closes: https://git.pleroma.social/pleroma/pleroma/-/issues/2346 | |||
2020-12-07 | [#3112] Changelog entry. | Ivan Tashkinov | |
2020-12-07 | Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements | Ivan Tashkinov | |
# Conflicts: # CHANGELOG.md | |||
2020-12-07 | Merge branch 'feature/configdb-mix-tasks' into 'develop' | lain | |
Add mix tasks to give additional ConfigDB recovery and debugging options See merge request pleroma/pleroma!3174 | |||
2020-12-07 | Print out settings that will be removed when specifying the group and key ↵ | Mark Felder | |
for consistency Fix error message when specified key doesn't exist | |||
2020-12-07 | Formatting | Mark Felder | |
2020-12-07 | Slip in a test to ensure we can use the atom syntax in mix task arguments | Mark Felder | |
2020-12-07 | Apply 1 suggestion(s) to 1 file(s) | feld | |