All Projects → KoenZomers → Keepassonedrivesync

KoenZomers / Keepassonedrivesync

Licence: epl-1.0
Allows syncing of KeePass databases stored on OneDrive Personal, OneDrive for Business or SharePoint

Projects that are alternatives of or similar to Keepassonedrivesync

Office365 Rest Python Client
Office 365 & Microsoft Graph Library for Python
Stars: ✭ 289 (+7.04%)
Mutual labels:  sharepoint, onedrive
Onemanager Php
An index & manager of Onedrive based on serverless. Can be deployed to Heroku/Glitch/SCF/FG/FC/CFC/PHP web hosting/VPS.
Stars: ✭ 1,313 (+386.3%)
Mutual labels:  sharepoint, onedrive
Microsoft365dsc
Manages, configures, extracts and monitors Microsoft 365 tenant configurations
Stars: ✭ 374 (+38.52%)
Mutual labels:  sharepoint, onedrive
Rclone
"rsync for cloud storage" - Google Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Wasabi, Google Cloud Storage, Yandex Files
Stars: ✭ 30,541 (+11211.48%)
Mutual labels:  sync, onedrive
SyncPro
SyncPro is a Windows app for synchronizing files between various online storage providers (OneDrive, Google Drive, Amazon S3, etc.)
Stars: ✭ 39 (-85.56%)
Mutual labels:  sync, onedrive
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (+174.81%)
Mutual labels:  sharepoint, onedrive
Cyberduck
Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.
Stars: ✭ 1,080 (+300%)
Mutual labels:  sharepoint, onedrive
Phpspo
Office 365 Library for PHP. It allows to performs CRUD operations against Office 365 resources via an REST/OData based API
Stars: ✭ 198 (-26.67%)
Mutual labels:  sharepoint, onedrive
vbo365-rest
Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
Stars: ✭ 44 (-83.7%)
Mutual labels:  onedrive, sharepoint
vbo365-rest-self-service
Unofficial Self-Service Web Portal for Veeam Backup for Microsoft Office 365
Stars: ✭ 24 (-91.11%)
Mutual labels:  onedrive, sharepoint
OneManager-cfworkerskv
部署在cloudflare的workers中的OneManager。
Stars: ✭ 124 (-54.07%)
Mutual labels:  onedrive, sharepoint
OneDriveBully
Bully your OneDrive to sync Symbolic Link Folders
Stars: ✭ 155 (-42.59%)
Mutual labels:  sync, onedrive
KeePassSubsetExport
KeePassSubsetExport is a KeePass2 plugin which automatically exports a subset of entries to new databases
Stars: ✭ 39 (-85.56%)
Mutual labels:  sync, keepass
tarantool rs
Sync/Async tarantool database connector. WORK IN PROGRESS. DON'T SHARE THIS REPO
Stars: ✭ 14 (-94.81%)
Mutual labels:  sync
docker-service-registrator-kong
A docker service registrator for the Kong API Gateway
Stars: ✭ 14 (-94.81%)
Mutual labels:  sync
add-url-to-window-title
A Firefox addon which will put the web page address (URL) into the window's title. Useful for customizing KeePass's auto-type
Stars: ✭ 56 (-79.26%)
Mutual labels:  keepass
tsdav
WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser
Stars: ✭ 33 (-87.78%)
Mutual labels:  sync
Taiyakianime
Stream anime and synchronize with your MyAnimeList(MAL) + SIMKL + Anilist on iOS and Android devices
Stars: ✭ 259 (-4.07%)
Mutual labels:  sync
files external onedrive
📣 💾 External storage support for Microsoft OneDrive
Stars: ✭ 60 (-77.78%)
Mutual labels:  onedrive
gosip
⚡️ SharePoint authentication, HTTP client & fluent API wrapper for Go (Golang)
Stars: ✭ 71 (-73.7%)
Mutual labels:  sharepoint

KeePass OneDrive Sync

PRs Welcome

A free plugin for KeePass (installable and portable) that allows syncing of multiple password databases from multiple OneDrives to a local version. It allows you to synchronize an unlimited amount of KeePass databases with an unlimited amount of OneDrives. So i.e. you can synchronize your personal KeePass database with your personal OneDrive and your work related KeePass with a OneDrive for Business on Office 365 that is shared among your colleagues, if you wish. This way it's also easy to be able to access your same KeePass database from all of your devices. Note that this plugin is only supported on Windows based platforms, but has been reported to work on *nix as well using Mono. It can also operate in conjunction with other KeePass plugins serving other operating systems such as KeePass2Android on Android devices.

Download

Download the PLGX and place it inside your KeePass\Plugins folder. Typically this will be C:\Program Files (x86)\KeePass Password Safe 2\Plugins or if you're using KeePass Portable, put it in a subfolder called Plugins from where your keepass.exe is located. When upgrading from a previous version of this plugin, simply ensure KeePass is closed, overwrite the existing PLGX and start KeePass again.

You can find the latest stable version here

Documentation

Latest Version

Version 2.1.2.1 - May 22, 2020

  • Bugfix causing opening of the KeePassOneDriveSync about dialog to crash KeePass. Thanks to Drew O'Hara for letting me know!

Version 2.1.2.0 - May 22, 2020

  • Fixed a bug where uploading a KeePass database to a document library on SharePoint having "Require documents to be checked out before they can be edited?" set to Yes would never make the KeePass database show up in SharePoint issue 131
  • Updated the SharePoint connector so that it now makes use of versioning in the SharePoint document library allowing you to see in SharePoint when it was updated and allowing you to revert to previous versions of the KeePass database just like already was the case when storing the KeePass database on OneDrive for Business
  • Removed OneDrive option in the cloud storage providers as there really should not be a reason anymore to use it instead of the Microsoft Graph options on the first tab
  • Removed the wording Microsoft Graph on the first tab of the cloud storage providers as I noticed it is confusing for many people. Named them OneDrive & OneDrive for Business instead. Technically, they're still using the Microsoft Graph to connect to OneDrive, so it's just a visual change.
  • Fixed a small issue when refreshing the SharePoint location picker or enabling/disabling showing of hidden libraries not entirely working well
  • Changed that in the OneDrive and SharePoint file pickers, if an item in the folder has the same name as shown in the filename textbox, that it will get selected by default to make it clearer that it already exists in that folder
  • Added tooltips for files and folders in the SharePoint file picker to show additional information on these items when hovering over them such as creation date/time, last modified date/time, file size and file version number
  • Updated links pointing to the GitHub documentation to the new GitHub Wiki location

Full version history

TODO

  1. Add an easier way for SharePoint Online TeamSites to authenticate instead of using ACS oAuth tokens
  2. Add Microsoft Teams support to allow storing your KeePass database with a Microsoft Team
  3. Add option to automatically check for KeePass database updates

Special Thanks

Special thanks to Oleksandr Senyuk for making KeeSkyDrive as it has inspired me to create this plugin.

Feedback

Comments\suggestions\bug reports are welcome!

Koen Zomers [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].