Commit graph

65 commits

Author SHA1 Message Date
Alexandre Iooss
4fa1f2f2df Use localhost as default SMTP 2021-12-05 13:39:30 +01:00
Alexandre Iooss
94a7737541 Fix settings.py identations 2021-11-11 11:38:02 +01:00
Alexandre Iooss
600367a4a3 Expire session after 2 weeks 2021-11-11 11:16:39 +01:00
Alexandre Iooss
49fad0da39 Remove useless template context processor 2021-11-11 11:16:25 +01:00
Alexandre Iooss
ef53009c38 Add login using NoteKfet21 2021-11-11 11:16:03 +01:00
Alexandre Iooss
a2e06185ad Add tags to upload form 2021-10-23 17:31:40 +02:00
Alexandre Iooss
de6088ca5f Cleanup routing and remove middleware 2021-10-23 15:33:14 +02:00
Alexandre Iooss
55e1b71f3a Add license field on photos 2021-10-22 18:06:31 +02:00
Alexandre Iooss
eb03db2dff Use NGINX X-Accel-Redirect to protect media 2021-10-22 17:52:27 +02:00
Alexandre Iooss
baf70d396c Handle database integrity error during upload 2021-10-15 14:45:26 +02:00
Alexandre Iooss
2334017abf Update translations 2021-10-15 14:16:41 +02:00
Alexandre Iooss
0d0f72a9eb Fix duplicate email on account creation 2021-10-15 13:37:15 +02:00
Alexandre Iooss
d2fa5ce02f Check upload form 2021-10-15 12:43:17 +02:00
Alexandre Iooss
727387566d Add upload page 2021-10-15 10:55:07 +02:00
Alexandre Iooss
583a1ffce8 Simplify logic on index page 2021-10-15 10:51:20 +02:00
Alexandre Iooss
2bd96a4380 Define server admins and moderators 2021-10-15 10:50:57 +02:00
Alexandre Iooss
920f07339a Remove trailing spaces 2021-10-15 09:52:48 +02:00
Alexandre Iooss
47cb6294ad Set browser color theme 2021-10-15 09:39:20 +02:00
Alexandre Iooss
740cbc9df0 Update translation 2021-10-13 15:53:49 +02:00
Alexandre Iooss
ac75442c84 Set account link active when visiting 2021-10-13 15:51:47 +02:00
Alexandre Iooss
292f8e6298 Allow more fields in URL 2021-10-13 14:14:09 +02:00
Alexandre Iooss
3130913191 Customize account views 2021-10-13 10:49:04 +02:00
Alexandre Iooss
f4c2ac5df2 Update index content 2021-10-13 07:02:24 +02:00
Alexandre Iooss
07eaafe5eb Update translations 2021-10-12 23:36:02 +02:00
Alexandre Iooss
bf7e20e282 Fix symfony password hasher 2021-10-12 17:33:49 +02:00
Alexandre Iooss
a33f7217f6 Implement Symfony password hasher 2021-10-12 11:46:30 +02:00
Alexandre Iooss
1af83a8630 Allow access from localhost 2021-10-12 08:58:39 +02:00
Alexandre Iooss
211b23d339 Define thumbnail sizes in initial data 2021-10-12 08:58:01 +02:00
Alexandre Iooss
3655d957ca Add initial fixture 2021-10-12 08:49:01 +02:00
Alexandre Iooss
60389ae1b0 Update instructions for production deployment 2021-10-11 21:55:15 +02:00
aeltheos
7c0ba18824 extended photologue photo to add an owner field 2021-10-11 20:40:48 +02:00
Alexandre Iooss
f992c88152 Check email address domain when signing up 2021-10-11 19:06:29 +02:00
Alexandre Iooss
5728b9a18e Account button 2021-10-11 18:34:20 +02:00
Alexandre Iooss
49bf9465d7 Show Django messages 2021-10-11 18:34:20 +02:00
Alexandre Iooss
0c9aae7e66 Authorize login by email 2021-10-11 18:34:20 +02:00
Alexandre Iooss
21e1a361b8 Update translations 2021-10-11 18:34:20 +02:00
Alexandre Iooss
bef8bf0ee7 Configure email server 2021-10-11 18:34:20 +02:00
Alexandre Iooss
403002812e Update AllAuth templates 2021-10-11 18:34:20 +02:00
Alexandre Iooss
dac078f7db Add Django-AllAuth app 2021-10-11 18:34:20 +02:00
Alexandre Iooss
26e7f12141 Define static target directory 2021-10-11 10:24:36 +02:00
Alexandre Iooss
0391639bed Update translations 2021-10-08 13:03:49 +02:00
Alexandre Iooss
b9013c4eb3 Use Django Crispy forms 2021-10-08 11:37:48 +02:00
Alexandre Iooss
3e64f02dea Add sign up button 2021-10-08 11:37:48 +02:00
Alexandre Iooss
22104d3565 Do not whitelist access by IP range 2021-10-08 11:37:40 +02:00
Alexandre Iooss
22e0b7dc27 Use accounts/ prefix for accounts router 2021-10-08 11:10:08 +02:00
aeltheos
d8853cee1c changed signup to accounts
finished fixing linting
2021-10-07 16:59:16 +02:00
aeltheos
2db323f74d inital commit for signup
added a basic app using the UserCreationForm to create new user at /accounts/signup/
change outside of the app are:
-added signup to INSTALLED_APPS in /photo21/settings.py
-added accounts/signup/ to path in /photo21/urls.py

should extend UserCreationForm to have field for email and maybe first/last names, except if we want the user to add that themselves later
2021-10-07 16:59:16 +02:00
Alexandre Iooss
b62b8af1cd Fix missing ipaddress 2021-09-23 11:42:19 +02:00
Alexandre Iooss
6f67b855ac Require login if not in authorized IP range 2021-09-23 11:41:35 +02:00
Alexandre Iooss
d59fb154b6 Add detail page for tags 2021-09-23 11:05:04 +02:00