{"id":14449186,"url":"https://github.com/kid1194/frappe-strict-session-defaults","last_synced_at":"2025-08-28T03:31:33.180Z","repository":{"id":57853944,"uuid":"528551783","full_name":"kid1194/frappe-strict-session-defaults","owner":"kid1194","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-17T18:28:55.000Z","size":92,"stargazers_count":3,"open_issues_count":0,"forks_count":13,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-25T09:51:42.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kid1194.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-24T18:42:17.000Z","updated_at":"2024-03-12T17:56:38.000Z","dependencies_parsed_at":"2023-01-29T17:45:19.131Z","dependency_job_id":null,"html_url":"https://github.com/kid1194/frappe-strict-session-defaults","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kid1194/frappe-strict-session-defaults","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kid1194%2Ffrappe-strict-session-defaults","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kid1194%2Ffrappe-strict-session-defaults/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kid1194%2Ffrappe-strict-session-defaults/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kid1194%2Ffrappe-strict-session-defaults/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kid1194","download_url":"https://codeload.github.com/kid1194/frappe-strict-session-defaults/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kid1194%2Ffrappe-strict-session-defaults/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272430560,"owners_count":24933886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-28T02:00:10.768Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-01T08:01:10.184Z","updated_at":"2025-08-28T03:31:32.905Z","avatar_url":"https://github.com/kid1194.png","language":"JavaScript","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Frappe Strict Session Defaults\n\nA small plugin for Frappe that enforces and manages the session defaults popup.\n\n---\n\n### Table of Contents\n- [Requirements](#requirements)\n- [Setup](#setup)\n  - [Install](#install)\n  - [Update](#update)\n  - [Uninstall](#uninstall)\n- [Usage](#usage)\n- [Issues](#issues)\n- [License](#license)\n\n---\n\n### Requirements\n- Frappe \u003e= v13.0.0\n\n---\n\n#### Setup\n\n⚠️ *Important* ⚠️\n\n*Do not forget to replace [sitename] with the name of your site in all commands.*\n\n#### Install\n1. Go to bench directory\n\n```\ncd ~/frappe-bench\n```\n\n2. Get plugin from Github\n\n*(Required only once)*\n\n```\nbench get-app https://github.com/kid1194/frappe-strict-session-defaults\n```\n\n3. Build plugin\n\n*(Required only once)*\n\n```\nbench build --app strict_session_defaults\n```\n\n4. Install plugin on a specific site\n\n```\nbench --site [sitename] install-app strict_session_defaults\n```\n\n5. Check the usage section below\n\n#### Update\n1. Go to app directory\n\n```\ncd ~/frappe-bench/apps/strict_session_defaults\n```\n\n2. Get updates from Github\n\n```\ngit pull\n```\n\n3. Go to bench directory\n\n```\ncd ~/frappe-bench\n```\n\n4. Build plugin\n\n```\nbench build --app strict_session_defaults\n```\n\n5. Update a specific site\n\n```\nbench --site [sitename] migrate\n```\n\n6. (Optional) Restart bench\n\n```\nbench restart\n```\n\n#### Uninstall\n1. Go to bench directory\n\n```\ncd ~/frappe-bench\n```\n\n2. Uninstall plugin from a specific site\n\n```\nbench --site [sitename] uninstall-app strict_session_defaults\n```\n\n3. Remove plugin from bench\n\n```\nbench remove-app strict_session_defaults\n```\n\n4. (Optional) Restart bench\n\n```\nbench restart\n```\n\n---\n\n### Usage\n1. Go to `Strict Session Defaults Settings`\n2. Check `Is Enabled` box\n3. Select the `Roles Condition` desired\n4. Add the roles that the condition applies to\n5. Handle the `Users Condition` and `Users` in the same way\n\n---\n\n### Issues\nIf you find bug in the plugin, please create a [bug report](https://github.com/kid1194/frappe-strict-session-defaults/issues/new?assignees=kid1194\u0026labels=bug\u0026title=%5BBUG%5D) and let us know about it.\n\n---\n\n### License\nThis repository has been released under the [MIT License](https://github.com/kid1194/frappe-strict-session-defaults/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkid1194%2Ffrappe-strict-session-defaults","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkid1194%2Ffrappe-strict-session-defaults","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkid1194%2Ffrappe-strict-session-defaults/lists"}