Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Render sanitized SVG images | Stan Hu | 2016-02-01 | 1 | -0/+10 |
| | | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9265 | ||||
* | Fix specedit-on-fork | Douwe Maan | 2015-12-21 | 1 | -2/+2 |
| | |||||
* | Add tests for new functionality | Douwe Maan | 2015-12-21 | 1 | -9/+97 |
| | |||||
* | Preserve trailing new lines at the end of file on the online editor | Douglas Barbosa Alexandre | 2015-12-14 | 1 | -0/+11 |
| | | | | | Because Haml automatically indents the HTML source code, the contents of whitespace-sensitive tags like pre and textarea can get screwed up. | ||||
* | Fix spec | Douwe Maan | 2015-12-08 | 1 | -6/+0 |
| | |||||
* | Add specs for showing lfs object in UI. | Marin Jankovski | 2015-12-07 | 1 | -0/+6 |
| | |||||
* | Fix feature spec. | Douwe Maan | 2015-11-18 | 1 | -7/+7 |
| | |||||
* | Add ability to create directories in the editor | Ben Ford | 2015-10-29 | 1 | -0/+10 |
| | | | | | | | | | | | | | Simply type a name with a `/` directory separator and new directories will be created. This does not do the fancy UI work that github.com does, but it will get the job done. I could not find tests for file creation, so I didn't add a test for this slight behaviour modification. I did test directory traversals though, using both absolute paths like `/tmp/foo.txt` and relative paths like `../../foo.txt`. Neither case escaped the repository, though attempting to traverse with a relative path resulted in a 500 error that did not affect application stability upon reload. | ||||
* | Fix error preventing displaying of commit data for a directory with a ↵ | Stan Hu | 2015-10-12 | 1 | -0/+6 |
| | | | | | | leading dot Closes https://github.com/gitlabhq/gitlabhq/issues/8763 | ||||
* | Add directory feature button | Stan Hu | 2015-10-07 | 1 | -8/+25 |
| | | | | | | | | | | | | | | | | | | Change "+" icon under "Files" section to have three options: * Create file * Upload file * New directory Upload file is no longer accessible from the "Create file" page. Users can now select a target branch in upload file as well. Closes #2799: Fixes a bug where file modes were overwritten after a commit Closes https://github.com/gitlabhq/gitlabhq/issues/8253: Existing files can no longer be overwritten in the "Create file" section. Closes #2557 | ||||
* | Change the replace placeholder to use the filenamefix-upload-ui | Stan Hu | 2015-09-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | | Dynamically adjust placedholder for uploads and fix Dropzone event handlers Override error handler to prevent error messages from being inserted underneath image preview Fix tests Use regexp instead of startsWith for better browser compatibility Remove duplicate code in _replace.html.haml and use one template Remove files upon error and retain alert messages until user adds a new file | ||||
* | Add "Replace" and "Upload" features | liyakun | 2015-09-15 | 1 | -0/+23 |
| | | | | | | | | | | | | | | | | Refactor upload and replace functionality Rename file and move CSS Fix typo Make dropzone a div Remove unnecessary file Change color of "upload existing one" Add missing changes | ||||
* | Fix commit data retrieval when branch name has single quotes | Stan Hu | 2015-07-26 | 1 | -0/+7 |
| | | | | Closes #1724 | ||||
* | Refactor rake tasks for tests | Dmitriy Zaporozhets | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | Remove "Multiselect Blob" feature specs | Robert Speicher | 2015-06-19 | 1 | -85/+0 |
| | | | | These are well covered by the new Jasmine tests, and faster! | ||||
* | WebEditor: save to new branch: spinach | Valery Sizov | 2015-02-24 | 1 | -0/+22 |
| | |||||
* | Set right test as tricky | Dmitriy Zaporozhets | 2015-01-29 | 1 | -2/+2 |
| | |||||
* | Skip tricky test for semaphore | Dmitriy Zaporozhets | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | Add tests for initializing bare repo and creating new file in it | Dmitriy Zaporozhets | 2015-01-27 | 1 | -0/+13 |
| | |||||
* | Add tests for disabled blob edit button cases. | Ciro Santilli | 2014-12-30 | 1 | -0/+10 |
| | |||||
* | Use :message key, not :error for File::Service. | Ciro Santilli | 2014-10-13 | 1 | -0/+20 |
| | |||||
* | Merge pull request #7942 from cirosantilli/commit-changes-uppercase | Dmitriy Zaporozhets | 2014-10-13 | 1 | -2/+2 |
|\ | | | | | Make new and edit file submit more uniform | ||||
| * | Make new and edit file submit more uniform | Ciro Santilli | 2014-10-08 | 1 | -2/+2 |
| | | |||||
* | | Upcase missing feature names | Ciro Santilli | 2014-10-07 | 1 | -1/+1 |
|/ | |||||
* | Make Spinach test names consistent | Ciro Santilli | 2014-10-05 | 5 | -5/+5 |
| | | | | | | | - do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path | ||||
* | Titleize blob action buttons. | Ciro Santilli | 2014-09-30 | 2 | -10/+10 |
| | |||||
* | Add web UI file CRUD tests. | Ciro Santilli | 2014-09-26 | 1 | -0/+30 |
| | | | | me/ciro/bak/git/cirosantilli.com/web' | ||||
* | Typo it -> its. | Ciro Santilli | 2014-09-21 | 1 | -1/+1 |
| | |||||
* | Add permalink to fixed SHA URL on blob view. | Ciro Santilli | 2014-09-01 | 1 | -0/+12 |
| | |||||
* | fix searching on empty project, prevent 500 | Robert Schilling | 2014-08-11 | 1 | -2/+8 |
| | | | | Fix hound | ||||
* | Fix markdown tests. Use new repo for testing. Fixed gitlab-shell test setup | Dmitriy Zaporozhets | 2014-07-31 | 1 | -12/+12 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Fix browse code spinach tests | Dmitriy Zaporozhets | 2014-07-31 | 4 | -11/+11 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Add tests to check for correct browse link name. | Marin Jankovski | 2014-07-09 | 1 | -1/+13 |
| | |||||
* | Fix blob highlight tests | Dmitriy Zaporozhets | 2014-06-12 | 1 | -3/+2 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Editing preview | skv-headless | 2014-04-15 | 1 | -0/+10 |
| | |||||
* | Blob and tree gfm links to anchors work. | Ciro Santillli | 2014-02-23 | 1 | -11/+27 |
| | | | | Fixes #6046 | ||||
* | Headers have ids and link to their own id. | Ciro Santillli | 2014-02-11 | 1 | -9/+33 |
| | |||||
* | Test if the views behave correctly with reference style relative links. | Marin Jankovski | 2014-01-23 | 1 | -0/+12 |
| | |||||
* | Enable multiline select for blobs. | Jason Hollingsworth | 2013-11-27 | 1 | -0/+86 |
| | | | | | | Holding shift will allow users to click and select multiple lines. The behavior is similar to GitHub. Complete with tests. | ||||
* | Feature test for New file feature | Dmitriy Zaporozhets | 2013-11-05 | 1 | -0/+4 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Links in Readme in tree view. | Marin Jankovski | 2013-10-14 | 1 | -1/+6 |
| | |||||
* | Skip relative links render in help page. | Marin Jankovski | 2013-10-11 | 1 | -0/+5 |
| | |||||
* | Test if markdown is rendered properly. | Marin Jankovski | 2013-10-11 | 1 | -0/+70 |
| | |||||
* | changed Gitlab to GitLab | Ben Bodenmiller | 2013-05-19 | 1 | -3/+3 |
| | |||||
* | Implemented code search feature | Javier Castro | 2013-05-09 | 1 | -0/+9 |
| | |||||
* | Team features are green now | Dmitriy Zaporozhets | 2013-02-21 | 2 | -3/+3 |
| | |||||
* | Minor improve to UI and code formatting of gitlab web editor | randx | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | WebEditor: minor spinach fixes | Valeriy Sizov | 2012-10-12 | 1 | -1/+1 |
| | |||||
* | WebEditor: spinach | Valeriy Sizov | 2012-10-12 | 1 | -0/+6 |
| | |||||
* | add spinach steps for project issues and source features | Nihad Abbasov | 2012-09-10 | 2 | -13/+11 |
| |