Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-10-13 | oauth consistency | Alexander Strizhakov | |
2020-09-10 | expire mfa tokens through Oban | Alexander Strizhakov | |
2020-09-10 | schedule expired oauth tokens deletion with Oban | Alexander Strizhakov | |
2020-06-29 | Token Response: Remove empty file. | lain | |
2020-06-29 | OAuth: Extract view-type functions to a view. | lain | |
2020-05-18 | copyright update | Alexander Strizhakov | |
2020-05-07 | Pleroma.Web.TwitterAPI.TwoFactorAuthenticationController -> ↵ | Maksim | |
Pleroma.Web.PleromaAPI.TwoFactorAuthenticationController | |||
2020-03-03 | Update Copyrights | Mark Felder | |
2019-11-25 | moved OAuth.Token.CleanWorker to Oban Periodic jobs | Maksim Pechnikov | |
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] Refactored Oban workers API (introduced `enqueue/3`). | Ivan Tashkinov | |
2019-08-31 | [#1149] Addressed code review comments (code style, jobs pruning etc.). | Ivan Tashkinov | |
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-14 | Isolate OAuth.Token.CleanWorker | stwf | |
2019-08-14 | use default child_specs | stwf | |
2019-08-13 | [#1149] Added more oban workers. Refactoring. | Ivan Tashkinov | |
2019-07-10 | Add license/copyright to all project files | feld | |
2019-06-14 | it is changed in compile time | Alexander Strizhakov | |
we can't change module attributes and endpoint settings in runtime | |||
2019-05-22 | [#699] add worker to clean expired oauth tokens | Maksim | |
2019-05-14 | Refactoring oauth response. | Maksim | |
2019-05-06 | fix format | Maksim | |
Modified-by: Maksim Pechnikov <parallel588@gmail.com> |