| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-01-04 | Merge pull request #2206 from Bond-009/userconfig | dkanada | |
| Delete user config dir on user deletion | |||
| 2020-01-02 | Merge pull request #2150 from Bond-009/releaseerror | dkanada | |
| Enable TreatWarningsAsErrors for some projects | |||
| 2020-01-01 | Merge pull request #2153 from dkanada/fix-playlist | dkanada | |
| Fix playlist deletion and a few warning fixes | |||
| 2020-01-01 | remove directory check | dkanada | |
| 2019-12-29 | Delete user config dir on user deletion | Bond_009 | |
| 2019-12-15 | remove space | dkanada | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-12-14 | add suggested changes | dkanada | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-12-14 | fix playlist deletion | dkanada | |
| 2019-12-14 | track progress for any item that supports the feature | dkanada | |
| 2019-12-13 | Enable TreatWarningsAsErrors for some projects | Bond_009 | |
| Analyzers are only run in debug build, so setting TreatWarningsAsErrors for release build will catch the compiler warnings until we resolve all analyzer warnings. | |||
| 2019-12-11 | Merge pull request #2041 from Bond-009/warn11 | dkanada | |
| Fix more warnings | |||
| 2019-12-10 | Apply suggestions from code review | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2019-12-10 | Merge pull request #1923 from Bond-009/random | dkanada | |
| Don't shuffle some types by default | |||
| 2019-12-06 | Merge remote-tracking branch 'upstream/master' into random | Bond-009 | |
| 2019-11-27 | Fix more warnings | Bond_009 | |
| 2019-11-25 | * Add support for multi segment base urls | Bond_009 | |
| * Make baseurl case-insensitive | |||
| 2019-11-23 | Merge pull request #1926 from Bond-009/auth | dkanada | |
| Add clearer exceptions, warnings and docs | |||
| 2019-11-22 | Reword exception message | Bond_009 | |
| 2019-11-22 | Fix some warnings | Bond-009 | |
| 2019-11-21 | Fix easy password | Bond-009 | |
| 2019-11-10 | Merge pull request #1965 from Bond-009/dbjson | dkanada | |
| Deserialize with the correct type (and warning fixes) | |||
| 2019-11-08 | Merge pull request #1929 from Narfinger/parser-fix4 | dkanada | |
| [Draft][Help wanted] Fix parsing of certain names and adds a default season if no season was found | |||
| 2019-11-07 | removed restriction to 3 digits in episodenumber and 4 in season numbers | Narfinger | |
| 2019-11-01 | Rewrite hex encoder/decoder | Bond_009 | |
| 2019-11-01 | Deserialize with the correct type (and warning fixes) | Bond_009 | |
| 2019-10-29 | More warning fixes | Bond_009 | |
| 2019-10-29 | Fix more warnings | Bond_009 | |
| 2019-10-29 | Update Emby.Server.Implementations/Library/UserViewManager.cs | Bond-009 | |
| Co-Authored-By: dkanada <dkanada@users.noreply.github.com> | |||
| 2019-10-22 | add another parser case and allow parsing of seasonless | Narfinger | |
| Add another parser case and we now allow parsing of seasonless series which hopefully should cover more cases of directory structure | |||
| 2019-10-20 | Add clearer exceptions, warnings and docs | Bond_009 | |
| 2019-10-20 | Don't shuffle some types by default | Bond_009 | |
| 2019-09-23 | Fix multiple mistakes and warnings | Bond_009 | |
| 2019-09-17 | Remove legacy auth code (#1677) | Bond-009 | |
| * Remove legacy auth code * Adds tests so we don't break PasswordHash (again) * Clean up interfaces * Remove duplicate code * Use auto properties * static using * Don't use 'this' * Fix build | |||
| 2019-09-13 | Reset invalid login counter on successfull login | Bond-009 | |
| 2019-09-02 | Add debug logs and try/catch when creating folder | Joshua Boniface | |
| 2019-09-02 | Fix warnings, improve performance (#1665) | Bond-009 | |
| * Fix warnings, improve performance `QueryResult.Items` is now a `IReadOnlyList` so we don't need to allocate a new `Array` when we have a `List` (and `Items` shouldn't need to be mutable anyway) * Update Providers .csproj to latest C# * Remove extra newline from DtoService.cs * Remove extra newline from UserLibraryService.cs | |||
| 2019-08-28 | Fix login | Bond_009 | |
| 2019-08-18 | Fix UserNotFoundError | Bond_009 | |
| 2019-08-16 | Improvements to UserManager | Bond_009 | |
| 2019-08-10 | Merge pull request #1397 from Bond-009/passfast | Joshua M. Boniface | |
| Streamline authentication proccess | |||
| 2019-08-09 | Use CultureInvariant string conversion for Guids | Bond-009 | |
| 2019-07-06 | Fix style issues | Bond_009 | |
| 2019-07-06 | Streamline authentication proccess | Bond_009 | |
| 2019-07-04 | Merge pull request #1247 from bugfixin/master | dkanada | |
| Adjust detection of 'sample' in filenames to use regex boundaries | |||
| 2019-06-28 | Reduce amount of raw sql | Bond_009 | |
| 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-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 | |
| 2019-06-09 | Use SecurityException for auth failure | Joshua M. Boniface | |
