- Jul 30, 2018
-
-
Bob Van Landuyt authored
This can be done trough the API for the current user, or on the profile page.
-
- Jul 24, 2018
-
-
- May 31, 2018
-
-
- May 07, 2018
-
-
Tiago Botelho authored
Remove password and password_confirmation from whitelisted params in ProfilesController to prevent password from being changed without previous password being provided
-
- Apr 06, 2018
-
-
- Apr 04, 2018
-
-
Bob Van Landuyt authored
Using strong params to require the presence of a username when calling `update_username`. Otherwise we'd raise a `NoMethodError` validating the paths on disk.
-
- Nov 02, 2017
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- Sep 28, 2017
-
-
James Lopez authored
-
James Lopez authored
-
- Sep 06, 2017
-
-
Alexander Keramidas authored
-
- Jun 23, 2017
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
- Jun 21, 2017
-
-
Grzegorz Bizon authored
-
- Jun 07, 2017
-
-
Robin Bobbitt authored
-
- May 24, 2017
-
-
Alexis Reigel authored
-
- May 03, 2017
-
-
Ruben Davila authored
-
- Apr 13, 2017
-
-
Ruben Davila authored
-
Ruben Davila authored
-
- Mar 02, 2017
-
-
Mark Fletcher authored
-
- Feb 23, 2017
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
- Nov 07, 2016
-
-
tiagonbotelho authored
reactivates all tests and writes more tests for it
-
Douwe Maan authored
email token be reset
-
- Sep 27, 2016
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- Mar 19, 2016
-
-
Robert Speicher authored
-
- Mar 17, 2016
-
-
Alfredo Sumaran authored
-
- Mar 15, 2016
-
-
Rémy Coutable authored
This reverts commit 01160fc0, reversing changes made to 4bff9daf.
-
- Mar 13, 2016
-
-
Robert Speicher authored
Previously we were doing all of kinds of code gymnastics and flash abuse in order to work with a Doorkeeper controller but have it _appear_ at the `/profile/applications` path. Fortunately we can just tell Rails to use a different controller to handle that route, and we get the best of both worlds.
-
- Mar 04, 2016
-
-
Phil Hughes authored
Closes #13855
-
- Feb 09, 2016
-
-
Johann Pardanaud authored
-
- Dec 05, 2015
-
-
Andrew Tomaka authored
-
- Oct 20, 2015
-
-
Stan Hu authored
Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode, and it's possible load balancers/proxies strip the HTTP_REFERER from the request header. In these cases, default to some default path. Closes #3122 Closes https://github.com/gitlabhq/gitlabhq/issues/9731
-
- Jul 06, 2015
-
-
Valery Sizov authored
-
- Jul 02, 2015
-
-
Douwe Maan authored
-
- Jun 13, 2015
-
-
Robert Speicher authored
It was only used for the appearance live updating, which is now handled by Profiles::Preferences#update
-
Robert Speicher authored
-