[PR #295] [MERGED] Option to disable changing configuration #833

Closed
opened 2026-02-25 20:36:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/benbusby/whoogle-search/pull/295
Author: @m4rocks
Created: 4/22/2021
Status: Merged
Merged: 4/27/2021
Merged by: @benbusby

Base: mainHead: disable-client-config


📝 Commits (7)

  • 447a415 Add option to disable changing of configuration
  • e2380a5 Fix conflicts
  • b1a1bd6 Fix config changing crash
  • e7be6c4 Update app/templates/index.html
  • 6b38c2b Made some changes
  • 45f1f1e Merge branch 'main' into disable-client-config
  • 03ee15a Add test for disabling config, update response code

📊 Changes

6 files changed (+133 additions, -107 deletions)

View changed files

📝 app.json (+5 -0)
📝 app/__init__.py (+1 -0)
📝 app/routes.py (+6 -2)
📝 app/templates/index.html (+107 -105)
📝 test/test_routes.py (+13 -0)
📝 whoogle.env (+1 -0)

📄 Description

Added a simple option to disable changing of configuration. I don't think it's something necessary but it's a nice thing to have. I guess public instances could have something like this enabled. Testing is not implemented yet.


🔄 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/benbusby/whoogle-search/pull/295 **Author:** [@m4rocks](https://github.com/m4rocks) **Created:** 4/22/2021 **Status:** ✅ Merged **Merged:** 4/27/2021 **Merged by:** [@benbusby](https://github.com/benbusby) **Base:** `main` ← **Head:** `disable-client-config` --- ### 📝 Commits (7) - [`447a415`](https://github.com/benbusby/whoogle-search/commit/447a415e168c0221bf190578434b4d12f1b99c13) Add option to disable changing of configuration - [`e2380a5`](https://github.com/benbusby/whoogle-search/commit/e2380a5c74e1fbf9257f20ede13aaceb9d4f8362) Fix conflicts - [`b1a1bd6`](https://github.com/benbusby/whoogle-search/commit/b1a1bd6c3145874e9a6e2d4311a96578f495e534) Fix config changing crash - [`e7be6c4`](https://github.com/benbusby/whoogle-search/commit/e7be6c4156dc649d6a4a2e48b0e5742522930dbe) Update app/templates/index.html - [`6b38c2b`](https://github.com/benbusby/whoogle-search/commit/6b38c2b6cf48ff0ef06d4fefe2d568780598c3db) Made some changes - [`45f1f1e`](https://github.com/benbusby/whoogle-search/commit/45f1f1e857a2a150e3727d15bc16154364c130fa) Merge branch 'main' into disable-client-config - [`03ee15a`](https://github.com/benbusby/whoogle-search/commit/03ee15a938cf72f713afeff2131687acfb9a262a) Add test for disabling config, update response code ### 📊 Changes **6 files changed** (+133 additions, -107 deletions) <details> <summary>View changed files</summary> 📝 `app.json` (+5 -0) 📝 `app/__init__.py` (+1 -0) 📝 `app/routes.py` (+6 -2) 📝 `app/templates/index.html` (+107 -105) 📝 `test/test_routes.py` (+13 -0) 📝 `whoogle.env` (+1 -0) </details> ### 📄 Description Added a simple option to disable changing of configuration. I don't think it's something necessary but it's a nice thing to have. I guess public instances could have something like this enabled. Testing is not implemented yet. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:36:51 +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/whoogle-search#833
No description provided.