Page MenuHomePhorge
Feed Search

Aug 2 2023

machniak committed rSe7d70fbd3945: Fix "timezone is no valid property of Syncroton_Model_EventException" error.
Aug 2 2023, 12:49 PM
machniak committed rPed77d4e22154: Python3 compat. fixes in wallace.
Aug 2 2023, 11:48 AM
machniak committed rP27a2aeeb5230: Fix pyhont3 compat. in the resources module.
Aug 2 2023, 10:40 AM
machniak committed rP2b827eb7dffc: Python3 compat. fix in invitation policy.
Aug 2 2023, 10:40 AM
machniak requested review of D4493: Fix list_user_folders() returning duplicates.
Aug 2 2023, 10:07 AM
machniak committed rPe925d7b7e9e5: Fix hashlib.md5() call compatibility with python3.
Aug 2 2023, 9:48 AM
machniak committed rK5fb8dbe90361: Use more appropriate %F instead of %f in sprintf().
Aug 2 2023, 9:46 AM

Aug 1 2023

machniak committed rRPK36d8b80300fc: Don't "inherit" free_busy flag from the iTip invitation.
Aug 1 2023, 1:57 PM
machniak committed rS273eaa2d1be8: Fix PHP8 warning.
Aug 1 2023, 1:37 PM
machniak committed rRPK5d2822526455: Fix PHP8 warning.
Aug 1 2023, 1:34 PM
Christian Mollekopf <mollekopf@apheleia-it.ch> committed rS29513eb82bfe: Get rid of isDummyOutlookUpdate() (authored by machniak).
Aug 1 2023, 10:48 AM
machniak closed D4487: Get rid of isDummyOutlookUpdate().
Aug 1 2023, 10:48 AM
machniak updated the diff for D4487: Get rid of isDummyOutlookUpdate().
  • Fixup
Aug 1 2023, 10:35 AM
Christian Mollekopf <mollekopf@apheleia-it.ch> committed rS4dc64c381ce8: Get rid of isDummyOutlookUpdate() (authored by machniak).
Aug 1 2023, 9:04 AM
machniak committed rRPK1b212f3ee28a: Fix PHP8 warnings.
Aug 1 2023, 8:47 AM
machniak requested review of D4487: Get rid of isDummyOutlookUpdate().
Aug 1 2023, 6:12 AM

Jul 31 2023

machniak committed rK87398b587d3a: Fix mail jobs retrying setup properties, unify.
Jul 31 2023, 12:13 PM
machniak closed D4424: Fix mail jobs retrying setup properties, unify.
Jul 31 2023, 12:13 PM
machniak accepted D4481: Update our attendee status based on the busyStatus.
Jul 31 2023, 11:21 AM

Jul 28 2023

machniak added a comment to D4481: Update our attendee status based on the busyStatus.

Another thing is the BusyStatus property spec. does not make sense. https://learn.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-ascal/9a37b42c-6762-4d3e-9e05-9c9221a1cd06 Note that the description is different if it is a part of an Exception.

Jul 28 2023, 1:42 PM
machniak requested changes to D4481: Update our attendee status based on the busyStatus.

I'm afraid that, if an organizer updates his event, this will add organizer as an extra attendee, looking at update_attendee_status() code.

Jul 28 2023, 12:16 PM
machniak committed rRPK83fd802cc4de: Fix PHP8 warnings.
Jul 28 2023, 12:07 PM
machniak committed rS95e1455fe642: Fix PHP8 warning.
Jul 28 2023, 12:06 PM
machniak committed rWAP1e50cce7aadc: Fix PHP8 warnings.
Jul 28 2023, 11:47 AM
machniak committed rPNLbc02cfe80148: Fix PHP8 warning.
Jul 28 2023, 10:54 AM
machniak committed rS6f7fb0b7ac97: Fix PHP8 warnings.
Jul 28 2023, 10:44 AM
machniak committed rWAPa27bf904176e: Fix PHP8 warning.
Jul 28 2023, 10:13 AM
machniak committed rWAPb225e13c88ad: Fix PHP8 warnings, CS fixes.
Jul 28 2023, 10:09 AM
machniak committed rPNL143f1c353409: Fix "Undefined wariable" warning.
Jul 28 2023, 9:59 AM
machniak committed rCd2ffd1b70b6a: Uploading Files to Subdirectories on seafile backends doesn't work (authored by dhoffend).
Jul 28 2023, 9:35 AM
machniak closed D3475: Uploading Files to Subdirectories on seafile backends doesn't work.
Jul 28 2023, 9:34 AM · Chwala

Jul 27 2023

machniak lowered the priority of T7472: wallace does not deliver 8bit encoded utf-8 mails, throws UnicodeEncodeError from Needs Triage to High.
Jul 27 2023, 2:08 PM · PyKolab, Bug Reports
machniak assigned T7472: wallace does not deliver 8bit encoded utf-8 mails, throws UnicodeEncodeError to mollekopf.

