Weekly Project News

Subscribe
Archives

Weekly GitHub Report for Monica: May 05, 2025 - May 12, 2025 (12:03:07)

Weekly GitHub Report for Monica

Thank you for subscribing to our weekly newsletter! Each week, we deliver a comprehensive summary of your GitHub project's latest activity right to your inbox, including an overview of your project's issues, pull requests, contributors, and commit activity.


Table of Contents

  • I. News
    • 1.1. Recent Version Releases
    • 1.2. Other Noteworthy Updates
  • II. Issues
    • 2.1. Top 5 Active Issues
    • 2.2. Top 5 Stale Issues
    • 2.3. Open Issues
    • 2.4. Closed Issues
    • 2.5. Issue Discussion Insights
  • III. Pull Requests
    • 3.1. Open Pull Requests
    • 3.2. Closed Pull Requests
    • 3.3. Pull Request Discussion Insights
  • IV. Contributors
    • 4.1. Contributors

I. News

1.1 Recent Version Releases:

The current version of this repository is v4.1.2

1.2 Version Information:

Version 4.1.2, released on May 4, 2024, addresses a bug fix related to the contact listing feature, ensuring that the updated_at date is no longer incorrectly modified for all contacts.

II. Issues

2.1 Top 5 Active Issues:

We consider active issues to be issues that that have been commented on most frequently within the last week. Bot comments are omitted.

  1. [Chandler] No redirect occurs after login: This issue describes a bug in the Chandler version of the Monica application where users are not automatically redirected to the /vaults page after logging in, requiring them to refresh the page to proceed. The problem occurs in a self-hosted instance using the Docker image with Apache and MySQL, specifically in version 5.0.0-beta.5.

    • A comment suggests that the issue is related to mixed content, where the page is loaded over HTTPS but requests an insecure HTTP endpoint, causing the request to be blocked. The commenter resolved the issue by forcing HTTPS through the APP_URL environment variable, indicating a need for the API to make requests over HTTPS.
    • Number of comments this week: 1

Since there were fewer than 5 open issues, all of the open issues have been listed above.

2.2 Top 5 Stale Issues:

We consider stale issues to be issues that has had no activity within the last 30 days. The team should work together to get these issues resolved and closed as soon as possible.

  1. Call log not recorded in activity feed: This issue pertains to a bug in the Monica application where call logs are not being recorded in the activity feed, despite other activities such as creating notes or adding phone numbers being successfully logged. The problem has been present for over 404 days and affects users of the beta version 5.0.0-beta.3, specifically on the official cloud platform, with no apparent server or database engine involvement.
  2. Add the ability to choose multiple contacts at the same time in "Add a relationship" in Chandler.: This issue is about enhancing the "Add a relationship" feature in Chandler by allowing users to select multiple contacts simultaneously, which would streamline the process of adding social relationships and save users time and effort. The current limitation of selecting only one contact at a time is seen as inefficient, and the proposed solution suggests leveraging an existing button to facilitate the selection of multiple contacts at once.
  3. Create contact releationship form has optional "I know the name" text boxes for that appear out of order: This issue pertains to a bug in the "Create contact relationship" form of the Monica application, where optional "I know the name" text boxes appear out of order, causing a confusing user interface. The problem is that when users select various options like "+ last name" and "+ nickname," the text boxes do not align correctly under the "I know the name" section, leading to a disorganized layout that affects the user experience.
  4. Feature Request: Label Contact ( Phone ) Numbers in vCARD Exports: This issue is a feature request for the Monica application, aiming to improve the labeling of phone numbers in vCARD exports by allowing them to be clearly identified as 'Mobile,' 'Office,' or 'Home.' Currently, when users attempt to customize these labels, they are incorrectly imported into Google Contacts as URLs, causing confusion and making it difficult to distinguish between different types of contact numbers.
  5. reopening -- I have a Letsencrypt certificate that matches the domain, and the still receiving the error:: This issue involves a user experiencing a persistent error related to a Let's Encrypt certificate that matches their domain, yet they continue to encounter a problem with the stream_socket_enable_crypto() function during the STARTTLS process. Despite the certificate being correctly configured, the error remains unresolved, prompting the user to reopen the issue for further investigation and assistance.

