Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C customization simpleSAMLphp
  • 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
  • customization simpleSAMLphp
  • Merge requests
  • !60
An error occurred while fetching the assigned milestone of the selected merge_request.

deployment

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Wolfgang Knopki requested to merge testing into master 3 years ago
  • Overview 0
  • Commits 6
  • Pipelines 1
  • Changes 4

deploy changes to fix mobile optimized menu

  • Loading
  • Loading
  • Loading
  • 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
  • master (base)

and
  • latest version
    d68072d7
    6 commits, 3 years ago

4 files
+ 5
- 3

    Preferences

    File browser
    Compare changes
mymodule/them‎es/fancytheme‎
co‎re‎
loginuser‎pass.twig‎ +1 -1
def‎ault‎
_foote‎r.twig‎ +1 -0
base‎.twig‎ +1 -0
.gitlab‎-ci.yml‎ +2 -2
mymodule/themes/fancytheme/core/loginuserpass.twig
+ 1
- 1
  • View file @ d68072d7

  • Edit in single-file editor

  • Open in Web IDE


@@ -16,7 +16,7 @@
<form method="post">
<h2 class="sr-only">Login Form</h2>
<div class="illustration"><img src="/img/M4_LAB_LOGO.png" width="130"></div>
{%- if 'admin' in attribute(queryParams, "AuthState") -%}
{%- if 'AuthId=admin' in attribute(queryParams, "AuthState") -%}
<div class="form-group"><input id="username" class="form-control" type="text" name="username" placeholder="Administrator"></div>
{%- else -%}
<div class="form-group"><input id="username" class="form-control" type="email" name="username" placeholder="E-Mail-Adresse"></div>
mymodule/themes/fancytheme/default/_footer.twig
+ 1
- 0
  • View file @ d68072d7

  • Edit in single-file editor

  • Open in Web IDE

<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
<script src="/js/headfoot.js"> </script>
<script src="/js/mobile.js"> </script>
mymodule/themes/fancytheme/default/base.twig
+ 1
- 0
  • View file @ d68072d7

  • Edit in single-file editor

  • Open in Web IDE


@@ -8,6 +8,7 @@
<link rel="stylesheet" href="{{ asset("css/stylesheet.css") }}">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/m4lab.css">
<link rel="stylesheet" href="/css/m4lab-mobile.css">
<link rel="stylesheet" href="/css/Login-Form-Clean.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="icon" href="{{ asset("icons/favicon.ico") }}">
.gitlab-ci.yml
+ 2
- 2
  • View file @ d68072d7

  • Edit in single-file editor

  • Open in Web IDE


production:
script:
- rsync -a ./mymodule/ /data/simplesamlphp/modules/mymodule/
- rsync -a ./mymodule/ /opt/simplesamlphp/modules/mymodule/
only:
- master
tags:
@@ -8,7 +8,7 @@ production:
testing:
script:
- rsync -a ./mymodule/ /data/simplesamlphptest/modules/mymodule/
- rsync -a ./mymodule/ /opt/simplesamlphptest/modules/mymodule/
only:
- testing
tags:
Assignee
Wolfgang Knopki's avatar
Wolfgang Knopki
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: testing

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