Commit graph

19 commits

Author SHA1 Message Date
Zeger-Jan van de Weg
539dee9673
Update form to properly set the path
Also includes a change in allowing uploaded files, as there was a
mismatch in object_id between classes, disallowing params[:file], which
is a UploadedFile, newly loaded. The params checked against the older
version.

Fixes gitlab-org/gitlab-ce#36519
2017-08-22 11:33:18 +02:00
Filipa Lacerda
ae5003a35e Fix html structure
Removes test for removed behavior
2017-08-07 18:51:30 +01:00
Z.J. van de Weg
036ee515d4
Port form back to use form_tag 2017-08-07 19:36:06 +02:00
Filipa Lacerda
3b9012871d Merge branch 'master' into zj-project-templates
* master: (623 commits)
  Fix issues with pdf-js dependencies
  fix missing changelog entries for security release on 2017-01-23
  Update top bar issues icon
  Fix pipeline icon in contextual nav for projects
  Since mysql is not a priority anymore, test it less
  Fix order of CI lint ace editor loading
  Add container registry and spam logs icons
  Fix different Markdown styles
  Backport to CE for:
  Make new dropdown dividers full width
  Fix spec
  Fix spec
  Fix spec
  Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refs
  Add changelog
  Install yarn via apt in update guides
  Use long curl options
  fix
  Add a spec for concurrent process
  Remove monkey-patched Array.prototype.first() and last() methods
  ...
2017-08-07 11:09:50 +01:00
Filipa Lacerda
a5b0584dab Fix repo by url styles 2017-08-03 11:47:27 +01:00
Filipa Lacerda
5ef3b22e86 Style or separator according to review 2017-08-03 11:37:08 +01:00
Filipa Lacerda
ba7c65a648 Adds export form and enables export button by default 2017-08-01 17:00:55 +01:00
Douwe Maan
4a0e8f59e2 Merge branch 'security-fix-leaking-namespace-name' into 'security'
Check that user has access to a given namespace to prevent leaking namespace names.

See merge request !2009
2016-10-24 15:49:05 +02:00
James Lopez
4bde59341f lots of refactoring again based on feedback. Changed the UI slightly and also fixed a small bug 2016-06-15 17:31:00 +02:00
James Lopez
cbd0201fdb fixing specs and some code cleanup 2016-06-15 10:37:17 +02:00
James Lopez
903da37755 WIP - starting refactoring import/export to use services 2016-06-13 20:35:57 +02:00
James Lopez
e5ee7e8692 typos in export page 2016-05-04 11:10:25 +02:00
James Lopez
17cfce7adc typo 2016-05-03 15:09:28 +02:00
James Lopez
fc329696e2 typo 2016-05-03 13:40:49 +02:00
James Lopez
07ab6c2e26 refactoring and fixing a bunch of stuff 2016-05-02 11:29:21 +02:00
James Lopez
34c826a311 some JS magic to pass namespace and path importing projects 2016-04-27 15:01:55 +02:00
James Lopez
cbbc42e0c4 adding more UI changes, updated controller, worker and refactored import service 2016-04-26 17:12:50 +02:00
James Lopez
1d4c3fa150 more refactoring, now using custom job for processing project imports 2016-04-26 13:01:51 +02:00
James Lopez
28b0208e93 refactoring, mainly UI stuff to follow other import actions 2016-04-26 10:59:00 +02:00