| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-22 | Merge pull request #2478 from JustAMan/fix-search-orderv10.5.2 | dkanada | |
| Fix ordering of search results (cherry picked from commit 0d9787dfb4445e837eaf801c366d4d61464564af) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-02-19 | Minor improvements | Bond_009 | |
| 2020-01-10 | Merge branch 'master' into warn12 | Bond_009 | |
| 2020-01-08 | rename two properties based on code suggestions | dkanada | |
| 2020-01-08 | Minor improvements | Bond_009 | |
| 2020-01-08 | Fix build and address comments | Bond_009 | |
| 2020-01-08 | merge branch master into media-attachments | dkanada | |
| 2019-12-14 | Reformatting code | Neil Burrows | |
| 2019-12-13 | Fixing index error & split out code for readability | Neil Burrows | |
| 2019-12-13 | Tidying up code | Neil Burrows | |
| 2019-12-13 | Add Excluded Tags using SQLite parameters | Neil Burrows | |
| 2019-12-11 | More warnings (removed) | Bond_009 | |
| 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-06 | Merge remote-tracking branch 'upstream/master' into random | Bond-009 | |
| 2019-11-27 | Fix more warnings | Bond_009 | |
| 2019-11-22 | Fix some warnings | Bond-009 | |
| 2019-11-10 | Merge pull request #1965 from Bond-009/dbjson | dkanada | |
| Deserialize with the correct type (and warning fixes) | |||
| 2019-11-07 | Update Emby.Server.Implementations/Data/SqliteItemRepository.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | formatting | Andrew Mahone | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-07 | Check for cancellation between each batch of MediaAttachment inserts. | Andrew Mahone | |
| 2019-11-06 | Use block rather than local using statement. | Andrew Mahone | |
| 2019-11-05 | Extract the prefix for MediaAttachment insertions to a static member instead ↵ | Andrew Mahone | |
| of generating it per-query. | |||
| 2019-11-05 | Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵ | Andrew Mahone | |
| media-attachments | |||
| 2019-11-05 | Update Emby.Server.Implementations/Data/SqliteItemRepository.cs | Andrew Mahone | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-05 | Update Emby.Server.Implementations/Data/SqliteItemRepository.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-05 | Update Emby.Server.Implementations/Data/SqliteItemRepository.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-05 | Update Emby.Server.Implementations/Data/SqliteItemRepository.cs | Andrew Mahone | |
| formatting Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-11-05 | Merge branch 'media-attachments' of github.com:Unhelpful/jellyfin into ↵ | Andrew Mahone | |
| media-attachments | |||
| 2019-11-05 | Throw ArgumentException instead of ArgumentNullException on empty Guid. | Andrew Mahone | |
| 2019-11-04 | Rename "limit" to "insertAtOnce" in InsertMediaAttachments. | Andrew Mahone | |
| 2019-11-04 | Check for cancellation in SaveMediaAttachments. | Andrew Mahone | |
| 2019-11-04 | Flatten using connection in GetMediaAttachments/SaveMediaAttachments | Andrew Mahone | |
| 2019-11-04 | Use ToByteArray instead of ToGuidBlob. | Andrew Mahone | |
| 2019-11-04 | Merge remote-tracking branch 'origin/master' into media-attachments-clean | Andrew Mahone | |
| 2019-11-04 | Add space when building query string for attachments. | Andrew Mahone | |
| Co-Authored-By: Vasily <JustAMan@users.noreply.github.com> | |||
| 2019-11-01 | Deserialize with the correct type (and warning fixes) | Bond_009 | |
| 2019-10-29 | Address comments | Bond_009 | |
| 2019-10-29 | More warning fixes | Bond_009 | |
| 2019-10-22 | Store MediaAttachments in DB. | Andrew Mahone | |
| 2019-10-20 | Don't shuffle some types by default | Bond_009 | |
| 2019-10-11 | Move to netcore3.0 | Bond_009 | |
| 2019-10-10 | Merge pull request #1854 from Bond-009/json | Vasily | |
| Use System.Text.Json api for databases | |||
| 2019-10-08 | Change slow query time logging to debug | Bond_009 | |
| 2019-10-08 | Use System.Text.Json api | Bond_009 | |
| 2019-09-29 | Nicer link format for comment | Joshua M. Boniface | |
| Co-Authored-By: Bond-009 <bond.009@outlook.com> | |||
| 2019-09-29 | Change PRAGMA mode from WAL to TRUNCATE | 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-29 | More warning fixes | Bond_009 | |
| 2019-08-21 | Merge pull request #1646 from Bond-009/lock | Joshua M. Boniface | |
| Return DB lock immediately | |||