2.3 Open Issues

This section lists, groups, and then summarizes issues that were created within the last week in the repository.

Issues Opened This Week: 1

Summarized Issues:

  • Login Redirection Bug in Monica Application: Users of the Chandler version of the Monica application experience a bug where they are not automatically redirected to the '/vaults' page after logging in. This issue may be caused by mixed content problems, where resources are loaded over HTTP instead of HTTPS, and can be temporarily fixed by setting the APP_URL environment variable to HTTPS.
    • issues/7696

2.4 Closed Issues

This section lists, groups, and then summarizes issues that were closed within the last week in the repository. This section also links the associated pull requests if applicable.

Issues Closed This Week: 0

Summarized Issues:

As of our latest update, there were no issues closed in the project this week.

2.5 Issue Discussion Insights

This section will analyze the tone and sentiment of discussions within this project's open and closed issues that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.

Based on our analysis, there are no instances of toxic discussions in the project's open or closed issues from the past week.


III. Pull Requests

3.1 Open Pull Requests

This section provides a summary of pull requests that were opened in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.

Pull Requests Opened This Week: 1

Key Open Pull Requests

1. fix: remove duplicate reminders displayed in vault reminders when multiple notification channels exist: This pull request addresses issue #7675 by removing duplicate reminders in the vault reminders view when multiple notification channels are present, achieved by introducing a unique contact_reminders_id to de-duplicate entries.

  • URL: pull/7697
  • Merged: No
  • Associated Commits: e7327, 0ff1a

3.2 Closed Pull Requests

This section provides a summary of pull requests that were closed in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.

Pull Requests Closed This Week: 4

Key Closed Pull Requests

1. feat: add true userless login and refactor Login page: This pull request introduces a feature for true userless login and includes a refactoring of the Login page, as evidenced by the series of commits addressing the implementation, updates, and test fixes, ultimately merging into the main project on May 6, 2025.

  • URL: pull/7676
  • Merged: 2025-05-06T16:34:47Z
  • Associated Commits: 67b8f, 803f7, 2b139, 39808, f794f, fb606

2. chore(deps): upgrade depenencies: This pull request involves upgrading dependencies in the Monica project, as indicated by the title and commit message, and was successfully merged on May 6, 2025.

  • URL: pull/7693
  • Merged: 2025-05-06T20:28:15Z
  • Associated Commits: cbbfe

3. fix: fix some layout issues: This pull request addresses and resolves certain layout issues in the Monica project, as indicated by the commit message, and was successfully merged on May 6, 2025.

  • URL: pull/7694
  • Merged: 2025-05-06T20:35:27Z
  • Associated Commits: b35e8

Other Closed Pull Requests

  • Browser Support Enhancements: This topic covers improvements made to the Monica application to enhance its compatibility across different web browsers. The pull request aimed at ensuring that users have a consistent experience regardless of the browser they use, as demonstrated by the commit with the SHA fa18158594a4e4e82be4a762b8510c19a1012af0.
    • pull/7695

3.3 Pull Request Discussion Insights

This section will analyze the tone and sentiment of discussions within this project's open and closed pull requests that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.

Based on our analysis, there are no instances of toxic discussions in the project's open or closed pull requests from the past week.


IV. Contributors

4.1 Contributors

Active Contributors:

We consider an active contributor in this project to be any contributor who has made at least 1 commit, opened at least 1 issue, created at least 1 pull request, or made more than 2 comments in the last month.

If there are more than 10 active contributors, the list is truncated to the top 10 based on contribution metrics for better clarity.

Contributor Commits Pull Requests Issues Comments
asbiin 31 4 0 0
cmpickle 2 1 2 1
hoggatt 0 0 1 0
mpathy 0 0 1 0

Don't miss what's next. Subscribe to Weekly Project News:
Powered by Buttondown, the easiest way to start and grow your newsletter.