summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit
Commit message (Collapse)AuthorAgeFilesLines
* 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-3121-110/+251
| | | | | | * 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
|
* 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-3021-278/+939
| | | | | | | | | | 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-309-4126/+4363
|/
* 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-252-2/+8
|
* Added UI for the push log introduced in 1.2.1James Moger2013-05-2410-112/+448
|
* Polish the commit pageJames Moger2013-05-241-3/+3
|
* Polish the tag pageJames Moger2013-05-242-6/+4
|
* Added support for displaying refs/pull/n/head|mergeJames Moger2013-05-241-0/+10
|
* 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-236-1/+368
|
* Match commit page change path section logicJames Moger2013-05-231-4/+11
|
* Support relative links in commitdiff page and polish cssJames Moger2013-05-232-9/+7
|
* New JGit util method to retrieve changed paths in a commit range (issue 226)James Moger2013-05-232-6/+63
|
* Allow clients to define supported transportsJames Moger2013-05-212-11/+29
|
* Css tweak to user menu linkJames Moger2013-05-201-1/+1
|
* Use mm gravatar icon for user menuJames Moger2013-05-193-5/+30
|
* Overhauled navigation and flattened lookJames Moger2013-05-1963-272/+1114
|
* 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-152-3/+3
|
* Merged pull request #88 - improve page titleJames Moger2013-05-151-2/+2
|\
| * 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
| |
* | Allow client apps to specify a minimum required access permissionJames Moger2013-05-155-207/+110
| |
* | Close file descriptor leak (issue-199)James Moger2013-05-151-4/+19
|/
* Css tweaks to app menus and top nav barJames Moger2013-05-113-10/+2
|
* Update urls on empty repository pageJames Moger2013-05-107-15/+22
|
* Use SparkleShare icon instead of star icon for app menuJames Moger2013-05-101-3/+13
|
* Support user override of client application definitionsJames Moger2013-05-101-8/+31
|
* Improve WAR resource extraction by using ServletContext.getResourcePathsJames Moger2013-05-101-14/+38
|
* Fix NPEs when initializing on a servlet container which returns a null ↵James Moger2013-05-101-13/+27
| | | | contextFolder
* Implemented application menus for repository url panelJames Moger2013-05-0916-540/+542
|
* [authority] Clear user selection on filter changeJames Moger2013-05-073-8/+13
|
* [authority] Fixed out of bounds exception on cert generation for a filtered userJames Moger2013-05-071-2/+2
|