List of commits:
Subject Hash Author Date (UTC)
Show rg_log_sid into the user output to help identifying the logs f272e87bcb5fef0e34459c5025b3d4bc796dab6d Catalin(ux) M. BOIE 2018-08-29 21:40:36
SELinux updates 04b76e731f34762838434e8412e283be7360d188 Catalin(ux) M. BOIE 2018-08-29 21:36:29
Corrected wrong help for ssh 2fa 04f8223c0c8fc585d3c7882c17ba4ecb7c22d0b5 Catalin(ux) M. BOIE 2018-08-29 21:36:16
ldap changes 89e6848701e4c27d0f089393c7591302c45c57d4 Catalin(ux) M. BOIE 2018-08-29 21:35:56
Allow login token to be appended to the password 8a5b003845f54d2771beaec7b14b96b2029ee9db Catalin(ux) M. BOIE 2018-08-29 21:35:16
Cosmetic changes for the theme e8ed0db5fd9b41c5a63e1e171adb615a33817da8 Catalin(ux) M. BOIE 2018-08-29 21:32:36
samples updated b42d3dd5947ae9bcf3994854219e759d93abcafa Catalin(ux) M. BOIE 2018-08-29 21:32:03
docker updates f26097f046666d3ab5ca96e69f6fc458188a33ed Catalin(ux) M. BOIE 2018-08-29 21:31:16
Cosmetic changes d5069178bed9736db02c3233e95564ad7b429e17 Catalin(ux) M. BOIE 2018-08-29 21:30:42
tests: added helper for totp enrollment bad21ca093b427b200b3fbdcf2a2e1dd1820f93a Catalin(ux) M. BOIE 2018-08-29 20:59:17
Store the timestamp of the deletion for a repo, not 1 e761b36efaa37fc3c453e8382127e340bc736bc7 Catalin(ux) M. BOIE 2018-06-04 18:00:35
totp: urlencode must be used when building the url for 2fa f85ea05bf4b456cc0430e78f2705347dc79343ae Catalin(ux) M. BOIE 2018-05-29 17:39:06
totp: remove expired entries 06cd360eff667740bcf8a580447cb86f3c2e6850 Catalin(ux) M. BOIE 2018-05-29 17:38:16
Show disk size in users list 9cc05cb0307cf31d6d2ebacda0846b0774e704d7 Catalin(ux) M. BOIE 2017-12-25 08:09:22
Added timeout for ldap bind/search operations 502fbf1287f1ad37f7c6c82c473c9b472d3fa65a Catalin(ux) M. BOIE 2017-11-26 15:46:51
Default uid_attr for ldap is now 'uid' 6e3993359d506d76ec739dd87fa682eea6b5a3b6 Catalin(ux) M. BOIE 2017-11-26 14:57:58
lock cache must not store 'ok' field 5a600b275fcf50c2df2cb0253a80aa99ae145b0d Catalin(ux) M. BOIE 2017-11-26 14:41:33
CURLOPT_SSLCERT must not be provided in newer versions of curl d14ad10139a9a5f4f59961fbaa3fe371754e806a Catalin(ux) M. BOIE 2017-11-26 14:25:32
Newer git, by providing an empty user, will not sent the user. This is bad, switch to using 'guest' user 0c84bf03fa4ceb3fe4b832c39134116d8cea6105 Catalin(ux) M. BOIE 2017-11-26 14:23:11
Fixed edit_no_check's pass field usage ebd3ff1f73009bcf5943589e19ee8a573d80f6ac Catalin(ux) M. BOIE 2017-11-26 14:20:45
Commit f272e87bcb5fef0e34459c5025b3d4bc796dab6d - Show rg_log_sid into the user output to help identifying the logs
Author: Catalin(ux) M. BOIE
Author date (UTC): 2018-08-29 21:40
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2018-08-29 21:40
Parent(s): 04b76e731f34762838434e8412e283be7360d188
Signer:
Signing key:
Signing status: N
Tree: fa35e968143a6a9e2d6143da709d37cf54bf3446
File Lines added Lines deleted
hooks/pre-receive 1 0
inc/user.inc.php 2 0
scripts/remote.php 1 0
File hooks/pre-receive changed (mode: 100755) (index 322b781..fba7673)
... ... umask(0077);
40 40 if ($show_info) { if ($show_info) {
41 41 rg_git_info('', '== Welcome to RocketGit! =='); rg_git_info('', '== Welcome to RocketGit! ==');
42 42 rg_git_info('', 'you are connecting from IP ' . $ip . '.'); rg_git_info('', 'you are connecting from IP ' . $ip . '.');
43 rg_git_info('', 'debug id ' . $rg_log_sid . '.');
43 44 } }
44 45
45 46 // If user does not correct to the correct URL, correct them // If user does not correct to the correct URL, correct them
File inc/user.inc.php changed (mode: 100644) (index 7ed8a5e..3fa5824)
... ... function rg_user_http_git($db, $rg, $paras)
2449 2449 rg_git_info_pack("\x02", '== Welcome to RocketGit! =='); rg_git_info_pack("\x02", '== Welcome to RocketGit! ==');
2450 2450 rg_git_info_pack("\x02", 'you are connecting from IP ' rg_git_info_pack("\x02", 'you are connecting from IP '
2451 2451 . $rg['ip'] . '.'); . $rg['ip'] . '.');
2452 rg_git_info_pack("\x02", 'debug id ' . $rg_log_sid . '.');
2452 2453 // If user does not connect to the correct URL, correct them // If user does not connect to the correct URL, correct them
2453 2454 if (!empty($host) && (strcasecmp($host, $rg['hostname']) != 0)) if (!empty($host) && (strcasecmp($host, $rg['hostname']) != 0))
2454 2455 rg_git_info_pack("\x02", 'Please use ' . $rg['hostname'] rg_git_info_pack("\x02", 'Please use ' . $rg['hostname']
 
... ... function rg_user_http_git($db, $rg, $paras)
2476 2477 rg_git_info_pack("\x02", '== Welcome to RocketGit! =='); rg_git_info_pack("\x02", '== Welcome to RocketGit! ==');
2477 2478 rg_git_info_pack("\x02", 'you are connecting from IP ' rg_git_info_pack("\x02", 'you are connecting from IP '
2478 2479 . $rg['ip'] . '.'); . $rg['ip'] . '.');
2480 rg_git_info_pack("\x02", 'debug id ' . $rg_log_sid . '.');
2479 2481 // If user does not connect to the correct URL, correct them // If user does not connect to the correct URL, correct them
2480 2482 if (!empty($host) && (strcasecmp($host, $rg['hostname']) != 0)) if (!empty($host) && (strcasecmp($host, $rg['hostname']) != 0))
2481 2483 rg_git_info_pack("\x02", 'Please use ' . $rg['hostname'] rg_git_info_pack("\x02", 'Please use ' . $rg['hostname']
File scripts/remote.php changed (mode: 100644) (index b665448..94c82cc)
... ... if (isset($_SERVER['SSH_CONNECTION'])) {
119 119
120 120 info('== Welcome to RocketGit! =='); info('== Welcome to RocketGit! ==');
121 121 info('you are connecting from IP ' . $ip . '.'); info('you are connecting from IP ' . $ip . '.');
122 info('debug id ' . $rg_log_sid . '.');
122 123
123 124 if (strstr($flags, 'N')) { if (strstr($flags, 'N')) {
124 125 $login_ui = rg_user_info($db, $login_uid, '', ''); $login_ui = rg_user_info($db, $login_uid, '', '');
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