- 03 May, 2017 2 commits
-
-
Tom van Bussel authored
Foto's krijgen nu een unieke filename (binnen het album). Deze filename heeft de vorm "0013.jpg".
-
Tom van Bussel authored
Photo krijgt nu een extra veld, digest, waarin een SHA1 hash van de foto staat. Deze digest wordt gebruikt om te zorgen dat er geen dubbele foto's worden geüpload. Omdat het compressen pas de save() van de foto gebeurd, wordt het foto object eerst opgeslagen en daarna weer verwijderd als de foto dubbel is.
-
- 12 Apr, 2017 1 commit
-
-
Thom Wiggers authored
Fixes #390
-
- 31 Mar, 2017 1 commit
-
-
Thom Wiggers authored
-
- 22 Mar, 2017 1 commit
-
-
Tom van Bussel authored
-
- 21 Mar, 2017 1 commit
-
-
Sébastiaan Versteeg authored
-
- 25 Feb, 2017 1 commit
-
-
Sébastiaan Versteeg authored
-
- 22 Feb, 2017 1 commit
-
-
Sébastiaan Versteeg authored
-
- 03 Feb, 2017 2 commits
-
-
Tom van Bussel authored
Archives other than .zip and .tar.gz are rejected, even though the tarfile library supports files with lzma and bzip2 compression, as the MIME types for these compressions are not registered and the values in request.content_type are user supplied, so these may vary. Perhaps we should use libmagic in the future to avoid these issues.
-
Tom van Bussel authored
Support voor het uploaden van albums als tar files. Ik heb geprobeerd om code duplicatie zoveel mogelijk te vermijden, maar de inconsistenties tussen zipfile en tarfile vermoeilijkten dit. De (oude) code onnodig een mapje aan voor het nieuwe album, maar Django doet dit al automatisch dus ik heb die code verwijderd.
-
- 11 Jan, 2017 1 commit
-
- 21 Dec, 2016 1 commit
-
-
Joost Rijneveld authored
-
- 07 Dec, 2016 1 commit
-
-
Wietse Kuipers authored
-
- 22 Oct, 2016 1 commit
-
-
Joost Rijneveld authored
-
- 09 Aug, 2016 1 commit
-
-
Joost Rijneveld authored
-
- 04 Aug, 2016 2 commits
-
-
Joost Rijneveld authored
-
Joost Rijneveld authored
-
- 03 Aug, 2016 1 commit
-
-
Joost Rijneveld authored
-
- 28 Jul, 2016 1 commit
-
-
Joost Rijneveld authored
This is still wants a nice admin back-end; currently the way to manage photos is simply managing JPGs This also wants a few more tweaks in the front-end, solving some CSS problems and adding album pagination
-