NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/templates/oauth/authorize.twig

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

authorize.twig on main
Author Date Commit Line Code
Kristian Feldsam over 4 years ago 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
1
{% extends 'base.twig' %}
Open commit View diff
1 {% extends 'base.twig' %}
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
2
Open commit View diff
2
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
3
{% block content %}
Open commit View diff
3 {% block content %}
FreddleSpl0it over 4 years ago eea5c9d

[BS5] change bootstrap panels/cards

Full commit hash
eea5c9df2fcc0f10b6d4b109df6bce481796d21b
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
4
<div class="card">
Open commit View diff
4 <div class="card">
same change eea5c9d

[BS5] change bootstrap panels/cards

Full commit hash
eea5c9df2fcc0f10b6d4b109df6bce481796d21b
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
5
  <div class="card-header">{{ lang.oauth2.authorize_app }}</div>
Open commit View diff
5 <div class="card-header">{{ lang.oauth2.authorize_app }}</div>
same change eea5c9d

[BS5] change bootstrap panels/cards

Full commit hash
eea5c9df2fcc0f10b6d4b109df6bce481796d21b
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
6
  <div class="card-body">
Open commit View diff
6 <div class="card-body">
Kristian Feldsam over 4 years ago 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
7
    {% if mailcow_cc_role == 'user' %}
Open commit View diff
7 {% if mailcow_cc_role == 'user' %}
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
8
    <p>{{ lang.oauth2.scope_ask_permission }}:</p>
Open commit View diff
8 <p>{{ lang.oauth2.scope_ask_permission }}:</p>
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
9
    <dl class="dl-horizontal">
Open commit View diff
9 <dl class="dl-horizontal">
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
10
      <dt>{{ lang.oauth2.profile }}</dt>
Open commit View diff
10 <dt>{{ lang.oauth2.profile }}</dt>
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
11
      <dd>{{ lang.oauth2.profile_desc }}</dd>
Open commit View diff
11 <dd>{{ lang.oauth2.profile_desc }}</dd>
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
12
    </dl>
Open commit View diff
12 </dl>
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
13
    <form class="form-horizontal" autocapitalize="none" autocorrect="off" role="form" method="post">
Open commit View diff
13 <form class="form-horizontal" autocapitalize="none" autocorrect="off" role="form" method="post">
FreddleSpl0it over 4 years ago e663f3d

[BS5] change form-group

Full commit hash
e663f3db72243b693ed732579f78161ec7b355dc
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
14
      <div class="row">
Open commit View diff
14 <div class="row">
Kristian Feldsam over 4 years ago 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
15
        <div class="col-sm-10 text-center">
Open commit View diff
15 <div class="col-sm-10 text-center">
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
16
          <button class="btn btn-success" name="authorized" type="submit" value="1">{{ lang.oauth2.permit }}</button>
Open commit View diff
16 <button class="btn btn-success" name="authorized" type="submit" value="1">{{ lang.oauth2.permit }}</button>
FreddleSpl0it over 4 years ago 9b80394

[BS5] change bootstrap general

Full commit hash
9b8039440c5ec9c12c265b6ff0dc4489bb4fbf3c
Author
FreddleSpl0it <[email protected]>
Date
over 4 years ago
Selected line
17
          <a href="#" class="btn btn-secondary" onclick="window.history.back()" role="button">{{ lang.oauth2.deny }}</a>
Open commit View diff
17 <a href="#" class="btn btn-secondary" onclick="window.history.back()" role="button">{{ lang.oauth2.deny }}</a>
Kristian Feldsam over 4 years ago 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
18
          <input type="hidden" name="csrf_token" value="{{ csrf_token }}">
Open commit View diff
18 <input type="hidden" name="csrf_token" value="{{ csrf_token }}">
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
19
        </div>
Open commit View diff
19 </div>
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
20
      </div>
Open commit View diff
20 </div>
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
21
    </form>
Open commit View diff
21 </form>
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
22
    {% else %}
Open commit View diff
22 {% else %}
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
23
    <p>{{ lang.oauth2.access_denied }}</p>
Open commit View diff
23 <p>{{ lang.oauth2.access_denied }}</p>
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
24
    {% endif %}
Open commit View diff
24 {% endif %}
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
25
  </div>
Open commit View diff
25 </div>
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
26
</div>
Open commit View diff
26 </div>
same change 72ceeda

[Web] oauth authorize - added missing twig templating

Full commit hash
72ceeda8727010aed926ea72cae9b56388ab639e
Author
Kristian Feldsam <[email protected]>
Date
over 4 years ago
Selected line
27
{% endblock %}
Open commit View diff
27 {% endblock %}