From a99de7388a33f30ec804c0ee725e6e889ea993e8 Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Sun, 15 Feb 2026 15:16:46 -0700 Subject: [PATCH] chore: initialize backlog and log deployment fix Co-Authored-By: Claude Opus 4.6 --- backlog/config.yml | 16 ++++++++++++++++ .../task-1 - Fix-rfiles.online-404-500-errors.md | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 backlog/config.yml create mode 100644 backlog/tasks/task-1 - Fix-rfiles.online-404-500-errors.md diff --git a/backlog/config.yml b/backlog/config.yml new file mode 100644 index 0000000..2a13089 --- /dev/null +++ b/backlog/config.yml @@ -0,0 +1,16 @@ +project_name: "rfiles-online" +default_status: "To Do" +statuses: ["To Do", "In Progress", "Done"] +labels: [] +milestones: [] +date_format: yyyy-mm-dd +max_column_width: 20 +default_editor: "nvim" +auto_open_browser: true +default_port: 6420 +remote_operations: true +auto_commit: false +bypass_git_hooks: false +check_active_branches: true +active_branch_days: 30 +task_prefix: "task" diff --git a/backlog/tasks/task-1 - Fix-rfiles.online-404-500-errors.md b/backlog/tasks/task-1 - Fix-rfiles.online-404-500-errors.md new file mode 100644 index 0000000..915c9d6 --- /dev/null +++ b/backlog/tasks/task-1 - Fix-rfiles.online-404-500-errors.md @@ -0,0 +1,16 @@ +--- +id: TASK-1 +title: Fix rfiles.online 404/500 errors +status: Done +assignee: [] +created_date: '2026-02-15 22:16' +labels: [] +dependencies: [] +priority: high +--- + +## Description + + +App was crash-looping (404) then throwing 500s due to: 1) Missing SpacePermission class in encryptid_auth.py, 2) Missing check_space_access function in encryptid_auth.py, 3) Missing DB migration for visibility/owner_did fields on SharedSpace, 4) Missing encryptid.browser.js static file. All four issues fixed across commits f26850d, 2b20b23, and 9c07471. +