List of commits:
Subject Hash Author Date (UTC)
Admin init form: pass next to user to be able to be cached by browsers c3d9974e92a03a3ec4d093188842330bb7a0cad0 Catalin(ux) M. BOIE 2017-03-17 23:41:10
SELinux: Allow php-fpm to create log files 94962a7b15e91acfa609663185ceab365a89ac98 Catalin(ux) M. BOIE 2017-03-17 23:39:01
Allow anonymous push when using git:// or ssh:// 46d947874f12b7ac7f1ac3fa552f703c498082b2 Catalin(ux) M. BOIE 2017-03-02 22:17:48
tests: now we keep the state c75b10325c24e32b699f22a13c9374e80fe45a2b Catalin(ux) M. BOIE 2017-03-02 22:05:43
No need anymore for usr/lib 58a51962e9025457419fac5051d0840732aeff6c Catalin(ux) M. BOIE 2017-03-02 21:34:11
If nothing found in a folder, xargs will fail 9ea8a34050bc2ce4c53e942834f34eaffa5d4f06 Catalin(ux) M. BOIE 2017-03-02 19:50:55
Bump version to 0.66 4f63811dd434780c4342c087757b6003a9c20c9e Catalin(ux) M. BOIE 2017-03-02 17:54:40
Minor change on how do we call fgetcsv 175715a4739e8a33cbd939d847eed9d3d24e24be Catalin(ux) M. BOIE 2017-03-02 17:53:57
Cosmetic changes for comparison 780b0e99bf591c5081eed9ca9cbe2623d3cab22c Catalin(ux) M. BOIE 2017-03-02 17:53:29
Added a custom csv line parsing (partial) for when the program will be re-written in C 746560420021d148c58578af77c9f7bb05cc5918 Catalin(ux) M. BOIE 2017-03-02 17:53:05
Do not test doit != 1 because it can be a bigger number (thanks w3af!) 214dfb3cd1c7e5a3b5a0353a4c9f9b63cb6545f2 Catalin(ux) M. BOIE 2017-03-02 17:51:56
TODO add/delete 1c8ffca4d65be53acdfe21d4c3c0888707f5d10b Catalin(ux) M. BOIE 2017-03-02 17:50:28
Disable TRACE command in Apache sample conf 3c59e1ef1c87689940eb2bc0c73895101815471b Catalin(ux) M. BOIE 2017-03-02 17:47:13
Return error if a mr cannot be found 3eea0ed2eb3b7a103dac191b7047268baa95d20f Catalin(ux) M. BOIE 2017-03-02 17:40:46
Do not show big files. 2911893ff2790dabd0276a0fe83bfddcb0dd91c3 Catalin(ux) M. BOIE 2017-02-26 09:44:01
Disable fetch by git protocol of private repos! 34542abdf3711dad4fef26b36e2c9f057aac4fff Catalin(ux) M. BOIE 2017-02-24 22:04:59
Set language to 'en' for htmln tag be020d391beb150bab9fa3eedb0e4fcddf00ce00 Catalin(ux) M. BOIE 2017-02-24 22:03:47
Trademark signs for Git and add a reference to SFC 223d90296b59a44b2887808301443264bde89a13 Catalin(ux) M. BOIE 2017-02-24 22:02:49
TODO changes 0072cc306c6dfec9349a7d67dd1d71650dc0ef3a Catalin(ux) M. BOIE 2017-02-24 21:57:31
SELinux policy; php-fpm pids, logs and sockets cf7770b2233a216c697e3f340f95960ccfe843cf Catalin(ux) M. BOIE 2017-02-24 21:57:12
Commit c3d9974e92a03a3ec4d093188842330bb7a0cad0 - Admin init form: pass next to user to be able to be cached by browsers
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-03-17 23:41
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-03-17 23:41
Parent(s): 94962a7b15e91acfa609663185ceab365a89ac98
Signing key:
Tree: 2b133cd409753d0ce03b036311668ea0e48e2ab3
File Lines added Lines deleted
root/themes/default/admin/init.html 8 8
File root/themes/default/admin/init.html changed (mode: 100644) (index 4897b8d..5f83942)
14 14 </p> </p>
15 15
16 16 <p> <p>
17 <label for="realname">Name (not public)</label><br />
18 <input type="text" name="init::realname" id="realname" value="@@init::realname@@" />
17 <label for="pass">Password</label><br />
18 <input type="password" name="init::pass" id="pass" value="@@init::pass@@" />
19 19 </p> </p>
20 20
21 21 <p> <p>
22 <label for="email">E-mail (not public)</label><br />
23 <input type="text" name="init::email" id="email" value="@@init::email@@" />
22 <label for="pass2">Password (confirmation)</label><br />
23 <input type="password" name="init::pass2" id="pass2" value="@@init::pass2@@" />
24 24 </p> </p>
25 25
26 26 <p> <p>
27 <label for="pass">Password</label><br />
28 <input type="password" name="init::pass" id="pass" value="@@init::pass@@" />
27 <label for="realname">Name (not public)</label><br />
28 <input type="text" name="init::realname" id="realname" value="@@init::realname@@" />
29 29 </p> </p>
30 30
31 31 <p> <p>
32 <label for="pass2">Password (confirmation)</label><br />
33 <input type="password" name="init::pass2" id="pass2" value="@@init::pass2@@" />
32 <label for="email">E-mail (not public)</label><br />
33 <input type="text" name="init::email" id="email" value="@@init::email@@" />
34 34 </p> </p>
35 35
36 36 <p> <p>
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://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

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