• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

popstas / google-drive-access / 24871964536

Builds Branch Commit Type Ran Committer Via Coverage
24871964536 master feat(http): accept comma-separated email lists Grant access to every address in the /set_client_folder_access and /share_folder email field instead of only the first. A shared normalize_emails() helper splits strings on commas, unwraps lists, str... push 24 Apr 2026 04:18AM UTC popstas github
60.31
24242929791 master feat(http): add public_access field to /share_folder Add optional public_access field that grants "anyone with the link" permission to the subfolder. Accepts a role string ("writer", "reader", "commenter") or boolean true (defaults to "reader"). ... push 10 Apr 2026 12:29PM UTC popstas github
60.02
22218657883 master fix(http): strip trailing comma from email field Split email on commas, strip whitespace, and take the first non-empty part so values like 'user@example.com,' are normalized before being passed to the Drive API. Co-Authored-By: Claude Sonnet 4.6... push 20 Feb 2026 09:28AM UTC popstas github
59.96
22184890900 master refactor(http): rename endpoint to /share_folder Rename /set_client_subfolder_writer to /share_folder and its module from set_client_subfolder_writer.py to share_folder.py. Also wire share_file_config into set_client_folder_access so it can call... push 19 Feb 2026 02:02PM UTC popstas github
59.92
22183985625 master feat(http): add /set_client_subfolder_writer endpoint Introduces a new HTTP route that grants writer access to a named subfolder inside a client folder. The subfolder name is configured via the new `drive.writer_subdir` config key. - Add `get_it... push 19 Feb 2026 01:36PM UTC popstas github
59.82
21945463160 master fix(http): normalize lang list and case Unwrap list-valued lang field (["Ru"] → "ru"), lowercase it, and fall back to config default for unsupported values. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> push 12 Feb 2026 11:51AM UTC popstas github
59.67
21943951424 master feat(http): add folder_url to response, lang arg Add folder_url to granted_existing translation and JSON response in set_client_folder_access and create_client_folder routes. Add per-request lang override via payload field across all routes. Co... push 12 Feb 2026 11:03AM UTC popstas github
59.49
21803401684 master fix(http): unwrap list-valued email field When /set_client_folder_access receives email as a list (e.g. ["user@example.com"]), normalize it to a plain string to prevent TypeError from nested list in grant_access. Co-Authored-By: Claude Opus 4.6 ... push 08 Feb 2026 06:46PM UTC popstas github
59.53
21783012889 master feat(http): add email field to folder access Allow direct email-based access grant in /set_client_folder_access, bypassing Planfix task/assignee lookup when email is provided. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> push 07 Feb 2026 04:16PM UTC popstas github
59.5
21766681504 master feat(http): check file access before share, add msg Check if file already has 'anyone' permission before creating one. Return localized message 'File already has access with role {role}' when file is already shared. Co-authored-by: Cursor <curso... push 06 Feb 2026 09:34PM UTC popstas github
59.27
21766298195 master fix(http): use self.translate for 404 fallback translate(language, ...) referenced undefined local; use self.translate() which reads self.language. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> push 06 Feb 2026 09:20PM UTC popstas github
59.19
21765886031 master feat(http): add /share_file endpoint Share a Google Drive document via "anyone with the link" permission. Extracts file ID from document URL, verifies the file belongs to the configured shared drive, then creates a link-sharing permission with co... push 06 Feb 2026 09:06PM UTC popstas github
59.21
20493665561 master fix: better unable_extract_folder_id text push 24 Dec 2025 08:50PM UTC popstas github
58.8
20493662860 master chore: commit all changes push 24 Dec 2025 08:50PM UTC popstas github
58.8
20122680412 master feat: validate single-word folder names and show warning push 11 Dec 2025 05:09AM UTC popstas github
59.07
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc