Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making use of Network mounted folders safer. #575

Closed
wants to merge 3 commits into from
Closed

Making use of Network mounted folders safer. #575

wants to merge 3 commits into from

Conversation

RaphRi
Copy link

@RaphRi RaphRi commented Apr 24, 2013

Hello, here you can find some changes to support network mounted folders

  • first sync of each configured folder create a .inuse file in slotScheduleAllFolders()
  • the file is deleted on normal quit in Application Destructor folderman->unlockSyncedFolders

-if another instance of owncloud is launched on the same folder, it detects .inuse file presence and pause the folder sync process. Warning message message says it is dangerous.

  • Resume button show the same warning message.
    -Only a restart of the program will eventually unlock the folder if .inuse file is deleted by normal quit of syncing instance or manually.

Conflicts:
	src/mirall/folderman.cpp
	src/mirall/mirallconfigfile.cpp
	src/mirall/mirallconfigfile.h
@RaphRi
Copy link
Author

RaphRi commented Jun 24, 2013

Thank you taking this in consideration.
usage is this solution is fair enough for my needs.

@danimo
Copy link
Contributor

danimo commented Nov 26, 2013

After review, we decided that we cannot use this implementation.

@danimo danimo closed this Nov 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants