summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* significantly reduce write operations to backing user system.mschaefers2012-11-305-2855/+2861
|
* feature: when using LdapUserService one can configure Gitblit to fetch all ↵mschaefers2012-11-291-379/+463
| | | | | | users from ldap that can possibly login. This allows to see newly generated LDAP users instantly in Gitblit. By now an LDAP user had to log in once to appear in GitBlit. feature: when LDAP user synchronization is enabled, one can configure GitBlit to delete all LDAP users from the backing user service that are no longer existent in LDAP. By now LDAP users that were deleted still appeared in the GitBlit user list.
* Show a confirmation prompt on first startup of GCA if Unlimited Strength is ↵James Moger2012-11-282-0/+22
| | | | unavailable
* Fixed focus for keystore password promptJames Moger2012-11-282-9/+81
|
* Gitblit CA generation needs to use the default OIDsJames Moger2012-11-281-26/+43
|
* Fixed missing format call for certificate authentication loggingJames Moger2012-11-281-1/+2
|
* Short commit ids in log and history take two (issue 168)James Moger2012-11-285-30/+34
|
* Fixed regression for folder history links (issue 166)James Moger2012-11-281-1/+3
|
* Revert "Eliminated redundant "view" links (issue 168)"James Moger2012-11-284-5/+9
| | | | This reverts commit 5ad03d053fc3154b09c551530a790b921bc462e5.
* Eliminated redundant "view" links (issue 168)James Moger2012-11-274-9/+5
|
* Added short commit id column to log and history tables (issue 168)James Moger2012-11-274-0/+20
|
* Fixed history page links for files not in the current/active commit (issue 166)James Moger2012-11-271-0/+24
|
* Tweak to GCA config, fix send mail prompts, added authority.cmdJames Moger2012-11-272-6/+11
|
* Make activity page respect short commit id setting and lower default from 8 to 6James Moger2012-11-272-2/+5
|
* Password prompt for GCAJames Moger2012-11-263-20/+55
|
* More refinements to GCAJames Moger2012-11-2610-88/+288
|
* Gitblit Certificate Authority revisions. Eliminate certificate scripts.James Moger2012-11-2514-520/+643
|
* Certificate Authority UI tweaks to fit better on UbuntuJames Moger2012-11-242-1/+3
|
* Eliminate internal Sun api for CRLs and include X509 tests in suiteJames Moger2012-11-231-4/+13
|
* Mostly functional Gitblit Certificate Authority toolJames Moger2012-11-2314-7/+1320
|
* Generate empty CRL on startup to make Jetty happyJames Moger2012-11-232-0/+86
|
* Added JCalendar 1.3.2 dependencyJames Moger2012-11-231-0/+7
|
* Command-line tool to generate client certificate bundles for existing usersJames Moger2012-11-237-0/+544
|
* Revised Gitblit GO certificate generation to use new X509 utility functionsJames Moger2012-11-232-69/+60
|
* X509 certificate generation utilities for CA, web, and client certificatesJames Moger2012-11-232-0/+1010
|
* Updated to BouncyCastle 1.47James Moger2012-11-231-8/+17
|
* X509 certificate authentication based on Kevin Anderson's implementationJames Moger2012-11-236-7/+688
|
* Empty repository page failed to handle missing repository (issue 160)James Moger2012-11-111-0/+3
|
* Fix? for oodles of selected repositories in Lucene search (issue 152)James Moger2012-11-081-1/+2
|
* Added setting to control length of abbreviated commit hash idJames Moger2012-11-061-1/+1
|
* Fixed regression in setting up Lucene executorJames Moger2012-11-061-4/+4
|
* HTML email notification methods and hook (pull request #51)Guillaume Sauthier2012-11-051-0/+31
|
* MavenObject definitions have slightly more consistent code layout nowMarcin Floryan2012-11-031-70/+125
|
* Download progress - CR character behaves as expected on Windows but not on ↵Marcin Floryan2012-11-031-2/+7
| | | | other platforms.
* Permission filtering in web uiJames Moger2012-11-0211-55/+327
| | | | | Present the mutable permissions by default. Allow the administrator or owner to toggle the displayed permissions to see how the user and team permissions are applied to a repository.
* Include owned repositories while editing a user modelJames Moger2012-11-011-0/+10
|
* Ignore permission definitions for admins, it just confuses thingsJames Moger2012-11-014-30/+49
|
* Centralize Manager row height settingJames Moger2012-11-0111-14/+1
|
* Gracefully deal with missing repository in permissions ui (issue 155)James Moger2012-11-0110-37/+61
|
* Renamed isEditable to mutableJames Moger2012-10-319-20/+20
|
* Improve transparency of permissions by indicating permission sourceJames Moger2012-10-3111-133/+213
|
* Personal repositories must always be owned by the account the repo is stored inJames Moger2012-10-311-1/+1
|
* Teams must be sortedJames Moger2012-10-312-1/+3
|
* Repository cache must be case-insensitive to match permissionsJames Moger2012-10-311-9/+9
|
* Don't even bother running Lucene indexer if we are GCing anythingJames Moger2012-10-313-0/+23
|
* Fixed ticgit ticket urls (issue 157)James Moger2012-10-311-1/+1
|
* Include gravatar images in registrant permissions panel, if configuredJames Moger2012-10-313-8/+40
|
* Clarified delete permission choiceJames Moger2012-10-311-1/+1
|
* Reject add if permission selector has not been setJames Moger2012-10-311-0/+3
|
* Enable verify committer iff >= push restrictedJames Moger2012-10-312-9/+16
|