summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Improve permission determination when repo is frozen or is not bareJames Moger2013-05-025-16/+106
|
* Do not use problematic WicketUtils fluid apiJames Moger2013-05-021-2/+6
|
* Revert "Make WicketUtils return the component for more fluid usage"James Moger2013-05-021-16/+8
| | | | This reverts commit 19352c18bd27ea61b9466110c1be874079f60b63.
* DocumentationJames Moger2013-05-021-0/+6
|
* Organize importsJames Moger2013-05-0212-14/+9
|
* Added SparkleShare invite url panelJames Moger2013-05-029-5/+342
| | | | | This will probably be merged into a refined, single multi-protocol url panel.
* Improved the repository url panel and show git daemon url, appropriatelyJames Moger2013-05-0211-17/+279
| | | | | This will probably be refined some more to merge the http/https and git urls into a single url panel.
* Make WicketUtils return the component for more fluid usageJames Moger2013-05-021-8/+16
|
* Do not include push-restricted, empty repositories for users without push accessJames Moger2013-05-021-1/+9
|
* Improve effective permission determinationJames Moger2013-05-024-13/+303
|
* Improve Gerrit change ref rendering (issue-206)James Moger2013-04-232-0/+11
|
* Disable GitDaemon by defaultJames Moger2013-04-181-1/+1
|
* Null out GitDaemon if it fails to startJames Moger2013-04-181-0/+1
|
* Fixed broken exception message formatting on starting GitDaemonJames Moger2013-04-181-1/+1
|
* Fixed (again?!) regression with repositories page messageJames Moger2013-04-161-6/+4
|
* Load prettify's lang-*.js extentions.Kensuke Matsuzaki2013-04-1634-66/+182
|
* Merge branch 'update-japanese-lang' of https://github.com/zakki/gitblitJames Moger2013-04-151-24/+157
|\
| * Translate massages to JapanaseKensuke Matsuzaki2013-04-151-24/+157
| |
* | Completed migration to JGit 3.0.0-SNAPSHOTJames Moger2013-04-157-32/+42
| |
* | Fix unit testsDavid Ostrovsky2013-04-143-3/+3
| |
* | Bump JGit version to 3.0.0-SNAPSHOTDavid Ostrovsky2013-04-144-8/+11
|/
* Properly set application/json content-type on api callsJames Moger2013-04-121-0/+1
|
* Disable Gson pretty printingJames Moger2013-04-101-1/+0
|
* DocumentationJames Moger2013-04-081-2/+6
|
* Merge branch 'force-locale' of https://github.com/ljader/gitblitJames Moger2013-04-082-1/+16
|\
| * Overwrite created session locale with forced oneLukasz Jader2013-04-071-1/+10
| |
| * Add forceDefaultLocale param to gitblit.propertiesLukasz Jader2013-04-071-0/+6
| |
* | Translate rest of new messagesLukasz Jader2013-04-071-6/+99
| |
* | Translate some new messagesLukasz Jader2013-04-061-2/+37
| |
* | Alter polish translation for 'branch' phraseLukasz Jader2013-04-061-13/+13
|/
* Added Git Daemon supportJames Moger2013-04-0318-522/+1209
|
* Simplify resource loadingJames Moger2013-04-0215-8/+3
|
* Revised incremental push tags featureJames Moger2013-04-0112-70/+115
|
* Merge branch 'autotagpush' of https://github.com/akquinet/gitblit into pushtagsJames Moger2013-04-018-4/+113
|\
| * code cleanupsaheba2013-03-251-8/+3
| |
| * code cleanupsaheba2013-03-251-7/+0
| |
| * +feature: automatic tagging of each push with an incremental revision number ↵saheba2013-03-252-2/+108
| | | | | | | | per repository
| * added attribute useIncrementalRevisionNumbers to repository modelsaheba2013-03-256-0/+15
| |
* | Document SNI workaround for Java-based clientsJames Moger2013-03-292-6/+26
| |
* | Disable SNI extensions for client SSL connectionsJames Moger2013-03-291-0/+4
| |
* | Trap connection resets and broken pipes in zip download servletJames Moger2013-03-291-0/+8
| |
* | Improve blame page error checkingJames Moger2013-03-292-0/+31
| |
* | Support username substitution in web.otherUrls (issue 213)James Moger2013-03-295-7/+20
| |
* | Fixed UTF-8 encoding in email notifications (issue 218)James Moger2013-03-293-38/+29
| |
* | Fixed regression with individually symlinked repositories (issue 217)James Moger2013-03-291-0/+5
| |
* | Add more error checking to blob pageJames Moger2013-03-293-3/+24
| |
* | Fixed NPE in FedClient and support --baseFolder in FedClient (issue 219)James Moger2013-03-293-7/+17
| |
* | Enforce security on raw blob page (issue 198)James Moger2013-03-293-38/+86
| |
* | Clarify need to review installService.cmd for keystore password (issue 221)James Moger2013-03-291-1/+1
| |
* | Ensure Redmine url is properly formatted (issue 223)James Moger2013-03-291-1/+1
| |