| Commit message (Expand) | Author | Age | Files | Lines |
* | Adjust URLs to gitblit.github.io to point to gitblit-org.github.io | Florian Zschocke | 2023-04-03 | 1 | -1/+1 |
* | Remove workaround for JGit crashing on 'utf-9' etc | Florian Zschocke | 2022-11-11 | 1 | -43/+0 |
* | Add wrapper class to return a default encoding | Jan Vanhercke | 2022-11-09 | 1 | -2/+29 |
* | Detect and report if running in container | Florian Zschocke | 2021-12-10 | 1 | -0/+2 |
* | Delete password from memory in AuthenticationManager | Florian Zschocke | 2020-04-05 | 1 | -19/+23 |
* | 🦟 fix: Password hash upgrade kills existing passwords | Florian Zschocke | 2020-04-05 | 1 | -17/+26 |
* | Merge branch 'pingunaut-1166_more_secure_password_hashes' into master. | Florian Zschocke | 2019-11-06 | 1 | -12/+38 |
|\ |
|
| * | Use the new PasswordHash classes. | Florian Zschocke | 2019-11-05 | 1 | -35/+22 |
| * | fix comment | Martin Spielmann | 2017-01-07 | 1 | -1/+1 |
| * | Update AuthenticationManager to update weakly stored passwords on login | Martin Spielmann | 2017-01-07 | 1 | -6/+35 |
| * | Added possibility to use secure hashes to store passwords | Martin Spielmann | 2017-01-01 | 1 | -0/+10 |
* | | Revert "Fix nullpointer exception with unsupported URL protocol #1237" | Martin Spielmann | 2017-05-22 | 1 | -1/+1 |
* | | Fix nullpointer exception with unsupported URL protocol #1237 | Martin Spielmann | 2017-05-21 | 1 | -1/+1 |
* | | extracted method | Martin Spielmann | 2017-01-06 | 1 | -9/+20 |
* | | updated comment | de4c9d | 2016-12-30 | 1 | -1/+1 |
* | | update user manager to support instantiation if IUserService with IRuntimeMan... | de4c9d | 2016-12-30 | 1 | -2/+11 |
|/ |
|
* | Merge pull request #1167 from fzs/secureCookies | James Moger | 2016-12-14 | 1 | -0/+14 |
|\ |
|
| * | Set secure user cookies and only for HTTP. | Florian Zschocke | 2016-12-10 | 1 | -0/+14 |
* | | Merge pull request #1142 from fzs/merge-strategy | James Moger | 2016-10-28 | 1 | -0/+9 |
|\ \ |
|
| * | | Add integration strategy to merge tickes fast-forward or with commit. | Florian Zschocke | 2016-10-28 | 1 | -0/+9 |
| |/ |
|
* / | Issue #1076: load commit cache in a background thread | Tom | 2016-10-27 | 1 | -27/+35 |
|/ |
|
* | Use getInteger not getFilesize, fixes #1049 | James Moger | 2016-04-20 | 1 | -1/+1 |
* | Merge pull request #990 from dbywalec/authenthication-of-federation-user | James Moger | 2016-01-16 | 1 | -0/+6 |
|\ |
|
| * | Fix authentication failure warning log messages for FEDERATION_USER | Dariusz Bywalec | 2016-01-04 | 1 | -0/+6 |
* | | Lower log level of servlet authenticate when request is already authenticated | Dariusz Bywalec | 2016-01-04 | 1 | -1/+1 |
|/ |
|
* | implement an HTTP header AuthenticationProvider | Joel Johnson | 2015-12-09 | 1 | -2/+20 |
* | fix for #967 filestore menu for all users | Paul Martin | 2015-12-07 | 3 | -6/+31 |
* | Fix 2 possible NullPointer occurences | marco | 2015-11-23 | 1 | -0/+4 |
* | Fix failure to start WAR variants | James Moger | 2015-11-23 | 1 | -88/+88 |
* | Create filestore directory on startup | James Moger | 2015-11-19 | 1 | -2/+4 |
* | Catch some potential NPEs | James Moger | 2015-11-18 | 1 | -0/+7 |
* | Log update for Fail2Ban usage | Paul Martin | 2015-10-25 | 3 | -19/+24 |
* | Git-LFS support | Paul Martin | 2015-10-10 | 4 | -2/+567 |
* | prevent session fixation for external authentication | Joel Johnson | 2015-07-14 | 1 | -10/+25 |
* | Merge pull request #281 from mrjoel/mrjoel-ticketswithexternalurl | James Moger | 2015-07-04 | 1 | -9/+28 |
|\ |
|
| * | allow advertising gitblit privileges for external URLs | Joel Johnson | 2015-07-01 | 1 | -9/+28 |
* | | fix comment typo | Joel Johnson | 2015-07-01 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #282 from mrjoel/mrjoel-fixhttpurlperms | James Moger | 2015-06-30 | 1 | -2/+3 |
|\ |
|
| * | fix permission capping for HTTP/HTTPS | Joel Johnson | 2015-06-30 | 1 | -2/+3 |
* | | typo: instantiate log message | Joel Johnson | 2015-06-29 | 1 | -1/+1 |
|/ |
|
* | allow configuring of internal URLs offered | Joel Johnson | 2015-06-12 | 1 | -3/+6 |
* | Merged #255 "Invalid kerberos patches, works now and with a test." | James Moger | 2015-05-27 | 3 | -0/+44 |
|\ |
|
| * | Invalid kerberos patches, works now and with a test. | Fabrice Bacchella | 2015-05-26 | 3 | -0/+44 |
* | | Two slight improvement for custom UserService: | Fabrice Bacchella | 2015-05-26 | 1 | -2/+4 |
|/ |
|
* | Add onFork and onRename methods to RepositoryLifeCycleListener | James Moger | 2015-05-22 | 2 | -1/+22 |
* | A patch that allows to extract a new user informations from the HTTP session | Fabrice Bacchella | 2015-05-15 | 1 | -0/+48 |
* | Update SLF4j, JGit, Groovy, BouncyCastle, Mina, Gson, Freemarker, libpam4j, a... | James Moger | 2015-03-05 | 1 | -9/+6 |
* | Merge branch 'ticket/237' into develop | James Moger | 2015-02-11 | 1 | -1/+3 |
|\ |
|
| * | Add 'UTF8' encoding alias | James Moger | 2015-02-11 | 1 | -1/+3 |
| * | Fix PluginManager not properly respecting --noverify | James Moger | 2014-10-27 | 1 | -0/+4 |