FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · BrightcoveOS/Java-MAPI-Wrapper · GitHub
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
BrightcoveOS
/
Java-MAPI-Wrapper
Public archive
Notifications
You must be signed in to change notification settings
Fork
9
Star
14
Code
Issues
4
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Feb 27, 2017
Merge pull request #9 from BrightcoveOS/mister-ben-patch-1
Show description for e37f778
three4clavin
authored
e37f778
View commit details
Copy full SHA for e37f778
Browse repository at this point
Commits on Jan 27, 2017
Add media api deprecation notice
mister-ben
authored
fb0182a
View commit details
Copy full SHA for fb0182a
Browse repository at this point
Commits on Mar 20, 2013
Release version 4.1.11
three4clavin
committed
9252ec4
View commit details
Copy full SHA for 9252ec4
Browse repository at this point
Commits on Feb 14, 2013
Releasing 4.1.10
three4clavin
committed
2987d85
View commit details
Copy full SHA for 2987d85
Browse repository at this point
Commits on Nov 29, 2012
Updating for 4.1.9
three4clavin
committed
71c5d5e
View commit details
Copy full SHA for 71c5d5e
Browse repository at this point
Making optional values actually optional (e.g. pageSize can be null). Note that most values will have a default enforced by the API service even if the wrapper doesn't specify a value.
three4clavin
committed
7ba12ba
View commit details
Copy full SHA for 7ba12ba
Browse repository at this point
Commits on Sep 15, 2012
Adding iOS Renditions, deprecating enableUDS methods, adding get/setDeliveryProtocol methods
three4clavin
committed
1a554a0
View commit details
Copy full SHA for 1a554a0
Browse repository at this point
Commits on Sep 13, 2012
Release version 4.1.7 - Including new sort by type enum vals from Java Commons 4.1.7
three4clavin
committed
8b23150
View commit details
Copy full SHA for 8b23150
Browse repository at this point
Commits on Jun 4, 2012
Releasing version 4.1.6
three4clavin
committed
1c0ddf6
View commit details
Copy full SHA for 1c0ddf6
Browse repository at this point
Commits on May 20, 2012
Releasing version 4.1.5
three4clavin
committed
f0566bf
View commit details
Copy full SHA for f0566bf
Browse repository at this point
Commits on Feb 8, 2012
Release version 4.1.3 - Fixing 'none' parameter for search_videos call
three4clavin
committed
7040b8f
View commit details
Copy full SHA for 7040b8f
Browse repository at this point
Commits on Jan 26, 2012
Release version 4.1.3 - Fixing 'none' parameter for search_videos calls in the Read API
three4clavin
committed
8ef81cb
View commit details
Copy full SHA for 8ef81cb
Browse repository at this point
Commits on Jan 20, 2012
Releasing version 4.1.2 - no significant changes other than using the new commons libraries
three4clavin
committed
84cb3cb
View commit details
Copy full SHA for 84cb3cb
Browse repository at this point
Commits on Jan 18, 2012
Releasing version 4.1.1 - Adds exception handler to ReadApi.
three4clavin
committed
7fdd0ec
View commit details
Copy full SHA for 7fdd0ec
Browse repository at this point
Commits on Dec 8, 2011
Releasing 4.1.0 - Includes support for user-customizable exception handling in the WriteApi.
three4clavin
committed
706d9fa
View commit details
Copy full SHA for 706d9fa
Browse repository at this point
Commits on Nov 10, 2011
Updating README file to point to JavaDocs
three4clavin
committed
765bd3a
View commit details
Copy full SHA for 765bd3a
Browse repository at this point
updating javadoc for release to GitHub Pages
three4clavin
committed
5db9476
View commit details
Copy full SHA for 5db9476
Browse repository at this point
Commits on Oct 21, 2011
Version 4.0.3 - adding HttpClientFactories
three4clavin
committed
5977d2b
View commit details
Copy full SHA for 5977d2b
Browse repository at this point
Commits on May 20, 2011
Releasing 4.0.1
three4clavin
committed
18922b4
View commit details
Copy full SHA for 18922b4
Browse repository at this point
Commits on Apr 12, 2011
Updating README for 3.0.5 release
three4clavin
committed
bc3d4a8
View commit details
Copy full SHA for bc3d4a8
Browse repository at this point
Commits on Mar 30, 2011
This patch fixes a bug when we open a new connection for each request. Basically it makes sure to fully parse the response before closing the socket. This also includes the 3.0.4 BC Commons libra…
Show description for 24295ea
three4clavin
committed
24295ea
View commit details
Copy full SHA for 24295ea
Browse repository at this point
Commits on Mar 28, 2011
Updating build.xml to reference 3.0.3 of BC commons jars instead of 3.0
bcmhansen
committed
c6e7ce6
View commit details
Copy full SHA for c6e7ce6
Browse repository at this point
Commits on Mar 6, 2011
Updating readme for 3.0.3 release
three4clavin
committed
3f69b4b
View commit details
Copy full SHA for 3f69b4b
Browse repository at this point
Fixing bug when we open a connection for each request - we can't close the socket until we parse the return results.
three4clavin
committed
fa7e532
View commit details
Copy full SHA for fa7e532
Browse repository at this point
Commits on Feb 14, 2011
Modifying WriteApi so UpdateVideo can send video fields even if the value is null
three4clavin
committed
9f8e15d
View commit details
Copy full SHA for 9f8e15d
Browse repository at this point
Commits on Feb 9, 2011
Updating download links in README
three4clavin
committed
32936bd
View commit details
Copy full SHA for 32936bd
Browse repository at this point
Tweaking so new HttpClient is created on every request, which also allows us to easily close socket connections properly.
three4clavin
committed
445826f
View commit details
Copy full SHA for 445826f
Browse repository at this point
Merge remote branch 'origin/master'
three4clavin
committed
4954e3f
View commit details
Copy full SHA for 4954e3f
Browse repository at this point
Tweaking so new HttpClient is client is created on every request, which also allows us to easily close socket connections properly.
three4clavin
committed
928d350
View commit details
Copy full SHA for 928d350
Browse repository at this point
Commits on Feb 1, 2011
Cleaning up README.
mcongrove
committed
5f7c935
View commit details
Copy full SHA for 5f7c935
Browse repository at this point
Commits on Jan 31, 2011
Adding download tags for version 3.0
three4clavin
committed
9129300
View commit details
Copy full SHA for 9129300
Browse repository at this point
Updating everything for version 3.0 release
three4clavin
committed
64059f0
View commit details
Copy full SHA for 64059f0
Browse repository at this point
Commits on Jan 29, 2011
Adding WriteApi tests
three4clavin
committed
6e20d4d
View commit details
Copy full SHA for 6e20d4d
Browse repository at this point
Commits on Jan 28, 2011
Adding tests for Read API
three4clavin
committed
dcb2b07
View commit details
Copy full SHA for dcb2b07
Browse repository at this point
Commits on Jan 19, 2011
Initial port over from SourceForge
three4clavin
committed
5c8488c
View commit details
Copy full SHA for 5c8488c
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL