Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • User Account User Account
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • m4lab_tv1
  • User AccountUser Account
  • Merge requests
  • !171
An error occurred while fetching the assigned milestone of the selected merge_request.

MLAB-677: Remove access to Projekt und Dienste

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Rosanny Sihombing requested to merge cherry-pick-2dca6890 into testing 2 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 6

(cherry picked from commit 2dca6890)

  • Rosanny Sihombing @sihombing mentioned in commit b7da7ca8 2 years ago

    mentioned in commit b7da7ca8

  • Rosanny Sihombing @sihombing merged 2 years ago

    merged

  • Loading
  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Compare
  • testing (base)

and
  • latest version
    c49be29e
    1 commit, 2 years ago

6 files
+ 23
- 44

    Preferences

    File browser
    Compare changes
built/views‎/DE/account‎
home‎.pug‎ +0 -4
newInform‎ation.pug‎ +23 -24
profi‎le.pug‎ +0 -4
securi‎ty.pug‎ +0 -4
servic‎es.pug‎ +0 -4
updateInfo‎rmation.pug‎ +0 -4
built/views/DE/account/home.pug
+ 0
- 4
  • View file @ c49be29e

  • Edit in single-file editor

  • Open in Web IDE


@@ -36,10 +36,6 @@ html(lang="de")
@@ -36,10 +36,6 @@ html(lang="de")
a(class="nav-link pl-0" href="/account/security")
a(class="nav-link pl-0" href="/account/security")
i(class="fa fa-lock fa-fw")
i(class="fa fa-lock fa-fw")
span(class="d-none d-md-inline") Sicherheitseinstellungen
span(class="d-none d-md-inline") Sicherheitseinstellungen
li(class="nav-item")
a(class="nav-link pl-0" href="/account/services")
i(class="fa fa-tasks fa-fw")
span(class="d-none d-md-inline") Projekte und Dienste
li(class="nav-item")
li(class="nav-item")
a(class="nav-link pl-0 color_red" href="/logout")
a(class="nav-link pl-0 color_red" href="/logout")
i(class="fa fa-sign-out-alt fa-fw")
i(class="fa fa-sign-out-alt fa-fw")
built/views/DE/account/newInformation.pug
+ 23
- 24
  • View file @ c49be29e

  • Edit in single-file editor

  • Open in Web IDE


@@ -8,8 +8,9 @@ html(lang="de")
@@ -8,8 +8,9 @@ html(lang="de")
link(rel="stylesheet", type="text/css", href="/css/m4lab.css")
link(rel="stylesheet", type="text/css", href="/css/m4lab.css")
link(rel="stylesheet", type="text/css", href="/css/m4lab-mobile.css")
link(rel="stylesheet", type="text/css", href="/css/m4lab-mobile.css")
link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
 
script(src="https://unpkg.com/vue@3")
body
body
div(class="container")
div(id="app" class="container")
div(class="row min-vh-100 flex-column flex-md-row")
div(class="row min-vh-100 flex-column flex-md-row")
aside(class="col-12 col-md-3 p-0 flex-shrink-1")
aside(class="col-12 col-md-3 p-0 flex-shrink-1")
nav(class="navbar navbar-expand flex-md-column flex-row align-items-start py-2")
nav(class="navbar navbar-expand flex-md-column flex-row align-items-start py-2")
@@ -27,10 +28,6 @@ html(lang="de")
@@ -27,10 +28,6 @@ html(lang="de")
a(class="nav-link pl-0" href="/account/security")
a(class="nav-link pl-0" href="/account/security")
i(class="fa fa-lock fa-fw")
i(class="fa fa-lock fa-fw")
span(class="d-none d-md-inline") Sicherheitseinstellungen
span(class="d-none d-md-inline") Sicherheitseinstellungen
li(class="nav-item")
a(class="nav-link pl-0" href="/account/services")
i(class="fa fa-tasks fa-fw" style="color:black;")
span(class="d-none d-md-inline" style="color:black;") Projekte und Dienste
li(class="nav-item")
li(class="nav-item")
a(class="nav-link pl-0" href="/logout" style="color:red;")
a(class="nav-link pl-0" href="/logout" style="color:red;")
i(class="fa fa-sign-out-alt fa-fw")
i(class="fa fa-sign-out-alt fa-fw")
@@ -67,8 +64,10 @@ html(lang="de")
@@ -67,8 +64,10 @@ html(lang="de")
div(class='form-group row')
div(class='form-group row')
label(for="name", class="col-sm-2") Name
label(for="name", class="col-sm-2") Name
div(class="col-sm-8")
div(class="col-sm-8")
input#name(name="name", type="text", class="form-control", placeholder="Name", maxlength="75" required)
input#name(name="name", type="text", :value="websiteName", @input="onInput", class="form-control", placeholder="Name", maxlength="75" required)
p(id="nameInfo" class="font-italic font-weight-light") <small>Ihre Webseite wird unter folgender URL veröffentlicht: <strong>https://transfer.hft-stuttgart.de/pages/#{gitlabUsername}/<span id="websiteName"></span></strong></small>
p(v-if="websiteName" class="font-italic font-weight-light")
 
