Fixed -Label parsing for the Get-ConfluencePage cmdlet#194
Open
claudiospizzi wants to merge 207 commits into
Open
Fixed -Label parsing for the Get-ConfluencePage cmdlet#194claudiospizzi wants to merge 207 commits into
-Label parsing for the Get-ConfluencePage cmdlet#194claudiospizzi wants to merge 207 commits into
Conversation
…oString Overwrite ToString() method of custom classes
…OfCaptcha Warn in case the server requires a captcha
IMPROVEMENTS: - Shows a warning when the server requires a CAPTCHA for the authentication (AtlassianPS#91, [@lipkau][]) - Custom classes now print relevant data in `ToString()` (AtlassianPS#92, [@lipkau][])
…adAssembly Ensure System.Web is loaded
* PowerShell is not setting the encoding to UTF-8 for application/json * See PowerShell/PowerShell#5530
* Use Title as a parameter for the search instead of filtering the results * Add parameter to use CQL to search for Page
…pportUnicode Fix encoding of Invoke-WebRequest response
Add documentation of ConfluencePS classes
Query for page
* System.Web assmebly is not available on PowerShell Core
Support pwsh (PowerShell Core)
Sync the submodule for ConfluencePS on the homapage repo everytime the CI finishes successfully AtlassianPS/AtlassianPS.github.io#20
…icateAuthentication Anonymous and certificate authentication
…oInt Replace Convert::ToInt with explicite casting
Merge pull request AtlassianPS#167 from lipkau/release/v2.5
Exclude page body from Get-Page and Get-ChildPage calls
…crease_id_range Fix support for new cloud page ids by increase id range
This file contains hidden or 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
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.
Description
Fix issue [#193].
Types of changes
Checklist