提交历史

作者 SHA1 备注 提交日期
  Librellium a9d94e6ff6 refactor!(middlewares-builder): replace deprecated flags with config in build_middlewares and add UserContextMiddleware 1 周之前
  Librellium 90635738e5 refactor!(middlewares): add UserContextMiddleware and move all user middlewares to submodule 1 周之前
  Librellium 62e6a4d342 refactor!(transport): move transport to bot module 1 周之前
  Librellium 4086eaea1c Merge pull request #25 from librellium/refactor/major 1 周之前
  Librellium d160f2d988 refactor(anonflow): update project version 1 周之前
  Librellium 0d07508d85 refactor(app): adapt Application to ResponsesRouter and ModerationService, move routers initialization to separate method 1 周之前
  Librellium dcb9242117 refactor(services): reorganize accounts into separate user and moderator packages 1 周之前
  Librellium 19935bbd08 refactor(bot-routers): adapt to new ResponsesPorts API and ModerationService 1 周之前
  Librellium 30e6a48642 refactor(bot-middlewares): adapt to new ResponsesPorts API and add LanguageMiddleware to push user language through pipeline 1 周之前
  Librellium 903af471df refactor(moderation): add ModerationService to handle moderation events and forward them via PostResponsesPort 1 周之前
  Librellium 5df14af423 refactor(user-repository): add return type hint to get method 1 周之前
  Librellium 285d22e8ee refactor(transport): replace Result-based logic with ResponsesPorts 1 周之前
  Librellium 616292f7b9 feat(interfaces): add ResponsesPorts 1 周之前
  Librellium db2dc963a4 refactor(bot-builders): adapt to new ResponsesRouter and add language middleware 1 周之前
  Librellium cd271a0dfa refactor(translations): update russian messages 1 周之前
  Librellium 0a9382e17d refactor(translator): make independent of Telegram and async-ready, add plural support 1 周之前
  Librellium d909caecd6 refactor(orm): set can_approve_posts default to False for Moderator model 2 周之前
  Librellium 1c1b60f377 refactor(moderator-service): remove unnecessary 'value' getattr in _can 2 周之前
  Librellium 940f93a3e1 refactor(translations): update msgid and references according to result object names 3 周之前
  Librellium fec92fe66c refactor: delegate user management from MessageRouter to bot routers 3 周之前
  Librellium 5e6c22c113 refactor: rename blocked middleware and its result object to banned, update related modules 3 周之前
  Librellium a9d04e5ec0 refactor(app): add moderator service initialization 3 周之前
  Librellium 858ab9a9ea Merge pull request #24 from librellium/refactor/dedicated-bot-builders 3 周之前
  Librellium 2fa1b0d5b0 refactor(app): adapt to work with new builders 3 周之前
  Librellium b364089541 refactor(bot): move builders to dedicated module 3 周之前
  Librellium f1b0c40af6 Merge pull request #23 from librellium/feature/services-system-actor 3 周之前
  Librellium f114de9196 refactor(moderator-service): move to dedicated module, add new exceptions and Permission-objects, adapt service to work with them 3 周之前
  Librellium 4cace9bb39 refactor(services): cleanup __init__ modules 3 周之前
  Librellium a8058f07df refactor(user-service): adapt to new database begin_session API 3 周之前
  Librellium 093877688f refactor(repositories): remove session.begin transaction management 3 周之前