Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2016-07-07Add some more code comments.Douwe Maan
2016-07-07Use stored start and head for MR diff without whitespaceDouwe Maan
2016-07-07On MRs being imported, commits aren't available yetDouwe Maan
2016-07-07Keep around DiffNote position commitsDouwe Maan
2016-07-07Add send_git_patch helperDouwe Maan
2016-07-07Display new diff notes and allow creation through the web interfaceDouwe Maan
2016-07-07Allow reply-by-email with diff notesDouwe Maan
2016-07-07Automatically update diff note positions when MR is pushed toDouwe Maan
2016-07-07Support new diff notes on MRs with diff_refsDouwe Maan
2016-07-07Add DiffNote modelDouwe Maan
2016-07-07Extract parts of LegacyDiffNote into DiffOnNote concern and move part of resp...Douwe Maan
2016-07-07Style diff and blob file headers the same wayDouwe Maan
2016-07-07Remove unneeded divDouwe Maan
2016-07-07Add DiffFile#blob and #old_blobDouwe Maan
2016-07-07Add Timeless helper module to prevent updated_at from being updatedDouwe Maan
2016-07-07Represent DiffRefs as proper class instead of tuple arrayDouwe Maan
2016-07-07Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan
2016-07-07Store diff head and start commit shas on MR diffsDouwe Maan
2016-07-07Merge branch 'build-auto-refresh' into 'master' Jacob Schatz
2016-07-07Merge branch '18283-pluralize-stage-headings' into 'master' Jacob Schatz
2016-07-07Merge branch '18858-options-dropdown-on-mobile-should-be-full-width' into 'ma...Jacob Schatz
2016-07-06Merge branch 'escape-to-cancel-note' into 'master' Jacob Schatz
2016-07-06Get rid of pluralize on stage namesAnnabel Dunstone
2016-07-06Merge branch '15094-throttling-pushes_since_gc' into 'master' Douwe Maan
2016-07-06Merge branch '19092-fix-event-for-legacydiffnote-not-considered-note' into 'm...Douwe Maan
2016-07-06Merge branch 'gh-labels' into 'master' Robert Speicher
2016-07-06Merge branch 'fix/import-url-validator' into 'master' Robert Speicher
2016-07-06Merge branch 'fix/project-export-error' into 'master' Rémy Coutable
2016-07-06Fixed issue with build auto-refresh not workingPhil Hughes
2016-07-06Use a more future-proof check for Note/LegacyDiffNoteRémy Coutable
2016-07-06Fix unescaped strings in the labels dropdown templateDouglas Barbosa Alexandre
2016-07-06Render label name contains ?, & in the labels dropdown without escapingDouglas Barbosa Alexandre
2016-07-06Use CGI.unescapeHTML rather than doing the gsub with a mapDouglas Barbosa Alexandre
2016-07-06Move `unescape_html_entities` from LabelsHelper to Label modelDouglas Barbosa Alexandre
2016-07-06Render references for labels that name contains ?, or &Douglas Barbosa Alexandre
2016-07-06Allow '?', or '&' for label titlesDouglas Barbosa Alexandre
2016-07-06Use keyword arguments for boolean values and use `span` instead of `a` for cl...Patricio Cano
2016-07-06Revert back to not defining a default Git access protocol.Patricio Cano
2016-07-06Rebasing caused `enabled_git_access_protocol` to become plural. Fixed here.Patricio Cano
2016-07-06Clone button should not be clickable when there is a disabled protocolPatricio Cano
2016-07-06Default Git access protocol to `web`Patricio Cano
2016-07-06Rename `enabled_git_access_protocols` to singular.Patricio Cano
2016-07-06Correct access control flow for Git HTTP requests.Patricio Cano
2016-07-06Clarify protocol access check, and make Git HTTP access call more specific.Patricio Cano
2016-07-06Render the status message with `plain:` so that the message gets passed to th...Patricio Cano
2016-07-06Render :forbidden *only* if HTTP is disabled.Patricio Cano
2016-07-06Return :forbidden if HTTP protocol access is not allowedPatricio Cano
2016-07-06Simplify access checksPatricio Cano
2016-07-06Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano
2016-07-06Only allow Git Access on the allowed protocolPatricio Cano