GitLab Bot
8f9307985e
Add latest changes from gitlab-org/gitlab@master
2023-02-03 18:08:55 +00:00
GitLab Bot
709948b7a6
Add latest changes from gitlab-org/gitlab@master
2023-01-20 15:08:53 +00:00
GitLab Bot
3b69a04945
Add latest changes from gitlab-org/gitlab@master
2022-09-12 21:10:38 +00:00
GitLab Bot
6ddc820225
Add latest changes from gitlab-org/gitlab@master
2022-06-02 21:09:25 +00:00
GitLab Bot
67fa8362ae
Add latest changes from gitlab-org/gitlab@master
2022-05-06 15:09:03 +00:00
GitLab Bot
b6a2658061
Add latest changes from gitlab-org/gitlab@master
2022-05-02 21:09:12 +00:00
GitLab Bot
eab22d334f
Add latest changes from gitlab-org/gitlab@master
2022-04-22 18:09:22 +00:00
GitLab Bot
14184b159d
Add latest changes from gitlab-org/gitlab@master
2022-03-07 15:22:51 +00:00
GitLab Bot
0c04cdc80d
Add latest changes from gitlab-org/gitlab@master
2022-01-06 00:15:57 +00:00
GitLab Bot
e04431d29e
Add latest changes from gitlab-org/gitlab@master
2021-12-16 00:15:50 +00:00
GitLab Bot
0702e2171f
Add latest changes from gitlab-org/gitlab@master
2021-11-15 06:10:30 +00:00
GitLab Bot
5f8d4d631d
Add latest changes from gitlab-org/gitlab@master
2021-09-29 12:11:22 +00:00
GitLab Bot
2d4f258f06
Add latest changes from gitlab-org/gitlab@master
2021-09-13 21:08:53 +00:00
GitLab Bot
b41e09c9ce
Add latest changes from gitlab-org/gitlab@master
2021-08-04 06:09:49 +00:00
GitLab Bot
c98df6ecba
Add latest changes from gitlab-org/gitlab@master
2021-06-07 21:10:00 +00:00
GitLab Bot
d786065288
Add latest changes from gitlab-org/gitlab@master
2021-06-02 03:09:51 +00:00
GitLab Bot
ce27ba9f6c
Add latest changes from gitlab-org/gitlab@master
2020-10-29 18:09:11 +00:00
GitLab Bot
6ae38bb3b5
Add latest changes from gitlab-org/gitlab@master
2020-10-15 12:09:06 +00:00
GitLab Bot
2ac4833015
Add latest changes from gitlab-org/gitlab@master
2020-10-08 18:08:32 +00:00
GitLab Bot
bf1600d157
Add latest changes from gitlab-org/gitlab@master
2020-09-16 18:09:47 +00:00
GitLab Bot
a865379008
Add latest changes from gitlab-org/gitlab@master
2020-09-07 12:08:27 +00:00
GitLab Bot
87ef501eac
Add latest changes from gitlab-org/gitlab@master
2020-03-03 09:07:54 +00:00
GitLab Bot
4682f5015a
Add latest changes from gitlab-org/gitlab@master
2019-10-18 21:06:37 +00:00
Ahmad Sherif
3c2b4a1ced
Enable serving static objects from an external storage
...
It consists of two parts:
1. Redirecting users to the configured external storage
1. Allowing the external storage to request the static object(s)
on behalf of the user by means of specific tokens
Part of https://gitlab.com/gitlab-com/gl-infra/infrastructure/issues/6829
2019-09-10 13:43:11 +02:00
antony liu
8021efb72d
i18n: externalize strings from user profile settings
2019-05-09 08:39:08 +00:00
Ezekiel Kigbo
3ad6653b3e
Added user time settings fields to profile
...
Udpated user_edit_profile_spec with time preferences
Minor update form fields
2019-05-07 21:58:16 +00:00
Fabian Schneider
a32fd49dd8
Move language setting to preferences
2019-02-20 22:58:53 +00:00
gfyoung
73322a0e55
Enable frozen string in app/controllers/**/*.rb
...
Enables frozen string for the following:
* app/controllers/*.rb
* app/controllers/admin/**/*.rb
* app/controllers/boards/**/*.rb
* app/controllers/ci/**/*.rb
* app/controllers/concerns/**/*.rb
Partially addresses #47424 .
2018-09-18 21:22:45 -07:00
Nick Thomas
fc0194b589
Resolve "Add functionality to change what email address online actions commit using"
2018-09-14 09:52:09 +00:00
Yorick Peterse
2039c8280d
Disable existing offenses for the CodeReuse cops
...
This whitelists all existing offenses for the various CodeReuse cops, of
which most are triggered by the CodeReuse/ActiveRecord cop.
2018-09-11 17:32:00 +02:00
George Tsiolis
124cece3b3
Include private contributions in user contribution graph
2018-09-07 15:08:55 +00:00
Bob Van Landuyt
b4c4b48a8c
Allow users to set a status
...
This can be done trough the API for the current user, or on the
profile page.
2018-07-30 15:01:26 +02:00
JX Terry
99011a61cf
Add an option to have a private profile on GitLab
2018-07-24 12:46:19 +00:00
Imre Farkas
20dfe25c15
Export assigned issues in iCalendar feed
2018-05-31 14:01:04 +00:00
Tiago Botelho
8417f74f23
Remove password and password_confirmation from whitelisted params in ProfilesController to prevent password from being changed without previous password being provided
2018-05-07 10:29:00 +02:00
Shah El-Rahman
43ef375e08
Add confirmation modal to "Change username"
2018-04-06 09:36:22 +00:00
Bob Van Landuyt
3faa7653d0
Handle invalid params when trying update_username
...
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.
2018-04-04 09:59:35 +02:00
Douwe Maan
a6c462b28c
Move RSS and incoming email tokens from User Settings > Accounts to User Settings > Access Tokens
2017-11-02 11:39:03 +01:00
Douwe Maan
4b93429a4e
Remove Private Token from User Settings > Account
2017-11-02 11:39:01 +01:00
James Lopez
67d06dee30
refactor users update service
2017-09-28 08:46:39 +02:00
James Lopez
9621dd0c9d
refactor services to match EE signature
2017-09-28 08:46:39 +02:00
Alexander Keramidas
4df54f2607
Profile updates from providers
2017-09-06 16:38:52 +03:00
James Lopez
0925f30134
fix profiles spec
2017-06-23 12:52:36 +02:00
James Lopez
b804db2648
refactor update user service not to do auth checks
2017-06-23 11:41:43 +02:00
James Lopez
968809dc2d
fix profiles controller
2017-06-23 11:41:41 +02:00
James Lopez
1c14805ff1
refactor profiles controller and update service
2017-06-23 11:41:41 +02:00
James Lopez
01378ab4a5
update profiles controller to use new service
2017-06-23 11:41:41 +02:00
Grzegorz Bizon
0430b76441
Enable Style/DotPosition Rubocop 👮
2017-06-21 13:48:12 +00:00
Robin Bobbitt
469acd190e
Sync email address from specified omniauth provider
2017-06-07 11:13:57 -04:00
Alexis Reigel
6dc2ade49c
user can reset his rss token on the account page
2017-05-24 22:29:59 +02:00