List of commits:
Subject Hash Author Date (UTC)
Insist on respecting the privacy b464bcc35476ffa23a83beaf956e8f7b15163d7c Catalin(ux) M. BOIE 2019-11-17 11:03:36
Remove PayPal donation because of legal uncertainly cd938af4c5cdbd81190e535973588dee6b697d34 Catalin(ux) M. BOIE 2019-11-17 11:03:07
nginx sample update 1f9eb2d293e91139f397cc45cb206d8994471134 Catalin(ux) M. BOIE 2019-11-17 09:10:02
Mostly cosmetic 3bf09056ede99df46c1b59802e6cf2c7bebf4f13 Catalin(ux) M. BOIE 2019-11-17 09:09:31
Added statistics for the installation ed743a601cd187431ccd80b57113ba9bb5704035 Catalin(ux) M. BOIE 2019-11-17 09:08:33
ldap: if we have no server, it is useless to continue processing c022b68a942f471e51cb8343bfef1cda390b27b1 Catalin(ux) M. BOIE 2019-11-16 06:30:47
Do not try to access a repo if is deleted 0a6b1bb704fbeaf60ba053ecc0c323a80f0e397c Catalin(ux) M. BOIE 2019-11-15 19:49:31
Some git tweaks to deal with empty repositories c42a22e41cd6d29862e13077e60374ceb7b0c946 Catalin(ux) M. BOIE 2019-11-14 03:30:12
Texts updates + cosmetic 70246eecb7b63460d28f20b5e2f3c9c1c50852ae Catalin(ux) M. BOIE 2019-11-14 03:29:33
Docker updates aa4cf359af2c7c1e20e4f33c478f2bbcd134f081 Catalin(ux) M. BOIE 2019-11-14 03:24:05
Because of docker, we are now using HTTP_HOST insead of SERVER_NAME 9cf31231d760daac43e1c3454c5a308d69ea4898 Catalin(ux) M. BOIE 2019-11-14 03:22:37
Corrected stupid space char inside cache key 5958389c03b7536d6332a51e30b112ad3a520571 Catalin(ux) M. BOIE 2019-11-10 21:15:32
nginx: remove text/html because it is always added to gzip_types f8717bc9ac127e806696f088389c2911a6d37e28 Catalin(ux) M. BOIE 2019-11-09 13:05:54
vm: get rid of i386 (we move to x86_64) 67662a7b71f1b21f53fe7fa819afdf366ad3b4b4 Catalin(ux) M. BOIE 2019-11-09 07:58:05
SELinux: allow httpd_t to map rocketgit_exec_t files 6d3550736af317791be3d6355dd90bf64de323f5 Catalin(ux) M. BOIE 2019-11-09 00:36:03
Added rg_git_repo_is_empty function plus func test a13c5439fceffd8b1474f1105ca37c7b703d2fc9 Catalin(ux) M. BOIE 2019-11-08 04:34:34
TODO updates, user_min/max defaults changed d2f35a43f5de793565e0df9889d587c524df5f20 Catalin(ux) M. BOIE 2019-11-06 16:32:08
More rg_exec2 fixes 808297884e42942c83762040c4247c7cf9a593e8 Catalin(ux) M. BOIE 2019-11-06 16:31:09
Always set rg[hostname] - used also for ssh connections for TOTP 1a7a693617ac521967b8df73245cd704004b76b5 Catalin(ux) M. BOIE 2019-11-06 04:10:59
White space corrections 92a1b944842439b9476a954daa2a65c5acfca85c Catalin(ux) M. BOIE 2019-11-05 18:52:08
Commit b464bcc35476ffa23a83beaf956e8f7b15163d7c - Insist on respecting the privacy
Author: Catalin(ux) M. BOIE
Author date (UTC): 2019-11-17 11:03
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2019-11-17 11:03
Parent(s): cd938af4c5cdbd81190e535973588dee6b697d34
Signing key:
Tree: 64c4cc6999881909f3ef43e8ab8e66a3ecfdd6ad
File Lines added Lines deleted
root/themes/default/features.html 6 0
root/themes/default/main.html 1 1
File root/themes/default/features.html changed (mode: 100644) (index f251d35..a81b90e)
13 13 for more information. for more information.
14 14 </div> </div>
15 15
16 <div class="island">
17 <div class="island_title">Respecting your privacy</div>
18 We are not selling (or giving for free) any of your data or your actions.
19 In a world were selling data is a rule, we strongly refuse to betray our users.
20 </div>
21
16 22 <div class="island"> <div class="island">
17 23 <div class="island_title">Fastest</div> <div class="island_title">Fastest</div>
18 24 RocketGit is extremely fast as it doesn't contain any Java, RocketGit is extremely fast as it doesn't contain any Java,
File root/themes/default/main.html changed (mode: 100644) (index b68e740..a798f22)
6 6 (<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPLv3+</a>) (<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank">AGPLv3+</a>)
7 7 for hosting for hosting
8 8 <a href="https://git-scm.com/" target="_blank">Git®</a> projects, <a href="https://git-scm.com/" target="_blank">Git®</a> projects,
9 both public and private.
9 both public and private, respecting your privacy.
10 10 </span> </span>
11 11 <br /> <br />
12 12 <br /> <br />
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