- 23 Jul, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This will help fix COUNT request results
-
- 16 Jul, 2018 4 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This can be used to avoid full table scans when knowing if a media is present in a playlist or not
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
So that we can use it for vacuuming old external media
-
- 06 Jul, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 05 Jul, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 04 Jul, 2018 4 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This is now up to the user to chose how many items they chose to fetch from the history, through the returned Query's item() method
-
Hugo Beauzée-Luyssen authored
It's now using the regular Media table & requests
-
Hugo Beauzée-Luyssen authored
-
- 03 Jul, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
This will ease up the migrations, as those are the only tables we absolutely need to keep the content of. It will be easier to just create a new version of the model, and include it from the migration script, instead of having the main "create table" and the migration one
-
Hugo Beauzée-Luyssen authored
-
- 02 Jul, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 29 Jun, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 27 Jun, 2018 5 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
We now return all media as a single query
-
Hugo Beauzée-Luyssen authored
-
- 22 Jun, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 21 Jun, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 18 Jun, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 15 Jun, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 14 Jun, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 08 Jun, 2018 1 commit
-
-
Pierre Lamot authored
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- 07 Jun, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 04 Jun, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 30 May, 2018 3 commits
-
-
Hugo Beauzée-Luyssen authored
All request that could return more than one row (ie. all member function that used to return an std::vector<std::shared_ptr<T>> will now return a std::unique_ptr<Query<T>> The query object can return: - The amount of row represented by that query (->count()) - A subset of the rows (->items(count, offset)) - All rows (->all())
-
Hugo Beauzée-Luyssen authored
Instead of doing it after fetching. This will ease up pagination
-
Hugo Beauzée-Luyssen authored
-
- 20 Apr, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
So we can use File.is_present and to simplify integration of Sorting for search results
-
- 13 Apr, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This has the extra benefits of reducing our use of Media.is_present
-