Commit Graph

56 Commits (c2e67219340f8015af1442f2500f8f5c92bea17d)

Author SHA1 Message Date
Jesús Espino 14f5ad4bdd Quick fix for last_login error 2017-10-31 12:50:00 +01:00
Jesús Espino 5bc9c06f08 Update last_login in each api call 2017-10-31 12:22:44 +01:00
David Barragán Merino 8dbd3df40e Update copyright 2017-02-20 17:58:01 +01:00
Jesús Espino 9bf325d5f9 Add Throttling for users auth, register and detail 2017-01-05 16:01:31 +01:00
Jesús Espino 78abcab6d5 Fix #4841: Use the plugins login for invitations 2017-01-04 13:39:40 +01:00
Jesús Espino 9c8a630fc6 Moving ValidationError to taiga.base.exceptions 2016-07-06 20:07:11 +02:00
Jesús Espino 81454426f9 Migrating auth serializers 2016-07-06 20:07:11 +02:00
David Barragán Merino 47907eedb4 Apply PEP-263 to taiga project 2016-05-30 20:41:40 +02:00
Philipp Dörner a1bd320542 Refactored occurrences of users.User to get_user_model(), which allows a custom user model 2016-03-29 19:16:44 +02:00
Andrey Antukh fe30371e2c Add alejandro.alonso copyright preamble to main python sources. 2016-01-08 16:06:57 +02:00
Andrey Antukh 2ad5fda864 Fix my email on copyright preamble on main source files. 2016-01-08 15:58:24 +02:00
Alejandro Alonso 9d26fa86ff Fixing error message when creating membership for existing user in the project 2016-01-07 11:12:52 +01:00
David Barragán Merino f992d372df Update license message 2016-01-04 08:51:06 +01:00
David Barragán Merino 9b56a414f0 Fix dates in license messages. Change 2014 to 2014-2015 2015-10-13 11:27:15 +02:00
David Barragán Merino a7a6bd3a1c Migrate to django 1.8 and make taiga compatible with python 3.5 2015-10-13 11:27:14 +02:00
Alejandro Alonso 22d4483755 Issue #2874 - Login invitation fail when the user mail has more thant 30 characters 2015-06-18 09:15:47 +02:00
David Barragán Merino d4433d3af4 Fix some typos 2015-04-14 11:15:15 +02:00
David Barragán Merino 910d71eefc Add code of django-restframwork to taiga 2015-04-14 11:15:15 +02:00
David Barragán Merino d3fade9565 Add gettext to translatable strings 2015-04-09 15:25:40 +02:00
David Barragán Merino 2d960c7a5d i18n in emails 2015-04-09 15:24:43 +02:00
Jesús Espino f1ddd0a935 Hide email to not-admin users 2015-03-10 19:19:32 +01:00
Jesús Espino 47c338324e Some flake8 fixes 2015-02-24 19:55:02 +01:00
Jesús Espino 94d35aac11 Fixed some flake8 errors 2015-02-17 12:53:19 +01:00
Jesús Espino 0905753b0c Moving response generation from auth plugin services to auth api 2015-02-17 12:47:58 +01:00
David Barragán Merino 60ab6127aa Refactor day: Use taiga.base.response instead rest_framework.response 2015-02-17 12:25:37 +01:00
Jesús Espino c517a8519c Allow auth plugins 2015-02-11 09:36:56 +01:00
Xavier Julián 4fe73aef52 US #1680: Emails redesign 2015-01-12 18:04:41 +01:00
David Barragán Merino 99244b8393 Re-do github login 2014-11-18 15:35:42 +01:00
David Barragán Merino 25bcb855c1 Minor fixes 2014-11-11 19:18:18 +01:00
Alejandro Alonso 2cc65a17cb Fixing error when recovering the user token and the key doesn't exist 2014-10-20 09:40:51 +02:00
Alejandro Alonso 4b859bbde9 Removing cancel_token and using django.core.signing stuff 2014-10-10 09:29:51 +02:00
Alejandro Alonso 227add34f0 Sending email on the registry of user 2014-10-08 13:08:54 +02:00
Alejandro Alonso ceff57e84d Sending a custom signal when users are registered 2014-10-08 01:46:31 +02:00
Alejandro Alonso 79b1ed2f22 Improving feedback when registering users 2014-10-02 16:38:04 +02:00
Andrey Antukh 47dcd22b95 [backport] Fix possible race condition on register using select for update. 2014-10-02 04:25:09 +02:00
Andrey Antukh 4ac1d8f55d [backport] Fix wrong handing integrity error on register or accept invitation. 2014-10-02 03:39:09 +02:00
David Barragán Merino b01396028d Refactor user profile form and fix #1098 2014-09-25 20:05:34 +02:00
David Barragán Merino 7a88df1e08 Change django.db.models.loading.get_model (deprecated in django 1.7) to django.apps.apps.get_model 2014-09-25 11:32:50 +02:00
David Barragán Merino 2f0471a3a4 Fix Bug #828: Validate username 2014-09-01 17:30:40 +02:00
Jesús Espino 8a256883d9 Now supersusers can view everything 2014-08-18 10:20:37 +02:00
Anler Hp 196ac5684f Fix api auth tests 2014-08-01 15:07:57 +02:00
Jesús Espino d97edb464c [HUGE CHANGE] Changed the permissions system 2014-07-24 12:19:06 +02:00
David Barragán Merino 63ca789815 Minor fix 2014-07-22 10:05:49 +02:00
David Barragán Merino a9453b97b7 Minor fixes in auth services and invitations API 2014-07-21 14:35:44 +02:00
David Barragán Merino c6ec50bb1e Delete obsolete test of auth module 2014-06-14 20:52:38 +02:00
David Barragán Merino 4860c7cbb9 Add github login functionality to the Auth API 2014-06-12 12:16:37 +02:00
David Barragán Merino f9327c7069 Fix User model: delete first_name, last_name, permisions and groups, add full_name, and github_id, change description to bio 2014-06-12 12:16:36 +02:00
Andrey Antukh 2b087678b9 Remove domains. 2014-05-26 17:33:12 +02:00
Jesús Espino 7ee252205f Fixing tests 2014-04-26 22:09:45 +02:00
David Barragán Merino 234ee7a2bc Remove the coding lines 2014-04-25 12:33:16 +02:00