Commit graph

214 commits

Author SHA1 Message Date
Élie Bouttier
5c0e20a380 raise Http404 instead of return Http404 2014-09-01 11:07:23 -07:00
Élie Bouttier
d4767b2c57 new settings option PASSWORD_EDITABLE 2014-09-01 09:45:26 -07:00
Élie Bouttier
0a245a1e78 username not editable (possible in django admin) 2014-09-01 09:41:59 -07:00
Élie Bouttier
dbd8aa83be ignore all local settings files 2014-08-31 16:24:42 -07:00
Élie Bouttier
910134180b fix: add email notifications templates 2014-08-31 15:38:24 -07:00
Élie Bouttier
be9fac8f3d fix: default value for group managment settings 2014-08-31 15:28:50 -07:00
Élie Bouttier
37580419b6 fix: add comment edition template 2014-08-31 15:27:30 -07:00
Élie Bouttier
fbb51da7c5 settings options to disable group managment 2014-08-31 15:24:17 -07:00
Élie Bouttier
a5329a2a8f doc: installation: fix ldap backend setting 2014-08-31 11:09:39 -07:00
Élie Bouttier
e374f95966 fix issue add: project is the instance 2014-08-31 09:49:45 -07:00
Élie Bouttier
dee40d2411 improve page title 2014-08-31 09:42:15 -07:00
Élie Bouttier
c17e12512f add Event to django admin 2014-08-31 09:38:21 -07:00
Élie Bouttier
dab42f738f fix issue subscription 2014-08-31 09:35:38 -07:00
Élie Bouttier
c7e7c9e2b1 fix user list when first/last name available 2014-08-31 09:24:01 -07:00
Élie Bouttier
ff29d56b34 fix issue edition: project is the instance himself 2014-08-31 09:05:28 -07:00
Élie Bouttier
01e0d250f3 ignoring uwsgi.ini 2014-08-30 20:25:17 -07:00
Élie Bouttier
808764bd2c possibility to change user password 2014-08-30 19:53:59 -07:00
Élie Bouttier
b6209ba76c fix use edit page title 2014-08-30 19:41:15 -07:00
Élie Bouttier
0d85856678 fix message on user creation 2014-08-30 19:39:48 -07:00
Élie Bouttier
cb3f602c91 project list: all title box clickable 2014-08-30 19:37:12 -07:00
Élie Bouttier
82d303c203 fix double meta breaking milestones ordering 2014-08-30 19:29:32 -07:00
Élie Bouttier
203dc89db0 new global perm to grant ro access on all project 2014-08-30 19:26:08 -07:00
Élie Bouttier
81df233d5a merge user / group / team permissions 2014-08-30 19:08:14 -07:00
Élie Bouttier
f0c6691df2 user can be added to group and team from user page 2014-08-30 18:56:02 -07:00
Élie Bouttier
30d8b7bd85 templates: active tab + base_settings > base_admin 2014-08-30 18:27:26 -07:00
Élie Bouttier
88db4070a5 user can tamper project and avoid unicity check
note: this is not a security issue as project is forced just after
2014-08-30 17:55:48 -07:00
Élie Bouttier
92ea48f89d pep8 2014-08-30 17:47:19 -07:00
Élie Bouttier
0ecf6d3dc9 optimize request, perm using id instead of name 2014-08-30 17:37:11 -07:00
Élie Bouttier
c394bc17d9 fix unique constraint check for project perm 2014-08-30 17:27:58 -07:00
Élie Bouttier
5e6bd1a4ef fix project permission cancel button 2014-08-30 16:49:29 -07:00
Élie Bouttier
5303ce3ef2 fix: avoid project url conflicts 2014-08-30 16:46:28 -07:00
Élie Bouttier
a98fe4305e doc: using uwsgi 2014-08-30 16:31:39 -07:00
Élie Bouttier
b9b892417b fix: delete perm on user/group/team deletion
This is done manually using signal because we do not use a foreign key
so we do not have automatically cascade deletion.
2014-08-30 16:27:13 -07:00
Élie Bouttier
b4be56bb47 update changelog 2014-08-30 15:48:05 -07:00
Élie Bouttier
41d1ea7b4d minor template improvement 2014-08-30 15:47:44 -07:00
Élie Bouttier
79bb889570 fix context name conflict in template 2014-08-30 15:46:58 -07:00
Élie Bouttier
1463854a45 first commit for v0.2 2014-08-30 15:38:06 -07:00
Élie Bouttier
6ba03afc73 fix celery setup loader 2014-08-29 18:25:45 -07:00
Élie Bouttier
27b3e58764 fix inclusion error: celery.py -> celeryapp.py 2014-08-29 18:22:55 -07:00
Élie Bouttier
496d59e9a5 print first name and last name if available 2014-08-26 22:08:57 -07:00
Élie Bouttier
eef0e4e7ba removing an old css file 2014-08-26 19:38:43 -07:00
Élie Bouttier
3fd2d2538d planed features: add RSS 2014-08-26 11:22:22 -07:00
Élie Bouttier
18488ab9b1 doc: installation: celery worker 2014-08-24 20:53:22 -07:00
Élie Bouttier
ea5b8cb82c celery requirements useless as depend of broker 2014-08-24 20:53:22 -07:00
Élie Bouttier
3f121f5123 doc: installation: auth ldap 2014-08-24 20:53:22 -07:00
Maxime Arthaud
58de314be5 Fix typos in doc/source/installation.rst 2014-08-23 23:56:30 -07:00
Élie Bouttier
d1e49c9c45 add read the doc badge 2014-08-23 17:10:15 -07:00
Élie Bouttier
aad4d06aa1 fix encoding error in doc 2014-08-23 17:07:51 -07:00
Élie Bouttier
c0e76d2e7e add documentation, begining of the intall guide 2014-08-23 16:37:16 -07:00
Élie Bouttier
19dba908b9 ALLOWED_HOSTS is needed in production 2014-08-23 16:37:16 -07:00