-
Notifications
You must be signed in to change notification settings - Fork 202
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
File permissions #2
Open
jderoij
wants to merge
370
commits into
leetreveil:master
Choose a base branch
from
synhershko:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…e list of update tasks, not just the number of updates.
Conflicts: src/NAppUpdate.Framework/UpdateManager.cs src/NAppUpdate.Framework/UpdateStarter.cs
…r class to provide various update info, including additional info for each task.
…paring updates" stage for demonstration purposes
… be created if it doesn't exist Show the config filename in the title bar
…once. However, the update only seems to fire the first time it's called.
Add a bit of file checking to build command
…, modified timestamp, version) for each FileUpdateTask. So you can have all of the metadata without requiring associated update conditions. The sample really should have a NauXML file to demo this.
* Remove the requirement that a folder exist in order to populate the FeedXML textbox. This was causing it to be empty when even though I had saved my configuration file. The folder is created if needed when outputs are built. * Add delayed retries for file copying and folder creation to prevent "slow disk" type errors from stopping everything * Add drag-n-drop functionality for .config files * Add button to open the output folder
…t needs to be updated (IsMet() == true). The FeedBuilder should warn when an item doesn't have any conditions. * If we have an "age-sensitive" condition selected, we probably want to AND it with the file size or checksum instead of ORing (OR would always return the same result if the files are different)
…(fixes writing to c:\windows\system32 directory if the process is started on logon)
…ns of +/-1 second between file dates that are actually equal. * Fix for incorrect URLs (I was using it on some local files, not sure if that's relevant). * The Visual Studio debugger always put a breakpoint in CheckForUpdates_Internal whenever I had a breakpoint somewhere else in my application. Not sure why. Marked it DebuggerStepThrough to make it less annoying.
…ng cleanup * Fix temp files going missing and causing exception * Move cleanup to right before exiting, because if showing the console, the updater pauses for the user, which means it can't be deleted. * Fix updater not exiting properly if console closed via window button * Reduce CPU cycles while waiting for keypress
As per discussion at phillipp@0bdbc1d
…e updates failed silently because of an unhandled exception if the file existed)
Copy original file permissions to updated file. (modified)
… the wpf sample made the version number not update
Improvements for command-line usage
No need to track files
Make projects depend on framework project build
Get rid of spaghetti code
Added FeedBuilder.xml to .gitignore
Refactored FileSystemEnumerator
This could happen if you enter add extension value that started with a dot in the feed builder
Fix ignore logic
Prevent double period in filename in FeedBuilder
Refactor security check
Upgrade Feedbuilder to use framework 4.6.2
Fix code stomp
Minor Fixes
fixed typo in faq
Update FAQ
using AppDomain.CurrentDomain.BaseDirectory instead of Environment.Cu…
…gle bracket '<' of xml document (#123) * Fix removing bytorder mark not working see https://stackoverflow.com/a/3282915/542269 * Added test cases for differently encoded XML files Todo: Check XmlDeclaration for encoding and read file accordingly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.