- 27 Jul, 2012 6 commits
-
-
randx authored
-
Dmitriy Zaporozhets authored
Break up links with nested formating (rebased)
-
Dmitriy Zaporozhets authored
As per request: Post-receive hook should be owned by gitlab user, not git.
-
Michael van Rooijen authored
-
randx authored
-
Dmitriy Zaporozhets authored
Potential solution for current `rake gitlab:app:backup_restore` issues.
-
- 26 Jul, 2012 3 commits
-
-
Michael van Rooijen authored
Modified the `repo_dump` and `repo_restore` rake tasks to properly dump and restore repositories based on their `path` rather than their (project) `name`. The project name can be uppercase and may contain spaces. This caused the repository to be restored as a different `path` that it was initially created as, thus, breaking the `git remote` and the web interface can no longer detect the repository either because it searches by `path` and not by `name`. Also, when restoring the permissions are incorrect making it impossible to push new commits to the remote repository. So now on success it'll set the correct permissions (but requires that the `gitlab` user has `sudo` privileges, or this task must be executed as root).
-
randx authored
-
randx authored
Styled Wiki edit page
-
- 25 Jul, 2012 20 commits
-
-
Riyad Preukschas authored
-
Riyad Preukschas authored
* don't show pointer cursor for for the whole list item any more * fix hover color for links in .row_title
-
Riyad Preukschas authored
-
Riyad Preukschas authored
-
Riyad Preukschas authored
-
Riyad Preukschas authored
-
randx authored
-
randx authored
-
randx authored
-
git://github.com/seeingidog/gitlabhqrandx authored
Merge branch 'add_wiki_comments' of git://github.com/seeingidog/gitlabhq into seeingidog-add_wiki_comments Conflicts: app/controllers/admin/mailer_controller.rb app/controllers/notes_controller.rb
-
Dmitriy Zaporozhets authored
Use CommitDecorator more
-
Dmitriy Zaporozhets authored
Updated merge request subheading.
-
Dmitriy Zaporozhets authored
API changes
-
Nihad Abbasov authored
-
Nihad Abbasov authored
-
Nihad Abbasov authored
-
Nihad Abbasov authored
-
Dmitriy Zaporozhets authored
Handle LDAP missing credentials error with a flash message.
-
Dmitriy Zaporozhets authored
Create the githost.log file if necessary.
-
Dmitriy Zaporozhets authored
Issues API
-
- 24 Jul, 2012 5 commits
-
-
Nihad Abbasov authored
-
Nihad Abbasov authored
-
Nihad Abbasov authored
-
Nihad Abbasov authored
-
Rob Taylor authored
Changed "authored or assigned to you" to read "authored by or assigned to you" which reads better.
-
- 22 Jul, 2012 2 commits
-
-
Riyad Preukschas authored
-
Riyad Preukschas authored
-
- 21 Jul, 2012 4 commits
-
-
Riyad Preukschas authored
-
Pat Thoyts authored
This resolves issue #1121. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
-
Pat Thoyts authored
If a user fails to provide a username or password to the LDAP login form then a 500 error is returned due to an exception being raised in omniauth-ldap. This gem has been amended to use the omniauth error propagation function (fail!) to pass this exception message to the registered omniauth failure handler so that the Rails application can handle it approriately. The failure function now knows about standard exceptions and no longer requires a specific check for the OmniAuth::Error exception added by commit f322975c. This resolves issue #1077. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
-
randx authored
-