Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature implemented | Dmitriy Zaporozhets | 2012-10-24 | 1 | -1/+10 |
| | |||||
* | Display https as repo clone indicator and prevent modification of ↵ | Marin Jankovski | 2012-10-21 | 1 | -7/+9 |
| | | | | | | | | web_protocol variable. Rewrite build_url, use web_protocol for repo indicator. Explicitly initialize custom port to make the logic obvious. | ||||
* | Merge pull request #1564 from dosire/cookie_secure_setting | Dmitriy Zaporozhets | 2012-10-21 | 1 | -1/+3 |
|\ | | | | | Secure and httponly options on cookie. | ||||
| * | Secure and httponly options on cookie. | Marin Jankovski | 2012-09-26 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'web_editor' | randx | 2012-10-15 | 1 | -1/+1 |
|\ \ | |||||
| * | | WebEditor: base form | Valeriy Sizov | 2012-10-12 | 1 | -1/+1 |
| | | | |||||
* | | | disable annoying rails assets log messages | Saito | 2012-10-14 | 1 | -0/+13 |
|/ / | |||||
* | | Separate observing of Note and MergeRequests | Robb Kidd | 2012-10-10 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move is_assigned? and is_being_xx? methods to IssueCommonality This is behavior merge requests have in common with issues. Moved methods to IssueCommonality role. Put specs directly into merge_request_spec because setup differs for issues and MRs specifically in the "closed" factory to use. * Add MergeRequestObserver. Parallels IssueObserver in almost every way. Ripe for refactoring. * Rename MailerObserver to NoteObserver With merge request observing moved out of MailerObserver, all that was left was Note logic. Renamed to NoteObserver, added tests and updated application config for new observer names. Refactored NoteObserver to use the note's author and not rely on current_user. * Set current_user for MergeRequestObserver IssueObserver and MergeRequestObserver are the only observers that need a reference to the current_user that they cannot look up on the objects they are observing. | ||||
* | | patch rails to ignore text limit | Andrey Kumanyaev | 2012-10-10 | 1 | -0/+26 |
| | | |||||
* | | add default postgres config | Andrey Kumanyaev | 2012-10-10 | 1 | -0/+48 |
| | | |||||
* | | move emoji module to lib | Nihad Abbasov | 2012-10-05 | 1 | -4/+0 |
| | | |||||
* | | no need to add fonts to assets path | Nihad Abbasov | 2012-10-05 | 1 | -3/+0 |
| | | |||||
* | | improve emoji checking performance | Nihad Abbasov | 2012-10-05 | 1 | -0/+4 |
| | | |||||
* | | specify HTTP verbs for match in routes | Nihad Abbasov | 2012-10-05 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #1592 from jouve/devise_layout | Dmitriy Zaporozhets | 2012-10-03 | 1 | -4/+0 |
|\ \ | | | | | | | make devise controllers use devise layout | ||||
| * | | all devise controller use devise layout | Cyril | 2012-09-29 | 1 | -4/+0 |
| | | | |||||
* | | | Added ability to manage groups from admin | Dmitriy Zaporozhets | 2012-10-03 | 1 | -0/+1 |
| | | | |||||
* | | | Move all stuff to groups controller | randx | 2012-10-02 | 1 | -0/+13 |
| | | | |||||
* | | | Admin Group scaffold -> new, show, index | Dmitriy Zaporozhets | 2012-10-02 | 1 | -0/+5 |
|/ / | |||||
* | | Merge pull request #1569 from jouve/simplify_controllers2 | Dmitriy Zaporozhets | 2012-09-27 | 1 | -0/+4 |
|\ \ | | | | | | | Simplify controllers and layout handling | ||||
| * \ | Merge branch 'master' into simplify_controllers2 | Cyril | 2012-09-27 | 4 | -35/+34 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: app/controllers/commits_controller.rb app/controllers/refs_controller.rb | ||||
| * | | | layout selected by controller name | Cyril | 2012-09-26 | 1 | -0/+4 |
| | | | | |||||
* | | | | cleanup database.yml files | Nihad Abbasov | 2012-09-27 | 3 | -19/+5 |
| |/ / |/| | | |||||
* | | | Routes are now final | Robert Speicher | 2012-09-26 | 1 | -1/+0 |
| | | | |||||
* | | | Use Rails.root.join where appropriate | Robert Speicher | 2012-09-26 | 1 | -1/+1 |
| | | | |||||
* | | | Add Compare#index and Compare#create actions | Robert Speicher | 2012-09-26 | 1 | -1/+1 |
| | | | | | | | | | | | | Create just redirects to our specially-formatted #show action | ||||
* | | | Add a "patch" MIME type, and render it like a normal view in Commit#show | Robert Speicher | 2012-09-26 | 1 | -0/+2 |
| | | | |||||
* | | | Finalize new routes | Robert Speicher | 2012-09-26 | 1 | -10/+4 |
| | | | |||||
* | | | Add an inflector to mark "commits" as uncountable | Robert Speicher | 2012-09-26 | 1 | -0/+21 |
| | | | |||||
* | | | Use Commits#show instead of Commits#index | Robert Speicher | 2012-09-26 | 1 | -13/+13 |
| | | | | | | | | | | | | Takes tree-ish + path as ID | ||||
* | | | Remove Commits#compare, add CompareController | Robert Speicher | 2012-09-26 | 1 | -4/+1 |
| | | | |||||
* | | | Add BlobController, remove Refs#blob | Robert Speicher | 2012-09-26 | 1 | -7/+1 |
| | | | |||||
* | | | Add BlameController, remove Refs#blame action | Robert Speicher | 2012-09-26 | 1 | -9/+1 |
| | | | |||||
* | | | Enable tree resource, remove old tree routes | Robert Speicher | 2012-09-26 | 1 | -13/+3 |
| | | | |||||
* | | | Add tree-ish route placeholders, modify commit(s) routes | Robert Speicher | 2012-09-26 | 1 | -1/+11 |
|/ / | |||||
* | | set activerecord whitelist_attributes to true | Nihad Abbasov | 2012-09-26 | 3 | -1/+10 |
| | | |||||
* | | Merge pull request #1501 from caleywoods/master | Nihad Abbasov | 2012-09-24 | 1 | -1/+1 |
|\ \ | |/ |/| | Update timeout comment in unicorn example config. | ||||
| * | Update comment in example unicorn config | Caley Woods | 2012-09-19 | 1 | -1/+1 |
| | | | | | | The timeout was changed to 30 and the comment wasn't updated. Also I've seen several reports of this timeout not being long enough for quite a few people. It resulted in me getting a 502 bad gateway from nginx until I upped it. Perhaps could back to the default 60 would be better? I changed mine to 300, running on an AWS micro instance. | ||||
* | | Consolidate all Resque-related initializers into "4_resque" | Robert Speicher | 2012-09-22 | 4 | -23/+30 |
| | | |||||
* | | Rename 4_resque_queues initializer to 4_resque | Robert Speicher | 2012-09-22 | 1 | -0/+0 |
|/ | |||||
* | Add docs for customizing Redis, add example file | Robert Speicher | 2012-09-18 | 1 | -0/+3 |
| | |||||
* | Add an initializer to allow custom Resque configs | Robert Speicher | 2012-09-18 | 1 | -0/+8 |
| | |||||
* | Remove Projects#team action | Robert Speicher | 2012-09-16 | 1 | -1/+1 |
| | | | | Uses TeamMembers#index instead, to be more RESTful | ||||
* | 1.9 Hash syntax in routes.rb | Robert Speicher | 2012-09-16 | 1 | -51/+52 |
| | | | | Also cleans up some alignment and removes unnecessary "to: " arguments | ||||
* | Limit admin/logs and admin/resque routes to the actions that are used | Robert Speicher | 2012-09-16 | 1 | -2/+2 |
| | |||||
* | Don't instantiate Resque::Server in routes | Robert Speicher | 2012-09-16 | 1 | -1/+1 |
| | | | | It still works, and it cleans up the output of `rake routes`. | ||||
* | Renamed unicorn.rb.orig to unicorn.rb.example since this seems to be more in ↵ | Tobias Pfeiffer | 2012-09-15 | 1 | -0/+0 |
| | | | | line with the common used naming in the config directory. Plus seeing *.orig files I think of the leftovers of git merges, which left me puzzled for quite some time. | ||||
* | Refactored profile area | Dmitriy Zaporozhets | 2012-09-14 | 1 | -1/+2 |
| | |||||
* | Be more resilient in the case of missing omniauth settings | Robert Speicher | 2012-09-12 | 1 | -4/+4 |
| | | | | | | | Should no longer freak out when omniauth settings aren't present in gitlab.yml. People who aren't using it shouldn't even have to put a 'false' entry in their config for it (and probably wouldn't, after an upgrade). | ||||
* | improve profile layout after omniauth changes | randx | 2012-09-12 | 1 | -3/+1 |
| |