- Sep 13, 2019
-
-
GitLab Bot authored
-
- Feb 25, 2019
-
-
Felipe Artur authored
Prevent unauthorized users having access to milestone titles through autocomplete endpoint.
-
- Nov 06, 2018
-
-
Jarka Kadlecova authored
-
- Oct 05, 2018
-
-
Fabian Schneider authored
-
- Sep 26, 2018
-
-
gfyoung authored
Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
-
- Aug 10, 2018
-
-
Peter Leitzen authored
-
Peter Leitzen authored
-
Peter Leitzen authored
-
- Jul 06, 2018
-
-
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6195Mark Chao authored
Refactor AutocompleteSources#label: 1. The return value was inconsistent, sometimes returning a hash and sometimes returning an ActiveModel. 2. It was inconsistent with respect to other methods in the class since they all return ActiveModels.
-
- Feb 22, 2018
-
-
Bob Van Landuyt authored
-
- Nov 28, 2017
-
-
Vitaliy @blackst0ne Klachkov authored
-
- Mar 06, 2017
-
-
Eric Eastwood authored
- gl_emoji for falling back to image/css-sprite when the browser doesn't support an emoji - Markdown rendering (Banzai filter) - Autocomplete - Award emoji menu - Perceived perf - Immediate response because we now build client-side - Update `digests.json` generation in gemojione rake task to be more useful and include `unicodeVersion` MR: !9437 See issues - #26371 - #27250 - #22474
-
- Dec 15, 2016
-
-
Finished up autocomplete_sources action and added frontend to fetch data only when its needed Added wait_for_ajax to specs Fixed builds and improved the setup/destroy lifecycle Changed global namespace and DRYed up loading logic Added safety for accidentally loading data twice Removed destroy as its not necessary and is messing with click events from a blur race condition Created AutocompleteSourcesController and updated routes Fixed @undefined from tabbing before load ends Disable tabSelectsMatch until we have loaded data Review changes
-