Commit Graph

40 Commits (db34a5c39c7550dfd998712e88f604883ccc2dba)

Author SHA1 Message Date
Andrey Antukh 8c46f31720 Add directive for public register message on login.
This removes conditional logic on template linking
process and innecesary scope mutation on login directive.
Also, it has less data bindings, because the new directive
do all work at compile time without adding additional
bindings.
2014-09-03 16:23:35 +02:00
Andrey Antukh 4ad8f86d7b Add example plugin "terms".
This works as example but also is usefull for sas deployed
instances show their terms and privacity conditions.
2014-09-02 19:02:58 +02:00
Andrey Antukh 23a9c000e7 Remove inapropiate usage of block comments. 2014-09-01 17:08:27 +02:00
David Barragán Merino 738e66d333 Fix bug #747 and fix some typos in the code too 2014-08-28 12:41:43 +02:00
Jesús Espino f1c945c4df Replacing usage of with everywhere 2014-08-28 11:58:35 +02:00
Andrey Antukh b94c3a170f Remove (awfull) hack and enable submit on press enter key on login.
Removed hack does not works. Also, it causes redirects to ugly 405 page
of nginx.
2014-08-25 18:41:35 +02:00
Andrey Antukh a237232339 Fix block comments style. 2014-08-25 18:04:10 +02:00
David Barragán Merino 7d2ef5ed8c Refactor: Use tgNavUrls to resolve some urls in auth module 2014-08-25 16:48:54 +02:00
David Barragán Merino a94ddf5fd2 Fix bug #750 2014-08-25 12:51:44 +02:00
Juanfran 0052147b3b remember login form 2014-08-21 11:50:45 +02:00
Alejandro Alonso ad5ceca2e2 Fixing register redirection 2014-08-11 13:31:37 +02:00
David Barragán Merino 276cf85369 Add links to external pages of terms of services and privacy policy 2014-08-05 10:56:14 +02:00
Jesús Espino 8f5eead730 User profile integration 2014-08-05 10:38:04 +02:00
Alejandro Alonso 8150653e31 Improving user settings 2014-07-29 15:10:00 +02:00
Juanfran d5478c2b44 US/121 projects list 2014-07-25 09:29:32 +02:00
David Barragán Merino b172b07ed9 Finish the module auth 2014-07-21 16:23:24 +02:00
David Barragán Merino 5304406226 Use the correct api resource to accept invitations 2014-07-19 23:45:28 +02:00
David Barragán Merino 5dc860fb1e Catch more errors after login call 2014-07-15 19:23:33 +02:00
David Barragán Merino 7bd03e221c Hide register page link if public registration is disabled 2014-07-14 20:48:00 +02:00
David Barragán Merino 5a2cc5c627 Finish registered proccess by invitation 2014-07-13 16:28:08 +02:00
David Barragán Merino b495bfe794 Remove a console.log 2014-07-13 16:27:32 +02:00
David Barragán Merino b599ff4e9a Fix login and register function in Auth service 2014-07-13 16:27:05 +02:00
David Barragán Merino fd1e009c82 Auth service now return invitations 2014-07-13 16:26:02 +02:00
David Barragán Merino 9f078257e2 Finish the 'change password from recover' functionality 2014-07-10 13:44:29 +02:00
David Barragán Merino 7b85ea6f60 Fix success message 2014-07-09 14:48:12 +02:00
David Barragán Merino d7d3cbe505 Add success and error messages to the auth directives 2014-07-09 13:53:59 +02:00
David Barragán Merino 238e1bf6ff Add confirm light error 2014-07-09 13:09:40 +02:00
Andrey Antukh c3da3a21dd Initial drag and drop support for backlog. 2014-07-09 12:12:53 +02:00
David Barragán Merino 9c27c0ebef Add ChangePasswordFromRecoveryDirective 2014-07-08 13:43:56 +02:00
David Barragán Merino cb456a095a Minor fixes in ForgotPasswordDirective 2014-07-08 13:43:56 +02:00
David Barragán Merino 02e10715df Submit 'forgot password' form 2014-07-07 18:21:47 +02:00
David Barragán Merino a43e053e77 Add forgot-password form 2014-07-07 14:41:01 +02:00
Andrey Antukh 0457399f7e Minor fixes on login. 2014-06-26 10:02:44 +02:00
Andrey Antukh 21c8e24eca Add initial version of register with validation. 2014-06-25 16:30:21 +02:00
Alejandro Alonso bcbd8f3771 Adding dummy login 2014-06-23 10:33:10 +02:00
Andrey Antukh de0e6ef5f3 Add proper license header on files when it missing. 2014-06-18 19:13:34 +02:00
Andrey Antukh 171aaa1f6b Implement navigation url service. 2014-06-18 19:02:17 +02:00
Andrey Antukh 79ca84c083 Improved backlog and change base classes names. 2014-06-18 14:57:27 +02:00
Andrey Antukh 139010a2fc Minor reorganization on resources modules. 2014-06-12 10:20:09 +02:00
Andrey Antukh 00b5b759ff Add http service layer and repository service layer. 2014-06-11 17:06:17 +02:00