Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Merged
Merge request !228 opened Oct 01, 2014 by Kálmán Viktor@kviktor 
  • Report abuse
Report abuse

Disk delete as op view

Closes #201 (closed)

  • Discussion 4
  • Commits 5
  • Changes
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • Kálmán Viktor
    @kviktor started a discussion on the diff Oct 02, 2014
    circle/dashboard/views/template.py
    319 320 return kwargs
    320 321  
    321 322  
    323 class DiskRemoveView(DeleteView):
    • Kálmán Viktor @kviktor commented Oct 02, 2014
      Owner

      oups, this could be still used to remove vm disks fixed

      Edited Oct 02, 2014
      ~~oups, this could be still used to remove vm disks~~ fixed
    Please register or sign in to reply
  • Bach Dániel @bachdaniel

    Added 1 new commit:

    • bf0575e5 - dashboard: remove copypasted code
    Oct 02, 2014

    Added 1 new commit:

    • bf0575e5 - dashboard: remove copypasted code
    Added 1 new commit: * bf0575e55ae - dashboard: remove copypasted code
    Toggle commit list
  • Bach Dániel @bachdaniel

    Added 1 new commit:

    • 362fb4a2 - vm: add missing disk.destroy()
    Oct 02, 2014

    Added 1 new commit:

    • 362fb4a2 - vm: add missing disk.destroy()
    Added 1 new commit: * 362fb4a24c4 - vm: add missing disk.destroy()
    Toggle commit list
  • Bach Dániel @bachdaniel

    Added 1 new commit:

    • 4baf0d8e170 - dashboard: add missing (permission) checks
    Oct 02, 2014

    Added 1 new commit:

    • 4baf0d8e170 - dashboard: add missing (permission) checks
    Added 1 new commit: * 4baf0d8e170 - dashboard: add missing (permission) checks
    Toggle commit list
  • Bach Dániel @bachdaniel

    Added 1 new commit:

    • 68e1eb19 - dashboard: add missing (permission) checks
    Oct 02, 2014

    Added 1 new commit:

    • 68e1eb19 - dashboard: add missing (permission) checks
    Added 1 new commit: * 68e1eb198ea - dashboard: add missing (permission) checks
    Toggle commit list
  • Őry Máté
    @orymate started a discussion on an old version of the diff Oct 03, 2014
    circle/dashboard/forms.py
    853
    854 self.fields.insert(0, 'disk', forms.ModelChoiceField(
    855 queryset=choices, initial=self.disk, required=True,
    856 empty_label=None, label=_('Disk')))
    857 if self.disk:
    858 self.fields['disk'].widget = HiddenInput()
    859
    860 @property
    861 def helper(self):
    862 helper = FormHelper(self)
    863 helper.form_tag = False
    864 if self.disk:
    865 helper.layout = Layout(
    866 AnyTag(
    867 "div",
    868 HTML(_("<label>Disk:</label> %s") % self.disk),
    • Őry Máté @orymate commented Oct 03, 2014
      Owner

      xss ⚠

      Edited Oct 03, 2014
      ~~xss :warning:~~
    Please register or sign in to reply
  • Bach Dániel @bachdaniel

    Added 1 new commit:

    • 5101d440 - dashboard: fix xss in VmDisk*Form 💩
    Oct 03, 2014

    Added 1 new commit:

    • 5101d440 - dashboard: fix xss in VmDisk*Form 💩
    Added 1 new commit: * 5101d440fec - dashboard: fix xss in VmDisk*Form :poop:
    Toggle commit list
  • Őry Máté @orymate commented Oct 03, 2014
    Owner

    +1

    +1
  • Kálmán Viktor
    @kviktor started a discussion on commit 5101d440 Oct 03, 2014
    • Kálmán Viktor @kviktor commented Oct 03, 2014
      Owner

      🙈

      :see_no_evil:
    Please register or sign in to reply
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View labels
3
3 participants
Reference: circle/cloud!228