Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be able to delete a repository hookorigin/web-hooks | Johan Sørensen | 2009-06-17 | 3 | -11/+42 |
| | |||||
* | Added breadcrumbs for web hooks | Johan Sørensen | 2009-06-17 | 5 | -4/+25 |
| | |||||
* | Added link to the repository hooks page from the "Edit repository" page | Johan Sørensen | 2009-06-17 | 3 | -0/+11 |
| | |||||
* | Added the post-receive web hook processor | Johan Sørensen | 2009-06-17 | 2 | -0/+131 |
| | |||||
* | Enqueue a new message for actually performing the post-receive web hook | Johan Sørensen | 2009-06-17 | 3 | -29/+40 |
| | |||||
* | Set a more precise timestamp on Repository#last_pushed_at | Johan Sørensen | 2009-06-17 | 3 | -3/+10 |
| | |||||
* | Added payload generation for post-receive URLs | Laszlo Bacsi | 2009-06-17 | 2 | -6/+66 |
| | |||||
* | Refactored the PushEventProcessor to use the Grit classes | Johan Sørensen | 2009-06-17 | 2 | -48/+39 |
| | | | | Simplifies the code and makes it a bit easier to follow | ||||
* | Added Web Hook model | Johan Sørensen | 2009-06-17 | 15 | -17/+370 |
| | |||||
* | Make a MergeRequest know if its ending commit (still) exists | Marius Mathiesen | 2009-06-17 | 2 | -0/+15 |
| | |||||
* | Add a warning if gitorious.yml is wrong. | Marius Mathiesen | 2009-06-17 | 1 | -0/+3 |
| | | | - do this in environment.rb since config/<RAILS_ENV> uses the Yaml file directly | ||||
* | Updating the pay_off.png on the homepage. The font is a little less light ↵ | August Lilleaas | 2009-06-16 | 2 | -1/+1 |
| | | | | now, making it easier to read on strange monitors. | ||||
* | Cleaning up the homepage avatar code. All avatars has the same look now, and ↵ | August Lilleaas | 2009-06-16 | 3 | -8/+3 |
| | | | | we only have rounder corners, no inner shadow. | ||||
* | Fixed test failure due to changed Search mock expectations | Johan Sørensen | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Display some advanced search tips on the search page | Johan Sørensen | 2009-06-15 | 4 | -9/+55 |
| | |||||
* | Index all merge requests, unless state is STATUS_PENDING_ACCEPTANCE_OF_TERMS | Johan Sørensen | 2009-06-15 | 1 | -1/+1 |
| | | | | Not the other way around. | ||||
* | Resurect the ajax calls that was removed in 8f01557a1 | Johan Sørensen | 2009-06-15 | 2 | -8/+13 |
| | |||||
* | The event rendering helper is now aware of the fact that it is some times ↵ | August Lilleaas | 2009-06-15 | 1 | -3/+6 |
| | | | | being displayed without commits_in_event_xxx, e.g. on the home page scroller. | ||||
* | Helvetica beats Arial | Johan Sørensen | 2009-06-15 | 1 | -1/+1 |
| | |||||
* | Hook into the "dom:loaded" event instead of onLoad, to prevent needless flashing | Johan Sørensen | 2009-06-15 | 1 | -1/+1 |
| | | | | of search button replacement on the new frontpage | ||||
* | Tweak the colors and element positioning a bit on the new frontpage | Johan Sørensen | 2009-06-15 | 3 | -7/+34 |
| | |||||
* | Always using https when logging in in production mode (according to ↵ | August Lilleaas | 2009-06-12 | 3 | -1/+24 |
| | | | | SslRequirement settings). | ||||
* | Don't cache the commit_infobox when viewing a commit, only the actual diff | Johan Sørensen | 2009-06-12 | 1 | -2/+2 |
| | |||||
* | Allowing time cutoff for Group.most_active and customizable time cutoff ↵ | August Lilleaas | 2009-06-12 | 3 | -8/+8 |
| | | | | User.most_active_pushers. The new glossy homepage also sets all cutoffs to 7.days.ago. | ||||
* | Whoops, typo in the project unit test. | August Lilleaas | 2009-06-12 | 1 | -1/+1 |
| | |||||
* | Refactoring the avatar helpers, and adding avatar display to teams. | August Lilleaas | 2009-06-12 | 2 | -7/+12 |
| | |||||
* | Adding links and logo to the footer. | August Lilleaas | 2009-06-12 | 3 | -1/+19 |
| | |||||
* | Stopping the scrolling animation when hovering the scroller. | August Lilleaas | 2009-06-12 | 1 | -12/+23 |
| | |||||
* | Adding "see all" links to the projects and teams columns on the home page. | August Lilleaas | 2009-06-12 | 2 | -3/+22 |
| | |||||
* | Using a more sensible algorithm that isn't extremely weird and buggy for ↵ | August Lilleaas | 2009-06-12 | 1 | -6/+3 |
| | | | | figuring out when to add new content to the scroller . | ||||
* | Text shadow on timestamp in scroller. | August Lilleaas | 2009-06-12 | 1 | -0/+1 |
| | |||||
* | Adding some metadata to users and teams on the home page. | August Lilleaas | 2009-06-12 | 2 | -5/+19 |
| | |||||
* | A few layout updates on the new glossy funky homepage. | August Lilleaas | 2009-06-12 | 7 | -7/+18 |
| | |||||
* | Updating and renaming the icon and icon avatar images. | August Lilleaas | 2009-06-12 | 5 | -4/+4 |
| | |||||
* | Adding the recent events ticker/scroller on the new glossy flashy sparkly ↵ | August Lilleaas | 2009-06-12 | 12 | -26/+216 |
| | | | | homepage. | ||||
* | Hiding some elements with CSS instead of javascript. This means that people ↵ | August Lilleaas | 2009-06-12 | 3 | -7/+5 |
| | | | | without javascript is a tad bit more screwed, but it also means that people with JS don't get flickering page elements when loading the page. | ||||
* | Adding the columns of most active users, teams and projects to the new ↵ | August Lilleaas | 2009-06-12 | 9 | -14/+196 |
| | | | | glossy homepage. | ||||
* | The homepage on is_gitorious_dot_org now renders the layout only, no view ↵ | August Lilleaas | 2009-06-12 | 2 | -13/+17 |
| | | | | (temporarily). | ||||
* | Adding Project#descriptions_first_paragraph. Spits out everything before the ↵ | August Lilleaas | 2009-06-12 | 2 | -0/+14 |
| | | | | first newline. | ||||
* | Added a hew missing locale keys for the new gitorious homepage. | August Lilleaas | 2009-06-12 | 1 | -1/+3 |
| | |||||
* | An extra comma in application.js that made the JS not parse in IE. Fixed, IE ↵ | August Lilleaas | 2009-06-12 | 1 | -1/+1 |
| | | | | can now bask in the glory of having javascripts on gitorious.org. | ||||
* | A few IE fixes in the new glossy homepage stylesheet. | August Lilleaas | 2009-06-12 | 1 | -6/+23 |
| | |||||
* | Here's the new and glossy home page header! | August Lilleaas | 2009-06-12 | 15 | -3/+539 |
| | |||||
* | Adding a new configuration declaration to config/gitorious.yml that ↵ | August Lilleaas | 2009-06-12 | 1 | -0/+3 |
| | | | | determines wether or not the deployment is the actual gitorious.org deployment. It is false by default. We do this so that people that downloads gitorious gets a less branded and über glossy gitorious, allowing us to go wild on the gitorious.org site, branding wise. | ||||
* | Moved the binary blob detection into Grit::Blob | Johan Sørensen | 2009-06-11 | 4 | -1/+29 |
| | |||||
* | Make unread_count for received messages not include archived messages | Johan Sørensen | 2009-06-11 | 3 | -1/+12 |
| | |||||
* | Better binary blob detection | Johan Sørensen | 2009-06-11 | 6 | -29/+28 |
| | | | | | | Just check the first 1024 bytes if there's any null bytes, instead of using the error prone mime-type detection, which gives us a smaller chance of false-positives with the null byte detection | ||||
* | search_box should only use http://, not ssl | Johan Sørensen | 2009-06-11 | 1 | -1/+2 |
| | |||||
* | Expire the cached avatars whenever the users avatar is changed or deleted | Johan Sørensen | 2009-06-11 | 2 | -1/+73 |
| | |||||
* | Pedantic line-length fixes in user.rb | Johan Sørensen | 2009-06-11 | 1 | -5/+17 |
| | |||||
* | Unify rendering of git clone and push urls in a partial and restyle it a bit | Johan Sørensen | 2009-06-10 | 8 | -179/+95 |
| | |||||
* | Tweaked the way the message actions are displayed on the inbox | Johan Sørensen | 2009-06-10 | 5 | -32/+53 |
| | |||||
* | Further hotpatching of rails encoding issues | Johan Sørensen | 2009-06-10 | 2 | -1/+11 |
| | |||||
* | Forgot to add tests for that last action | Marius Mathiesen | 2009-06-09 | 1 | -0/+9 |
| | |||||
* | Adding an archived state to messages: | Marius Mathiesen | 2009-06-09 | 14 | -17/+199 |
| | | | | | | | | | | - New state&migration - Additions in User and Message - Messages#index now uses inbox - Another action for message archive - Selected messages can now be read or archived - Styling system generated messages with its own icon | ||||
* | Change the way we store public keys to not include the user supplied comment | Johan Sørensen | 2009-06-09 | 5 | -68/+118 |
| | | | | | | | This makes validating much more flexible since we only care about the algorithm and the encoded key, not how the user supplied comment looks. We replace the comment with our own when passing the key on to the sshd which makes things alot more consistent and provides a better user experience | ||||
* | Add copyright headers and a note about the repository_owner_namespacing filter | Johan Sørensen | 2009-06-08 | 1 | -0/+30 |
| | | | | to routes.rb | ||||
* | Be able to delete a team avatar | Johan Sørensen | 2009-06-08 | 4 | -3/+28 |
| | |||||
* | Make sure we link the help togglers on a repository overview to the correct ↵ | Johan Sørensen | 2009-06-08 | 1 | -6/+6 |
| | | | | repository | ||||
* | Add a helpful "getting started" box for committers in repositories without ↵ | Johan Sørensen | 2009-06-08 | 3 | -1/+51 |
| | | | | commits | ||||
* | Updated AUTHORS and README with all the required gems and hard line wraps | Johan Sørensen | 2009-06-08 | 2 | -62/+150 |
| | |||||
* | Only group admins can create projects with group ownership | Antonio Marques | 2009-06-04 | 1 | -4/+15 |
| | |||||
* | Merge commit 'mr/tschamm/master' | Johan Sørensen | 2009-06-04 | 2 | -2/+2 |
|\ | | | | | | | | | * commit 'mr/tschamm/master': show main layout and searchbox even in private mode when logged in | ||||
| * | show main layout and searchbox even in private mode when logged in | Thomas Schamm | 2009-06-03 | 2 | -2/+2 |
| | | |||||
* | | Make repositories searchable together with projects | Johan Sørensen | 2009-06-04 | 2 | -2/+10 |
| | | |||||
* | | Fix the PushEventProcessor test I broke | Johan Sørensen | 2009-06-04 | 1 | -1/+2 |
| | | |||||
* | | Make sure tag and branch push events get the correct user set | Johan Sørensen | 2009-06-04 | 2 | -3/+4 |
| | | |||||
* | | Limit User.most_active_pushers to the past week | Johan Sørensen | 2009-06-04 | 1 | -1/+1 |
| | | |||||
* | | Provide a text-only version of the git_timeout template (for .patch/.diff ↵ | Johan Sørensen | 2009-06-04 | 1 | -0/+22 |
| | | | | | | | | formats) | ||||
* | | Revise the merge request git workflow helper text a bit | Johan Sørensen | 2009-06-04 | 3 | -12/+24 |
| | | |||||
* | | Include the Repository#url_path as part of the mergerequest comment event | Johan Sørensen | 2009-06-04 | 1 | -1/+1 |
| | | | | | | | | So we can see what project+repository is was made in | ||||
* | | Make sure the etag on commits#show includes new comments | Johan Sørensen | 2009-06-04 | 1 | -2/+2 |
| | | | | | | | | Otherwise local browser caching may make it appear as if the comment wasn't posted | ||||
* | | Make sure a users email_aliases and committerships have a destroy dependency | Johan Sørensen | 2009-06-04 | 2 | -3/+5 |
| | | |||||
* | | User#top_level_messages should not include messages | Marius Mathiesen | 2009-06-03 | 2 | -1/+27 |
| | | | | | | with unread replies unless sender is self. | ||||
* | | Adding support for marking several messages as read | Marius Mathiesen | 2009-06-03 | 5 | -1/+43 |
| | | |||||
* | | Monkeypatch GeoIP so we can close its file handles | Johan Sørensen | 2009-06-03 | 1 | -0/+7 |
| | | | | | | | | | | The GeoIP currently doesn't offer a #close method or a block form of opening the database file, hence it leaves behind an open filehandle whenever it's used | ||||
* | | Print a friendly error message from the git-daemon if someone tries to push ↵ | Johan Sørensen | 2009-06-03 | 1 | -3/+13 |
| | | | | | | | | to it | ||||
* | | Improving the inbox display: | Marius Mathiesen | 2009-06-03 | 4 | -1/+39 |
| | | | | | | | | | | | | | | | | - Messages now know of their root message - The root message is flagged as having unread replies whenever a new reply is posted to the person starting the thread - User#top_level_messages now contains messages with unread replies and messages to the user | ||||
* | | Correctly namespaced "clone of" link the sidebar on repositories#show | Johan Sørensen | 2009-06-03 | 1 | -1/+2 |
|/ | |||||
* | Merge branch 'master' of ↵ | Johan Sørensen | 2009-06-03 | 3 | -3/+3 |
|\ | | | | | | | | | | | | | git://gitorious.org/~jasonwoof/gitorious/gitorious-jasonwoof * 'master' of git://gitorious.org/~jasonwoof/gitorious/gitorious-jasonwoof: add year to "human" dates. | ||||
| * | add year to "human" dates. | Jason Woofenden | 2009-06-03 | 3 | -3/+3 |
| | | |||||
* | | Deletion of branch events should be timestamped to the time of the push, not | Johan Sørensen | 2009-06-03 | 2 | -3/+6 |
| | | | | | | | | the time of the last commit | ||||
* | | Make sure the create/delete branch events links to the proper namespaced repo | Johan Sørensen | 2009-06-03 | 1 | -2/+4 |
| | | |||||
* | | Be able to change the ref HEAD points to in repositories#edit | Johan Sørensen | 2009-06-02 | 7 | -3/+93 |
| | | |||||
* | | In stead of destroying messages when their notifiables | Marius Mathiesen | 2009-06-02 | 6 | -2/+51 |
| | | | | | | | | | | | | | | | | | | are destroyed (which could lead to messages becoming invisible), we nullify the notifiable references. Since AR's dependent => nullify only nullifies the id, not the type, a before_destroy filter is introduced. | ||||
* | | Make User.most_active count only push events and rename to most_active_pushers | Johan Sørensen | 2009-06-02 | 2 | -4/+5 |
| | | |||||
* | | Make the SSH::Strainer accept git+ssh:// requests | Johan Sørensen | 2009-06-02 | 2 | -1/+12 |
| | | |||||
* | | Make sure the proper icon is rendered for submodule trees | Johan Sørensen | 2009-06-02 | 2 | -2/+2 |
| | | |||||
* | | Make sure whitespace in commit messages are formatted correctly in commits#show | Johan Sørensen | 2009-06-02 | 3 | -4/+5 |
| | | |||||
* | | Accepting the TOS shouldn't raise if TOS are | Marius Mathiesen | 2009-06-02 | 1 | -1/+1 |
| | | | | | | already accepted. Multiple windows? | ||||
* | | Fixed variable name speling error | Johan Sørensen | 2009-05-29 | 1 | -1/+1 |
|/ | |||||
* | Do some brute-force encoding conversation in the PushEventProcessor if we don't | Johan Sørensen | 2009-05-29 | 2 | -3/+37 |
| | | | | end up with a valid encoding after the first pass | ||||
* | User User#login on the commit comments aggregation on a merge-request, to save | Johan Sørensen | 2009-05-29 | 1 | -1/+1 |
| | | | | some visual space | ||||
* | Less verbose no-commits-for-this-feed handling and test that it looks like an | Johan Sørensen | 2009-05-28 | 2 | -6/+2 |
| | | | | | | atom feed despite it being empty. No need for managing formats etc, since we assume it's only atom anyway | ||||
* | Handle feeds for empty branches gracefully | Johan Sørensen | 2009-05-28 | 2 | -1/+13 |
| | |||||
* | Added patch and xml format support for merge requests: | Marius Mathiesen | 2009-05-28 | 4 | -21/+81 |
| | | | | | | | | | - Added #to_xml to merge requests - Added support for merge_requests.xml - Added support for merge_request/id.xml - Added support for merge_requests/id.patch This way one can fetch a patch from Gitorious | ||||
* | Updated the script/create_admin to include acceptance | Marius Mathiesen | 2009-05-27 | 1 | -1/+1 |
| | | | | of terms of use. | ||||
* | Make MergeRequest#resolvable_by? work together with the annoying ways in which | Johan Sørensen | 2009-05-27 | 2 | -3/+8 |
| | | | | | | | the AuthenticationedSystem module works. I mean christ, who thinks this kinda bullshit up? Returning a :false symbol instead of nil, making us jump through hoops in the rest of the app. | ||||
* | Displaying the reopen link for merge requests also when current user is not ↵ | Marius Mathiesen | 2009-05-27 | 1 | -6/+9 |
| | | | | the owner | ||||
* | Show user and team avatars on the frontpage | Johan Sørensen | 2009-05-26 | 3 | -4/+16 |
| |