List of commits:
Subject Hash Author Date (UTC)
Small correction in wording agains CLA 70dc902b1c84e6ee416d7af2af8bef319dbb7504 Catalin(ux) M. BOIE 2016-10-11 15:50:07
Make it the default: word-wrap: break-word 1512f51eba93b6dd296246bf20432ec9223148d9 Catalin(ux) M. BOIE 2016-10-08 07:53:19
Footer: reverse last two columns d9fe4e8adf980996d5ca06387a0a2c49236e7ad4 Catalin(ux) M. BOIE 2016-10-08 07:51:55
Post configuration must include also web conf file 3583e8915579dc8e4c9a508bac7998a3e612e501 Catalin(ux) M. BOIE 2016-10-08 07:50:00
ssl_request_log -> rocketgit-ssl_request_log 639e5532748729cd8a6ac8e4cf082b24e15e2eeb Catalin(ux) M. BOIE 2016-10-08 07:47:45
Add 'SSLCipherSuite PROFILE=SYSTEM' to the SSL configuration 100d73878b3da1718cf97c58d016ed182c690a9b Catalin(ux) M. BOIE 2016-10-08 06:33:09
Instruct login user to create a repo if she/he has none. f6f2f438deadb1ec80d32acbc8947dcc849dca19 Catalin(ux) M. BOIE 2016-10-08 06:24:57
Small changes at vm docs 8106a47f5bf89990ba7f7dbb0f8feb319ba4d883 Catalin(ux) M. BOIE 2016-10-05 03:32:37
No need to login to find out the ip address 55a3abd3dda66d9d0dccdc0fc27dc3dc3e7c3fa1 Catalin(ux) M. BOIE 2016-10-05 03:25:47
Bump version to 0.62 61acc979d8c3bb629e03dc371bba1f604f300205 Catalin(ux) M. BOIE 2016-10-04 18:49:31
TODO updates cc78fa90ebdb7605013f2ba40b7d196d708d7415 Catalin(ux) M. BOIE 2016-10-04 18:49:04
Allow php-fpm to use lock files and to regenerate authorized_keys file 5970fcb677e3443ff96549413df105c9956f0abf Catalin(ux) M. BOIE 2016-10-04 18:48:35
Add ServerName and ServerAlias also for TLS virtual host 08bf46f86137767e4432222475a3ea31034a132a Catalin(ux) M. BOIE 2016-10-04 18:47:47
Bump version to 0.61 99a6ed768168adf45bab328c7405cd10a3e3a81d Catalin(ux) M. BOIE 2016-10-03 16:31:43
TODO updates cdc8de4255d6c343a9223bcf334228651e41ae6f Catalin(ux) M. BOIE 2016-10-03 16:31:22
Small adjustments to unit/functional tests db54e9be71a96b185713ccbc76dff2b462113755 Catalin(ux) M. BOIE 2016-10-03 16:13:46
Allow the use of multiple workers 0ba944fa4f60754b31ec29a676e72a9b870698cc Catalin(ux) M. BOIE 2016-10-03 16:13:15
Docker fixes 36653f824b0c2f7159a0cdbfa50e38aea714a0b5 Catalin(ux) M. BOIE 2016-10-03 16:12:48
Now, any script can update the structure and apply the fixes 03e1ba61bdcac0514977b79c0b38449db29aa7a5 Catalin(ux) M. BOIE 2016-10-03 16:05:19
fpm: raise the memory limit to 128M from 32M because some initial commits may be very big 5dee24337e21e740cba1080e9bfc376b2e8f2036 Catalin(ux) M. BOIE 2016-10-02 08:06:39
Commit 70dc902b1c84e6ee416d7af2af8bef319dbb7504 - Small correction in wording agains CLA
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-10-11 15:50
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-10-11 15:50
Parent(s): 1512f51eba93b6dd296246bf20432ec9223148d9
Signer:
Signing key:
Signing status: N
Tree: 97022cc62a00d547e3ddefbddf9a9b30c3aa7a21
File Lines added Lines deleted
root/themes/default/features.html 1 1
root/themes/default/main.html 2 1
File root/themes/default/features.html changed (mode: 100644) (index 7f1d4c6..38cf86f)
8 8 to study how this software works, to redistribute copies and to to study how this software works, to redistribute copies and to
9 9 distribute copies of your modified version. distribute copies of your modified version.
10 10 No vendor lock-in. No Contributor License Agreement. Nobody can No vendor lock-in. No Contributor License Agreement. Nobody can
11 steal your work by making it proprietary.
11 steal your contributions by making them proprietary.
12 12 See <a href="http://www.gnu.org/philosophy/free-sw.html">What is free software</a> See <a href="http://www.gnu.org/philosophy/free-sw.html">What is free software</a>
13 13 for more information. for more information.
14 14 </div> </div>
File root/themes/default/main.html changed (mode: 100644) (index 8096d2c..35604ab)
60 60 You can create an account <a href="/op/create_account">here</a>. You can create an account <a href="/op/create_account">here</a>.
61 61 <br /> <br />
62 62 <br /> <br />
63 <b>Enjoy using RocketGit! Rocket your launch!</b>
63 <b>Enjoy using RocketGit!<br />
64 Rocket your launch!</b>
64 65 </div> </div>
65 66 </div> </div>
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