- 02 Oct, 2013 1 commit
-
-
Jacob Vosmaer authored
-
- 01 Oct, 2013 9 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Marin Jankovski authored
-
- 30 Sep, 2013 13 commits
-
-
Dmitriy Zaporozhets authored
Add check if the signup setting is enabled. fixes #4832
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Jacob Vosmaer authored
Add hints for relative URL installation
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fixed typo in groups.md
-
Marin Jankovski authored
-
Tobias Bieniek authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Extended User API to expose admin and can_create_group for user creation...
-
- 29 Sep, 2013 11 commits
-
-
Dmitriy Zaporozhets authored
-
Thomas Misilo authored
Changed wording in application.rb and gitlab.yml.example to match unicorn.rb. This is for when using a non-root path
-
Boyan Tabakov authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
* dont allow protect/unprotect branches for users without master permissions * dont allow access to Repository api for guests
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
add rake tasks for web hooks management
-
Boyan Tabakov authored
Also, is_admin and can_create_group are exposed in the user information. Fixed attributes_for_keys to process properly keys with boolean values (since false.present? is false).
-
- 28 Sep, 2013 1 commit
-
-
Thomas Misilo authored
-
- 27 Sep, 2013 5 commits
-
-
Denix authored
run mysql_secure_installation to secure the freshly installed mysql server
-
Jacob Vosmaer authored
[gitlab:check] Fix detecting the status of sidekiq
-
Johannes Schleifenbaum authored
If you are running another sidekiq instance on your server, e.g. GitLab CI, the check script would parse the output of `ps aux` searching for `sidekiq` and returning success, although the GitLab sidekiq may not be running. Now the `ps` call will only print the processes run by the GitLab user.
-
Dmitriy Zaporozhets authored
-
Thomas Misilo authored
Added reference to the line "ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"" , as it talked about in the gitlab.yml.example
-