summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Fix some stuffwinh-jsdocWinnie Hellmann2018-12-0518-10/+80
|
* Merge branch 'ce-jej/group-saml-unlink-from-account' into 'master'Stan Hu2018-12-044-5/+18
|\ | | | | | | | | [CE] Backport GroupSAML unlink changes See merge request gitlab-org/gitlab-ce!23536
| * Replace @user with current_user on Account pageJames Edwards-Jones2018-12-042-5/+4
| | | | | | | | | | | | | | | | | | | | Previously we used @user, but this changed to local_assigns[:user] so we could pass a second variable to the view from an EE module Since we were already using current_user librally there it makes sense to replace the remaining usages. See: https://docs.gitlab.com/ee/development/module_with_instance_variables.html
| * Backport GroupSAML unlink changesJames Edwards-Jones2018-12-044-5/+19
| | | | | | | | | | | | | | | | | | - Improves spacing between account buttons on Profile - AccountsController#show uses locals instead of instance variables - New `display_providers_on_profile?` helper method - Adds `render_if_exists` for GroupSAMl unlink buttons See: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8682
* | Merge branch 'gt-remove-pronunciation-tip-for-knative' into 'master'Mike Greiling2018-12-041-5/+4
|\ \ | | | | | | | | | | | | | | | | | | Remove pronunciation tip for knative Closes #54724 See merge request gitlab-org/gitlab-ce!23549
| * | Remove pronunciation tip for knativeGeorge Tsiolis2018-12-041-5/+4
| | |
* | | Merge branch 'fix/gb/encrypt-runners-tokens' into 'master'Nick Thomas2018-12-047-23/+152
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Encrypt runners tokens Closes #51232 and #52931 See merge request gitlab-org/gitlab-ce!23412
| * | | Fix typo in encrypted token authenticatable strategyGrzegorz Bizon2018-12-041-1/+1
| | | |
| * | | Merge commit '83f0798e7dc588f0e4cb6816daadeef7dbfc8b81' into ↵Grzegorz Bizon2018-12-04101-699/+1078
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | fix/gb/encrypt-runners-tokens * commit '83f0798e7dc588f0e4cb6816daadeef7dbfc8b81': (101 commits)
| * | | | Fix token_set? method by checking migration statusGrzegorz Bizon2018-12-041-1/+4
| | | | |
| * | | | Use plaintext token when migration is not completeGrzegorz Bizon2018-12-031-4/+6
| | | | |
| * | | | Refactor encrypted token strategy classGrzegorz Bizon2018-12-031-26/+31
| | | | |
| * | | | Fix token encrypted strategy when migrating dataGrzegorz Bizon2018-12-031-1/+7
| | | | |
| * | | | Migrate runners token first before fully switchingGrzegorz Bizon2018-12-033-3/+3
| | | | |
| * | | | Implement migration strategy for token authenticatableGrzegorz Bizon2018-12-032-4/+25
| | | | |
| * | | | Merge commit '6852680584a1b22788f451457a6042eabf862a73' into ↵Grzegorz Bizon2018-11-2958-197/+322
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix/gb/encrypt-runners-tokens * commit '6852680584a1b22788f451457a6042eabf862a73': (57 commits)
| * \ \ \ \ Merge branch 'master' into fix/gb/encrypt-runners-tokensGrzegorz Bizon2018-11-28228-1126/+1800
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (243 commits) Conflicts: db/schema.rb lib/gitlab/import_export/import_export.yml
| * | | | | | Expire application settings after encrypting tokensGrzegorz Bizon2018-11-281-0/+3
| | | | | | |
| * | | | | | Fix resetting old token when fallback strategy is providedGrzegorz Bizon2018-11-271-1/+1
| | | | | | |
| * | | | | | Improve token authenticable tests and exceptionsGrzegorz Bizon2018-11-272-5/+5
| | | | | | |
| * | | | | | Improve test cases description in token-related specsGrzegorz Bizon2018-11-231-5/+3
| | | | | | |
| * | | | | | Only allow valid options when configuring tokensGrzegorz Bizon2018-11-231-0/+4
| | | | | | |
| * | | | | | Improve token strategy fallback and add more specsGrzegorz Bizon2018-11-231-0/+4
| | | | | | |
| * | | | | | Merge remote-tracking branch 'dev/master' into security-encrypt-runners-tokensGrzegorz Bizon2018-11-21569-7303/+3915
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dev/master: (302 commits) Conflicts: db/schema.rb lib/gitlab/import_export/import_export.yml
| * | | | | | | Encrypt runners communication token in the databaseGrzegorz Bizon2018-11-201-5/+4
| | | | | | | |
| * | | | | | | Reset insecure token when setting an encrypted oneGrzegorz Bizon2018-11-201-1/+5
| | | | | | | |
| * | | | | | | Use falback to set token if encrypted field is missingGrzegorz Bizon2018-11-201-2/+8
| | | | | | | |
| * | | | | | | Do not raise if encrypted tokens field does not existGrzegorz Bizon2018-11-201-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is mostly important in specs for migration, where we are still using factories, despite that we have a Rubocop cop that should prevent doing that.
| * | | | | | | Encrypt group / project runners registration tokensGrzegorz Bizon2018-11-162-2/+2
| | | | | | | |
| * | | | | | | Add specs for token authenticable strategy factory methodGrzegorz Bizon2018-11-161-3/+3
| | | | | | | |
| * | | | | | | Refactor and simplify token authenticatable concernGrzegorz Bizon2018-11-151-6/+7
| | | | | | | |
| * | | | | | | Extract token authenticatable strategy fabricationGrzegorz Bizon2018-11-152-7/+12
| | | | | | | |
| * | | | | | | Encrypt new instance runners registration tokensGrzegorz Bizon2018-11-154-2/+6
| | | | | | | |
| * | | | | | | Add unit tests for encrypted token authenticatableGrzegorz Bizon2018-11-141-2/+2
| | | | | | | |
| * | | | | | | Add specs scaffold for encrypted token authenticatableGrzegorz Bizon2018-11-141-1/+2
| | | | | | | |
| * | | | | | | Remove text prepended to a class by a mistakeGrzegorz Bizon2018-11-141-2/+0
| | | | | | | |
| * | | | | | | Refactor token authenticatable encrypted strategyGrzegorz Bizon2018-11-142-13/+20
| | | | | | | |
| * | | | | | | Remove token_field_name method from base classGrzegorz Bizon2018-11-142-7/+3
| | | | | | | |
| * | | | | | | Do not use cleartext approach for encrypted tokensGrzegorz Bizon2018-11-131-8/+8
| | | | | | | |
| * | | | | | | Add `encrypted` strategy to persist encrypted tokensGrzegorz Bizon2018-11-131-0/+51
| | | | | | | |
* | | | | | | | Merge branch 'diff-fix-expanding' into 'master'Filipa Lacerda2018-12-042-2/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed multiple diff line discussions not expanding Closes #53600 See merge request gitlab-org/gitlab-ce!23539
| * | | | | | | | Updated variable name to forceExpandedPhil Hughes2018-12-042-4/+4
| | | | | | | | |
| * | | | | | | | Fixed multiple diff line discussions not expandingPhil Hughes2018-12-042-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53600
* | | | | | | | | CE port of Add new service to create the web ide terminalFrancisco Javier López2018-12-041-0/+5
| | | | | | | | |
* | | | | | | | | Merge branch 'ce-7210-add-sort-direction-button-sort-dropdown' into 'master'Sean McGivern2018-12-041-1/+27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CE backport]Add sort direction button with sort dropdown for epics See merge request gitlab-org/gitlab-ce!23506
| * | | | | | | | | [CE backport]Add sort direction button with sort dropdown for epicsFelipe Artur2018-12-031-1/+27
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Fix multiple commits shade overlapping vertical discussion lineAnnabel Dunstone Gray2018-12-041-2/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Merge branch 'ce-jej/group-saml-metadata-endpoint' into 'master'Kamil Trzciński2018-12-041-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CE] Backport TokenAuthenticatable comparison method and stub_default_url_options See merge request gitlab-org/gitlab-ce!19094
| * | | | | | | | TokenAuthenticatable provides comparison methodJames Edwards-Jones2018-12-031-0/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoids attempting save on comparison, as that could potentially reveal that a resource exists. Uses secure comparison incase this is reused somewhere sensitive.
* | | | | | | | Merge branch 'legacy_fallback_for_project_clusters_only' into 'master'Kamil Trzciński2018-12-041-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Fallback to admin KUBE_TOKEN for project clusters only See merge request gitlab-org/gitlab-ce!23527