#
owncloud
Here are 196 public repositories matching this topic...
-
Updated
Aug 31, 2021 - PHP
chrome-extension
firefox
sync
chrome
firefox-addon
bookmark
nextcloud
owncloud
webdav
bookmarks
webextension
firefox-extension
browser-bookmarks
edge-extension
syncing-bookmarks
nextcloud-bookmarks
sync-solution
-
Updated
Aug 23, 2021 - JavaScript
QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and Nextcloud / ownCloud integration.
markdown
c-plus-plus
dropbox
nextcloud
owncloud
caldav
qt5
note-taking
nextcloud-notes
qownnotes
owncloud-notes
-
Updated
Aug 30, 2021 - C++
FileManager replacement for Local, iCloud and Remote (WebDAV/FTP/Dropbox/OneDrive) files -- Swift
swift
filemanager
dropbox
cocoapods
ftp
owncloud
onedrive
webdav
dropbox-api
travis-image
travis-url
onedrive-client
yandex-disk
delegate
nsfilemanager
icloud
swift-url
swift-image
codebeat-url
codebeat-image
ftps
icloud-drive
carthage-image
-
Updated
Mar 9, 2021 - Swift
The app which enables the users to edit office documents from ownCloud using ONLYOFFICE Document Server, allows multiple users to collaborate in real time and to save back those changes to ownCloud
-
Updated
Aug 13, 2021 - JavaScript
A full-featured home hosted Cloud Drive, Personal Assistant, App Launcher, File Converter, Streamer, Share Tool & More!
editor
wordpress
cms
enterprise
security
ocr
server
cloud-drive
nextcloud
owncloud
personal-assistants
streamer
cloud-storage
self-hosted
paas
applauncher
file-converter
share-tool
antivirus
cloud-platform
-
Updated
Apr 14, 2021 - PHP
michaelstingl
commented
Aug 23, 2019
Steps to reproduce
- Press-hold a file-list item till it hovers, then drop ==> multi-action icons on the bottom stay forever
- Press-hold a file-list item till it hovers, move/drag a few pixels, then drop ==> multi-action icons on the bottom go away
BackMeUp: An automated MySQL / MariaDB databases and files backup solution on *nix Machines using Amazon S3, WebDAV (ownCloud / NextCloud etc.), Google Drive and Dropbox.
shell
database
dropbox
aws-s3
nextcloud
owncloud
google-drive
webdav
backup-files
rclone
mysql-backup
-
Updated
Nov 7, 2019 - Shell
-
Updated
Jul 16, 2021 - Shell
cuthulino
commented
Apr 7, 2018
Hello,
i got two enhancement ideas:
-
Add a option to enable automatic deletetion of values and a dropdown to select the timespan.
example: you only want to store two years of data. Activate this option and chose 2 years. Data older than the selection will be deleted. -
Add an option to select different displayed date formats. Sending the date in the date('Y-m-d H:i:s') format is ok. Bu
Open
Set timezone
4
shell
bash
wordpress
devops
ubuntu
owncloud
shell-script
ubuntu-server
shell-scripts
bash-script
webmin
lamp-server
shell-scripting
netdata
bash-scripting
linux-ubuntu
ubuntu1804
curso-gratis
cursos-gratis
curso-ubuntu
-
Updated
Jul 28, 2021 - Shell
Java api library to access nextcloud features from java applications
-
Updated
Jul 20, 2021 - Java
NextBackup is the simple database backup solutions for your Nextcloud / ownCloud installation.
-
Updated
Mar 4, 2021 - PHP
Bitnami Docker Image for ownCloud
-
Updated
Aug 30, 2021 - Shell
DevOps tools on Docker Compose
-
Updated
Jul 4, 2020 - Shell
-
Updated
Jan 5, 2019 - Shell
Implementation of Private Cloud using ownCloud. ownCloud is a suite of client–server software for creating and using file hosting services. This repository explains implementing ownCloud on an Ubuntu VM running on top of a Windows host for secure cloud storage
-
Updated
Jun 12, 2020
This app provides copy, cut and paste features in the files app of ownCloud
-
Updated
Feb 14, 2021 - JavaScript
Plugin for Nextcloud and ownCloud to create hashes of files.
-
Updated
Aug 13, 2021 - Vue
Improve this page
Add a description, image, and links to the owncloud topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the owncloud topic, visit your repo's landing page and select "manage topics."
We badly started implementing some props mutation.
There are usually two cases:
propsData
Solution 1
Migrate the propsData (usually initial-states) to the root
.vue
file away from the.js
entry pointSolution 2
Use a sync modifier and change the data flow according to vue documentations