Commit graph

199 commits

Author SHA1 Message Date
É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
Élie Bouttier
c3b034ef38 Merge pull request #4 from VinDuv/master
Fixed typos on README
2014-08-23 13:34:21 -07:00
VinDuv
63ea2113bf Fixed typos on README 2014-08-23 22:28:47 +02:00
Élie Bouttier
6ad5e46776 projects can be public, registered, private 2014-08-22 23:15:55 -07:00
Élie Bouttier
c0e1dcdde0 improve runserver.sh 2014-08-22 22:33:45 -07:00
Élie Bouttier
313219b6eb coverage.sh: install coverage if not installed 2014-08-22 17:03:41 -07:00
Élie Bouttier
4428180c54 clean views: use directly request.user 2014-08-22 00:31:36 -07:00
Maxime Arthaud
e3e87b6f51 Clean ProjectMiddleware 2014-08-21 23:46:32 -07:00
Élie Bouttier
81f5a4fdeb small cleaning 2014-08-21 23:17:52 -07:00
Élie Bouttier
5ee212b82c dont create defaults labels if they already exists 2014-08-21 22:37:20 -07:00
Élie Bouttier
dcc59cbfc0 Merge pull request #3 from arthaud/master
Fix CeCILL-C.fr.txt encoding, using utf-8
2014-08-21 21:39:42 -07:00
Maxime Arthaud
75c7961107 Fix CeCILL-C.fr.txt encoding, using utf-8 2014-08-21 21:34:20 -07:00
Élie Bouttier
4fe47008cb possibility to use celery for asynchronous email 2014-08-21 21:32:43 -07:00
Élie Bouttier
078c0eae8c requirements: django 1.7c2 (for migrations) 2014-08-21 21:30:56 -07:00
Élie Bouttier
e75383bb2f pep8 2014-08-20 17:33:15 -07:00
Élie Bouttier
fe297c8a7d add contributing instructions 2014-08-19 23:18:13 -07:00