| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-07-14 | Merge pull request #1538 from joshuaboniface/epg | Joshua M. Boniface | |
| Try to fix XmlTvListingsProvider | |||
| 2019-07-13 | Cleanup | Bond_009 | |
| 2019-07-13 | Try to fix XmlTvListingsProvider | Bond_009 | |
| 2019-07-13 | Create a new HttpMethod from the function name | Bond_009 | |
| 2019-07-13 | Properly set content type | Bond_009 | |
| 2019-07-06 | Move VACUUM command to fix merge error | Erwin de Haan | |
| This fixes a syntax error. | |||
| 2019-07-06 | Merge branch 'master' into release-10.3.z | Bond-009 | |
| 2019-07-06 | Address comments | Bond_009 | |
| 2019-07-06 | Remove duplicate code | Bond_009 | |
| 2019-07-06 | Use HttpResponseHeaders instead of a dictionary | Bond_009 | |
| 2019-07-06 | Fixes issues with HttpClientManager | Bond_009 | |
| 2019-07-06 | Merge pull request #1455 from ferferga/release-10.3.z | Joshua M. Boniface | |
| Vacuum databases at startup | |||
| 2019-07-06 | Fix style issues | Bond_009 | |
| 2019-07-06 | Streamline authentication proccess | Bond_009 | |
| 2019-07-04 | Cleanup extra spaces. | Erwin de Haan | |
| 2019-07-04 | Moved VACUUM down to the end of the list. | Erwin de Haan | |
| 2019-07-04 | Merge pull request #1247 from bugfixin/master | dkanada | |
| Adjust detection of 'sample' in filenames to use regex boundaries | |||
| 2019-07-01 | Add docs | Bond_009 | |
| 2019-07-01 | Address comments | Bond_009 | |
| 2019-06-28 | Fix whitespace | Bond_009 | |
| 2019-06-28 | Reduce amount of raw sql | Bond_009 | |
| 2019-06-28 | Last bit of cleanup | Bond_009 | |
| 2019-06-28 | Reworked PRAGMA statements use | Bond_009 | |
| 2019-06-28 | Fix startup | Bond_009 | |
| 2019-06-28 | Address comments | Bond_009 | |
| 2019-06-28 | Last line? | Bond-009 | |
| 2019-06-28 | Final fixes | Bond-009 | |
| 2019-06-28 | More | Bond-009 | |
| 2019-06-28 | Back to a single connection | Bond-009 | |
| 2019-06-28 | Properly dispose | Bond-009 | |
| 2019-06-28 | Properly dispose | Bond-009 | |
| 2019-06-28 | Use a connection pool instead of creating new connections | Bond-009 | |
| 2019-06-28 | Simplify db code | Bond-009 | |
| 2019-06-26 | Merge pull request #1453 from Bond-009/cleanup2 | dkanada | |
| Improve main code flow | |||
| 2019-06-21 | Merge pull request #1454 from Bond-009/webresource | dkanada | |
| Simplify file serving code | |||
| 2019-06-18 | Remove more unused stuff | Bond-009 | |
| 2019-06-17 | Remove usage of depricated 'WebRequest' | Bond-009 | |
| Ref: https://docs.microsoft.com/en-us/dotnet/api/system.net.webrequest?view=netframework-4.7.2 | |||
| 2019-06-14 | Update deps | Bond_009 | |
| 2019-06-14 | Improvements to InstallationManager | Bond_009 | |
| 2019-06-14 | Merge pull request #1080 from Bond-009/httpclient | Anthony Lavado | |
| Remove usage of deprecated 'WebRequest' | |||
| 2019-06-14 | Update Emby.Server.Implementations/ApplicationHost.cs | Bond-009 | |
| Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com> | |||
| 2019-06-14 | Update Emby.Server.Implementations/ApplicationHost.cs | Bond-009 | |
| Co-Authored-By: Jean-Samuel Aubry-Guzzi <DrPandemic@users.noreply.github.com> | |||
| 2019-06-13 | Merge pull request #1156 from Bond-009/sep | Anthony Lavado | |
| Small cleanups here and there | |||
| 2019-06-12 | Merge pull request #1442 from jellyfin/release-10.3.z | Joshua M. Boniface | |
| Backmerge for Release 10.3.4 and 10.3.5 | |||
| 2019-06-10 | Vacuum databases at startup | ferferga | |
| 2019-06-10 | Simplify file serving code | Bond_009 | |
| 2019-06-09 | Improve main code flow | Bond_009 | |
| Improved the way how some parts of the code depend on eachother Fixed some style issues | |||
| 2019-06-09 | Revert "Don't set a default reset provider" | Joshua M. Boniface | |
| This reverts commit c230d49d7c37d4fbe77676b835c3afd6c8cb56e7. This reenables an edge case where an admin might want to reset, with the default auth provider, the password of an externally-provided user so they could "unlock" the account while it was failing. There might be minor security implications to this, but the malicious actor would need FS access to do it (as they would with any password resets) so it's probably best to keep it as-is. Removing this in the first place was due to a misunderstanding anyways so no harm. | |||
| 2019-06-09 | Remove superfluous conditional | Joshua M. Boniface | |
| This wasn't needed to prevent updating the policy on-disk from my tests and can be removed as suggested by @Bond-009 | |||
| 2019-06-09 | Don't set a default reset provider | Joshua M. Boniface | |
