List of commits:
Subject Hash Author Date (UTC)
TODO add/delete 1c8ffca4d65be53acdfe21d4c3c0888707f5d10b Catalin(ux) M. BOIE 2017-03-02 17:50:28
Disable TRACE command in Apache sample conf 3c59e1ef1c87689940eb2bc0c73895101815471b Catalin(ux) M. BOIE 2017-03-02 17:47:13
Return error if a mr cannot be found 3eea0ed2eb3b7a103dac191b7047268baa95d20f Catalin(ux) M. BOIE 2017-03-02 17:40:46
Do not show big files. 2911893ff2790dabd0276a0fe83bfddcb0dd91c3 Catalin(ux) M. BOIE 2017-02-26 09:44:01
Disable fetch by git protocol of private repos! 34542abdf3711dad4fef26b36e2c9f057aac4fff Catalin(ux) M. BOIE 2017-02-24 22:04:59
Set language to 'en' for htmln tag be020d391beb150bab9fa3eedb0e4fcddf00ce00 Catalin(ux) M. BOIE 2017-02-24 22:03:47
Trademark signs for Git and add a reference to SFC 223d90296b59a44b2887808301443264bde89a13 Catalin(ux) M. BOIE 2017-02-24 22:02:49
TODO changes 0072cc306c6dfec9349a7d67dd1d71650dc0ef3a Catalin(ux) M. BOIE 2017-02-24 21:57:31
SELinux policy; php-fpm pids, logs and sockets cf7770b2233a216c697e3f340f95960ccfe843cf Catalin(ux) M. BOIE 2017-02-24 21:57:12
Improved testing; add a fetch over git for a private repo 8241de314aff22da494bbd0ed5b1ee2017674c6f Catalin(ux) M. BOIE 2017-02-24 21:52:02
Change caps for some error message; no code changes. aab9ce336362beda61a4470cbd63ccc06778eeb1 Catalin(ux) M. BOIE 2017-02-24 21:48:13
Some clients, for exampple JGit sends the request gzipped. Deal with it. Thanks Gabi for the report! ea9023af24a172724ec22313c8c0c15cc88f90df Catalin(ux) M. BOIE 2017-02-24 19:47:29
Switch to quotes to be able to use commas; small corrections ab27969287d666d0fb526f7b24b04f65ab7d54f7 Catalin(ux) M. BOIE 2017-02-14 18:28:13
Added more info to comparison and added baloons (Stig suggestion) 07c13312204980b85229acf7f0ab1e3a66aa6677 Catalin(ux) M. BOIE 2017-02-13 18:31:41
Comparison updated based on Stig's help! Thanks! d45c87235c003153b0579d9d875b62a0f6e0f209 Catalin(ux) M. BOIE 2017-02-13 17:54:00
Corrected a ORDER before WHERE affecting the listing of the users in admin section ee889bb3e9fb175af625cc5dab26c079fe6a6108 Catalin(ux) M. BOIE 2017-01-31 18:08:47
Bump version to v0.65 23209e409cae8a83b33b53b3cb3109a63be7bd8c Catalin(ux) M. BOIE 2017-01-30 18:52:26
Updates SELinux policy file fa9d4acd0c6ee730ee45c3e3ab57b55665e74666 Catalin(ux) M. BOIE 2017-01-30 18:51:52
Added credits for TLS setup about perfect forward secrecy 63ff4cf11961421d6f187d2597354d12eff9a810 Catalin(ux) M. BOIE 2017-01-30 18:51:31
Make more clear the text about Enterprise Edition 20a621f3de637975d93cbb260213c2d833a0acab Catalin(ux) M. BOIE 2017-01-30 18:50:50
Commit 1c8ffca4d65be53acdfe21d4c3c0888707f5d10b - TODO add/delete
Author: Catalin(ux) M. BOIE
Author date (UTC): 2017-03-02 17:50
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2017-03-02 17:50
Parent(s): 3c59e1ef1c87689940eb2bc0c73895101815471b
Signing key:
Tree: 6c1dba0f069e0e340d0669fe744aa344534776bc
File Lines added Lines deleted
TODO 18 0
File TODO changed (mode: 100644) (index 48e2f69..53bf108)
1 1 == Where I stopped last time == == Where I stopped last time ==
2 2 [ ] test docker [ ] test docker
3 [ ] robots.txt: disallow diffs to show in search engines. Makes not sense.
4 [ ] Disallow big diffs. How to do this? Forbit the operation or used files
5 to generate the output?
6 Get stats from old, then for new and do the difference. If bigger than X
7 do not show that diff?
3 8 [ ] [ ]
4 9
5 10 == BEFORE NEXT RELEASE == == BEFORE NEXT RELEASE ==
11 [ ] Rate limit rg.com (both connlimit and x)
12 [ ] ETag must not contain the inode (per vhost)
13 Apache goes with a sane default.
14 [ ] postgres: activate log_temp_files and log_lock_waits
15 [ ] Limit the size of files at commit (in the rights section)
16 [ ] Investigate X-Content-Type-Options: "nosniff"
17 [ ] Use w3af to scan the application.
18 [ ] See https://communityblog.fedoraproject.org/ for design.
19 [ ] design: compare: add "?" to places where a mouse-over is available.
20 [ ] design: contrast is not good (Stig) (check e-mail)
21 [ ] Big files creates problems. For example:
22 /user/coria/coria-backend/source/tree/branch/master/blob/nohup.out
23 We should check the size and output only a part of the file.
6 24 [ ] Use --timeout=<n> for git-upload-pack. Maybe others! [ ] Use --timeout=<n> for git-upload-pack. Maybe others!
7 25 What about --strict? What about --strict?
8 26 [ ] Should I login the user if s/he pushes by https?! [ ] Should I login the user if s/he pushes by https?!
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