24 Aug, 2012
1 commit
21 Aug, 2012
2 commits
-
Conflicts: app/models/user.rb
19 Aug, 2012
1 commit
13 Aug, 2012
2 commits
-
Continues #1222
-
Closes #1222
11 Aug, 2012
1 commit
10 Aug, 2012
2 commits
-
Didn't bother with files in db/, config/, or features/
-
ability to preview notes
09 Aug, 2012
2 commits
06 Aug, 2012
1 commit
02 Aug, 2012
2 commits
31 Jul, 2012
1 commit
29 Jul, 2012
1 commit
28 Jul, 2012
1 commit
26 Jul, 2012
1 commit
-
Styled Wiki edit page
25 Jul, 2012
5 commits
-
…eingidog-add_wiki_comments Conflicts: app/controllers/admin/mailer_controller.rb app/controllers/notes_controller.rb
-
Use CommitDecorator more
-
Handle LDAP missing credentials error with a flash message.
22 Jul, 2012
1 commit
21 Jul, 2012
2 commits
-
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
3 commits
-
Controllers refactoring with contexts Move commit compare logic to model
19 Jul, 2012
6 commits
18 Jul, 2012
1 commit
-
show flash notice after deletion of a project
16 Jul, 2012
2 commits
-
Gitlab requires an email address for all user accounts as this is the default account id and is used for sending notifications. LDAP accounts may be missing email fields so handle this by showing a sensible error message before redirecting to the login screen again. Resolves github issue #899 Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
10 Jul, 2012
1 commit
06 Jul, 2012
1 commit
-
Add 10 minutes lock after 10 failed login attempts (Devise :lockable)