Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull stable into develop #7

Merged
merged 4 commits into from
Jun 17, 2023
Merged

Pull stable into develop #7

merged 4 commits into from
Jun 17, 2023

Commits on Jun 17, 2023

  1. Update stable to 4.1.0 (#6)

    * A few optimizations
    
    - Reduce Docker image size
    - Migrate requirements.txt to Pipfile
    - Remove unused dependencies
    - Add a few unnecessary files in .dockerignore
    
    * Pull modmail-dev#3281
    
    * Pull modmail-dev#3279
    
    * Pull modmail-dev#3278
    
    * Pull modmail-dev#3277 & proper indentation
    
    * Squashed commit of the following:
    
    commit 2e32d6e
    Merge: 51a023c b21037c
    Author: Martin <[email protected]>
    Date:   Sun Apr 9 21:22:08 2023 +0200
    
        Merge branch 'modmail-dev:master' into master
    
    commit 51a023c
    Author: Martin <[email protected]>
    Date:   Mon Apr 3 13:35:56 2023 +0200
    
        Changelog+Small fixes
    
    commit f5f25b5
    Author: Martin <[email protected]>
    Date:   Mon Apr 3 13:10:35 2023 +0200
    
        confirm_thread_creation Buttons instead of reactions
    
    commit 11e094c
    Merge: ebd38d3 e919304
    Author: Taku <[email protected]>
    Date:   Tue Mar 14 05:19:54 2023 -0700
    
        Merge branch 'master' into master
    
    commit ebd38d3
    Author: Taku <[email protected]>
    Date:   Tue Mar 14 05:18:17 2023 -0700
    
        Fix indentations
    
    commit b77e435
    Author: Martin <[email protected]>
    Date:   Sun Mar 12 17:22:42 2023 +0100
    
        Reminder Plugin
    
        Created a reminder plugin
    
    * Pull modmail-dev/modmail#modmail-dev#3271
    
    * Squashed commit of the following:
    
    commit 13437cd
    Author: baptiste0928 <[email protected]>
    Date:   Tue Mar 21 22:29:24 2023 +0100
    
        Format with black
    
    commit 8a6ecd6
    Merge: d9e364e 02250e8
    Author: Taku <[email protected]>
    Date:   Tue Mar 21 13:30:40 2023 -0700
    
        Merge branch 'development' into feat/guild-icon-size
    
        Signed-off-by: Taku <[email protected]>
    
    commit d9e364e
    Author: baptiste0928 <[email protected]>
    Date:   Sun Mar 19 20:17:35 2023 +0100
    
        Update changelog
    
    commit d0bfeb4
    Author: baptiste0928 <[email protected]>
    Date:   Sun Mar 19 20:06:20 2023 +0100
    
        Set size for guild icons on embeds
    
    * Format with black
    
    * Pull modmail-dev/modmail#modmail-dev#3233
    
    * Squashed commit of the following:
    
    commit cf3444a
    Author: Khakers <[email protected]>
    Date:   Tue Jan 24 14:13:15 2023 -0800
    
        Add dm_channel_id field to log entry
    
    * Update changelog, workflow & remove bandit
    
    * Pull modmail-dev#3272 + lock dependencies
    
    * Add docs boilerplate + bumppython version
    
    * Dpy bump, add versions for ?about
    
    * Format with black
    
    * Update README.md
    
    * Fix permission error when installing plugin
    
    * Add new mention_message config, black + ruff
    
    * Switch from root to app user for Docker
    
    * Add support for trailing space in prefix
    
    * Add logviewer as built-in plugin
    
    * logviewer plugin enhancements
    
    * Minor logviewer changes
    
    * Update changelog + logviewer pomelo change
    
    * add pomelo for logbase
    
    * Change logviewer favicon
    
    * Refactor loglist object with proper serialization
    
    * Remove favicon to untrack later
    
    * fix log entry key error
    
    * Replace local favicon with remote avatar
    
    * Add markdown header support
    
    * Switch repo link and branch
    
    * Change more repo links
    
    * Handle properly when loglist is the index page
    
    * toggle off internal message checkbox on load
    
    * Remove trailing slash, fix broken log url on index
    
    * Fix broken default avatar url
    
    * Fix pathing issue on displaying log list in index
    
    * Add placeholder for not logged in user
    
    * Fix blockquote parsing emote ending
    
    * Whoops, remove comment
    
    * Fix blockquote parsing + oauth navbar indicator
    
    * Update docs
    
    * config and docs change
    
    * Update FUNDING.yml
    
    * Update docs
    
    * Update ignores + workflow
    
    * Tweak loadcheck
    
    * tweak loadcheck (2)
    
    * blegh
    
    * ✨
    
    * Attempt to fix invalid guild_id on test
    
    * Docs update
    
    * Terminate process more gracefully
    
    * Update dependencies for Python 3.11
    
    * Refactor logviewer pomelo changes
    
    * Minify docker image size
    
    * Remove unused files
    
    * bump black to fix checks
    
    * Update dev requirements
    
    * Update workflow
    
    * More pomelo changes
    
    * Replace avatar with local asset
    
    * Fix broken author avatar on `logs` command
    
    * Implement pomelo on channel name
    
    * Format with black
    
    * Add pre-commit hook
    
    * Update requirements
    
    * Overhaul block functionality
    
    * Add plugin uninstall alias
    
    * Update python badge
    
    * Update README.md
    
    * Update README.md
    
    * Fix block datetime not being timezone aware
    
    * Remove cairosvg
    
    * Fix copy paste mistake
    
    * Another copy paste issue sigh
    
    * Fix NoneType on parse
    
    * Improve block check and add message cooldown
    
    * bump dpy
    
    * Update internal dpy version
    
    * Update ?info command for pomelo
    
    * Bump version
    
    * Fix missing package error
    
    * Fix index compile error
    raidensakura authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    586b30b View commit details
    Browse the repository at this point in the history
  2. Update changelog

    raidensakura committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    91170df View commit details
    Browse the repository at this point in the history
  3. Update README.md

    raidensakura authored Jun 17, 2023
    Configuration menu
    Copy the full SHA
    e46fbb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0707c55 View commit details
    Browse the repository at this point in the history