xaizek / rocketgit (License: AGPLv3+) (since 2018-12-09)
Light and fast Git hosting solution suitable to serve both as a hub or as a personal code storage with its tickets, pull requests, API and much more.
Commit e8ed0db5fd9b41c5a63e1e171adb615a33817da8

Cosmetic changes for the theme
Author: Catalin(ux) M. BOIE
Author date (UTC): 2018-08-29 21:32
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2018-08-29 21:32
Parent(s): b42d3dd5947ae9bcf3994854219e759d93abcafa
Signing key:
Tree: 2a52f788d01124125b7e5a9e5472216ce2354f03
File Lines added Lines deleted
root/themes/default/admin/ldap/add_edit.html 3 3
File root/themes/default/admin/ldap/add_edit.html changed (mode: 100644) (index 7cfe412..1b005f5)
4 4
5 5 @@errmsg@@ @@errmsg@@
6 6
7 <form method="post" action="/op/admin/settings/add">
7 <form method="post" action="/op/admin/ldap/add">
8 8 <input type="hidden" name="ldap::id" value="@@ldap::id@@" /> <input type="hidden" name="ldap::id" value="@@ldap::id@@" />
9 9 <input type="hidden" name="doit" value="1" /> <input type="hidden" name="doit" value="1" />
10 10 <input type="hidden" name="token" value="@@rg_form_token@@" /> <input type="hidden" name="token" value="@@rg_form_token@@" />
 
20 20 </p> </p>
21 21
22 22 <p> <p>
23 <label for="prio">Priority (bigger number less priority)</label><br />
23 <label for="prio">Priority (bigger number = less priority)</label><br />
24 24 <input type="text" name="ldap::prio" id="prio" value="@@ldap::prio@@" /> <input type="text" name="ldap::prio" id="prio" value="@@ldap::prio@@" />
25 25 </p> </p>
26 26
 
30 30 </p> </p>
31 31
32 32 <p> <p>
33 <label for="url">URLs (space separated; example: ldaps://ldap.example.org ldaps://backup.example.org)</label><br />
33 <label for="url">URLs (space separated; example: ldaps://ldap.example.org ldaps://backup.example.org:8636)</label><br />
34 34 <input type="text" name="ldap::url" id="url" value="@@ldap::url@@" /> <input type="text" name="ldap::url" id="url" value="@@ldap::url@@" />
35 35 </p> </p>
36 36
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master