summaryrefslogtreecommitdiff
path: root/features/project/source
Commit message (Collapse)AuthorAgeFilesLines
* Render sanitized SVG imagesStan Hu2016-02-011-0/+10
| | | | Closes https://github.com/gitlabhq/gitlabhq/issues/9265
* Fix specedit-on-forkDouwe Maan2015-12-211-2/+2
|
* Add tests for new functionalityDouwe Maan2015-12-211-9/+97
|
* Preserve trailing new lines at the end of file on the online editorDouglas Barbosa Alexandre2015-12-141-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 specDouwe Maan2015-12-081-6/+0
|
* Add specs for showing lfs object in UI.Marin Jankovski2015-12-071-0/+6
|
* Fix feature spec.Douwe Maan2015-11-181-7/+7
|
* Add ability to create directories in the editorBen Ford2015-10-291-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 Hu2015-10-121-0/+6
| | | | | | leading dot Closes https://github.com/gitlabhq/gitlabhq/issues/8763
* Add directory feature buttonStan Hu2015-10-071-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-uiStan Hu2015-09-151-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" featuresliyakun2015-09-151-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 quotesStan Hu2015-07-261-0/+7
| | | | Closes #1724
* Refactor rake tasks for testsDmitriy Zaporozhets2015-06-231-1/+1
|
* Remove "Multiselect Blob" feature specsRobert Speicher2015-06-191-85/+0
| | | | These are well covered by the new Jasmine tests, and faster!
* WebEditor: save to new branch: spinachValery Sizov2015-02-241-0/+22
|
* Set right test as trickyDmitriy Zaporozhets2015-01-291-2/+2
|
* Skip tricky test for semaphoreDmitriy Zaporozhets2015-01-291-1/+1
|
* Add tests for initializing bare repo and creating new file in itDmitriy Zaporozhets2015-01-271-0/+13
|
* Add tests for disabled blob edit button cases.Ciro Santilli2014-12-301-0/+10
|
* Use :message key, not :error for File::Service.Ciro Santilli2014-10-131-0/+20
|
* Merge pull request #7942 from cirosantilli/commit-changes-uppercaseDmitriy Zaporozhets2014-10-131-2/+2
|\ | | | | Make new and edit file submit more uniform
| * Make new and edit file submit more uniformCiro Santilli2014-10-081-2/+2
| |
* | Upcase missing feature namesCiro Santilli2014-10-071-1/+1
|/
* Make Spinach test names consistentCiro Santilli2014-10-055-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 Santilli2014-09-302-10/+10
|
* Add web UI file CRUD tests.Ciro Santilli2014-09-261-0/+30
| | | | me/ciro/bak/git/cirosantilli.com/web'
* Typo it -> its.Ciro Santilli2014-09-211-1/+1
|
* Add permalink to fixed SHA URL on blob view.Ciro Santilli2014-09-011-0/+12
|
* fix searching on empty project, prevent 500Robert Schilling2014-08-111-2/+8
| | | | Fix hound
* Fix markdown tests. Use new repo for testing. Fixed gitlab-shell test setupDmitriy Zaporozhets2014-07-311-12/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix browse code spinach testsDmitriy Zaporozhets2014-07-314-11/+11
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add tests to check for correct browse link name.Marin Jankovski2014-07-091-1/+13
|
* Fix blob highlight testsDmitriy Zaporozhets2014-06-121-3/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Editing previewskv-headless2014-04-151-0/+10
|
* Blob and tree gfm links to anchors work.Ciro Santillli2014-02-231-11/+27
| | | | Fixes #6046
* Headers have ids and link to their own id.Ciro Santillli2014-02-111-9/+33
|
* Test if the views behave correctly with reference style relative links.Marin Jankovski2014-01-231-0/+12
|
* Enable multiline select for blobs.Jason Hollingsworth2013-11-271-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 featureDmitriy Zaporozhets2013-11-051-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Links in Readme in tree view.Marin Jankovski2013-10-141-1/+6
|
* Skip relative links render in help page.Marin Jankovski2013-10-111-0/+5
|
* Test if markdown is rendered properly.Marin Jankovski2013-10-111-0/+70
|
* changed Gitlab to GitLabBen Bodenmiller2013-05-191-3/+3
|
* Implemented code search featureJavier Castro2013-05-091-0/+9
|
* Team features are green nowDmitriy Zaporozhets2013-02-212-3/+3
|
* Minor improve to UI and code formatting of gitlab web editorrandx2012-10-151-1/+1
|
* WebEditor: minor spinach fixesValeriy Sizov2012-10-121-1/+1
|
* WebEditor: spinachValeriy Sizov2012-10-121-0/+6
|
* add spinach steps for project issues and source featuresNihad Abbasov2012-09-102-13/+11
|