summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/GitBlitWebApp.properties
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-447/+0
| | | | | | | | | This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.
* Added enforced HTTP Basic AuthenticationLaurens Vrijnsen2013-03-221-1/+3
|
* Merged multiple owners (pull request #63)James Moger2013-01-231-1/+2
|\
| * Revised multiple owners contributionJames Moger2013-01-231-5/+6
| |
| * Merge multiple owners feature (pull request #63, #66)SHaselbauer2013-01-211-4/+4
| |
* | Show indicators for Sparkleshared repositoriesJames Moger2013-01-111-1/+2
|/
* Setting to stop a repository from contributing to the activity pageJames Moger2012-12-061-1/+2
|
* Improving first-run setup of GCA and Gitblit GOJames Moger2012-12-051-1/+4
|
* Checkbox to automatically set the new ssl certificate aliasJames Moger2012-12-051-1/+3
|
* Added attributes tab to Edit User for both site and ManagerJames Moger2012-12-051-1/+2
|
* Global and per-repository setting to throttle prolific repos in Activity ↵James Moger2012-12-051-1/+4
| | | | page (issue-173)
* Show a confirmation prompt on first startup of GCA if Unlimited Strength is ↵James Moger2012-11-281-0/+2
| | | | unavailable
* Password prompt for GCAJames Moger2012-11-261-1/+2
|
* More refinements to GCAJames Moger2012-11-261-3/+11
|
* Gitblit Certificate Authority revisions. Eliminate certificate scripts.James Moger2012-11-251-1/+6
|
* Mostly functional Gitblit Certificate Authority toolJames Moger2012-11-231-0/+41
|
* Permission filtering in web uiJames Moger2012-11-021-1/+4
| | | | | 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.
* Gracefully deal with missing repository in permissions ui (issue 155)James Moger2012-11-011-1/+3
|
* Improve transparency of permissions by indicating permission sourceJames Moger2012-10-311-2/+6
|
* Clarified delete permission choiceJames Moger2012-10-311-1/+1
|
* Stabilizing and polishing permissions ui. Still in-progress.James Moger2012-10-291-2/+3
|
* Experimental JGit-based GC ExecutorJames Moger2012-10-281-1/+7
|
* Implemented exclusion (X) permissionJames Moger2012-10-231-1/+2
|
* Differentiate between an explicit permission and a regex permissionJames Moger2012-10-221-0/+1
|
* Split committer verification description into two stringsJames Moger2012-10-191-1/+2
|
* Completed permissions UI, RPC, and Manager support (issue 36)James Moger2012-10-191-1/+2
|
* New permissions UI for EditUser and EditTeam (issue 36)James Moger2012-10-191-1/+9
|
* Removed duplicate ticgit description and added permission stringsJames Moger2012-10-121-2/+4
|
* Experimental committer verificationJames Moger2012-10-111-1/+3
|
* Clarified ticgit status in its descriptionJames Moger2012-10-111-0/+1
|
* Tweak canFork descriptionJames Moger2012-10-111-1/+1
|
* Support Team canAdmin, canCreate, and canFork (issue 36)James Moger2012-10-101-1/+1
|
* Implemented New Repository for personal repositoriesJames Moger2012-10-051-1/+4
|
* Show fork indicator on the repositories pageJames Moger2012-10-031-1/+2
|
* Polish fork-in-progress pageJames Moger2012-10-031-1/+1
|
* Moved the fork mechanism from a javascript link to a separate pageJames Moger2012-10-021-2/+5
|
* Tweaking forks pageJames Moger2012-10-011-1/+2
|
* Preliminary implementation of server-side forking (issue 137)James Moger2012-09-291-1/+15
| | | | | | | | | | | | | | | | | | The fork mechanism clones the repository , access restrictions, and other config options. The app has been updated throughout to handle personal repositories and to properly display origin/fork links. In order to fork a repository the user account must have the #fork role, the origin repository must permit forking, and the user account must have standard clone permissions to the repository. Because forking introduces a new user role no existing user accounts can automatically begin forking a repository. This is both a pro and a con. Since the fork has the same access restrictions as the origin repository, those who can access the origin may also access the fork. This is intentional to facilitate integration-manager workflow. The fork owner does have the power to completely change the access restrictions of his/her fork.
* Draft project pages, project metadata, and RSS feedsJames Moger2012-09-071-1/+5
| | | | | | This is an in-progress feature to offer an interface for grouped repositories. This may help installations with large numbers of repositories stay organized. It also will be part of a future, more advanced security model.
* Add 2 missing '=' in the English language file.Mikael Karlsson2012-08-261-2/+2
|
* Optionally cache repository list for improved performanceJames Moger2012-08-171-1/+2
|
* Submodules supportJames Moger2012-08-101-1/+2
|
* Per-repository authorization control: AUTHENTICATED and NAMED (issue 117)James Moger2012-08-021-0/+3
|
* Added "today" to translation file. Updated Japanese translation.James Moger2012-06-151-0/+1
|
* Externalized some more strings. Updated Spanish translation from eguervos.James Moger2012-06-151-1/+33
|
* Revisions to custom fieldsJames Moger2012-05-101-1/+1
|
* Make the variables / messages more consistantJohn Crygier2012-05-071-2/+2
|
* Web UI done for Custom Fields. Changed variable names to be consistent with ↵John Crygier2012-05-041-0/+2
| | | | "custom" instead of "user"
* Allow manipulating display name and email address from web uiJames Moger2012-04-251-1/+3
|
* Skeleton LdapUserService based on John Cryiger's implementationJames Moger2012-04-061-1/+3
|