1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-03-03 06:14:06 +00:00

رسم بياني للالتزام

  • 87d35d7c41 refactor: change domain used for dns resolver testing Adam Cooke 2024-03-04 12:48:05 +00:00
  • 47b203c372 chore: release 3.0.0 Adam Cooke 2024-03-04 11:38:27 +00:00
  • 2359829e22 Merge pull request #2803 from postalserver/v3 Adam Cooke 2024-03-04 10:28:51 +00:00
  • e4638a0c40 test: add smtp sender test for MX lookup timeouts Adam Cooke 2024-03-01 21:41:46 +00:00
  • 0c1f9250d4 docs: add message_db.encoding to config docs Adam Cooke 2024-03-01 21:36:19 +00:00
  • fadca88f45 fix: raise an error if MX lookup times out during sending Adam Cooke 2024-03-01 21:36:07 +00:00
  • 77e818a472 test: add test for multiline headers Adam Cooke 2024-03-01 18:28:25 +00:00
  • 2621a190b1 fix: fixes issue with SMTP sender with address endpoints Adam Cooke 2024-03-01 18:27:53 +00:00
  • 0140dc4483 feat: only accept RFC-compliant End-of-DATA sequence Adam Cooke 2024-03-01 17:12:10 +00:00
  • 66d26c8d4f Merge pull request #2834 from postalserver/release-please--branches--main 2.3.2 Adam Cooke 2024-03-01 14:44:42 +00:00
  • 343292bbde chore(main): release 2.3.2 github-actions[bot] 2024-03-01 13:15:31 +00:00
  • 694240ddcd fix: truncate output and details in deliveries to 250 characters Adam Cooke 2024-03-01 13:14:48 +00:00
  • a9ade3c8bc chore(gha): upgrade github checkout action, don't create arm images for CI, add qemu Adam Cooke 2024-03-01 13:08:11 +00:00
  • 0b468f97c5 chore: remove -j4 from bundle install as it shouldn't be needed Adam Cooke 2024-03-01 13:00:10 +00:00
  • afa1726d0d docs: add new repo readme welcome image Adam Cooke 2024-03-01 12:43:53 +00:00
  • 7963c8af16 chore: consolidate platforms in Gemfile Adam Cooke 2024-03-01 11:00:26 +00:00
  • 1d094be652 Merge pull request #2829 from postalserver/refactor-smtp-sender Adam Cooke 2024-03-01 10:56:40 +00:00
  • 5b022b9394 chore: reduce threads for bundling in docker Adam Cooke 2024-03-01 10:21:51 +00:00
  • 633c509a45 refactor: refactor the SMTP sender Adam Cooke 2024-02-29 10:32:57 +00:00
  • be0df7b463 fix: translate unicode domain names to Punycode for compatibility with DNS (#2823) Charlie Smurthwaite 2024-02-29 15:02:30 +00:00
  • ae30cc7615 fix: ensure encoding is set for message db Adam Cooke 2024-02-27 19:04:40 +00:00
  • de88201f61 chore: add arm64 platform Adam Cooke 2024-02-27 08:07:39 +00:00
  • 0163ac3d10 feat: new configuration system (and schema) (#2819) Adam Cooke 2024-02-26 12:41:57 +00:00
  • 1c5ff5a9a6 feat: add option to delay starting processes until all migrations are run Adam Cooke 2024-02-24 15:10:02 +00:00
  • bea7450d8f feat: add prometheus metrics to worker Adam Cooke 2024-02-24 11:19:48 +00:00
  • 0fcf778a51 fix: fixes potential issue if machine hostname cannot be determined Adam Cooke 2024-02-24 11:03:04 +00:00
  • 2e7b36c1be feat: add prometheus metrics to smtp server Adam Cooke 2024-02-24 11:01:28 +00:00
  • a7a9a18b20 fix: set correct component in health server log lines Adam Cooke 2024-02-24 10:24:34 +00:00
  • a2eb70edf1 feat: add health server and prometheus metrics to worker Adam Cooke 2024-02-23 18:11:05 +00:00
  • 1ae8ef6401 chore: upgrade bundler to 2.5.6 Adam Cooke 2024-02-23 14:36:27 +00:00
  • b89e0a9e82 refactor: remove token logins Adam Cooke 2024-02-23 14:30:00 +00:00
  • ecd09a2445 chore: upgrade rails to 7.0 and other dependencies Adam Cooke 2024-02-23 14:24:17 +00:00
  • cfc1c9b73e docs: update SECURITY policy Adam Cooke 2024-02-22 22:44:53 +00:00
  • 38465de120 refactor: remove unnecessary modules Adam Cooke 2024-02-22 22:42:41 +00:00
  • b8ad732152 refactor: move tracking middleware Adam Cooke 2024-02-22 22:42:26 +00:00
  • 64b2704b02 refactor: move lib/postal/user_creator to app/util/user_creator Adam Cooke 2024-02-22 22:39:20 +00:00
  • e3bc9da253 refactor: move lib/postal/received_header to app/lib/received_header Adam Cooke 2024-02-22 22:38:17 +00:00
  • 5cc9eb3df7 refactor: move lib/postal/reply_separator to app/lib/reply_separator Adam Cooke 2024-02-22 22:36:46 +00:00
  • 321ab95936 refactor: move lib/postal/smtp_server to app/lib/smtp_server Adam Cooke 2024-02-22 22:36:04 +00:00
  • 73a55a5053 refactor: move senders in to app/senders/ Adam Cooke 2024-02-22 22:33:30 +00:00
  • eb246bb4e7 refactor: move app/util/* to app/lib/ Adam Cooke 2024-02-22 22:28:46 +00:00
  • 93fc120f44 refactor: move worker from lib/worker to app/lib/worker Adam Cooke 2024-02-22 22:27:52 +00:00
  • a44e1f9081 refactor: refactors message dequeueing (#2810) Adam Cooke 2024-02-22 22:26:27 +00:00
  • 07eb15246f docs: update docs for how IP address allocation works Adam Cooke 2024-02-20 21:48:57 +00:00
  • 870b26c2f2 refactor: move Postal::QueryString to app/util/query_string Adam Cooke 2024-02-21 21:10:11 +00:00
  • 05d2ec4d04 refactor: move Postal::BounceMessage to app/models/bounce_message Adam Cooke 2024-02-21 21:06:51 +00:00
  • 77faf886b3 refactor: move Postal::DKIMHeader to app/util/dkim_header Adam Cooke 2024-02-21 21:05:36 +00:00
  • ed6da11b65 chore: add annotations to factories and models specs Adam Cooke 2024-02-21 21:01:38 +00:00
  • 8765d8e57a test: add tests for DNSResolver Adam Cooke 2024-02-20 21:48:57 +00:00
  • ee86311525 test: move Postal::RpecHelpers to spec/helpers Adam Cooke 2024-02-20 21:36:20 +00:00
  • 1a4158699c refactor: refactor DNS resolution Adam Cooke 2024-02-20 21:33:56 +00:00
  • 3bbbc70bc1 test: move TestLogger to spec/helpers Adam Cooke 2024-02-20 17:08:56 +00:00
  • 2023200d91 test: add tests for Server model Adam Cooke 2024-02-20 17:08:02 +00:00
  • 8b61100082 test: additional tests for batched messages when unqueueing messages Adam Cooke 2024-02-20 10:47:11 +00:00
  • 27b7ced3bc chore: remove non-breaking spaces from comments Adam Cooke 2024-02-19 22:37:56 +00:00
  • b4016f6b49 test: add tests for message unqueueing Adam Cooke 2024-02-19 22:27:22 +00:00
  • 465f4d8247 test: fix test that was failing due to time differences Adam Cooke 2024-02-15 23:30:24 +00:00
  • 72715fe5f8 chore: upgrade ruby to 3.2.2 and nodejs to 20.x Adam Cooke 2024-02-15 20:11:04 +00:00
  • e0403ba641 refactor: refactor webhook deliveries Adam Cooke 2024-02-15 11:46:29 +00:00
  • 6eb16c3fab chore: add script for generating smtp TLS certificates Adam Cooke 2024-02-15 09:36:09 +00:00
  • 8d21adcbd4 docs: add quick contributing instructions Adam Cooke 2024-02-14 17:46:11 +00:00
  • dc8e895bfe feat: new background work process Adam Cooke 2024-02-14 13:46:04 +00:00
  • 044058d0f1 feat: more consistent logging Adam Cooke 2024-02-01 17:41:45 +00:00
  • 18ba7140b4 chore(main): release 2.3.1 (#2812) 2.3.1 github-actions[bot] 2024-02-23 22:25:22 +00:00
  • 2834e2c379 fix: update raw headers after changing messages to during parsing Adam Cooke 2024-02-23 22:16:36 +00:00
  • 559b08ddd3 chore(github-actions): allow stale action to be run on demand Adam Cooke 2024-02-22 00:30:49 +00:00
  • 57b72fb4b7 chore(github-actions): add 'docs' label to exclude from staleness checks Adam Cooke 2024-02-22 00:28:03 +00:00
  • d90a456dfa chore(github-actions): add action to close stale issues and PRs Adam Cooke 2024-02-22 00:27:15 +00:00
  • d7dce16c50 Merge pull request #2790 from postalserver/release-please--branches--main 2.3.0 Adam Cooke 2024-02-14 15:04:09 +00:00
  • b8bab1bd0e chore(main): release 2.3.0 github-actions[bot] 2024-02-13 15:59:15 +00:00
  • 7c23994d24 fix: use correct method for disconnecting smtp connections Adam Cooke 2024-02-13 15:57:59 +00:00
  • 42ab5b3a6b fix: explicitly disable TLS & starttls for unknown SSL modes Adam Cooke 2024-02-13 15:57:48 +00:00
  • f9f7fb30fe fix: retry mysql connections on message DB pool Adam Cooke 2024-02-13 15:56:40 +00:00
  • b8cb563553 Merge pull request #2801 from postalserver/smtp-tests Adam Cooke 2024-02-13 15:55:57 +00:00
  • e83e2a5e33 Merge pull request #2799 from postalserver/remove-server-fd Adam Cooke 2024-02-13 15:55:30 +00:00
  • c3c304e98b refactor: remove reloading on the smtp server Adam Cooke 2024-02-12 10:56:16 +00:00
  • 241f37e78d Merge pull request #2797 from postalserver/rubocop Adam Cooke 2024-02-13 14:24:41 +00:00
  • c83601af69 chore: silence message DB migrations during provisioning Adam Cooke 2024-02-13 11:56:48 +00:00
  • 6214892710 chore: annotate models Adam Cooke 2024-02-13 11:46:35 +00:00
  • 1fceef7cea fix: add ruby platform to gemfile Adam Cooke 2024-02-12 18:14:29 +00:00
  • dece1d487a test: add initial tests for Postal::SMTPServer::Client Adam Cooke 2024-02-12 18:07:44 +00:00
  • ec636661d5 style(rubocop): remaining offences Adam Cooke 2024-02-10 23:51:09 +00:00
  • c6326a6524 style(rubocop): Style/MultilineBlockChain Adam Cooke 2024-02-10 23:39:38 +00:00
  • 013b3ea931 style(rubocop): Style/PreferredHashMethods Adam Cooke 2024-02-10 23:37:58 +00:00
  • ffcb707247 style(rubocop): Style/MissingRespondToMissing Adam Cooke 2024-02-10 23:37:23 +00:00
  • 83ac764510 style(rubocop): Style/HashExcept Adam Cooke 2024-02-10 23:34:41 +00:00
  • c995027ff5 style(rubocop): Style/HashEachMethods Adam Cooke 2024-02-10 23:33:40 +00:00
  • ec7dcf4f9a style(rubocop): Lint/UnderscorePrefixedVariableName Adam Cooke 2024-02-10 23:32:37 +00:00
  • 278ef0886a style(rubocop): Lint/SuppressedException Adam Cooke 2024-02-10 23:31:42 +00:00
  • bab6346239 style(rubocop): Lint/DuplicateMethods Adam Cooke 2024-02-10 23:30:24 +00:00
  • a1dc0f77ac style(rubocop): Lint/DuplicateBranch Adam Cooke 2024-02-10 23:29:28 +00:00
  • 0e0aca06c9 style(rubocop): Layout/* Adam Cooke 2024-02-10 23:28:04 +00:00
  • 9ce28a427f style(rubocop): Style/SelectByRegexp Adam Cooke 2024-02-10 23:26:28 +00:00
  • 157d11457c style(rubocop): Style/GlobalVars Adam Cooke 2024-02-10 23:24:28 +00:00
  • e896f4689a style(rubocop): Style/ClassAndModuleChildren Adam Cooke 2024-02-10 23:23:29 +00:00
  • b9f3f313f8 style(rubocop): Style/AndOr Adam Cooke 2024-02-10 23:21:17 +00:00
  • 4674e63b5f style(rubocop): Lint/MissingSuper Adam Cooke 2024-02-10 23:20:30 +00:00
  • be97f43308 style(rubocop): disable Style/SpecialGlobalVars Adam Cooke 2024-02-10 23:18:12 +00:00
  • 75be690748 style(rubocop): Style/GlobalStdStream Adam Cooke 2024-02-10 23:17:15 +00:00
  • 9563f30c96 style(rubocop): Naming/MemoizedInstanceVariableName Adam Cooke 2024-02-10 23:16:41 +00:00