Subject | Hash | Author | Date (UTC) |
---|---|---|---|
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 |
Added possibility to use AuthorizedKeysCommand for performance reasons | bce5d32d2b419cb9bc53d54de2a915ac1342432e | Catalin(ux) M. BOIE | 2016-11-06 12:35:15 |
Restart rocketgit-fpm service if needed | 5742bea67f2e784e2b2bb9e97f005fc621c4119d | Catalin(ux) M. BOIE | 2016-11-02 19:56:53 |
Added CORS headers so API will work | 57b172971ff1329d02dc1220ec77fe9a875d6633 | Catalin(ux) M. BOIE | 2016-11-02 19:56:17 |
Added git hosting solution comparison page | 8eca6c104373fd0dbcde54691edfd9e81a3a59be | Catalin(ux) M. BOIE | 2016-11-02 19:54:26 |
Be sure a key is present or use a default one (api) | 842d587f948ff4ec9de56e2ebfd591d96b066a43 | Catalin(ux) M. BOIE | 2016-10-13 22:45:51 |
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 |
File | Lines added | Lines deleted |
---|---|---|
root/themes/default/features.html | 1 | 1 |
root/themes/default/main.html | 5 | 4 |
File root/themes/default/features.html changed (mode: 100644) (index 38cf86f..8f0a26e) | |||
2 | 2 | ||
3 | 3 | <div class="islands"> | <div class="islands"> |
4 | 4 | <div class="island"> | <div class="island"> |
5 | <div class="island_title">FLOS (Free, Libre and Open-Source) software</div> | ||
5 | <div class="island_title">Free (as in speech) software</div> | ||
6 | 6 | RocketGit is licensed under the GNU Affero General Public License v3+, | RocketGit is licensed under the GNU Affero General Public License v3+, |
7 | 7 | therefore you have the freedom to run this software as you wish, | therefore you have the freedom to run this software as you wish, |
8 | 8 | to study how this software works, to redistribute copies and to | to study how this software works, to redistribute copies and to |
File root/themes/default/main.html changed (mode: 100644) (index 114f94d..0e75bc4) | |||
1 | 1 | <div class="islands"> | <div class="islands"> |
2 | <div class="island" style="background-color: #aaa; color: #fff"> | ||
2 | <div class="island" style="background-color: #bbb; color: #fff"> | ||
3 | 3 | <div class="island_title">Welcome to RocketGit!</div> | <div class="island_title">Welcome to RocketGit!</div> |
4 | 4 | <span style="font-weight: bold; font-size: 16pt"> | <span style="font-weight: bold; font-size: 16pt"> |
5 | FLOS (Free, Libre and Open-Source) software for managing | ||
5 | Free (as in speech) software for managing | ||
6 | 6 | <a href="https://git-scm.com/" target="_blank">Git</a> projects, | <a href="https://git-scm.com/" target="_blank">Git</a> projects, |
7 | 7 | both public and private. | both public and private. |
8 | 8 | <span style="color: red">Beta</span> | <span style="color: red">Beta</span> |
10 | 10 | </div> | </div> |
11 | 11 | ||
12 | 12 | <div class="island"> | <div class="island"> |
13 | <div class="island_title">FLOSS</div> | ||
13 | <div class="island_title">Free (as in speech) software</div> | ||
14 | 14 | We know that many people find inappropriate to host their projects on a | We know that many people find inappropriate to host their projects on a |
15 | 15 | proprietary platform. | proprietary platform. |
16 | 16 | Also, we know that many developers find inappropriate to sign a | Also, we know that many developers find inappropriate to sign a |
31 | 31 | In case you are wondering about the Enterprise Edition, we are happy to | In case you are wondering about the Enterprise Edition, we are happy to |
32 | 32 | inform you that this is the same version as the one running here, on | inform you that this is the same version as the one running here, on |
33 | 33 | rocketgit.com. Therefore, you can choose to run RocketGit | rocketgit.com. Therefore, you can choose to run RocketGit |
34 | inside the firewall (on-premise) without losing the FLOSS benefits. | ||
34 | inside the firewall (on-premise) without losing the free (as in speech) | ||
35 | software benefits. | ||
35 | 36 | </div> | </div> |
36 | 37 | ||
37 | 38 | <div class="island"> | <div class="island"> |