Confirmed. The following patch seems to help even though I don't see BODY=8BITMIME to be used. So, it might be an incomplete solution.

--- a/wallace/modules.py
+++ b/wallace/modules.py
@@ -153,6 +153,10 @@ def _sendmail(sender, recipients, msg):
     if conf.debuglevel > 8:
         smtp.set_debuglevel(1)
Jul 27 2023, 2:03 PM · PyKolab, Bug Reports
machniak requested review of D4475: Don't ACCEPT mail in the footer module.
Jul 27 2023, 10:51 AM
machniak accepted D4436: Initial support for meeting request.
Jul 27 2023, 10:04 AM
machniak added inline comments to D4436: Initial support for meeting request.
Jul 27 2023, 8:16 AM
Christian Mollekopf <mollekopf@apheleia-it.ch> committed rSb8b3418644da: Fix performance by skipping XML debug when debugging is disabled (authored by machniak).
Jul 27 2023, 7:16 AM
machniak committed rSb24556da047e: Fix performance by skipping XML debug when debugging is disabled.
Jul 27 2023, 6:56 AM
machniak closed D4430: Fix performance by skipping XML debug when debugging is disabled.
Jul 27 2023, 6:56 AM
machniak requested changes to D4436: Initial support for meeting request.
Jul 27 2023, 6:55 AM
Christian Mollekopf <mollekopf@apheleia-it.ch> committed rPf96ca3d2181b: Fix bugs in invitation policy module (python3 compat.) and GETMETADATA (authored by machniak).
Jul 27 2023, 6:49 AM
machniak closed D4451: Fix bugs in invitation policy module (python3 compat.) and GETMETADATA.
Jul 27 2023, 6:49 AM

Jul 26 2023

machniak accepted D4457: Lookup existing events even when creating a new event.
Jul 26 2023, 5:21 PM
machniak committed rP9a4e5d6761b4: Fix error when mail sender var is a list (T850939).
Jul 26 2023, 1:28 PM
machniak closed D4469: Fix error when mail sender var is a list (T850939).
Jul 26 2023, 1:28 PM
machniak committed rPa9f988dad24b: Add footer_sender_exceptions option (T850567).
Jul 26 2023, 1:28 PM
machniak closed D4463: Add footer_sender_exceptions option (T850567).
Jul 26 2023, 1:28 PM
machniak requested changes to D4457: Lookup existing events even when creating a new event.
Jul 26 2023, 1:04 PM
machniak requested review of D4469: Fix error when mail sender var is a list (T850939).
Jul 26 2023, 10:15 AM
machniak requested review of D4463: Add footer_sender_exceptions option (T850567).
Jul 26 2023, 10:06 AM

Jul 25 2023

machniak requested review of D4451: Fix bugs in invitation policy module (python3 compat.) and GETMETADATA.
Jul 25 2023, 11:55 AM

Jul 24 2023

machniak requested changes to D4436: Initial support for meeting request.
Jul 24 2023, 1:02 PM
machniak accepted D4445: Log a message if we detect a dummy event.
Jul 24 2023, 12:42 PM
machniak committed rK320203e36a0a: Fix From/Reply-To headers (T622657).
Jul 24 2023, 12:41 PM
machniak closed D4382: Fix From/Reply-To headers (T622657).
Jul 24 2023, 12:41 PM
machniak committed rRPKc350c1ebbf2f: Fix issues in the Delegate Invitation dialog.
Jul 24 2023, 9:11 AM

Jul 21 2023

machniak committed rRPK79db2b2c4573: Add 'calendar_rsvp_actions' option.
Jul 21 2023, 5:23 PM
machniak updated the diff for D4430: Fix performance by skipping XML debug when debugging is disabled.
  • Upstream compat.
Jul 21 2023, 7:24 AM
machniak requested review of D4430: Fix performance by skipping XML debug when debugging is disabled.
Jul 21 2023, 7:20 AM

Jul 20 2023

machniak committed rS65ce7a95bd37: Fix PHP8 warnings.
Jul 20 2023, 2:16 PM
machniak committed rIb30e6ba15f16: Fix PHP warnings.
Jul 20 2023, 2:01 PM
machniak committed rS3fdba9a7f0fb: Don't limit size of debug-logged XML responses.
Jul 20 2023, 1:37 PM

Jul 19 2023

