Commit Graph

65 Commits (6d0e03c98d1d39b530096e07b95393335812e7a6)

Author SHA1 Message Date
Andrey Antukh 6d0e03c98d Initial sites & invitations implementation. 2013-12-02 13:27:05 +01:00
David Barragán Merino 08c56ba67b Set default pagination to 30 items per page 2013-11-17 16:11:04 +01:00
David Barragán Merino 0f2297c827 Removed settings/appdefaults.py. We don't use it 2013-11-05 10:53:14 +01:00
Andrey Antukh 61ce2d1acc Replace reversion middleware with api view mixin.
This is done because django 1.6 has transactions at view level and
current authentication is done at view level instead of using django auth
middleware.
2013-10-29 20:56:03 +01:00
David Barragán Merino 73d5b3e955 Removed greenmine.base.mail because it's no longer necessary 2013-10-26 16:13:33 +02:00
David Barragán Merino 45b36bce30 Fixed the local.exmple settings file 2013-10-26 15:55:45 +02:00
Jesús Espino 4e17a1fda2 More anonymous default emails on settings 2013-10-24 17:54:15 +02:00
Andrey Antukh ac7889ff18 Add front django app for resolve front urls. 2013-10-24 17:42:51 +02:00
Andrey Antukh 9df3b927e1 Disable grappelli, have a lot of incompatibilities with django 1.6/python3 2013-10-23 23:51:10 +02:00
Andrey Antukh 13dfdcb52e Now use again ATOMIC_REQUESTS. 2013-10-23 20:10:35 +02:00
Andrey Antukh 7d2d047177 Add storage subclass. 2013-10-23 15:48:40 +02:00
Andrey Antukh de95fb2a91 Fix #17 - Implemented stateless, oauth2 like authentication. 2013-10-23 12:35:45 +02:00
Andrey Antukh 00d8a9cd3b Cleaning obsolete settings. 2013-10-19 01:07:58 +02:00
David Barragán Merino 3213d1f549 Removed greenmine.questions of the installed apps 2013-10-16 20:41:34 +02:00
Andrey Antukh e13f5dfe42 Refactoring user resource. 2013-10-16 17:14:48 +02:00
Andrey Antukh 3ca696af12 Remove haystack from installed apps. 2013-10-15 23:16:03 +02:00
Andrey Antukh 851d5df3a8 Remove haystack indexes modules. 2013-10-15 23:10:05 +02:00
Jesús Espino 0397ae87c0 Adding travis settings and configuring the .travis.yml 2013-10-15 17:37:07 +02:00
David Barragán Merino 7af6ce3b59 Fixed help text 2013-10-15 16:39:26 +02:00
Andrey Antukh 81fcc4351a Add default pagination settings for rest framework. 2013-10-10 16:45:56 +02:00
Andrey Antukh 83deab108b Set postgresql as default database configuration on common settings 2013-10-07 13:20:50 +02:00
Andrey Antukh f81aee8f14 Minor refactor on base/filters. 2013-10-03 20:19:38 +02:00
Andrey Antukh 130c98a702 Now compatible with python 3.3 2013-10-03 19:50:44 +02:00
David Barragán Merino cb3694d414 Fixed the settings for tests 2013-10-03 17:46:09 +02:00
David Barragán Merino c93baac1c3 Refactor of scrum app (but not finished yet).
TODO:

 - Migrate Wiki app to new django-restframework version.
 - Migrate Questions app to new django-restframework version.
 - Added tests

s Please enter the commit message for your changes. Lines starting
2013-10-02 20:03:50 +02:00
David Barragán Merino d8516a20c7 Refactor: greenmine.base 2013-10-01 13:17:02 +02:00
Andrey Antukh 91855c72ff Remove unnecesary settings. 2013-07-29 23:12:59 +02:00
Andrey Antukh 25935fc4fd Change logging configuration. 2013-07-29 22:59:48 +02:00
Andrey Antukh b1e9d2214f Code style on settings __init__ file. 2013-07-29 22:56:41 +02:00
Andrey Antukh fd06b683bb Improved regenerate. 2013-07-29 22:45:28 +02:00
Andrey Antukh d36d19b796 Minor changes on settings. 2013-07-29 21:55:07 +02:00
Andrey Antukh 2d31e9754d Port scrum api views to use viewsets and routers. 2013-07-29 21:55:07 +02:00
Andrey Antukh 9eb35a898a Add RecoverPassword api view. 2013-07-29 21:55:06 +02:00
Andrey Antukh fdd23c4de3 Add djmail to installed apps. 2013-07-22 20:15:44 +02:00
Andrey Antukh 99c609d02c Minor changes. 2013-07-19 11:59:24 +02:00
David Barragán Merino fbec917229 Made some minor fixes in the notifications app 2013-07-18 15:39:18 +02:00
David Barragán Merino 11ce7e3aca Added djmail settings 2013-07-18 12:19:16 +02:00
David Barragán Merino f05858bd03 Smallfix: removed notification.email from the settings 2013-07-17 11:42:11 +02:00
David Barragán Merino cba0774595 Smallfix: Send more print message to sys.stderr 2013-07-16 22:42:06 +02:00
Andrés Moya 6e71ebde5e Add notifications module (not finished) 2013-07-16 22:39:32 +02:00
Andrey Antukh 382b165e21 Update requirements. 2013-07-15 19:44:45 +02:00
Alejandro Alonso 22528bc9dc Adding search api 2013-04-25 12:04:23 +02:00
Andrey Antukh 88f345c174 Remove guardian references (old) 2013-04-01 16:18:30 +02:00
Jesús Espino 224f2f5a32 Fixing some problems in api filtering 2013-04-01 10:29:57 +02:00
Jesús Espino 17039f9780 Merge branch 'master' into permissions
Conflicts:
	greenmine/scrum/api.py
	greenmine/scrum/models.py
2013-04-01 09:52:17 +02:00
Andrey Antukh 90b5888fbc Create new auth backend for rest_framework based on session, but without csrf. 2013-03-31 04:06:09 +02:00
Andrey Antukh 660932c0f5 Minor tuning on scrum admin part. 2013-03-30 23:14:50 +01:00
Jesús Espino b7a6d89530 Removing django-guardian from installed apps 2013-03-30 12:55:01 +01:00
Jesús Espino 17f5a056e2 Adding filtering to api resources 2013-03-28 09:59:59 +01:00
Jesús Espino 79c0630c3f Now working the custom user 2013-03-27 19:10:01 +01:00