summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/EditRepositoryPage.html
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-111/+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.
* Revised multiple owners contributionJames Moger2013-01-231-1/+1
|
* Merge multiple owners feature (pull request #63, #66)SHaselbauer2013-01-211-1/+1
|
* Global and per-repository setting to throttle prolific repos in Activity ↵James Moger2012-12-051-7/+8
| | | | page (issue-173)
* Moved owner field onto access permissions tabJames Moger2012-10-301-10/+14
|
* Stabilizing and polishing permissions ui. Still in-progress.James Moger2012-10-291-6/+1
|
* Experimental JGit-based GC ExecutorJames Moger2012-10-281-16/+18
|
* Switch to tab interface for Edit User and Edit Team for consistencyJames Moger2012-10-201-8/+8
|
* Split edit repository page into tabsJames Moger2012-10-191-33/+81
|
* Split committer verification description into two stringsJames Moger2012-10-191-1/+1
|
* New permissions UI for EditRepository (issue 36)James Moger2012-10-191-0/+1
|
* Experimental committer verificationJames Moger2012-10-111-1/+2
|
* Moved is frozen checkbox to match ManagerJames Moger2012-10-031-4/+4
|
* Preliminary implementation of server-side forking (issue 137)James Moger2012-09-291-1/+3
| | | | | | | | | | | | | | | | | | 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.
* Per-repository authorization control: AUTHENTICATED and NAMED (issue 117)James Moger2012-08-021-2/+10
|
* Revisions to custom fieldsJames Moger2012-05-101-3/+3
|
* Make the variables / messages more consistantJohn Crygier2012-05-071-3/+3
|
* Web UI done for Custom Fields. Changed variable names to be consistent with ↵John Crygier2012-05-041-1/+5
| | | | "custom" instead of "user"
* removed wrong char from page, which caused IE8 no to display the save buttonJohannes Buehler2012-03-301-1/+1
|
* Adjust translation for default branch (HEAD)James Moger2012-03-201-1/+1
|
* Repository-branch Lucene indexing is now opt-inJames Moger2012-03-161-0/+2
|
* Update to Bootstrap 2.0James Moger2012-02-161-14/+14
|
* Reversed the order of buttons on all forms so that default is submitJames Moger2012-02-091-1/+1
|
* Refactored and unit tested updating HEAD featureJames Moger2012-02-021-1/+1
|
* RepositoryModel will use String rather than RefModel to track the currentPhilip L. McMahon2012-01-281-13/+13
| | | | | | | | | | | | | | symbolic head and available heads. Added convenience methods to JGitUtils to support retrieving available heads as List<String>. When resolving the symbolic head target as a String, if the head is detached, attempt to match the commit SHA1 against the known tags, using the most recent tag if more than one matches. Revised error messaging to better reflect actual outcome. Adjusted tab indexes on edit repository page to include default head combo box. Updated message key for default head combo box to use uppercase "HEAD".
* Allow administrative modification of the default branch/tag referenced by HEAD.Philip L. McMahon2012-01-261-0/+1
| | | | | This allows control over the default branch after clone, which is equivalent to running: git symbolic-ref HEAD refs/heads/mybranch
* Layout tweaksJames Moger2011-12-281-1/+1
|
* Added some descriptive subheadings to edit pagesJames Moger2011-12-271-4/+4
|
* Display inherited scripts in EditRepository page. Drop mailing list helpline.James Moger2011-12-231-3/+3
|
* Support mailing lists for TeamsJames Moger2011-12-211-1/+1
|
* Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵James Moger2011-12-201-11/+11
| | | | RepositoryModel.mailingLists
* Server-side hook script selection. Documentation.James Moger2011-12-191-3/+7
|
* Edit and store per-repository mail recipients in site and RPCJames Moger2011-12-171-3/+4
|
* Teams support.James Moger2011-12-071-1/+2
| | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress.
* Per-repository setting to skip summary metricsJames Moger2011-10-231-4/+5
|
* Log calculation time of repository sizes. (issue 27)James Moger2011-10-211-4/+5
| | | | Also added a per-repository skip calculation flag.
* More Bootstrap improvements.James Moger2011-09-301-4/+4
| | | | | | | * Strip leading group name from repositories page. * Put topbars on all pages. * Properly sort repositories in all locations. * White Gitblit logo.
* Split RepositoriesPage into 3 pages. Inline page header authentication.James Moger2011-09-291-12/+6
|
* Updating web ui to use Twitter's Bootstrap toolkit.James Moger2011-09-291-1/+1
|
* Implemented Federation Sets. Documentation.James Moger2011-09-141-3/+6
|
* Largely completed, uber-cool federation feature.James Moger2011-09-121-8/+10
|
* Cancel buttons on edit pages. Column fix for flat repositories view.James Moger2011-07-201-1/+1
|
* Documentation. Enforce ".git" suffix for created repositories.James Moger2011-06-011-2/+2
|
* Readme markdown on summary page per-repository.James Moger2011-06-011-3/+4
|
* Owner editing. Frozen status. Grouped repositories. Documentation.James Moger2011-05-191-2/+3
|
* Moved distribution files. Revised build script. Security revisions.James Moger2011-05-121-4/+5
|
* Add user. Implemented repository view and git access restrictions.James Moger2011-05-111-8/+8
|
* Build infrastructure improvements. Setting to show remote branches.James Moger2011-05-041-1/+2
| | | | | | | | | | | | The JGit team is now publishing 0.12.1 artifacts on the Eclipse Maven site. Yeah! That was the last missing piece for a slick Git:Blit deployment. The build has been reworked to download from Eclipse and to also download source and javadoc jars for setting up a development environment. Made the log4j pattern configurable by operating system. Moved Markdown utils to their own class since I need StringUtils for Build and that introduced a chicken-and-egg scenario.
* Working on error handling.James Moger2011-04-291-2/+5
|
* Commit header panel. File type icons. Docs page.James Moger2011-04-261-6/+6
|