Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-21 | Encapsulation of tags / hashtags fetching from objects. | Ivan Tashkinov | |
2020-12-21 | Linting | lain | |
2020-12-21 | Pipeline test: Switch from Mock to Mox. | lain | |
Speeds up the test and makes it possible to run async. | |||
2020-12-21 | Cachex: Unify arity of callback function | lain | |
2020-12-21 | Fix trailing whitespaces in lib/pleroma/web/web_finger.ex | Kaizhe Huang | |
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 | WebFinger: add subscribe_address in return data of JSON responses | FiveYellowMice | |
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 | 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-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 | 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-11 | Fix AudioVideoValidator markdown | Alex Gleason | |
2020-12-11 | Refactor Earmark code, fix tests | Alex Gleason | |
2020-12-11 | Upgrade Earmark to v1.4.10 | Alex Gleason | |
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 '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-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-04 | Merge branch 'issue/2256' into 'develop' | feld | |
[#2256] added subject actor to moderation log See merge request pleroma/pleroma!3164 | |||
2020-12-02 | Document follow relationship updates and cleanup | Egor Kislitsyn | |
2020-12-02 | Stream follow updates | Egor Kislitsyn | |
2020-11-30 | [#3112] Allowed revoking same-user token from any apps. Added tests. | Ivan Tashkinov | |
2020-11-28 | Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements | Ivan Tashkinov | |
2020-11-28 | OAuth form user remembering feature. Local MastoFE login / logout fixes. | Ivan Tashkinov | |
2020-11-27 | digest algorithm is taken from header | Alexander Strizhakov | |
2020-11-25 | Session token setting on token exchange. Auth-related refactoring. | Ivan Tashkinov | |
2020-11-21 | Merge remote-tracking branch 'remotes/origin/develop' into auth-improvements | Ivan Tashkinov | |
2020-11-21 | Session-based OAuth auth fixes (token expiration check), refactoring, tweaks. | Ivan Tashkinov | |
2020-11-21 | Merge remote-tracking branch 'upstream/develop' into registration-workflow | Alex Gleason | |
2020-11-20 | Merge branch 'fix/2302-report-duplicates' into 'develop' | feld | |
Fix for forwarded reports Closes #2303 and #2302 See merge request pleroma/pleroma!3146 | |||
2020-11-19 | Merge branch '2301-users-search-discoverability-fix' into 'develop' | feld | |
[#2301] Proper handling of User.is_discoverable Closes #2301 See merge request pleroma/pleroma!3162 | |||
2020-11-19 | Merge branch 'oban-jobs-to-simple-tasks' into 'develop' | feld | |
Moving some background jobs into simple tasks Closes #1790 See merge request pleroma/pleroma!3129 | |||
2020-11-19 | added subject actor to moderation log | Maksim Pechnikov | |
2020-11-19 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
2301-users-search-discoverability-fix # Conflicts: # CHANGELOG.md | |||
2020-11-19 | [#2301] Proper handling of `User.is_discoverable`: users appear in ↵ | Ivan Tashkinov | |
in-service search but are hidden from external services like search bots. | |||
2020-11-19 | Merge branch '2317-old-reset-tokens' into 'develop' | Haelwenn | |
Resolve "Don't allow old password reset tokens" Closes #2317 See merge request pleroma/pleroma!3160 | |||
2020-11-19 | Password Resets: Don't accept tokens above a certain age. | lain | |
By default, one day | |||
2020-11-19 | test fixes | Alexander Strizhakov | |
2020-11-19 | fix for mastodon forwarded reports | Alexander Strizhakov | |
2020-11-19 | fix for forwarded reports | Alexander Strizhakov | |
2020-11-18 | Merge branch 'develop' into 'hide-muted-reactions' | minibikini | |
# Conflicts: # CHANGELOG.md | |||
2020-11-18 | Merge branch 'fix/webpush-and-emojireact' into 'develop' | lain | |
Push notifications: add pleroma:emoji_reaction, improve tests Closes #2185 See merge request pleroma/pleroma!3141 | |||
2020-11-18 | Merge branch 'frontend-admin-api' into 'develop' | lain | |
Add an API to manage frontends Closes #2238 See merge request pleroma/pleroma!3108 | |||
2020-11-18 | fix tests | Maksim Pechnikov | |
2020-11-18 | Apply 1 suggestion(s) to 1 file(s) | Maksim | |
2020-11-17 | Credo | Mark Felder | |
2020-11-17 | Synchronize reaction notification text with PleromaFE's style | Mark Felder | |