Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-24 | Merge remote-tracking branch 'upstream/develop' into ↵ | Egor Kislitsyn | |
refactor/following-relationships | |||
2019-10-21 | Merge branch 'develop' into refactor/following-relationships | Egor Kislitsyn | |
2019-10-16 | [#1304] Moved all non-mutes / non-blocks fields from User.Info to User. WIP. | Ivan Tashkinov | |
2019-10-11 | Replace `user.following` with Pleroma.FollowingRelationship | Egor Kislitsyn | |
2019-10-09 | Add a task to re-count statuses for all users | Egor Kislitsyn | |
2019-09-26 | Merge branch 'refactor/user' into 'develop' | kaniini | |
Simplify updating user's `info` See merge request pleroma/pleroma!1712 | |||
2019-09-25 | Apply suggestion to test/tasks/instance_test.exs | Maksim | |
2019-09-25 | clears `robot.txt` after tests | Maksim Pechnikov | |
2019-09-24 | Add User.change_info/2 and User.update_info/2 | Egor Kislitsyn | |
2019-09-18 | Bump copyright years of files changed in 2019 | Haelwenn (lanodan) Monnier | |
Done via the following command: git diff 1e6c102bfcfe0e4835a48f2483f2376f9bf86a20 --stat --name-only | cat - | xargs sed -i 's/2017-2018 Pleroma Authors/2017-2019 Pleroma Authors/' | |||
2019-08-31 | [#1149] Added Oban job for "activity_expiration". Merged remote-tracking ↵ | Ivan Tashkinov | |
branch 'remotes/upstream/develop' into 1149-oban-job-queue # Conflicts: # config/config.exs | |||
2019-08-24 | add tests | Maksim Pechnikov | |
2019-08-22 | [#1149] Merge remote-tracking branch 'remotes/upstream/develop' into ↵ | Ivan Tashkinov | |
1149-oban-job-queue # Conflicts: # lib/pleroma/application.ex # lib/pleroma/scheduled_activity_worker.ex # lib/pleroma/web/federator/retry_queue.ex # lib/pleroma/web/oauth/token/clean_worker.ex # test/user_test.exs # test/web/federator_test.exs | |||
2019-08-20 | Merge branch 'digest-template' into 'develop' | lain | |
Improve digest email template See merge request pleroma/pleroma!1565 | |||
2019-08-19 | Add more tests for Database tasks and DigestEmailWorker | Sergey Suprunenko | |
2019-08-19 | added test helpers to clear config after tests | Maksim | |
2019-08-19 | removes duplicates from relay subscription list | Maksim Pechnikov | |
2019-08-10 | Strip internal fields including likes from incoming and outgoing activities | Sergey Suprunenko | |
2019-07-22 | Add tests for users tasks and PleromaAuthenticator | Sergey Suprunenko | |
2019-07-15 | migrating task refactor | Alex S | |
2019-07-10 | robots txt test fix | Alex S | |
2019-07-10 | Merge branch 'release/listener' into 'develop' | kaniini | |
add listener port and ip option for 'pleroma.instance gen' and enable its test See merge request pleroma/pleroma!1393 | |||
2019-07-10 | Add license/copyright to all project files | feld | |
2019-07-10 | add listener port and ip option for 'pleroma.instance gen' and enable its test | Sachin Joshi | |
2019-07-09 | reverse proxy tests | Alexander Strizhakov | |
2019-06-27 | don't delete config settings on admin update | Alexander Strizhakov | |
2019-06-24 | Rework user deletion | Sergey Suprunenko | |
2019-06-23 | support for config groups | Alex S | |
2019-06-20 | Fixes for dynamic configuration | Alexander Strizhakov | |
2019-06-19 | aliases for mix tasks | Alexander Strizhakov | |
ecto.migrate ecto.rollback | |||
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-06-06 | User Search: Boost friends more strongly. | lain | |
2019-05-16 | Remove duplicated entries in users' following lists | Sergey Suprunenko | |
2019-05-16 | Feature/896 toggling confirmation | Alexander Strizhakov | |
2019-04-22 | Use `User.get_cached*` everywhere | Egor | |
2019-04-10 | Merge branch 'develop' into feature/788-separate-email-addresses | Alex S | |
2019-04-10 | adding notify_email setting for trigger emails | Alex S | |
2019-04-08 | renaming expire_at -> expires_at | Alex S | |
keyword style change | |||
2019-04-06 | little channges | Alex S | |
2019-04-06 | fix for field name | Alex S | |
2019-04-06 | token -> invite renaming | Alex S | |
2019-04-06 | generating tokens with mix | Alex S | |
2019-04-02 | add `user delete_activities` mix task | Egor Kislitsyn | |
2019-03-23 | relay test: don't do preloading (since follow objects are activities, it's a ↵ | William Pitcock | |
mess) | |||
2019-03-13 | [Credo] fix Credo.Check.Readability.AliasOrder | Haelwenn (lanodan) Monnier | |
2019-02-11 | test: Change `lenght(…) == 0` to `Enum.empty?(…)` | Haelwenn (lanodan) Monnier | |
2019-02-11 | test: de-group alias/es | Haelwenn (lanodan) Monnier | |
2018-12-23 | tests: add legal boilerplate | William Pitcock | |
2018-12-17 | Fix uploads test. | lain | |
2018-12-16 | Add more Mix task tests in relay_test.exs and uploads_test.exs. | link0ff | |
Rename test/tasks/user.exs to test/tasks/user_test.exs. |