<small>Ihre Webseite wird unter folgender URL veröffentlicht: <strong>https://transfer.hft-stuttgart.de/pages/#{gitlabUsername}/{{ websiteURL }}/home</strong></small>
 
p(v-else)
div(class="form-group row")
div(class="form-group row")
label(for="description", class="col-sm-2") Beschreibung
label(for="description", class="col-sm-2") Beschreibung
div(class="col-sm-8")
div(class="col-sm-8")
@@ -102,22 +101,22 @@ html(lang="de")
@@ -102,22 +101,22 @@ html(lang="de")
script(src="/js/headfoot.js")
script(src="/js/headfoot.js")
script(src="/js/mobile.js")
script(src="/js/mobile.js")
script.
script.
// website URL
function showWebsiteURL() {
if ($("#name").val()) {
$("#nameInfo").show()
let webName = $("#name").val().toLowerCase().replace(/\s/g, '-')
document.getElementById("websiteName").innerText = webName+"/home/"
}
else {
$("#nameInfo").hide()
}
}
$('#name').on('input',function(e){
showWebsiteURL()
})
showWebsiteURL()
$("form").submit(function(){
$("form").submit(function(){
$.LoadingOverlay("show")
$.LoadingOverlay("show")
});
});
\ No newline at end of file
script.
 
const { createApp } = Vue
 
createApp({
 
data() {
 
return {
 
websiteName: '',
 
websiteURL: ''
 
}
 
},
 
methods: {
 
onInput(e) {
 
this.websiteName = e.target.value
 
this.websiteURL = this.websiteName.toLowerCase().replace(/\s/g, '-')
 
}
 
}
 
}).mount('#app')
 
\ No newline at end of file
built/views/DE/account/profile.pug
+ 0
- 4
  • View file @ c49be29e

  • Edit in single-file editor

  • Open in Web IDE


@@ -27,10 +27,6 @@ html(lang="de")
@@ -27,10 +27,6 @@ html(lang="de")
a(class="nav-link pl-0" href="/account/security")
a(class="nav-link pl-0" href="/account/security")
i(class="fa fa-lock fa-fw")
i(class="fa fa-lock fa-fw")
span(class="d-none d-md-inline") Sicherheitseinstellungen
span(class="d-none d-md-inline") Sicherheitseinstellungen
li(class="nav-item")
a(class="nav-link pl-0" href="/account/services")
i(class="fa fa-tasks fa-fw")
span(class="d-none d-md-inline") Projekte und Dienste
li(class="nav-item")
li(class="nav-item")
a(class="nav-link pl-0 color_red" href="/logout")
a(class="nav-link pl-0 color_red" href="/logout")
i(class="fa fa-sign-out-alt fa-fw")
i(class="fa fa-sign-out-alt fa-fw")
built/views/DE/account/security.pug
+ 0
- 4
  • View file @ c49be29e

  • Edit in single-file editor

  • Open in Web IDE


@@ -30,10 +30,6 @@ html(lang="de")
@@ -30,10 +30,6 @@ html(lang="de")
a(class="nav-link pl-0" href="#")
a(class="nav-link pl-0" href="#")
i(class="fa fa-lock fa-fw color_black")
i(class="fa fa-lock fa-fw color_black")
span(class="d-none d-md-inline color_black") Sicherheitseinstellungen
span(class="d-none d-md-inline color_black") Sicherheitseinstellungen
li(class="nav-item")
a(class="nav-link pl-0" href="/account/services")
i(class="fa fa-tasks fa-fw")
span(class="d-none d-md-inline") Projekte und Dienste
li(class="nav-item")
li(class="nav-item")
a(class="nav-link pl-0 color_red" href="/logout")
a(class="nav-link pl-0 color_red" href="/logout")
i(class="fa fa-sign-out-alt fa-fw")
i(class="fa fa-sign-out-alt fa-fw")
built/views/DE/account/services.pug
+ 0
- 4
  • View file @ c49be29e

  • Edit in single-file editor

  • Open in Web IDE


@@ -27,10 +27,6 @@ html(lang="de")
@@ -27,10 +27,6 @@ html(lang="de")
a(class="nav-link pl-0" href="/account/security")
a(class="nav-link pl-0" href="/account/security")
i(class="fa fa-lock fa-fw")
i(class="fa fa-lock fa-fw")
span(class="d-none d-md-inline") Sicherheitseinstellungen
span(class="d-none d-md-inline") Sicherheitseinstellungen
li(class="nav-item")
a(class="nav-link pl-0" href="#")
i(class="fa fa-tasks fa-fw color_black")
span(class="d-none d-md-inline color_black") Projekte und Dienste
li(class="nav-item")
li(class="nav-item")
a(class="nav-link pl-0 color_red" href="/logout")
a(class="nav-link pl-0 color_red" href="/logout")
i(class="fa fa-sign-out-alt fa-fw")
i(class="fa fa-sign-out-alt fa-fw")
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: cherry-pick-2dca6890

Menu

Explore Projects Groups Snippets

Dies ist die Gitlab-Instanz des Transferportals der Hochschule für Technik Stuttgart. Hier geht es zurück zum Portal