| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Digest::SHA instead of Digest::SHA1 in Redmine.pm (#10242). | Jean-Philippe Lang | 2012-02-15 | 1 | -3/+3 |
* | Rails3: rename sample_plugin .rhtml to .html.erb (#6317, #4796) | Toshi MARUYAMA | 2011-12-20 | 4 | -0/+0 |
* | Removed obsolete nss/svn scripts. | Jean-Philippe Lang | 2011-12-06 | 2 | -49/+0 |
* | remove trailing white-spaces except SQL from extra/svn/Redmine.pm | Toshi MARUYAMA | 2011-12-01 | 1 | -14/+14 |
* | Adds an explicit message for when reposman gets a 403. | Jean-Philippe Lang | 2011-11-27 | 1 | -1/+3 |
* | Adds an option to reposman for reading the API key from a file. | Jean-Philippe Lang | 2011-11-27 | 1 | -1/+13 |
* | Set format for activeresource client in reposman. | Jean-Philippe Lang | 2011-11-27 | 1 | -0/+1 |
* | Adds an option to rdm-mailhandler for reading the API key from a file (#4976). | Jean-Philippe Lang | 2011-11-27 | 1 | -0/+12 |
* | Adds an option to rdm-mailhandler to disable server certificate verification ... | Jean-Philippe Lang | 2011-11-27 | 1 | -4/+11 |
* | Fixed: Redmine.pm considers all projects private when login_required is enabl... | Jean-Philippe Lang | 2011-11-18 | 1 | -7/+8 |
* | Reverted r7808 (#9566). | Jean-Philippe Lang | 2011-11-15 | 1 | -24/+7 |
* | Fixed: Redmine.pm potential security issue with cache credential enabled and ... | Jean-Philippe Lang | 2011-11-14 | 1 | -5/+7 |
* | Fixed: Redmine.pm considers all projects private when login_required is enabl... | Jean-Philippe Lang | 2011-11-14 | 1 | -7/+24 |
* | Restrict anonymous read access with Redmine.pm | Toshi MARUYAMA | 2011-10-04 | 1 | -1/+24 |
* | remove trailing white-spaces and empty lines from extra/svn/reposman.rb. | Toshi MARUYAMA | 2011-05-17 | 1 | -8/+4 |
* | Fixed windows detection in reposman.rb (#8003). | Jean-Philippe Lang | 2011-03-27 | 1 | -1/+1 |
* | Adds random salt to user passwords (#7410). | Jean-Philippe Lang | 2011-02-23 | 1 | -4/+5 |
* | Adds a User-Agent header to Redmine mailhandler requests (#7318). | Jean-Philippe Lang | 2011-01-15 | 1 | -2/+5 |
* | Fixed Redmine.pm not working with LDAPS on a non-standard port. #4065 | Jean-Baptiste Barth | 2010-10-29 | 1 | -1/+1 |
* | Adds a user-agent to reposman (#6735). | Jean-Philippe Lang | 2010-10-24 | 1 | -1/+3 |
* | Check the browse repository or commit access permissions in Redmine.pm with L... | Eric Davis | 2010-07-08 | 1 | -1/+3 |
* | Have Redmine.pm respect the Authentication Required setting. #5797 | Eric Davis | 2010-07-08 | 1 | -0/+29 |
* | Fixed windows platform detection in reposman.rb (#5039). | Jean-Philippe Lang | 2010-03-12 | 1 | -2/+6 |
* | Fixed: deprecation warning in reposman.rb (#4736). | Jean-Philippe Lang | 2010-02-06 | 1 | -1/+1 |
* | Fixes Redmine.pm error "closing dbh with active statement handles at /usr/lib... | Jean-Philippe Lang | 2010-01-10 | 1 | -0/+5 |
* | Fixes Redmine.pm for SQLite (#4205). | Jean-Philippe Lang | 2009-12-26 | 1 | -3/+8 |
* | Redmine.pm: deny access if user doesn't have browse_repository permission (#4... | Jean-Philippe Lang | 2009-12-22 | 1 | -1/+1 |
* | Adds on optional API key to repositories management controller and reposman.rb. | Jean-Philippe Lang | 2009-12-20 | 1 | -10/+17 |
* | Adds a 'no_permission_check' option to the MailHandler. | Jean-Philippe Lang | 2009-12-19 | 1 | -3/+9 |
* | Improve rdm-mailhandler exit status (#4368). | Jean-Philippe Lang | 2009-12-09 | 1 | -4/+22 |
* | Do not use settings/settings partial name in sample plugin (#3557). | Jean-Philippe Lang | 2009-07-02 | 2 | -1/+1 |
* | Fixes broken --unknown-user option in mailhandler script (#3514). | Jean-Philippe Lang | 2009-06-25 | 1 | -1/+1 |
* | Ability to accept incoming emails from unknown users (#2230, #3003). | Jean-Philippe Lang | 2009-06-14 | 1 | -3/+13 |
* | Fixes Redmine.pm broken by r2726 (#3330). | Jean-Philippe Lang | 2009-05-12 | 1 | -3/+5 |
* | Updates sample plugin README. | Jean-Philippe Lang | 2009-02-26 | 1 | -8/+1 |
* | Allow My Page blocks to be added to from a plugin (#2840). | Jean-Philippe Lang | 2009-02-26 | 1 | -0/+3 |
* | Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. | Jean-Philippe Lang | 2009-02-21 | 5 | -10/+13 |
* | Fixed: add group option to set the repository gid. Default is root (#2747) | Nicolas Chuche | 2009-02-16 | 1 | -2/+6 |
* | Replaces the repositories management SOAP API with a simple REST API. | Jean-Philippe Lang | 2009-02-10 | 1 | -12/+18 |
* | Adds --status option to rdm-mailhandler. | Jean-Philippe Lang | 2008-11-30 | 1 | -1/+3 |
* | Changes ruby bang path to #!/usr/bin/env ruby (#1876). | Jean-Philippe Lang | 2008-11-11 | 2 | -2/+2 |
* | Make --command option usable on Windows. | Jean-Philippe Lang | 2008-09-17 | 1 | -1/+1 |
* | Slight change on git repository creation command. | Jean-Philippe Lang | 2008-09-17 | 1 | -1/+1 |
* | reposman: change #log arguments. | Jean-Philippe Lang | 2008-09-17 | 1 | -11/+12 |
* | mailhandler: fixes exit status and adds an explicit message if response code ... | Jean-Philippe Lang | 2008-09-16 | 1 | -1/+4 |
* | Use RDoc.usage | Jean-Philippe Lang | 2008-09-16 | 1 | -49/+50 |
* | * reposman can create git repository with "--scm git" option | Nicolas Chuche | 2008-09-15 | 1 | -19/+53 |
* | bugfix | Nicolas Chuche | 2008-09-14 | 1 | -2/+1 |
* | Merged nbc branch @ r1812 (commit access permission and reposman improvements). | Jean-Philippe Lang | 2008-09-13 | 3 | -192/+74 |
* | bug in read only access handling | Nicolas Chuche | 2008-08-31 | 1 | -1/+1 |