Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-12-07 | Merge branch 'feature/configdb-mix-tasks-refactoring' into ↵ | feld | |
'feature/configdb-mix-tasks' [#3174] Refactoring: ConfigDB fetching functions, ConfigDB tests. See merge request pleroma/pleroma!3187 | |||
2020-12-06 | [#3174] Refactoring: ConfigDB fetching functions, ConfigDB tests. | Ivan Tashkinov | |
Minor fixes. | |||
2020-12-06 | Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements | Ivan Tashkinov | |
2020-12-06 | [#3112] Ensured presence and consistency of :user and :token assigns ↵ | Ivan Tashkinov | |
(EnsureUserTokenAssignsPlug). Refactored auth info dropping functions. | |||
2020-12-05 | Fix typo | Egor Kislitsyn | |
2020-12-05 | Add entry announcing new ConfigDB mix tasks | Mark Felder | |
2020-12-04 | Merge branch 'fix/mix-task-yn-prompt' into 'develop' | feld | |
Remove Mix.Pleroma.shell_yes?/1 See merge request pleroma/pleroma!3179 | |||
2020-12-04 | Answer new prompt interactively | Mark Felder | |
2020-12-04 | shell_yes?/1 was not showing the correct message and always defaults to yes ↵ | Mark Felder | |
which is dangerous | |||
2020-12-04 | Merge branch 'issue/2256' into 'develop' | feld | |
[#2256] added subject actor to moderation log See merge request pleroma/pleroma!3164 | |||
2020-12-04 | More compact representation | Mark Felder | |
2020-12-04 | Ensure deleting entire group prints out settings that will be removed before ↵ | Mark Felder | |
actually removing them | |||
2020-12-04 | Fix deleting an entire group. Also utilize Pleroma.ConfigDB.delete/1 | Mark Felder | |
2020-12-04 | Use Pleroma.ConfigDB.delete/1 instead of rolling our own | Mark Felder | |
2020-12-04 | Use Enum.any? to ensure we return true if there are results | Mark Felder | |
2020-12-03 | Merge branch 'supported-emojos' into 'develop' | rinpatch | |
Update Emoji support to unicode 13.1, support all RGI emoji. See merge request pleroma/pleroma!3186 | |||
2020-12-03 | config_db search methods | Alexander Strizhakov | |
2020-12-03 | dump_key/2 no longer used | Mark Felder | |