machniak committed rScc358f7c55a4: Fix PHP8 warning.
Jul 19 2023, 6:17 PM
machniak requested review of D4424: Fix mail jobs retrying setup properties, unify.
Jul 19 2023, 2:13 PM
machniak committed rKb7d31cfda9f4: Log sent mail into the event log.
Jul 19 2023, 8:27 AM
machniak closed D4418: Log sent mail into the event log.
Jul 19 2023, 8:27 AM
machniak updated the diff for D4382: Fix From/Reply-To headers (T622657).
  • Merge branch 'master' into dev/replyto-fix
  • Be more specific in the config file
Jul 19 2023, 6:54 AM

Jul 17 2023

Christian Mollekopf <mollekopf@apheleia-it.ch> committed rSea0018d76845: Improve performance of changing mail message flag (authored by machniak).
Jul 17 2023, 2:48 PM
machniak closed D4406: Improve performance of changing mail message flag.
Jul 17 2023, 2:48 PM
machniak committed rKe9163b4cd323: Fix test regression.
Jul 17 2023, 1:22 PM
machniak committed rKa6808d3de337: Event Log (History).
Jul 17 2023, 1:22 PM
machniak closed D4400: Event Log (History).
Jul 17 2023, 1:22 PM
machniak committed rK187586331670: Make Artisan to not require database connection when not needed, other….
Jul 17 2023, 1:22 PM
machniak closed D4388: Make Artisan to not require database connection when not needed, other improvements.
Jul 17 2023, 1:22 PM
machniak committed rKccefa99c0b64: Domain ownership verification -> Domain ownership confirmation.
Jul 17 2023, 1:22 PM
machniak closed D4394: Domain ownership verification -> Domain ownership confirmation.
Jul 17 2023, 1:22 PM
machniak committed rKc9141fd0e145: Laravel v10.
Jul 17 2023, 1:22 PM
machniak closed D4412: Laravel v10.
Jul 17 2023, 1:22 PM
machniak requested review of D4418: Log sent mail into the event log.
Jul 17 2023, 11:13 AM

Jul 13 2023

machniak committed rRPKdae51e28a1bc: Fix PHP8 warning.
Jul 13 2023, 10:28 AM

Jul 12 2023

machniak requested review of D4412: Laravel v10.
Jul 12 2023, 11:58 AM

Jul 11 2023

machniak committed rK98362257f800: Use proper controller for a reseller route.
Jul 11 2023, 12:59 PM
machniak committed rKc70d75c5f934: Use https:// for javascript assets.
Jul 11 2023, 12:59 PM

Jul 10 2023

machniak retitled D4400: Event Log (History) from WIP: Event Log
Jul 10 2023, 12:56 PM
machniak updated the diff for D4400: Event Log (History).
  • Tests
Jul 10 2023, 10:57 AM

Jul 7 2023

machniak updated the diff for D4400: Event Log (History).
  • Domain History tab and suspend/unsuspend comments for the eventlog
  • Groups History tab, suspend/unsuspend comment for eventlog
  • Remove EventLog entries on user/group/domain force-delete
Jul 7 2023, 2:38 PM
machniak requested review of D4406: Improve performance of changing mail message flag.
Jul 7 2023, 9:42 AM

Jul 6 2023

machniak updated the diff for D4400: Event Log (History).
  • History tab, Optional comment for suspend/unsuspend action, Suspend/Unsuspend events in eventlog
  • Add --comment option to user:suspend and user:unsuspend commands
Jul 6 2023, 8:58 AM

Jun 27 2023

machniak committed rK5abd8ac8e716: Point a route to the proper controller.
Jun 27 2023, 12:56 PM

Jun 26 2023

machniak requested review of D4400: Event Log (History).
Jun 26 2023, 12:06 PM
machniak requested review of D4400: Event Log (History).
Jun 26 2023, 12:06 PM
machniak closed T6610: style.css and files_api.js only http not https as Invalid.
Jun 26 2023, 9:41 AM · Bug Reports

Jun 23 2023

machniak committed rRPK83d5c9f7f529: Fix handling of kolab_freebusy_server=false (and other empty values).
Jun 23 2023, 12:42 PM
machniak committed rRPK5863bcc94723: Fix PHP8 warnings.
Jun 23 2023, 11:16 AM
machniak committed rRPKe72b765d20d4: Fix PHP8 warning.
Jun 23 2023, 11:08 AM
machniak committed rKe23635b07b66: Add test for Domain::verify().
Jun 23 2023, 8:20 AM
machniak updated the diff for D4394: Domain ownership verification -> Domain ownership confirmation.
  • French locale update
Jun 23 2023, 7:54 AM
machniak requested review of D4394: Domain ownership verification -> Domain ownership confirmation.
Jun 23 2023, 7:42 AM

Jun 21 2023

machniak committed rS6f313b23c588: Small CS fixes.
Jun 21 2023, 11:53 AM
machniak updated the diff for D4388: Make Artisan to not require database connection when not needed, other improvements.
  • Add test
Jun 21 2023, 10:05 AM