summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Be able to delete a repository hookorigin/web-hooksJohan Sørensen2009-06-173-11/+42
* Added breadcrumbs for web hooksJohan Sørensen2009-06-175-4/+25
* Added link to the repository hooks page from the "Edit repository" pageJohan Sørensen2009-06-173-0/+11
* Added the post-receive web hook processorJohan Sørensen2009-06-172-0/+131
* Enqueue a new message for actually performing the post-receive web hookJohan Sørensen2009-06-173-29/+40
* Set a more precise timestamp on Repository#last_pushed_atJohan Sørensen2009-06-173-3/+10
* Added payload generation for post-receive URLsLaszlo Bacsi2009-06-172-6/+66
* Refactored the PushEventProcessor to use the Grit classesJohan Sørensen2009-06-172-48/+39
* Added Web Hook modelJohan Sørensen2009-06-1715-17/+370
* Make a MergeRequest know if its ending commit (still) existsMarius Mathiesen2009-06-172-0/+15
* Add a warning if gitorious.yml is wrong.Marius Mathiesen2009-06-171-0/+3
* Updating the pay_off.png on the homepage. The font is a little less light now...August Lilleaas2009-06-162-1/+1
* Cleaning up the homepage avatar code. All avatars has the same look now, and ...August Lilleaas2009-06-163-8/+3
* Fixed test failure due to changed Search mock expectationsJohan Sørensen2009-06-151-1/+1
* Display some advanced search tips on the search pageJohan Sørensen2009-06-154-9/+55
* Index all merge requests, unless state is STATUS_PENDING_ACCEPTANCE_OF_TERMSJohan Sørensen2009-06-151-1/+1
* Resurect the ajax calls that was removed in 8f01557a1Johan Sørensen2009-06-152-8/+13
* The event rendering helper is now aware of the fact that it is some times bei...August Lilleaas2009-06-151-3/+6
* Helvetica beats ArialJohan Sørensen2009-06-151-1/+1
* Hook into the "dom:loaded" event instead of onLoad, to prevent needless flashingJohan Sørensen2009-06-151-1/+1
* Tweak the colors and element positioning a bit on the new frontpageJohan Sørensen2009-06-153-7/+34
* Always using https when logging in in production mode (according to SslRequir...August Lilleaas2009-06-123-1/+24
* Don't cache the commit_infobox when viewing a commit, only the actual diffJohan Sørensen2009-06-121-2/+2
* Allowing time cutoff for Group.most_active and customizable time cutoff User....August Lilleaas2009-06-123-8/+8
* Whoops, typo in the project unit test.August Lilleaas2009-06-121-1/+1
* Refactoring the avatar helpers, and adding avatar display to teams.August Lilleaas2009-06-122-7/+12
* Adding links and logo to the footer.August Lilleaas2009-06-123-1/+19
* Stopping the scrolling animation when hovering the scroller.August Lilleaas2009-06-121-12/+23
* Adding "see all" links to the projects and teams columns on the home page.August Lilleaas2009-06-122-3/+22
* Using a more sensible algorithm that isn't extremely weird and buggy for figu...August Lilleaas2009-06-121-6/+3
* Text shadow on timestamp in scroller.August Lilleaas2009-06-121-0/+1
* Adding some metadata to users and teams on the home page.August Lilleaas2009-06-122-5/+19
* A few layout updates on the new glossy funky homepage.August Lilleaas2009-06-127-7/+18
* Updating and renaming the icon and icon avatar images.August Lilleaas2009-06-125-4/+4
* Adding the recent events ticker/scroller on the new glossy flashy sparkly hom...August Lilleaas2009-06-1212-26/+216
* Hiding some elements with CSS instead of javascript. This means that people w...August Lilleaas2009-06-123-7/+5
* Adding the columns of most active users, teams and projects to the new glossy...August Lilleaas2009-06-129-14/+196
* The homepage on is_gitorious_dot_org now renders the layout only, no view (te...August Lilleaas2009-06-122-13/+17
* Adding Project#descriptions_first_paragraph. Spits out everything before the ...August Lilleaas2009-06-122-0/+14
* Added a hew missing locale keys for the new gitorious homepage.August Lilleaas2009-06-121-1/+3
* An extra comma in application.js that made the JS not parse in IE. Fixed, IE ...August Lilleaas2009-06-121-1/+1
* A few IE fixes in the new glossy homepage stylesheet.August Lilleaas2009-06-121-6/+23
* Here's the new and glossy home page header!August Lilleaas2009-06-1215-3/+539
* Adding a new configuration declaration to config/gitorious.yml that determine...August Lilleaas2009-06-121-0/+3
* Moved the binary blob detection into Grit::BlobJohan Sørensen2009-06-114-1/+29
* Make unread_count for received messages not include archived messagesJohan Sørensen2009-06-113-1/+12
* Better binary blob detectionJohan Sørensen2009-06-116-29/+28
* search_box should only use http://, not sslJohan Sørensen2009-06-111-1/+2
* Expire the cached avatars whenever the users avatar is changed or deletedJohan Sørensen2009-06-112-1/+73
* Pedantic line-length fixes in user.rbJohan Sørensen2009-06-111-5/+17
* Unify rendering of git clone and push urls in a partial and restyle it a bitJohan Sørensen2009-06-108-179/+95
* Tweaked the way the message actions are displayed on the inboxJohan Sørensen2009-06-105-32/+53
* Further hotpatching of rails encoding issuesJohan Sørensen2009-06-102-1/+11
* Forgot to add tests for that last actionMarius Mathiesen2009-06-091-0/+9
* Adding an archived state to messages:Marius Mathiesen2009-06-0914-17/+199
* Change the way we store public keys to not include the user supplied commentJohan Sørensen2009-06-095-68/+118
* Add copyright headers and a note about the repository_owner_namespacing filterJohan Sørensen2009-06-081-0/+30
* Be able to delete a team avatarJohan Sørensen2009-06-084-3/+28
* Make sure we link the help togglers on a repository overview to the correct r...Johan Sørensen2009-06-081-6/+6
* Add a helpful "getting started" box for committers in repositories without co...Johan Sørensen2009-06-083-1/+51
* Updated AUTHORS and README with all the required gems and hard line wrapsJohan Sørensen2009-06-082-62/+150
* Only group admins can create projects with group ownershipAntonio Marques2009-06-041-4/+15
* Merge commit 'mr/tschamm/master'Johan Sørensen2009-06-042-2/+2
|\
| * show main layout and searchbox even in private mode when logged inThomas Schamm2009-06-032-2/+2
* | Make repositories searchable together with projectsJohan Sørensen2009-06-042-2/+10
* | Fix the PushEventProcessor test I brokeJohan Sørensen2009-06-041-1/+2
* | Make sure tag and branch push events get the correct user setJohan Sørensen2009-06-042-3/+4
* | Limit User.most_active_pushers to the past weekJohan Sørensen2009-06-041-1/+1
* | Provide a text-only version of the git_timeout template (for .patch/.diff for...Johan Sørensen2009-06-041-0/+22
* | Revise the merge request git workflow helper text a bitJohan Sørensen2009-06-043-12/+24
* | Include the Repository#url_path as part of the mergerequest comment eventJohan Sørensen2009-06-041-1/+1
* | Make sure the etag on commits#show includes new commentsJohan Sørensen2009-06-041-2/+2
* | Make sure a users email_aliases and committerships have a destroy dependencyJohan Sørensen2009-06-042-3/+5
* | User#top_level_messages should not include messages Marius Mathiesen2009-06-032-1/+27
* | Adding support for marking several messages as readMarius Mathiesen2009-06-035-1/+43
* | Monkeypatch GeoIP so we can close its file handlesJohan Sørensen2009-06-031-0/+7
* | Print a friendly error message from the git-daemon if someone tries to push t...Johan Sørensen2009-06-031-3/+13
* | Improving the inbox display:Marius Mathiesen2009-06-034-1/+39
* | Correctly namespaced "clone of" link the sidebar on repositories#showJohan Sørensen2009-06-031-1/+2
|/
* Merge branch 'master' of git://gitorious.org/~jasonwoof/gitorious/gitorious-j...Johan Sørensen2009-06-033-3/+3
|\
| * add year to "human" dates.Jason Woofenden2009-06-033-3/+3
* | Deletion of branch events should be timestamped to the time of the push, notJohan Sørensen2009-06-032-3/+6
* | Make sure the create/delete branch events links to the proper namespaced repoJohan Sørensen2009-06-031-2/+4
* | Be able to change the ref HEAD points to in repositories#editJohan Sørensen2009-06-027-3/+93
* | In stead of destroying messages when their notifiablesMarius Mathiesen2009-06-026-2/+51
* | Make User.most_active count only push events and rename to most_active_pushersJohan Sørensen2009-06-022-4/+5
* | Make the SSH::Strainer accept git+ssh:// requestsJohan Sørensen2009-06-022-1/+12
* | Make sure the proper icon is rendered for submodule treesJohan Sørensen2009-06-022-2/+2
* | Make sure whitespace in commit messages are formatted correctly in commits#showJohan Sørensen2009-06-023-4/+5
* | Accepting the TOS shouldn't raise if TOS are Marius Mathiesen2009-06-021-1/+1
* | Fixed variable name speling errorJohan Sørensen2009-05-291-1/+1
|/
* Do some brute-force encoding conversation in the PushEventProcessor if we don'tJohan Sørensen2009-05-292-3/+37
* User User#login on the commit comments aggregation on a merge-request, to saveJohan Sørensen2009-05-291-1/+1
* Less verbose no-commits-for-this-feed handling and test that it looks like anJohan Sørensen2009-05-282-6/+2
* Handle feeds for empty branches gracefullyJohan Sørensen2009-05-282-1/+13
* Added patch and xml format support for merge requests:Marius Mathiesen2009-05-284-21/+81
* Updated the script/create_admin to include acceptanceMarius Mathiesen2009-05-271-1/+1
* Make MergeRequest#resolvable_by? work together with the annoying ways in whichJohan Sørensen2009-05-272-3/+8
* Displaying the reopen link for merge requests also when current user is not t...Marius Mathiesen2009-05-271-6/+9
* Show user and team avatars on the frontpageJohan Sørensen2009-05-263-4/+16