Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-31 | Alternative implementation of hashtag-filtering queries in ActivityPub. ↵ | Ivan Tashkinov | |
Fixed GROUP BY clause for aggregation on hashtags. | |||
2020-12-31 | [#3213] Added query options support for Repo.chunk_stream/4. | Ivan Tashkinov | |
Used infinite timeout in transfer_hashtags select query. | |||
2020-12-30 | Render AKAs in Actor endpoints | Alex Gleason | |
2020-12-30 | Merge remote-tracking branch 'upstream/develop' into aliases | Alex Gleason | |
2020-12-30 | Make pagination type conditional | Mark Felder | |
2020-12-30 | Continue to use ActivityPub.fetch_user_activities/3, make it pass :offset | Mark Felder | |
2020-12-30 | Support pagination in AdminAPI for user statuses | Mark Felder | |
2020-12-30 | Do not reverse order of reports. We want newest ones sorted to the top. | Mark Felder | |
2020-12-30 | [#3213] Made Object.object_data_hashtags/1 handle both AS2 and plain text ↵ | Ivan Tashkinov | |
hashtags. | |||
2020-12-30 | [#3213] Fixed Object.object_data_hashtags/1 to process only AS2 elements of ↵ | Ivan Tashkinov | |
`data.tag` (basing on #2984). | |||
2020-12-30 | [#3213] Improved `database.transfer_hashtags` mix task: proper rollback, ↵ | Ivan Tashkinov | |
speedup. | |||
2020-12-28 | Revert "Merge branch 'features/hashtag-column' into 'develop'" | Haelwenn | |
This reverts merge request !2824 | |||
2020-12-28 | Merge branch 'features/hashtag-column' into 'develop' | Haelwenn | |
Insert text representation of hashtags into object["hashtags"] See merge request pleroma/pleroma!2824 | |||
2020-12-28 | pleroma.database fill_old_hashtags: Add month_limit argument | Haelwenn (lanodan) Monnier | |
2020-12-28 | Pleroma.Object/1: take %Object{} as argument instead | Haelwenn (lanodan) Monnier | |
2020-12-28 | [#3213] Made Object.hashtags/1 work with :hashtags assoc. Adjusted tests. | Ivan Tashkinov | |
2020-12-27 | non condition dir creation | Alexander Strizhakov | |
2020-12-27 | not needed | Alexander Strizhakov | |
2020-12-27 | insreasing test coverage for StealEmojiPolicy | Alexander Strizhakov | |
2020-12-27 | check dir existence in policy | Alexander Strizhakov | |
2020-12-27 | Add MRFs to the list of things that may need a soft reboot | Mark Felder | |
2020-12-27 | Mark private | Mark Felder | |
2020-12-27 | Create dir for EmojiStealPolicy automatically | Mark Felder | |
2020-12-26 | Merge remote-tracking branch 'remotes/origin/develop' into ↵ | Ivan Tashkinov | |
feature/object-hashtags-rework | |||
2020-12-26 | [#3213] Hashtag-filtering functions in ActivityPub. Mix task for migrating ↵ | Ivan Tashkinov | |
hashtags to `hashtags` table. | |||
2020-12-26 | Merge branch 'cachex-test' into 'develop' | lain | |
Test framework overhaul (speed, reliability) See merge request pleroma/pleroma!3209 | |||
2020-12-22 | Added Hashtag entity and objects-hashtags association with auto-sync with ↵ | Ivan Tashkinov | |
`data.tag` on Object update. | |||
2020-12-22 | possibility to run rollback in test env | Alexander Strizhakov | |
2020-12-22 | Create Object.hashtags/1 wrapper | Haelwenn (lanodan) Monnier | |
2020-12-22 | Insert text representation of hashtags into object["hashtags"] | Haelwenn (lanodan) Monnier | |
Includes a new mix task: pleroma.database fill_old_hashtags | |||
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 | 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-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-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-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-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-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 | Update Earmark to 1.4.13, use the new compact_output mode | Mark Felder | |
2020-12-11 | Fix AudioVideoValidator markdown | Alex Gleason | |