summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | Discard changes to files when cancel edit is hit.Jacob Schatz2017-07-307-18/+42
* | | | | | | | | | | | | | | | fixes md renderingJacob Schatz2017-07-302-2/+2
* | | | | | | | | | | | | | | | Disabled and show dropdowns at the right times.Jacob Schatz2017-07-293-0/+21
* | | | | | | | | | | | | | | | Adds nicer style to no preview available.Jacob Schatz2017-07-292-3/+1
* | | | | | | | | | | | | | | | Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ideJacob Schatz2017-07-293-18/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Move repoEditorLoader to index and change repo_editor to vue compLuke "Jared" Bennett2017-07-293-18/+19
* | | | | | | | | | | | | | | | | Adds support for SVG because that's why. Does binary right.Jacob Schatz2017-07-295-23/+64
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Changes raw to download for binary files.Jacob Schatz2017-07-291-1/+6
* | | | | | | | | | | | | | | | Set the URL of the tree.Jacob Schatz2017-07-291-0/+1
* | | | | | | | | | | | | | | | Adds commit link to list of files in tree view.Jacob Schatz2017-07-292-3/+5
* | | | | | | | | | | | | | | | Add tooltip to updated.Jacob Schatz2017-07-291-1/+1
* | | | | | | | | | | | | | | | Pluralize filesJacob Schatz2017-07-281-2/+6
* | | | | | | | | | | | | | | | Changes to `raw_size` to take advantage of LFS.Jacob Schatz2017-07-281-1/+1
* | | | | | | | | | | | | | | | Adds `raw_size` to take advantage of LFSJacob Schatz2017-07-282-6/+2
* | | | | | | | | | | | | | | | Fixes bug when file content not used in commit.Jacob Schatz2017-07-283-7/+9
* | | | | | | | | | | | | | | | Show an alert when trying to close the window with unsaved changesJacob Schatz2017-07-282-0/+14
* | | | | | | | | | | | | | | | Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ideJacob Schatz2017-07-286-8/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Fix repo break when no readmeLuke "Jared" Bennett2017-07-281-1/+1
| * | | | | | | | | | | | | | | | Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ideLuke "Jared" Bennett2017-07-2817-51/+219
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Combine 'turn on/off' user dropdown links into 'experimental features' link a...Luke "Jared" Bennett2017-07-285-7/+5
* | | | | | | | | | | | | | | | | | Updates dropdown to update branch in commit section.Jacob Schatz2017-07-2810-41/+102
| |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge branch 'ide' of gitlab.com:gitlab-org/gitlab-ce into ideJacob Schatz2017-07-281638-5545/+12934
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | Add .file-holder back to _blobLuke "Jared" Bennett2017-07-281-2/+3
| * | | | | | | | | | | | | | | | Add user_dropdown_link to prompt users to turn on new repoLuke "Jared" Bennett2017-07-283-0/+3
| * | | | | | | | | | | | | | | | render blob/show if not show_new_repo?Luke "Jared" Bennett2017-07-281-1/+2
| * | | | | | | | | | | | | | | | Pass tree to old_tree_contentLuke "Jared" Bennett2017-07-281-1/+1
| * | | | | | | | | | | | | | | | Added commit_well partial and added to _files for not new_repoLuke "Jared" Bennett2017-07-282-4/+5
| * | | | | | | | | | | | | | | | Added old_tree_content to tree_content for not new_repoLuke "Jared" Bennett2017-07-282-25/+26
| * | | | | | | | | | | | | | | | Added old_tree_header to tree_header for not new_repoLuke "Jared" Bennett2017-07-282-3/+77
| * | | | | | | | | | | | | | | | added editable_mode partial and moved to shared/repo with repo partialLuke "Jared" Bennett2017-07-282-0/+3
| * | | | | | | | | | | | | | | | add old _tree_content code for old_repoLuke "Jared" Bennett2017-07-281-0/+26
| * | | | | | | | | | | | | | | | Add old _blob code for old_repoLuke "Jared" Bennett2017-07-281-0/+3
| * | | | | | | | | | | | | | | | Add old _files.html.haml code for old_repoLuke "Jared" Bennett2017-07-281-2/+10
| * | | | | | | | | | | | | | | | Corrected feature_helper isNewRepo queryLuke "Jared" Bennett2017-07-281-1/+1
| * | | | | | | | | | | | | | | | Add tree.js back and run only if not treeviewLuke "Jared" Bennett2017-07-282-0/+84
| * | | | | | | | | | | | | | | | Add feature_helper to tidy up feature flag queriesLuke "Jared" Bennett2017-07-281-0/+11
| * | | | | | | | | | | | | | | | move new repo to shared view and only load it and repo bundle with new_repo i...Luke "Jared" Bennett2017-07-285-8/+11
| * | | | | | | | | | | | | | | | Added old_repo and new_repo imagesLuke "Jared" Bennett2017-07-282-0/+0
| * | | | | | | | | | | | | | | | Add groundwork for feature flagLuke "Jared" Bennett2017-07-282-0/+26
| * | | | | | | | | | | | | | | | Remove added locale filesLuke "Jared" Bennett2017-07-288-8/+0
| * | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into ideLuke "Jared" Bennett2017-07-281601-5478/+12513
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | Merge branch 'remove-default-access-levels' into 'master'Rémy Coutable2017-07-282-15/+71
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | Make access level more compatible with EELin Jen-Shin2017-07-282-15/+71
| | | | |_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | | | Merge branch '35691-images-in-wiki-display-have-wrong-size' into 'master'Filipa Lacerda2017-07-281-3/+3
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | none is not a CSS Value for sizes ;-)Tim Zallmann2017-07-281-3/+3
| | * | | | | | | | | | | | | | | Update CHANGELOG.md for 9.4.2James Edwards-Jones2017-07-2812-45/+15
| | * | | | | | | | | | | | | | | Merge branch 'help-page-breadcrumb-title-fix' into 'master'Filipa Lacerda2017-07-282-0/+5
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | Fixed the breadcrumb title for help pageshelp-page-breadcrumb-title-fixPhil Hughes2017-07-282-0/+5
| | | | |/ / / / / / / / / / / / / | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge branch 'ph-inline-js' into 'master'Tim Zallmann2017-07-2823-112/+135
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | fixed form action not submitting the correct URLph-inline-jsPhil Hughes2017-07-281-1/+6