mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-04-25 12:15:50 +03:00
[PR #295] [MERGED] Option to disable changing configuration #833
Labels
No labels
Fixed (Pending PR Merge)
Stale
bug
enhancement
enhancement
good first issue
help wanted
keep-open
needs more info
pull-request
question
theme
unfortunate
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whoogle-search#833
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:disable-client-config📝 Commits (7)
447a415Add option to disable changing of configuratione2380a5Fix conflictsb1a1bd6Fix config changing crashe7be6c4Update app/templates/index.html6b38c2bMade some changes45f1f1eMerge branch 'main' into disable-client-config03ee15aAdd 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.