- Jan 24, 2018
-
-
Stan Hu authored
The default 404 handler would return the Content-Type format based on the given format extension. This would cause the Rails CSRF protection to flag an error, since the .js extension gets mapped to text/javascript format. Closes #40771
-
- Jan 22, 2018
-
-
Bob Van Landuyt authored
When searching we would limit the scope of ancestors to load because the filter would be applied to the ancestors. Instead, we need to load _all_ ancestors for matching projects.
-
- Jan 18, 2018
-
-
Jacob Vosmaer (GitLab) authored
-
Jacopo authored
When a new user confirm his email the signin tab is correctly shown.
-
Jan Provaznik authored
For issuable models we keep two timestamps: updated_at which is updated whenever any model attribute is changed, last_edited_at which is changed when only title or description is changed. In UI bellow description we display who and when updated the item. But last_edited_by (used for 'who') is mistakenly combined with updated_at (when), last_edited_at should be used instead. Closes #41247
-
Winnie Hellmann authored
-
- Jan 17, 2018
-
-
Rémy Coutable authored
The performance bar is still displayed by default in development. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Alexis Reigel authored
-
Alexis Reigel authored
-
Robert Speicher authored
[10.3] Prevent login with disabled OAuth providers See merge request gitlab/gitlabhq!2296 (cherry picked from commit 4936650427ffc88e6ee927aedbb2c724d24b094c) a0f9d222 Prevents login with disabled OAuth providers
-
Douwe Maan authored
[10.3] Migrate `can_push` column from `keys` to `deploy_keys_project` See merge request gitlab/gitlabhq!2276 (cherry picked from commit f6ca52d31bac350a23938e0aebf717c767b4710c) 1f2bd3c0 Backport to 10.3
-
Robert Speicher authored
Remove order param from the MilestoneFinder See merge request gitlab/gitlabhq!2259 (cherry picked from commit 14408042e78f2ebc2644f956621b461dbfa3d36d) 155881e7 Remove order param from the MilestoneFinder
-
- Jan 15, 2018
-
-
Felipe Artur authored
-
- Jan 12, 2018
-
-
Hiroyuki Sato authored
-
- Jan 11, 2018
-
-
Gregory Stark authored
Use simple Next/Prev paging for jobs to avoid large count queries on arbitrarily large sets of historical jobs
-
-
Matija Čupić authored
-
Matija Čupić authored
-
- Jan 10, 2018
-
-
Kamil Trzcińśki authored
-
Kamil Trzcińśki authored
-
Matija Čupić authored
-
- Jan 08, 2018
-
-
Rémy Coutable authored
See merge request gitlab-org/gitlab-ee!3323 Backported as part of authorized_keys in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/16014
-
Michael Kozono authored
Originally branch 'mk-toggle-writing-to-auth-keys-1631' See merge request !2004 Squashed commits: Add authorized_keys_enabled to Application Settings Ensure default settings are exposed in UI Without this change, `authorized_keys_enabled` is unchecked when it is nil, even if it should be checked by default. Add “Speed up SSH operations” documentation Clarify the reasons for disabling writes Add "How to go back" section Tweak copy Update Application Setting screenshot
-
Christiaan Van den Poel authored
-
- Jan 07, 2018
-
-
Matija Čupić authored
-
- Jan 06, 2018
-
-
Matija Čupić authored
-
- Jan 05, 2018
-
-
Felipe Artur authored
-
Jan Provaznik authored
When a project uses fast-forward merging strategy user has to rebase MRs to target branch before it can be merged. Now user can do rebase in UI by clicking 'Rebase' button instead of doing rebase locally. This feature was already present in EE, this is only backport of the feature to CE. Couple of changes: * removed rebase license check * renamed migration (changed timestamp) Closes #40301
-
- Jan 04, 2018
-
-
Matija Čupić authored
-
Matija Čupić authored
-
Matija Čupić authored
-
Jacob Vosmaer (GitLab) authored
-
- Jan 01, 2018
-
-
Rubén Dávila authored
Users were unable to change their password through the "Reset password" link that was sent to their email if they were logged in. This is due to a default controller filter from Devise that requires the user to not be logged in in order to use this link.
-
- Dec 27, 2017
-
-
Mateusz Bajorski authored
-
Mario de la Ossa authored
-
- Dec 26, 2017
-
-
Mateusz Bajorski authored
Closes #24347
-
- Dec 21, 2017
-
-
Matija Čupić authored
-
Matija Čupić authored
-
Tim Zallmann authored
-
Matija Čupić authored
-