Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-22 | [#2301] Quick fix: users with is_discoverable == false (default!) are ↵ | Ivan Tashkinov | |
included in search results. | |||
2020-12-22 | fix for elixir 1.11 | Alexander Strizhakov | |
load runtime configs in releases with config provider | |||
2020-12-22 | SideEffects: fix test | lain | |
2020-12-22 | User: Remove left-over (wrong) fix. | lain | |
2020-12-22 | User: Don't allow local users in remote changesets | lain | |
2020-12-22 | Switch to a fork of Hackney 1.15.2 for now so we can have our URL ↵ | Mark Felder | |
normalization bugfix | |||
2020-12-22 | Update changelog | lain | |
2020-12-22 | Search: Only skip ordering the rum index. | lain | |
2020-12-22 | Activity search: Fix order of results | lain | |
Greatly speeds up the search for RUM. | |||
2020-12-22 | Document fixing the pleroma.user delete_activities mix task | Mark Felder | |
2020-12-22 | Need to start web_resp cache or mix task fails | Mark Felder | |
2020-12-22 | Document S3 and Elixir 1.11 compat fix | Mark Felder | |
2020-12-22 | Fix S3 uploads with Elixir 1.11 | Mark Felder | |
2020-12-22 | pleroma.instance: Fix Exiftool module name | Haelwenn (lanodan) Monnier | |
2020-12-22 | remove PurgeExpiredActivity from Oban db config | Alexander Strizhakov | |
2020-12-22 | Added Hashtag entity and objects-hashtags association with auto-sync with ↵ | Ivan Tashkinov | |
`data.tag` on Object update. | |||
2020-12-22 | Merge branch 'update-elixir-make' into 'develop' | feld | |
Update for retired elixir_make package version See merge request pleroma/pleroma!3211 | |||
2020-12-22 | update for retired elixir_make package version | Alexander Strizhakov | |
2020-12-22 | Merge branch 'update/instance-gen-template' into 'develop' | rinpatch | |
Update instance.gen template See merge request pleroma/pleroma!3210 | |||
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 | Do not include pool_size in the template. It encourages unwanted fiddling :) | Mark Felder | |
2020-12-21 | Encapsulation of tags / hashtags fetching from objects. | Ivan Tashkinov | |
2020-12-21 | Merge branch 'develop' into 'develop' | lain | |
WebFinger: add subscribe_address in return data of JSON responses See merge request pleroma/pleroma!3206 | |||
2020-12-21 | Linting | lain | |
2020-12-21 | Tests: Stub the pipeline in all tests. | lain | |
Restores the old un-moxed behavior. | |||
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 | Tests: Add a helper method to reduce sleeping times in test. | lain | |
This will 'time travel', i.e. change the inserted_at and update_at fields of the object in question. This is used to backdate things were we used sleeping before to ensure time differences. | |||
2020-12-21 | Linting | lain | |
2020-12-21 | Test: More async/sync tweaks. | lain | |
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-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 |