summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed renaming a repository into a new subfolder failed (issue 33)James Moger2011-12-272-0/+6
|
* Added repository counts to filters menuJames Moger2011-12-261-9/+30
|
* Added St. Jude donations linkJames Moger2011-12-243-4/+5
|
* Preliminary update to JGit 1.2.0. This will be refined.James Moger2011-12-245-34/+65
|
* Really fixed extra divider ;)James Moger2011-12-241-2/+0
|
* Fixed double-dividerJames Moger2011-12-231-1/+9
|
* CSS styling for dropdown menusJames Moger2011-12-231-0/+39
|
* Filters menu for Repositories page and Activity page (issue 27)James Moger2011-12-2312-27/+351
|
* Removed unnecessary tagsJames Moger2011-12-231-3/+0
|
* Display inherited scripts in EditRepository page. Drop mailing list helpline.James Moger2011-12-237-5/+92
|
* Improved logging of GitblitUserServiceJames Moger2011-12-231-0/+6
|
* Fixed revlog where start of range is the zeroIdJames Moger2011-12-231-1/+8
|
* Improved empty page contentJames Moger2011-12-232-4/+11
|
* Filtering repositories and activity pages via url parameters (issue 27)James Moger2011-12-228-61/+120
|
* Drop recent activity y-axis labelsJames Moger2011-12-221-1/+1
|
* Improved readability of generated email notificationsJames Moger2011-12-222-11/+36
|
* Unit testing fixes and regression fixes.James Moger2011-12-213-5/+24
|
* Fix for nasty bug in GitblitUserServiceJames Moger2011-12-211-1/+1
|
* Support mailing lists for TeamsJames Moger2011-12-2115-27/+144
|
* Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵James Moger2011-12-2017-307/+337
| | | | RepositoryModel.mailingLists
* RPC support for hook script selectionJames Moger2011-12-196-12/+92
|
* Server-side hook script selection. Documentation.James Moger2011-12-199-18/+165
|
* More sendemail.groovy fixesJames Moger2011-12-191-2/+2
|
* Fixed commit url in sendemail.groovyJames Moger2011-12-191-5/+6
|
* Groovy script tweaksJames Moger2011-12-193-36/+36
|
* Edit and store per-repository mail recipients in site and RPCJames Moger2011-12-177-13/+52
|
* Implemented UserServiceWrapper. Renamed notifyNNN to sendEmail to be more ↵James Moger2011-12-175-55/+236
| | | | descriptive.
* Fixed sendemail script to list all commits in a push.James Moger2011-12-174-22/+89
|
* Switch GO to monolithic build for installations without internet connectionJames Moger2011-12-163-5/+16
|
* Groovy push hooksJames Moger2011-12-1618-20/+753
|
* DocumentationJames Moger2011-12-131-5/+5
|
* Federation support for TeamsJames Moger2011-12-137-18/+160
|
* Fixed null pointer possibility for gravatar profilesJames Moger2011-12-131-1/+4
|
* Integrated Clippy for a better copy-to-clipboard experienceJames Moger2011-12-138-7/+418
|
* Teams JSON-RPC supportJames Moger2011-12-1316-67/+1334
|
* Implemented empty repository page (issue 31)James Moger2011-12-0913-16/+183
|
* Teams support.James Moger2011-12-0725-181/+1547
| | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress.
* Unit testing overhaul.James Moger2011-12-0724-321/+567
| | | | | | | | Migrated to JUnit4-style tests. Replaced assertTrue with assertEquals where appropriate. Start Gitblit instance with dedicated unit testing settings file and user service. Integrated RPC, Federation, and Git servlet unit tests into suite.
* Implemented ConfigUserService. Fixed and deprecated FileUserService.James Moger2011-12-0421-53/+694
|
* Preliminary changes for running on RedHat OpenShift. Still in-progress.James Moger2011-12-028-55/+287
|
* Clarified Tomcat forward-slash encoding in documentation (issue 29)James Moger2011-11-302-1/+3
|
* Tighter Gravatar integration. New window/tab on most activity links.James Moger2011-11-2114-76/+369
| | | | | | | | Each Gravatar thumbnail is now a link to the Gitblit Gravatar profile page. This page displays some of the profile information and contains a link to the full Gravatar profile. Activity page links now launch a new window/tab instead of targeting "self" since it can be expensive to requery the activity information.
* Fixed build script. Fixed date display on activity page headers.James Moger2011-11-204-15/+16
|
* Removed legacy css fileJames Moger2011-11-191-833/+0
|
* Reorganizing the recent activity featureJames Moger2011-11-1912-279/+422
|
* Calculate repository color from name. Show swatch on repository list.James Moger2011-11-185-5/+71
|
* Added some flare to the console logJames Moger2011-11-181-4/+18
|
* Working draft of the aggregate activity pageJames Moger2011-11-1612-1/+684
|
* New JGit utility function to retrieve commits since a specific dateJames Moger2011-11-162-4/+49
|
* Metric object now implements comparable. Adjust gravatar css.James Moger2011-11-163-1/+20
|