Revision d1ed1a9e
Started bringing docs up to date.
Had lost support for ignoring special files in previous refactoring.
Temporarily reintroduced that behavior but will remove it again in favour of another
change in the Workspace client. The reason is that the current implementation
has to block all "." files:
For each file of "name", Finder on Mac OS X attempts to access ".name".¶
That currently causes Workspace to run Solr queries to check if there¶
are new objects after last refresh. Must change that behavior. In the¶
meantime, ignore all . files.¶
Removed option to force refresh the workspace. The workspace will now
automatically refresh when required based on timestamps.Small changes to logging setup.
Added more OS special files for Finder on OS X.
Reimplemented the start_app.py script that is used when starting ONEDrive
from the py2app package. Removed os.fork() based process and created a class
for handling the mount point.Added rdfextras to package list for py2app to fix harmless but confusing
exception.Added the LSBackgroundOnly flag to the py2app plist. This causes OS X to
handle the app as a background app, not creating an icon on the Dock. ONEDrive
will automatically exit when the user ejects the drive.Bumped version to 3.0.0RC4.
Files
- added
- modified
- copied
- renamed
- deleted