summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit
Commit message (Collapse)AuthorAgeFilesLines
* Fixed url panel failure when there are no repository urls (issue 269)James Moger2013-07-151-1/+1
|
* Fixed an incorrect candidate submodule name (issue-266)James Moger2013-07-132-2/+2
|
* Setting a null permission now removes the permission from the user or team ↵James Moger2013-07-132-3/+16
| | | | (issue-259)
* Show diff by default on compare pageJames Moger2013-07-131-4/+4
|
* Fixed possible NPE in forks page if user account no longer existsJames Moger2013-07-131-0/+4
|
* Persist fork origin on first run after upgradeJames Moger2013-07-131-0/+3
|
* Added External account type to enumJames Moger2013-07-091-1/+1
|
* Set author as tooltip of "last change" on repositories page (issue-238)James Moger2013-07-036-15/+41
|
* Fix NPE when viewing a federation proposal (issue 195)James Moger2013-07-031-1/+1
|
* Retrieve summary and metric charts over https (issue-61)James Moger2013-07-034-6/+738
|
* Change login button class to blend in better with custom header backgroundsJames Moger2013-07-031-1/+1
|
* Support hot-reloading of project.mkdJames Moger2013-07-031-21/+27
|
* Use long datetimestamp on reflogsJames Moger2013-07-021-1/+1
|
* Fixed committer verification with merge commits (issue-264)James Moger2013-07-021-3/+21
|
* Restored original GO launcher classJames Moger2013-07-021-0/+148
|
* Updated test suite to use relocated test config filesJames Moger2013-07-021-0/+9
|
* Fixed GitDaemon stop for unit testsJames Moger2013-07-021-3/+5
|
* Improvements to handling internal accounts (anonymous, federation user)James Moger2013-07-025-8/+25
|
* Exclude federation user from container principal auto-createJames Moger2013-06-281-5/+10
|
* Track fork's originRepository instead of parsing origin url (issue 190)James Moger2013-06-281-2/+6
|
* Move reflog styles to css to shrink dashboard page sizesJames Moger2013-06-281-7/+7
|
* Fixed missing branches on dashboardsJames Moger2013-06-271-0/+1
|
* Fixed reflog authorJames Moger2013-06-271-0/+3
|
* CSS padding adjustmentsJames Moger2013-06-274-5/+5
|
* Fixed last modified caching for logo servletJames Moger2013-06-261-2/+2
|
* Support custom header colors and finish theme flattening (issue 209)James Moger2013-06-264-4/+52
|
* Support custom header logo images of 120x45 (issue 208)James Moger2013-06-262-1/+94
|
* Fixed AngularJS binding bug on dashboards with commit messages using ↵James Moger2013-06-262-2/+2
| | | | {{notation}}
* Fixed submodule diff displayJames Moger2013-06-251-0/+12
|
* Fixed case-sensitivity bug in repository name enumerationJames Moger2013-06-241-1/+4
|
* Exclude repository filters from dashboard pagesJames Moger2013-06-241-3/+0
|
* Eliminate obsolete codeJames Moger2013-06-241-52/+0
|
* Improve performance of cache fillingJames Moger2013-06-245-13/+59
|
* Improve time filter language and handling of daysBack parameterJames Moger2013-06-248-26/+91
|
* Consistent css on activity pageJames Moger2013-06-241-2/+2
|
* Implemented commit cache for the dashboards, activity, and project pagesJames Moger2013-06-249-29/+328
|
* Improve readability of Gerrit change ref and added tooltipJames Moger2013-06-212-2/+14
|
* Display full message on commitdiff page (issue-258)James Moger2013-06-202-6/+14
|
* Added WindowsUserService using WaffleJames Moger2013-06-202-1/+195
|
* Improve username (en|de)coding for urlsJames Moger2013-06-201-2/+14
|
* Set rel="nofollow" on compressed download linksJames Moger2013-06-202-1/+8
|
* Fixed dashboard owned repo list and the activity titlesJames Moger2013-06-203-6/+17
|
* Generate filterable project/repository list with FreeMarkerJames Moger2013-06-1912-174/+724
|
* Fixed tablet/phone scaling on dashboards. Improved digests title.James Moger2013-06-196-11/+11
|
* Fixed IOOB exception in StringUtils.getRelativePath (issue-256)James Moger2013-06-191-1/+1
|
* Support (%40|@) username (en|de)coding for repository urls and authenticationJames Moger2013-06-191-5/+16
|
* Moved edit link to buttonJames Moger2013-06-182-4/+8
|
* Tweaked look of root sub pages to matchJames Moger2013-06-182-8/+14
|
* Added new repository link to user menuJames Moger2013-06-182-1/+5
|
* Reflogs, Digests, and DashboardsJames Moger2013-06-1827-1121/+1355
| | | | | | Renamed pushlog to reflog to better match it's current and future purpose. Split PushesPanel into ReflogPanel and DigestsPanel. Overhauled project pages and gave them a coherent purpose from the dashboard.