Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | šdocs: Add update of service scripts in upgrade GO documentation | Florian Zschocke | 2020-04-05 | 1 | -0/+22 |
| | | | | Also: release notes. | ||||
* | šrun: Use quotes around class path in scripts | Florian Zschocke | 2020-04-05 | 2 | -2/+2 |
| | | | | | | | | | While most systems will not need the class path passed to the JVM with the `-cp` parameter to be in quotes, apparently some exist where that will not work without the quotes, e.g. FreeBSD. So always use quotes for the class path in all scripts. Issue #1333 | ||||
* | docu: Fix typo | Florian Zschocke | 2020-04-04 | 1 | -1/+1 |
| | |||||
* | Add Twitter link to site overview and built-in docs. | Florian Zschocke | 2020-01-27 | 1 | -0/+1 |
| | |||||
* | Site: Remove link to Bintray update notifications | Florian Zschocke | 2020-01-27 | 1 | -2/+1 |
| | |||||
* | Add deployment of a release to GitHub | Florian Zschocke | 2020-01-27 | 1 | -0/+66 |
| | | | | | | | | | | | | Add Ant tasks and macros to deploy binaries to GitHub, using GitHub's releases. Adds an Awk script to extract GH flavoured markdown release notes from the release.moxie file. Adds `ok.sh` to the repository so that it is readily available. This is a Bourne shell GitHub API client, used to create a release on GitHub and upload the binaries. | ||||
* | Correct issue in FAQ page to link to GitHub issue. | Florian Zschocke | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | :book: Fix link to LDAP sample data LDIF file in setup. | Florian Zschocke | 2019-11-10 | 1 | -1/+1 |
| | |||||
* | Remove Launcher from Manager and Federation Client. | Florian Zschocke | 2019-11-08 | 1 | -3/+3 |
| | | | | | They will need to be called with the classpath and main class now, instead of simply using the Jar. | ||||
* | For Java 9+ define the classpath instead of using a Launcher. | Florian Zschocke | 2019-11-07 | 1 | -8/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The (moxie and other) Launcher do not work with Java 9 and later anymore. It used to dynamically extend the classpath, misusing an internal interface of the `URLClassLoader`. This is no longer possible since Java 9, which closed that path and does not offer any way to dynamically extend the classpath during runtime. So the choice is between providing one large Jar with everything in it, providing a Jar that has the Jars in `ext` listed explicitly in its manifest, and specifying the classpath on the command line where the `ext` directory can be added and all contained jar files will be put on the classpath. The motivation for the Launcher class was to be able to simply drop new jar files into a directory and they will be picked up at the application start, without having to specify a classpath. We opt for solution three here. This way jar files can still be dropped into the ext directory, albeit the directory needs to be added to the classpath on the command line. Unfortunately using a wildcard is not possible in the manifest file. We change the calls in the script files accordingly. This seems like a good compromise, since no one will run the application manually typing the whole commandline anyway. This also does away with the splash screen, by the way. Again, doesn't seem like a big loss, as I don't think it was ever shown for the Authority. Personally, I am not convinced that it is the best way, because I don't really think that the use case of dropping whatever jar files into the `ext` directory is a valid one that happened a lot. This does not yet fix the client programs, which still use a Launcher. Maybe for them a all-in-one Jar is a better solution. Fixes #1262 Fixes #1294 | ||||
* | Merge branch 'pingunaut-1166_more_secure_password_hashes' into master. | Florian Zschocke | 2019-11-06 | 1 | -1/+1 |
|\ | |||||
| * | Use the new PasswordHash classes. | Florian Zschocke | 2019-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | Integrate the `PasswordHash` class and subclass in the user and password editing and authentication. Replaces the old code and the previous `SecurePasswordHashingUtils` class. | ||||
| * | Added possibility to use secure hashes to store passwords | Martin Spielmann | 2017-01-01 | 1 | -1/+1 |
| | | | | | | | | Addresses #1166 | ||||
* | | List branches from only one repository if a repository name is given | Markus FoĢmpe | 2017-01-26 | 1 | -1/+2 |
| | | | | | | | | | | | | e.g.: https://localhost:8443/rpc/?req=LIST_REPOSITORY_BRANCHES&name=repo.git Fix #1184 | ||||
* | | when apache terminates https, the Ajax-Location header needs to be rewritten āµ | RainerW | 2017-01-23 | 1 | -0/+1 |
|/ | | | | as well | ||||
* | Merge pull request #1004 from RedShift1/ticket-#998-document-DH-keysize | James Moger | 2016-01-17 | 1 | -1/+11 |
|\ | | | | | Ticket #998 document dh keysize | ||||
| * | Typo in setup_transport_http.mkd | Glenn Matthys | 2016-01-17 | 1 | -1/+1 |
| | | |||||
| * | Describe how DH key bitlength can be influenced | Glenn Matthys | 2016-01-17 | 1 | -0/+10 |
| | | |||||
* | | Fix char encoding in setup_proxy.mkd | Glenn Matthys | 2016-01-17 | 1 | -1/+1 |
|/ | |||||
* | add site documentation for HTTP header authentication | Joel Johnson | 2015-12-09 | 1 | -0/+12 |
| | |||||
* | fix for #967 filestore menu for all users | Paul Martin | 2015-12-07 | 1 | -0/+61 |
| | | | | | | + Filestore listing filtered by user view permissions + Configuration help for filestore relocated to website files + Added migration example | ||||
* | Documentation | James Moger | 2015-11-18 | 2 | -12/+1 |
| | |||||
* | Log update for Fail2Ban usage | Paul Martin | 2015-10-25 | 1 | -5/+9 |
| | | | | | + Adds standard logging for all authentication providers + Updates help page to use default GitBlit SSH port | ||||
* | Documentation (fixes #917) | James Moger | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | Added better logging for fail2ban | Enrico204 | 2015-08-10 | 1 | -0/+20 |
| | |||||
* | typo: site ticket documentation | Joel Johnson | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | Add onFork and onRename methods to RepositoryLifeCycleListener | James Moger | 2015-05-22 | 1 | -0/+10 |
| | |||||
* | Improve PAM documentation | James Moger | 2015-05-22 | 1 | -2/+8 |
| | |||||
* | Docs: Fix RPC URL | Steffen Gebert | 2015-03-24 | 1 | -5/+5 |
| | | | | | The RPC URL should be `/rpc/?` and not `/rpc?` according to https://groups.google.com/d/msg/gitblit/Ajp2gR3B2bM/AXg6wIf21eIJ | ||||
* | Merge release 1.6.2 | James Moger | 2014-10-28 | 1 | -3/+3 |
|\ | |||||
| * | Documentation | James Moger | 2014-10-27 | 1 | -3/+3 |
| | | |||||
* | | Adopt chain-loading properties as the default setup | James Moger | 2014-10-27 | 4 | -7/+44 |
| | | |||||
* | | Merge release-1.6.1 | James Moger | 2014-10-20 | 2 | -2/+10 |
|\| | |||||
| * | Prepare v1.6.1 documentation updates | James Moger | 2014-10-20 | 2 | -2/+10 |
| | | |||||
* | | Merge branch 'ticket/201' into develop | James Moger | 2014-09-30 | 2 | -3/+1 |
|\| | |||||
| * | Remove git.streamFileThreshold setting | James Moger | 2014-09-30 | 2 | -3/+1 |
| | | |||||
* | | Merge branch 'ticket/142' into develop | James Moger | 2014-09-04 | 1 | -1/+1 |
|\| | |||||
| * | Update setup_authentication.mkd | Anthony O. | 2014-08-08 | 1 | -1/+1 |
| | | | | | | In AuthenticationManager:385, only `provider instanceof UsernamePasswordAuthenticationProvider` will be called | ||||
* | | Documentation | James Moger | 2014-07-03 | 1 | -0/+1 |
|/ | |||||
* | Removed unnecessary and obsolete download links from documenation | James Moger | 2014-06-22 | 2 | -2/+2 |
| | |||||
* | Documentation | James Moger | 2014-06-16 | 1 | -6/+11 |
| | |||||
* | Documentation | James Moger | 2014-06-16 | 1 | -10/+11 |
| | |||||
* | Remove unnecessary import | David Ostrovsky | 2014-06-16 | 1 | -1/+0 |
| | |||||
* | Documentation | James Moger | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | Documentation | James Moger | 2014-06-13 | 1 | -0/+2 |
| | |||||
* | Merge branch 'ticket/100' into release-v1.6.0 | James Moger | 2014-06-12 | 1 | -1/+1 |
|\ | |||||
| * | Fix cloning repositories with + in their names | James Moger | 2014-06-12 | 1 | -1/+1 |
| | | |||||
* | | Documentation | James Moger | 2014-06-09 | 5 | -11/+36 |
| | | |||||
* | | Add repository and user/team lifecycle listener extension points | James Moger | 2014-06-09 | 1 | -2/+73 |
| | | |||||
* | | Remove the OpenShift Express build | James Moger | 2014-05-23 | 4 | -148/+0 |
| | |