Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-21 | Caching: Add caching behavior, add null implementation. | lain | |
2020-12-21 | Fix trailing whitespaces in lib/pleroma/web/web_finger.ex | Kaizhe Huang | |
2020-12-20 | Merge branch 'fix/remove-sharelock-warning-oban-configdb' into 'develop' | lain | |
config/description.exs: Remove outdated information about Oban See merge request pleroma/pleroma!3208 | |||
2020-12-20 | Merge branch 'bugfix/mastofe-install-script' into 'develop' | rinpatch | |
download-mastofe-build.sh: Proper exit when artifact is missing Closes #2329 See merge request pleroma/pleroma!3191 | |||
2020-12-19 | Add test for subscribe_address in JSON WebFinger response | Kaizhe Huang | |
2020-12-19 | config/description.exs: Remove outdated information about Oban | rinpatch | |
The version of Oban we depend on no longer uses ShareLocks, so this note no longer applies. | |||
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 | WebFinger: add subscribe_address in return data of JSON responses | FiveYellowMice | |
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-17 | Merge branch 'long-life-oauth-tokens' into 'develop' | rinpatch | |
[#2353] Virtually never-expiring OAuth tokens (new and already issued ones) Closes #2353 See merge request pleroma/pleroma!3205 | |||
2020-12-17 | [#2353] Virtually never-expiring OAuth tokens (new and already issued ones). | Ivan Tashkinov | |
2020-12-17 | Merge branch 'registration-workflow' into 'develop' | feld | |
Improve registration workflow, fixes #2175 Closes #2235 and #2175 See merge request pleroma/pleroma!3068 | |||
2020-12-17 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-12-16 | Merge branch 'fix/2336-mastoapi-ws-posts-dropping' into 'develop' | lain | |
Fix mastoapi ws posts dropping Closes #2336 See merge request pleroma/pleroma!3198 | |||
2020-12-15 | download-mastofe-build.sh: Proper exit when artifact is missing | Haelwenn (lanodan) Monnier | |
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-14 | changelog | Alexander Strizhakov | |
2020-12-14 | Fix for dropping posts/notifs in WS when mix task is executed | Alexander Strizhakov | |
- start oban in mix tasks with empty queues, plugins and crontab - fix for update_users_following_followers_counts - fix for removed logo.png - typo in resend confirmation emails mix task docs - fix for uploads mix task (start Majic.Pool) - fix for creating user mix task (start :fast_html app) | |||
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 | |