[PR #1205] [MERGED] Fixed attachment dir when config type is set to DB #1337

Closed
opened 2026-02-25 21:37:58 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1205
Author: @josaphatim
Created: 8/29/2024
Status: Merged
Merged: 8/30/2024
Merged by: @kroky

Base: masterHead: fixed-user-setting-db


📝 Commits (1)

  • 3837da7 Fixed attachment dir when config type is set to DB

📊 Changes

19 files changed (+11 additions, -101 deletions)

View changed files

📝 .env.example (+0 -1)
📝 .github/tests/.env (+0 -1)
📝 .travis/.env (+0 -1)
📝 config/2fa.php (+0 -4)
📝 config/app.php (+8 -32)
📝 config/carddav.php (+0 -10)
📝 config/dynamic_login.php (+0 -4)
📝 config/github.php (+0 -4)
📝 config/ldap.php (+0 -4)
📝 config/recaptcha.php (+0 -4)
📝 config/themes.php (+0 -4)
📝 config/wordpress.php (+0 -4)
📝 docker/docker-entrypoint.sh (+0 -2)
📝 lib/auth.php (+1 -1)
📝 lib/ini_set.php (+1 -1)
📝 modules/smtp/modules.php (+1 -1)
modules/wordpress/wordpress.ini (+0 -13)
📝 scripts/create_config.php (+0 -5)
📝 scripts/setup_system.sh (+0 -5)

📄 Description

  • Removed use of app_data as it is not used anymore
  • Removed comment attaching attachment_dir to user_config_type

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/1205 **Author:** [@josaphatim](https://github.com/josaphatim) **Created:** 8/29/2024 **Status:** ✅ Merged **Merged:** 8/30/2024 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `fixed-user-setting-db` --- ### 📝 Commits (1) - [`3837da7`](https://github.com/cypht-org/cypht/commit/3837da714ba7e3d3a49a723369dd71b9cbce1641) Fixed attachment dir when config type is set to DB ### 📊 Changes **19 files changed** (+11 additions, -101 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+0 -1) 📝 `.github/tests/.env` (+0 -1) 📝 `.travis/.env` (+0 -1) 📝 `config/2fa.php` (+0 -4) 📝 `config/app.php` (+8 -32) 📝 `config/carddav.php` (+0 -10) 📝 `config/dynamic_login.php` (+0 -4) 📝 `config/github.php` (+0 -4) 📝 `config/ldap.php` (+0 -4) 📝 `config/recaptcha.php` (+0 -4) 📝 `config/themes.php` (+0 -4) 📝 `config/wordpress.php` (+0 -4) 📝 `docker/docker-entrypoint.sh` (+0 -2) 📝 `lib/auth.php` (+1 -1) 📝 `lib/ini_set.php` (+1 -1) 📝 `modules/smtp/modules.php` (+1 -1) ➖ `modules/wordpress/wordpress.ini` (+0 -13) 📝 `scripts/create_config.php` (+0 -5) 📝 `scripts/setup_system.sh` (+0 -5) </details> ### 📄 Description - Removed use of app_data as it is not used anymore - Removed comment attaching `attachment_dir` to `user_config_type` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:58 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1337
No description provided.