summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the Asciidoc markup formatJames Moger2014-05-151-2/+21
|
* Add startup/shutdown LifeCycle extension pointJames Moger2014-05-152-0/+63
|
* Process bugtraq links in the ticket description and commentsJames Moger2014-05-151-2/+4
|
* Merge branch 'ticket/77' into developJames Moger2014-05-153-45/+46
|\
| * Wrap flotr2 chart labels with double-quotes not single-quotesJames Moger2014-05-153-45/+46
| |
| * Merged #71 "Can not assign responsible when anonymous push is enabled"James Moger2014-05-122-8/+24
| |\
| * \ Merged #70 "Ssh server key generation fails on ARM"James Moger2014-05-121-2/+2
| |\ \
* | | | Remove the edit link and the rss feed link from the repositories panelJames Moger2014-05-152-90/+4
| | | |
* | | | Prohibit ticket updates for empty repositoriesJames Moger2014-05-151-0/+1
| | | |
* | | | Redesign the EmptyRepositoryPageJames Moger2014-05-1511-326/+346
| | | |
* | | | Merge branch 'ticket/71' into developJames Moger2014-05-122-8/+24
|\ \ \ \ | | |_|/ | |/| |
| * | | Allow ticket responsible selection when anonymous push is enabledJames Moger2014-05-122-8/+24
| | | |
* | | | Merge branch 'ticket/70' into developJames Moger2014-05-121-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Catch UnsatisfiedLinkException when setting filemode of generated SSH keysJames Moger2014-05-121-2/+2
| |/ /
* | | Merged #67 "Allow disabling repository deletion"James Moger2014-05-099-78/+69
|\ \ \
| * | | Move delete repository function into the edit pageJames Moger2014-05-099-110/+69
| | | |
| * | | Added option to disable deleting of non empty repositories through the user ↵peto2682014-05-082-13/+45
| | | | | | | | | | | | | | | | interface
* | | | Merged #68 "Confirm milestone deletion"James Moger2014-05-092-4/+13
|\ \ \ \
| * | | | Add confirm milestone deletion promptJames Moger2014-05-092-4/+13
| |/ / /
* | | | Merge branch 'ticket/69' into developJames Moger2014-05-091-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Update Korean translationsDongsu, KIM2014-05-091-0/+2
| | |/ | |/|
* | | Add option to explicitly specify the use of STARTTLSBerke Viktor2014-05-081-0/+2
| |/ |/| | | | | Required for servers that use STARTTLS without SMTPS such as Office 365
* | Change enum name and unit test RSS tag queriesJames Moger2014-05-083-6/+63
| |
* | Updated the SyndicationServlet to provide an additional option to return ↵Gerard Smyth2014-05-083-45/+159
| | | | | | | | | | | | | | | | details of the tags in the repository instead of the commits. This uses a new 'ot' request parameter to indicate the object type of the content to return, which can be ither TAG or COMMIT. If this is not provided, then COMMIT is assumed to maintain backwards compatability. If tags are returned, then the paging parameters, 'l' and 'pg' are still supported, but searching options are currently ignored.
* | Restore tabbed formatting to make diffs to develop usefulJames Moger2014-05-081-358/+360
| |
* | Revise, complete, and fully test the FORK rpcJames Moger2014-05-084-76/+49
| |
* | Implement FORK RPC request typemanisha2014-05-084-351/+418
| |
* | Fix class loading failure when there are no STARTED pluginsJames Moger2014-05-072-12/+12
| |
* | Consolidate open tickets page parametersJames Moger2014-05-075-23/+28
| |
* | Merge branch 'ticket/54' into developJames Moger2014-05-074-0/+33
|\|
| * Ensure the repository model ref list is refreshed on ref creation or deletionJames Moger2014-05-074-0/+33
| |
* | Merge branch 'ticket/62' into developJames Moger2014-05-071-12/+19
|\|
| * Fix case-sensitivity error in determining fork networkJames Moger2014-05-071-12/+19
| |
* | Merge branch 'ticket/63' into developJames Moger2014-05-071-1/+6
|\|
| * Fix transport determination for SSH urls on port 22James Moger2014-05-071-1/+6
| |
* | Switch to -u from deprecated --set-upstreamJames Moger2014-05-051-1/+1
| |
* | Allow plugins to extend the top navbar and repository navbarJames Moger2014-05-0519-226/+725
| | | | | | | | | | This change also ties the plugin manager into the Wicket framework and allows plugins to contribute and mount new pages which are linked by the top navbar and repository navbar extensions.
* | Integrate admin menu into user menu and add user menu extensionJames Moger2014-05-0511-645/+832
| |
* | Overhaul menu item classes and add AdminMenuExtension pointJames Moger2014-05-0512-196/+434
| |
* | Allow filter extensions to define init parameters in IStoredSettingsJames Moger2014-05-052-2/+83
| |
* | Add http request filter extension pointDavid Ostrovsky2014-05-059-12/+143
| | | | | | | | | | To allow for integration of 3rd party server monitoring solutions, Gitblit needs to expose an extension point for collecting http data.
* | Add raw links to branchesJames Moger2014-05-054-5/+25
| |
* | Replace RawPage with RawServletJames Moger2014-05-0516-51/+61
| |
* | Refine branch and pages servletsJames Moger2014-05-042-15/+58
| |
* | Stream directly from repo instead of loading into ram and streamingJames Moger2014-05-041-4/+43
| |
* | Split pages servlet into a raw branch servlet and a gh-pages servletJames Moger2014-05-045-380/+549
| |
* | Change My Tickets repository link to the repository tickets pageJames Moger2014-05-022-5/+8
| |
* | Implementation of a ticket mgration toolJames Moger2014-05-026-28/+488
| |
* | Fix open milestone progress displayJames Moger2014-05-022-2/+2
| |
* | Refactored common code out of My Tickets and TicketsJames Moger2014-05-0117-932/+733
| |