PCoder
|
1e457ea1f0
|
Remove ipv6middleware
|
2019-02-02 22:08:09 +01:00 |
|
PCoder
|
21228e14bb
|
Rename uwsgi.ini to uwsgi.ini.sample
|
2019-01-27 20:44:57 +01:00 |
|
PCoder
|
f4c5ad660f
|
Merge
|
2019-01-27 17:50:43 +01:00 |
|
|
da4e6cea16
|
Initial commit
|
2019-01-27 17:43:38 +01:00 |
|
PCoder
|
472f6a352f
|
Update requirements.txt
|
2019-01-27 17:16:38 +01:00 |
|
PCoder
|
598004efa9
|
Add .idea to .gitignore
|
2019-01-27 17:16:04 +01:00 |
|
PCoder
|
7151564b28
|
Remove unneeded items from footer
|
2019-01-27 17:15:22 +01:00 |
|
|
4e460726dd
|
use x-real-ip headers
|
2018-11-29 19:48:02 +05:45 |
|
|
8594e604fc
|
add logo
|
2018-11-28 18:22:35 +05:45 |
|
|
307f25efb7
|
fix index page link
|
2018-11-17 11:24:28 +05:45 |
|
|
3a76ab9a76
|
use session_cookie_name
|
2018-11-17 11:21:18 +05:45 |
|
|
3fd4273b5f
|
add media and static url based on script_name
|
2018-11-17 11:01:57 +05:45 |
|
|
635b929b24
|
remove static from git
|
2018-11-17 10:59:25 +05:45 |
|
|
1287105067
|
add CSRF_TRUSTED_ORIGINS
|
2018-11-17 10:57:15 +05:45 |
|
|
d8705d4946
|
make force_script_name configurable
|
2018-11-16 22:29:47 +05:45 |
|
|
216a5c3c9f
|
force script name so it works behind proxy_pass
|
2018-11-16 21:09:34 +05:45 |
|
|
bca7a22085
|
fix dn generation
|
2018-11-16 20:38:20 +05:45 |
|
|
b4bf9318df
|
configurable database backend
|
2018-11-16 20:27:21 +05:45 |
|
|
081e11400b
|
use signup view rather than redirecting
|
2018-11-16 19:42:07 +05:45 |
|
|
dd8701409a
|
add logout button
|
2018-11-16 19:41:53 +05:45 |
|
|
453cdf86c4
|
Dockerfile changes for ldap
|
2018-11-10 11:26:12 +05:45 |
|
|
a932682102
|
add python-ldap to requirements, was missing
|
2018-11-10 11:19:39 +05:45 |
|
|
67464b906f
|
landing page changes
|
2018-11-10 11:14:33 +05:45 |
|
|
ed99dad379
|
link signup to account.ungleich.ch, landing page changes
|
2018-11-10 10:52:50 +05:45 |
|
|
b6f5fd5882
|
flake8 fixes
|
2018-11-03 18:10:34 +05:45 |
|
|
c42160193e
|
ensure ipv4/ipv6 test is included
|
2018-11-03 17:57:43 +05:45 |
|
|
241ad0deac
|
Be able to come back to home page by clicking on logo/ipv6.work button on the left
|
2018-11-03 10:18:40 +05:45 |
|
|
eab9d7b714
|
add ldap authentication and function to create ldap user on signup
|
2018-11-03 10:09:11 +05:45 |
|
|
be949448c5
|
display 3 jobs in home
|
2018-10-26 15:20:08 +05:45 |
|
|
d13d3f53d5
|
create management command to create test users, use it in Docker
|
2018-10-26 15:08:49 +05:45 |
|
|
d3ade15c9a
|
add python decouple
|
2018-10-26 14:55:13 +05:45 |
|
|
730b02f673
|
track static resources folder
|
2018-10-26 14:42:11 +05:45 |
|
|
862023840d
|
add messages on success, use permissions for views
|
2018-10-26 14:15:31 +05:45 |
|
|
eb07ef249b
|
add login/logout urls and templates
|
2018-10-26 14:13:34 +05:45 |
|
|
28d061304f
|
add Dockerfile spec
|
2018-10-26 13:43:32 +05:45 |
|
|
7a992a44d0
|
create views for application lists
|
2018-10-20 14:00:59 +05:45 |
|
|
57d270879a
|
use is_job_poster rules in views and templates, create renew view
|
2018-10-20 13:33:55 +05:45 |
|
|
95d2f9c3d1
|
add rules package, create rule for is_job_poster
|
2018-10-20 13:33:33 +05:45 |
|
|
58c739c4e6
|
hide screening question title if job has no screening questions
|
2018-10-20 12:46:49 +05:45 |
|
|
34b77e8a4e
|
use formsets for screening questions, create views for applying to jobs
|
2018-10-20 12:44:28 +05:45 |
|
|
7b33b832fe
|
allow variable number of screening questions
|
2018-10-20 11:19:49 +05:45 |
|
|
73aedd193b
|
create detail page for job posting, show screening questions
|
2018-10-17 17:16:10 +05:45 |
|
|
25f045a68c
|
create Question and Answer model, use inline formsets in JobCreate
|
2018-10-17 17:03:34 +05:45 |
|
|
7d4195fc6c
|
use crispy with bootstrap4 for forms, job creation view with autocomplete tags
|
2018-10-17 15:24:31 +05:45 |
|
|
d122a1db39
|
add basic index and job listing page
register models to admin for easy testing
|
2018-10-17 14:36:51 +05:45 |
|
|
c8536289fd
|
create initial models for tag, job and application
|
2018-10-17 13:20:54 +05:45 |
|