List of commits:
Subject Hash Author Date (UTC)
Use getmyuid instead of posix_getuid to not depend on another extention f6d6dcce4d565281e3d47079974b6d6a91a36ae4 Catalin(ux) M. BOIE 2016-11-20 07:15:04
CSS adjustments 264821ffdde5ad2d9c196844ecd13fd689b7e353 Catalin(ux) M. BOIE 2016-11-19 14:13:02
Some rewording in Donate page 58626a058176945e165ab0230bd1093e025a07ac Catalin(ux) M. BOIE 2016-11-19 14:08:20
Bump version to 0.64 b414b4d454c2f37010d213cd23662f01b7fb3951 Catalin(ux) M. BOIE 2016-11-19 13:25:15
Do not set ServerName if it unknown; else will not match 1b58474438fff06932d666f04f75581bfea7361b Catalin(ux) M. BOIE 2016-11-19 13:24:23
The build process nedds php 681151c53be2922e9f2cedc20be5add1587e013d Catalin(ux) M. BOIE 2016-11-17 22:37:46
Bump version to 0.63 cefea42530ef6ed4ddf8d2f36020b8e2d5dbf467 Catalin(ux) M. BOIE 2016-11-17 18:39:51
TODO updates b11fde8c1548fe9b0968b4193ace5418516ef043 Catalin(ux) M. BOIE 2016-11-17 18:39:08
Do not show "My repositories" and "Suggestion" menus if admin c2338a8b03a77618e7de86ebcc2ce80b4d4b5268 Catalin(ux) M. BOIE 2016-11-17 17:29:46
Update comparison 5fc0290369207bcb063f5fad355a90e31b93c975 Catalin(ux) M. BOIE 2016-11-16 21:49:18
Added GNU Ethical Repository Criteria Evaluations results in compare.csv e3cff3f25926df5d9860b95a82c928d527cb01eb Catalin(ux) M. BOIE 2016-11-15 20:59:41
Changed "FLOS" to "free (as in speech)" to reflect the reality. 39d07466ab3f0c5dc10a9e950004e6ace285f377 Catalin(ux) M. BOIE 2016-11-15 20:57:25
Disable weak keys if admin says so. 0afb8c5c5885ef504a28d02b07d040fd2c92c79a Catalin(ux) M. BOIE 2016-11-15 20:50:54
TODO changes f25bd7cf263f651870d880d0bb745a4cc07450cb Catalin(ux) M. BOIE 2016-11-11 20:58:12
Add a link to the comparison on the front page f854fce154ad713938959cd0d128f50d27711aa3 Catalin(ux) M. BOIE 2016-11-11 20:55:09
More tweaking to compare.csv bfb8e784f829a679b2a218b5bff2eb362c1d26f0 Catalin(ux) M. BOIE 2016-11-11 20:54:11
Added tutorial for OpenSSH key settings; also template improvements 4828eb810a73e3b4f692746ee6ef998a5a833317 Catalin(ux) M. BOIE 2016-11-11 20:46:09
Functional test for Admin -> Settings -> SSH aa0f87c101fa0ca39559992b3ef5e415920e8d0d Catalin(ux) M. BOIE 2016-11-11 17:34:27
More SSH fixes: allow admin to limit what key types are allowed and the max number of keys. ab10c1c851c68b399d6ef6afb2fbf362f61d328c Catalin(ux) M. BOIE 2016-11-07 20:35:29
TODO update and typo corrections. 4f3aee242f4465d1c27dc1f171a72ab06ae8b822 Catalin(ux) M. BOIE 2016-11-06 12:39:17
Commit f6d6dcce4d565281e3d47079974b6d6a91a36ae4 - Use getmyuid instead of posix_getuid to not depend on another extention
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-11-20 07:15
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-11-20 07:15
Parent(s): 264821ffdde5ad2d9c196844ecd13fd689b7e353
Signer:
Signing key:
Signing status: N
Tree: 82c8c150e67e83312926815b65df534a1a778ad4
File Lines added Lines deleted
tools/rg_change_pass 1 1
File tools/rg_change_pass changed (mode: 100755) (index a54fb47..dc463dc)
... ... require_once($INC . "/user.inc.php");
23 23 require_once($INC . "/bug.inc.php"); require_once($INC . "/bug.inc.php");
24 24 require_once($INC . "/fixes.inc.php"); require_once($INC . "/fixes.inc.php");
25 25
26 $uid = posix_getuid();
26 $uid = getmyuid();
27 27 if ($uid !== 0) { if ($uid !== 0) {
28 28 echo 'This script must be run with root rights!' . "\n"; echo 'This script must be run with root rights!' . "\n";
29 29 exit(1); exit(1);
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