Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Globl and per-repository setting to exclude authors form metrics (issue-251) | James Moger | 2013-06-10 | 9 | -23/+129 | |
| | ||||||
* | Improve error handling within a repository page (issue-252) | James Moger | 2013-06-10 | 3 | -15/+23 | |
| | ||||||
* | Make days back filter a setting | James Moger | 2013-06-10 | 5 | -8/+66 | |
| | ||||||
* | Added support for authenticating against a Salesforce org. | William Whittle | 2013-06-07 | 2 | -0/+147 | |
| | ||||||
* | SMTPs mailserver available (not only gmail) | manhole | 2013-06-07 | 2 | -1/+5 | |
| | ||||||
* | Hide url panel on tablets | James Moger | 2013-06-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug in DashboardPage when anonymous browsing is disabled | James Moger | 2013-06-03 | 1 | -1/+4 | |
| | ||||||
* | Added 'htm' extension as default index page. | Yuhi Ishikura | 2013-06-03 | 1 | -1/+2 | |
| | ||||||
* | Improve index page strategy in PagesServlet. | Yuhi Ishikura | 2013-06-03 | 1 | -2/+8 | |
| | ||||||
* | Fixed problem that PagesServlet couldn't provide contents written in ↵ | Yuhi Ishikura | 2013-06-02 | 1 | -0/+1 | |
| | | | | markdown correctly. | |||||
* | Fixed problem that PagesServlet couldn't provide index.htm and index.mkd. | Yuhi Ishikura | 2013-06-02 | 1 | -2/+5 | |
| | ||||||
* | Fixes for responsive layouts on phones and tablets | James Moger | 2013-05-31 | 6 | -13/+29 | |
| | ||||||
* | Refinements to push log display and daily digests | James Moger | 2013-05-31 | 23 | -117/+269 | |
| | | | | | | * Properly support timezone-based date groupings * Polish css for the major browsers on Win & Linux * Use Gitblit constants for refs instead of JGit constants | |||||
* | Gracefully handle branch creation in daily log digests | James Moger | 2013-05-31 | 3 | -3/+13 | |
| | ||||||
* | Merge pull request #90 from mpapo/add-parameter-alllocalbranches | James Moger | 2013-05-31 | 1 | -3/+20 | |
|\ | | | | | [AddIndexedBranch] add: --all-local-branches parameter | |||||
| * | add --all-local-branches to add all local branches of the repo to index | Michael Pailloncy | 2013-05-30 | 1 | -3/+20 | |
| | | ||||||
* | | Merge pull request #89 from mpapo/patch-addindexedbranch | James Moger | 2013-05-31 | 1 | -1/+1 | |
|\| | | | | | [AddIndexedBranch] fixed: params.branch parameter was ignored | |||||
| * | fixed - params.branch parameter was not taking into account. | Michael Pailloncy | 2013-05-30 | 1 | -1/+1 | |
| | | ||||||
* | | Added a Dashboard page with a daily ref log of starred/owned repos | James Moger | 2013-05-30 | 23 | -280/+1124 | |
| | | | | | | | | | | This is a work-in-progress and is mostly working like I want, but will require some refactoring to make it even more useful and less complex. | |||||
* | | Centralized isServingRepositories method | James Moger | 2013-05-30 | 2 | -5/+21 | |
| | | ||||||
* | | Added locale user preference, still requires ui | James Moger | 2013-05-30 | 3 | -0/+18 | |
| | | ||||||
* | | Added simple star/unstar function | James Moger | 2013-05-30 | 9 | -4126/+4363 | |
|/ | ||||||
* | Enable SmartGit client menu | James Moger | 2013-05-29 | 1 | -1/+1 | |
| | ||||||
* | Enabled SparkleShare client menu using 1.1.0 invite handler redesign | James Moger | 2013-05-28 | 1 | -2/+2 | |
| | ||||||
* | Add iconic css to base page | James Moger | 2013-05-25 | 1 | -0/+1 | |
| | ||||||
* | Enhance push log utils api with functional date filtering | James Moger | 2013-05-25 | 2 | -30/+81 | |
| | ||||||
* | Added Iconic font and replaced push log gravatars with Iconic symbols | James Moger | 2013-05-25 | 18 | -3/+2012 | |
| | ||||||
* | Added UI for the push log introduced in 1.2.1 | James Moger | 2013-05-24 | 11 | -113/+461 | |
| | ||||||
* | Polish the commit page | James Moger | 2013-05-24 | 2 | -4/+4 | |
| | ||||||
* | Polish the tag page | James Moger | 2013-05-24 | 2 | -6/+4 | |
| | ||||||
* | Added support for displaying refs/pull/n/head|merge | James Moger | 2013-05-24 | 2 | -3/+18 | |
| | ||||||
* | Added directional arrow for compare inputs | James Moger | 2013-05-23 | 1 | -0/+2 | |
| | ||||||
* | Fixed submodule npe in compare page | James Moger | 2013-05-23 | 2 | -2/+8 | |
| | ||||||
* | Removed commitdiff code code for comparing ranges (issue-133) | James Moger | 2013-05-23 | 1 | -42/+3 | |
| | | | | | This feature was incomplete, reported incorrect information, and has been replaced by the compare page (issue-75). | |||||
* | Implemented compare page for branch/tag/manual diffs (issue-75, issue-133) | James Moger | 2013-05-23 | 7 | -1/+373 | |
| | ||||||
* | Match commit page change path section logic | James Moger | 2013-05-23 | 1 | -4/+11 | |
| | ||||||
* | Support relative links in commitdiff page and polish css | James Moger | 2013-05-23 | 3 | -9/+21 | |
| | ||||||
* | New JGit util method to retrieve changed paths in a commit range (issue 226) | James Moger | 2013-05-23 | 2 | -6/+63 | |
| | ||||||
* | Added support for Github Windows/Mac clients | James Moger | 2013-05-21 | 2 | -3/+7 | |
| | ||||||
* | Allow clients to define supported transports | James Moger | 2013-05-21 | 2 | -11/+29 | |
| | ||||||
* | Css tweak to user menu link | James Moger | 2013-05-20 | 1 | -1/+1 | |
| | ||||||
* | Use mm gravatar icon for user menu | James Moger | 2013-05-19 | 3 | -5/+30 | |
| | ||||||
* | Overhauled navigation and flattened look | James Moger | 2013-05-19 | 68 | -295/+1234 | |
| | ||||||
* | Fixed sitename in page title | James Moger | 2013-05-16 | 1 | -3/+4 | |
| | ||||||
* | Fixed regression in repository url panel layout | James Moger | 2013-05-15 | 1 | -2/+2 | |
| | ||||||
* | Fix message escaping when combined with regex substitutions (issue 242) | James Moger | 2013-05-15 | 2 | -3/+3 | |
| | ||||||
* | Merged pull request #88 - improve page title | James Moger | 2013-05-15 | 1 | -2/+2 | |
|\ | ||||||
| * | Improve page title | Chad Horohoe | 2013-05-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | - When viewing a repository, users want to know what repo they're on. Currently, it's usually pushed out of view - Use siteName for the title instead of the server name | |||||
* | | Include username in push log, along with display name and email address | James Moger | 2013-05-15 | 2 | -4/+29 | |
| | | ||||||
* | | Added missing repo size values | James Moger | 2013-05-15 | 1 | -1/+6 | |
| | |