Browse Source

Documentation

tags/v1.3.1
James Moger 10 years ago
parent
commit
7ad6d3a8ee
3 changed files with 11 additions and 1 deletions
  1. 8
    0
      NOTICE
  2. 2
    1
      releases.moxie
  3. 1
    0
      src/site/design.mkd

+ 8
- 0
NOTICE View File

@@ -302,4 +302,12 @@ Guava
Apache License 2.0.
https://code.google.com/p/guava-libraries
---------------------------------------------------------------------------
libpam4j
---------------------------------------------------------------------------
libpam4j, release under the
MIT license.
https://github.com/kohsuke/libpam4j

+ 2
- 1
releases.moxie View File

@@ -33,7 +33,8 @@ r18: {
- Added optional browser-side page caching using Last-Modified and Cache-Control for the dashboard, activity, project, and several repository pages
- Added a GET_USER request type for the RPC mechanism (issue-275)
- Added PAMUserService to authenticate against a local Linux/Unix/MacOSX server
dependencyChanges: ~
dependencyChanges:
- added libpam4j 1.7
settings:
- { name: 'web.pageCacheExpires', defaultValue: 0 }
- { name: 'realm.pam.backingUserService', defaultValue: 'users.conf' }

+ 1
- 0
src/site/design.mkd View File

@@ -51,6 +51,7 @@ The following dependencies are automatically downloaded by Gitblit GO (or alread
- [Waffle](http://dblock.github.io/waffle) (EPL 1.0)
- [JNA](https://github.com/twall/jna) (LGPL 2.1)
- [Guava](https://code.google.com/p/guava-libraries) (Apache 2.0)
- [libpam4j](https://github.com/kohsuke/libpam4j) (MIT)
### Other Build Dependencies
- [Fancybox image viewer](http://fancybox.net) (MIT and GPL dual-licensed)

Loading…
Cancel
Save