summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | SMTPs mailserver available (not only gmail)manhole2013-06-072-1/+5
| | |
* | | Hide url panel on tabletsJames Moger2013-06-031-1/+1
| | |
* | | Fixed bug in DashboardPage when anonymous browsing is disabledJames Moger2013-06-031-1/+4
| | |
* | | Merge pull request #91 from uphy/masterJames Moger2013-06-031-4/+15
|\ \ \ | | | | | | | | Fixed markdown pages in gh-pages
| * | | Added 'htm' extension as default index page.Yuhi Ishikura2013-06-031-1/+2
| | | |
| * | | Improve index page strategy in PagesServlet.Yuhi Ishikura2013-06-031-2/+8
| | | |
| * | | Fixed problem that PagesServlet couldn't provide contents written in ↵Yuhi Ishikura2013-06-021-0/+1
| | | | | | | | | | | | | | | | markdown correctly.
| * | | Fixed problem that PagesServlet couldn't provide index.htm and index.mkd.Yuhi Ishikura2013-06-021-2/+5
|/ / /
* | | Fixes for responsive layouts on phones and tabletsJames Moger2013-05-316-13/+29
| | |
* | | Refinements to push log display and daily digestsJames Moger2013-05-3124-119/+271
| | | | | | | | | | | | | | | | | | * 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 digestsJames Moger2013-05-313-3/+13
| | |
* | | DocumentationJames Moger2013-05-311-1/+4
| | |
* | | Merge pull request #90 from mpapo/add-parameter-alllocalbranchesJames Moger2013-05-311-3/+20
|\ \ \ | | | | | | | | [AddIndexedBranch] add: --all-local-branches parameter
| * | | add --all-local-branches to add all local branches of the repo to indexMichael Pailloncy2013-05-301-3/+20
| | | |
* | | | Merge pull request #89 from mpapo/patch-addindexedbranchJames Moger2013-05-311-1/+1
|\| | | | | | | | | | | [AddIndexedBranch] fixed: params.branch parameter was ignored
| * | | fixed - params.branch parameter was not taking into account.Michael Pailloncy2013-05-301-1/+1
| | | |
* | | | Added a Dashboard page with a daily ref log of starred/owned reposJames Moger2013-05-3026-281/+1136
| | | | | | | | | | | | | | | | | | | | 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 methodJames Moger2013-05-302-5/+21
| | | |
* | | | Added locale user preference, still requires uiJames Moger2013-05-303-0/+18
| | | |
* | | | Added simple star/unstar functionJames Moger2013-05-3010-4126/+4364
|/ / /
* | | Enable SmartGit client menuJames Moger2013-05-291-1/+1
| | |
* | | Enabled SparkleShare client menu using 1.1.0 invite handler redesignJames Moger2013-05-281-2/+2
| | |
* | | Add iconic css to base pageJames Moger2013-05-251-0/+1
| | |
* | | Enhance push log utils api with functional date filteringJames Moger2013-05-252-30/+81
| | |
* | | Added Iconic font and replaced push log gravatars with Iconic symbolsJames Moger2013-05-2521-11/+2029
| | |
* | | Added UI for the push log introduced in 1.2.1James Moger2013-05-2412-113/+464
| | |
* | | Polish the commit pageJames Moger2013-05-242-4/+4
| | |
* | | Polish the tag pageJames Moger2013-05-242-6/+4
| | |
* | | Added support for displaying refs/pull/n/head|mergeJames Moger2013-05-242-3/+18
| | |
* | | Added directional arrow for compare inputsJames Moger2013-05-231-0/+2
| | |
* | | Fixed submodule npe in compare pageJames Moger2013-05-232-2/+8
| | |
* | | Removed commitdiff code code for comparing ranges (issue-133)James Moger2013-05-231-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 Moger2013-05-237-1/+373
| | |
* | | Match commit page change path section logicJames Moger2013-05-231-4/+11
| | |
* | | Support relative links in commitdiff page and polish cssJames Moger2013-05-233-9/+21
| | |
* | | New JGit util method to retrieve changed paths in a commit range (issue 226)James Moger2013-05-232-6/+63
| | |
* | | DocumentationJames Moger2013-05-213-2/+3
| | |
* | | Added support for Github Windows/Mac clientsJames Moger2013-05-212-3/+7
| | |
* | | Allow clients to define supported transportsJames Moger2013-05-212-11/+29
| | |
* | | Css tweak to user menu linkJames Moger2013-05-201-1/+1
| | |
* | | Include SparkleShare invite servlet in WAR and Express buildsJames Moger2013-05-201-0/+2
| | |
* | | Use mm gravatar icon for user menuJames Moger2013-05-193-5/+30
| | |
* | | Overhauled navigation and flattened lookJames Moger2013-05-1968-295/+1234
| | |
* | | Fixed sitename in page titleJames Moger2013-05-161-3/+4
| | |
* | | Fixed regression in repository url panel layoutJames Moger2013-05-151-2/+2
| | |
* | | Fix message escaping when combined with regex substitutions (issue 242)James Moger2013-05-153-3/+4
| | |
* | | Merged pull request #88 - improve page titleJames Moger2013-05-152-2/+4
|\ \ \
| * | | Improve page titleChad Horohoe2013-05-151-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 addressJames Moger2013-05-152-4/+29
| | | |
* | | | Added missing repo size valuesJames Moger2013-05-151-1/+6
| | | |