Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tag server-side merges when incremental push tags are enabled | James Moger | 2014-05-23 | 2 | -61/+91 |
| | |||||
* | Merge branch 'ticket/84' into develop | James Moger | 2014-05-23 | 1 | -1/+1 |
|\ | |||||
| * | Remove GitBlit static singleton reference from localclone.groovy | James Moger | 2014-05-23 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'ticket/83' into develop | James Moger | 2014-05-22 | 1 | -2/+3 |
|\| | |||||
| * | Fix cache miss on repository model retrieval | James Moger | 2014-05-22 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'ticket/82' into develop | James Moger | 2014-05-22 | 1 | -0/+2 |
|\| | |||||
| * | Force repository cache to refresh metadata after ref deletion/creation | James Moger | 2014-05-22 | 1 | -0/+2 |
| | | |||||
* | | Render GFM links using Markdown, not direct HTML | James Moger | 2014-05-22 | 1 | -2/+2 |
| | | |||||
* | | Correct usage of bugtraq processor | James Moger | 2014-05-22 | 2 | -4/+4 |
| | | |||||
* | | Merge branch 'ticket/81' into develop | James Moger | 2014-05-21 | 3 | -0/+677 |
|\| | |||||
| * | Norwegian translation v 1.0 | Leif Jantzen | 2014-05-21 | 3 | -125/+131 |
| | | |||||
| * | Initial stab at translation to Norwegian | Leif Jantzen | 2014-05-21 | 1 | -231/+231 |
| | | |||||
| * | Initial stab at translation to Norwegian | Leif Jantzen | 2014-05-20 | 1 | -0/+671 |
| | | |||||
* | | Add startup/shutdown LifeCycle extension point | James Moger | 2014-05-15 | 3 | -1/+93 |
| | | |||||
* | | Process bugtraq links in the ticket description and comments | James Moger | 2014-05-15 | 1 | -2/+4 |
| | | |||||
* | | Merge branch 'ticket/77' into develop | James Moger | 2014-05-15 | 3 | -45/+46 |
|\| | |||||
| * | Wrap flotr2 chart labels with double-quotes not single-quotes | James Moger | 2014-05-15 | 3 | -45/+46 |
| | | |||||
| * | Merged #71 "Can not assign responsible when anonymous push is enabled" | James Moger | 2014-05-12 | 2 | -8/+24 |
| |\ | |||||
| * \ | Merged #70 "Ssh server key generation fails on ARM" | James Moger | 2014-05-12 | 1 | -2/+2 |
| |\ \ | |||||
* | | | | Remove the edit link and the rss feed link from the repositories panel | James Moger | 2014-05-15 | 2 | -90/+4 |
| | | | | |||||
* | | | | Prohibit ticket updates for empty repositories | James Moger | 2014-05-15 | 1 | -0/+1 |
| | | | | |||||
* | | | | Redesign the EmptyRepositoryPage | James Moger | 2014-05-15 | 11 | -326/+346 |
| | | | | |||||
* | | | | Documentation | James Moger | 2014-05-12 | 2 | -10/+12 |
| | | | | |||||
* | | | | Merge branch 'ticket/71' into develop | James Moger | 2014-05-12 | 2 | -8/+24 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Allow ticket responsible selection when anonymous push is enabled | James Moger | 2014-05-12 | 2 | -8/+24 |
| | | | | |||||
* | | | | Merge branch 'ticket/70' into develop | James Moger | 2014-05-12 | 1 | -2/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Catch UnsatisfiedLinkException when setting filemode of generated SSH keys | James Moger | 2014-05-12 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merged #67 "Allow disabling repository deletion" | James Moger | 2014-05-09 | 10 | -78/+74 |
|\ \ \ | |||||
| * | | | Move delete repository function into the edit page | James Moger | 2014-05-09 | 10 | -111/+70 |
| | | | | |||||
| * | | | Added option to disable deleting of non empty repositories through the user ↵ | peto268 | 2014-05-08 | 3 | -13/+50 |
| | | | | | | | | | | | | | | | | interface | ||||
* | | | | Merged #68 "Confirm milestone deletion" | James Moger | 2014-05-09 | 2 | -4/+13 |
|\ \ \ \ | |||||
| * | | | | Add confirm milestone deletion prompt | James Moger | 2014-05-09 | 2 | -4/+13 |
| |/ / / | |||||
* | | | | Merge branch 'ticket/69' into develop | James Moger | 2014-05-09 | 1 | -0/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Update Korean translations | Dongsu, KIM | 2014-05-09 | 1 | -0/+2 |
| | | | | |||||
* | | | | Add option to explicitly specify the use of STARTTLS | Berke Viktor | 2014-05-08 | 2 | -0/+7 |
| |/ / |/| | | | | | | | | Required for servers that use STARTTLS without SMTPS such as Office 365 | ||||
* | | | Change enum name and unit test RSS tag queries | James Moger | 2014-05-08 | 5 | -7/+99 |
| | | | |||||
* | | | Updated the SyndicationServlet to provide an additional option to return ↵ | Gerard Smyth | 2014-05-08 | 3 | -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 useful | James Moger | 2014-05-08 | 1 | -358/+360 |
| | | | |||||
* | | | Revise, complete, and fully test the FORK rpc | James Moger | 2014-05-08 | 8 | -96/+118 |
| | | | |||||
* | | | Implement FORK RPC request type | manisha | 2014-05-08 | 7 | -352/+435 |
| | | | |||||
* | | | Fix class loading failure when there are no STARTED plugins | James Moger | 2014-05-07 | 2 | -12/+12 |
| | | | |||||
* | | | Consolidate open tickets page parameters | James Moger | 2014-05-07 | 5 | -23/+28 |
| | | | |||||
* | | | Merge branch 'master' into develop | James Moger | 2014-05-07 | 3 | -10/+14 |
|\| | | |||||
| * | | Correct Bintray upload url for releases | James Moger | 2014-05-07 | 1 | -1/+1 |
| |/ | |||||
| * | Documentation | James Moger | 2014-05-07 | 3 | -10/+14 |
| | | |||||
* | | Merge branch 'ticket/54' into develop | James Moger | 2014-05-07 | 4 | -0/+33 |
|\| | |||||
| * | Ensure the repository model ref list is refreshed on ref creation or deletion | James Moger | 2014-05-07 | 4 | -0/+33 |
| | | |||||
* | | Merge branch 'ticket/62' into develop | James Moger | 2014-05-07 | 1 | -12/+19 |
|\| | |||||
| * | Fix case-sensitivity error in determining fork network | James Moger | 2014-05-07 | 1 | -12/+19 |
| | | |||||
* | | Merge branch 'ticket/63' into develop | James Moger | 2014-05-07 | 3 | -1/+17 |
|\| |