- Mar 06, 2020
-
-
Hugo Beauzée-Luyssen authored
-
- Mar 04, 2020
-
-
Hugo Beauzée-Luyssen authored
Fix #224
-
Hugo Beauzée-Luyssen authored
Since we don't enforce uniqueness on group names anymore
-
Hugo Beauzée-Luyssen authored
-
- Mar 02, 2020
-
-
Hugo Beauzée-Luyssen authored
-
- Feb 28, 2020
-
-
Hugo Beauzée-Luyssen authored
Which will have to use when linking associated files, as we won't have a fileId during the discovering phase. refs #102
-
- Feb 27, 2020
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Always use '/' for directory separators, and accept '\' on win32
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Since we don't ignore any row, might as well not keeping an explicit indexing. Also, add an assertion about no other columns being left in the row
-
Hugo Beauzée-Luyssen authored
when fetching folder but joining with other tables
-
Hugo Beauzée-Luyssen authored
Fix #221
-
Hugo Beauzée-Luyssen authored
Instead of running them for each push (and most likely each tags, given that gitlab-ci default `only` to `['branches', 'tags'] https://docs.gitlab.com/ee/ci/yaml/#onlyexcept-basic
-
Hugo Beauzée-Luyssen authored
In order for the vlc prebuilt versions to contain the fixes required for !238 & #216
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- Feb 26, 2020
-
-
Hugo Beauzée-Luyssen authored
fix #218
-
Hugo Beauzée-Luyssen authored
refs #218
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #218
-
Hugo Beauzée-Luyssen authored
refs #218
-
Hugo Beauzée-Luyssen authored
refs #218
-
Hugo Beauzée-Luyssen authored
refs #218
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
fix #209
-
- Feb 24, 2020
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
refs #218
-
Hugo Beauzée-Luyssen authored
Since they won't be detected afterward, they won't be converted to internal media, and the test will fail
-
- Feb 21, 2020
-
-
Hugo Beauzée-Luyssen authored
There's no point in having a try block when the condition is false, so invert the if & try to avoid handling exceptions for nothing
-
Hugo Beauzée-Luyssen authored
Instead, fetch the row fields, and update the mrl only. Otherwise, we can't edit the Task schema as we'd fail to load any task using the updated task class with an outdated database schema
-
Hugo Beauzée-Luyssen authored
This is the only class doing it, it clutters the code for not much gain, and would enforce unique constraint we don't need for the backup table
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
fsDir can't be null, as createDirectory always returns an IDirectory instance
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-