Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
EnterpriseyIntranet
/
nextcloud-API
Public
forked from
Dosugamea/NEXT-OCS-API-forPy
Notifications
You must be signed in to change notification settings
Fork
26
Star
28
Code
Issues
20
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Refactoring for modulable wrappers / Python2 support + SystemTags wrapper
- #69
#69
Open
luffah
wants to merge 9 commits into
EnterpriseyIntranet:master
EnterpriseyIntranet/nextcloud-API:master
from
luffah:master
luffah/nextcloud-API:master
Copy head branch name to clipboard
Conversation
Commits
9
(9)
Checks
Files changed
Open
Refactoring for modulable wrappers / Python2 support + SystemTags wrapper
#69
luffah
wants to merge 9 commits into
EnterpriseyIntranet:master
EnterpriseyIntranet/nextcloud-API:master
from
luffah:master
luffah/nextcloud-API:master
Copy head branch name to clipboard
Commits
Commits on May 3, 2021
Refactoring in order to ease creation of new wrappers outside this lib (custom apps) + python2 compatibility + addition of a wrapper for SystemTags + some lints and documentation
luffah
committed
f1f4521
View commit details
Copy full SHA for f1f4521
Browse repository at this point
Commits on May 4, 2021
Fix scrutinizer issues + fix login error
luffah
committed
a585f29
View commit details
Copy full SHA for a585f29
Browse repository at this point
[IMP] File object / CRUD / add methods : get_file, get_folder, list, download, upload_file, delete
luffah
committed
f7cdc46
View commit details
Copy full SHA for f7cdc46
Browse repository at this point
Commits on May 5, 2021
[WIP] systemtags-relation : optimize add_systemtags_relation
luffah
committed
d54f795
View commit details
Copy full SHA for d54f795
Browse repository at this point
[IMP] File object methods : get_tags, add_tag, remove_tag ; Tag object methods : get_related_files
luffah
committed
a1c439e
View commit details
Copy full SHA for a1c439e
Browse repository at this point
Commits on May 6, 2021
Disallow to remove non empty directories on File object, use .delete(recursive=True) to do that
luffah
committed
e355056
View commit details
Copy full SHA for e355056
Browse repository at this point
Add upload_file_contents to File object
luffah
committed
288d5d6
View commit details
Copy full SHA for 288d5d6
Browse repository at this point
Commits on May 10, 2021
add setup.cfg for a more readable package config + add test for systemtags + test.sh script to ease test
luffah
committed
d5589e6
View commit details
Copy full SHA for d5589e6
Browse repository at this point
Commits on May 24, 2021
fix session login for non admin users
luffah
committed
7dacbec
View commit details
Copy full SHA for 7dacbec
Browse repository at this point
You can’t perform that action at this time.