- 15 Sep, 2019 1 commit
-
-
Marien Fressinaud authored
-
- 11 Aug, 2019 7 commits
-
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
That's ok while the authentication is based on a .htaccess file.
-
Marien Fressinaud authored
-
- 10 Aug, 2019 2 commits
-
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
- 09 Aug, 2019 6 commits
-
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
- show the rendered blob - move the delete form next to the update form
-
Marien Fressinaud authored
-
- 06 May, 2019 2 commits
-
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
- 28 Apr, 2019 19 commits
-
-
Marien Fressinaud authored
In 3.5, result of `scandir` (`DirEntry`) doesn't support `PathLike` interface which means it cannot be passed to an `open` function directly. See notes at https://docs.python.org/3/library/os.html#os.DirEntry
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
Migrate script was dependent on the current directory to find the default DB path. It now considers the directory of the script so it can be executed from anywhere on the system.
-
Marien Fressinaud authored
Debian doesn't have `env` in `/bin` folder but in `/usr/bin`. Fedora has it in both folders so let's keep the last one.
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
Home is no longer aimed to list blobs _only_: boards are coming.
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
It prepares DB structure to accept boards so we don't mix blobs and boards.
-
Marien Fressinaud authored
`load` is deprecated and `safe_load` should be used instead. More info at https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
-
Marien Fressinaud authored
`save` method was failing because we were trying to access `self.uuid` and `self.created_at` before assigning a value. Bug introduced in edec0432
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
- 04 Aug, 2018 3 commits
-
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-
Marien Fressinaud authored
-