List of commits:
Subject Hash Author Date (UTC)
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
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
Commit b11fde8c1548fe9b0968b4193ace5418516ef043 - TODO updates
Author: Catalin(ux) M. BOIE
Author date (UTC): 2016-11-17 18:39
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2016-11-17 18:39
Parent(s): c2338a8b03a77618e7de86ebcc2ce80b4d4b5268
Signing key:
Tree: 8b8f3909e22748f7883a8fcabc30817b1c1ce5c0
File Lines added Lines deleted
TODO 10 1
File TODO changed (mode: 100644) (index b86a7ed..bf8be27)
2 2 [ ] [ ]
3 3
4 4 == BEFORE NEXT RELEASE == == BEFORE NEXT RELEASE ==
5 [ ] Use test_login function in tests.
5 [ ] What happends when an environment is not available anymore?
6 [ ] Provide host key to the user to be sure they connect correctly.
7 [ ] Full audit for keys (ssh and api)
8 [ ] https://hackerone.com/reports/104543 and click encode.txt - the button is nice!
9 [ ] LOW: ci: Allow to pass @@...@@ parameters to the scripts.
10 [ ] LOW: periodic check with:
11 https://developers.google.com/speed/pagespeed/insights/?url=rocketgit.com
12 https://tools.pingdom.com/#!/d1gWwL/rocketgit.com
13 [ ] Investigate Linode for CI
14 [ ] LOW: Use test_login function in tests.
6 15 [ ] LOW: can we import directly putty keys? [ ] LOW: can we import directly putty keys?
7 16 [ ] Build system: we cannot touch the machines when they are in use! [ ] Build system: we cannot touch the machines when they are in use!
8 17 [ ] Auto check for SSH weak keys. [ ] Auto check for SSH weak keys.
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