27 Jul, 2012
1 commit
26 Jul, 2012
4 commits
-
Potential solution for current `rake gitlab:app:backup_restore` issues.
-
…ore 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).
-
Styled Wiki edit page
25 Jul, 2012
14 commits
-
…eingidog-add_wiki_comments Conflicts: app/controllers/admin/mailer_controller.rb app/controllers/notes_controller.rb
-
Use CommitDecorator more
-
Updated merge request subheading.
-
API changes
-
Handle LDAP missing credentials error with a flash message.
-
Create the githost.log file if necessary.
-
Issues API
24 Jul, 2012
5 commits
-
Changed "authored or assigned to you" to read "authored by or assigned to you" which reads better.
22 Jul, 2012
2 commits
21 Jul, 2012
8 commits
-
This resolves issue #1121. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
-
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 f322975. This resolves issue #1077. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
20 Jul, 2012
6 commits
-
Fix english on the edit user form.
-
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>