summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Changelog updated. Added warnings to username formDmitriy Zaporozhets2012-12-201-0/+3
|
* Fix gravatar and ldap configRiyad Preukschas2012-12-201-12/+10
|
* Update uses of Gitolite.config.foo settingsRiyad Preukschas2012-12-203-7/+7
|
* Refactor Settings initializerRiyad Preukschas2012-12-201-6/+200
| | | | | All overrides are marked as deprecated. Default settings are at the bottom.
* Rename config optionsRiyad Preukschas2012-12-201-37/+49
|
* Refactor issues, Remove ajaxDmitriy Zaporozhets2012-12-191-3/+3
|
* Split commit_id and noteable_id for NoteDmitriy Zaporozhets2012-12-181-0/+1
|
* Improve CI integration for merge requestsDmitriy Zaporozhets2012-12-111-0/+1
|
* Merge pull request #2188 from riyad/update-installation-docsDmitriy Zaporozhets2012-12-071-39/+0
|\ | | | | Update installation docs
| * Remove generic database.yml.exampleRiyad Preukschas2012-12-051-39/+0
| |
* | allow customize gravatar urlSergey Linnik2012-12-072-0/+11
|/
* Devise locale updated to stay consistent with GitLabskarphet2012-12-041-1/+1
|
* add help page for gitlab specific rake tasksJohannes Schleifenbaum2012-12-031-0/+1
|
* Refactored profile to resource. Added missing flash notice on successfull ↵Dmitriy Zaporozhets2012-12-021-8/+12
| | | | updated. Update username via ajax
* Remove SQLite supportRiyad Preukschas2012-11-271-31/+0
|
* Merge pull request #2067 from ↵Dmitriy Zaporozhets2012-11-262-3/+3
|\ | | | | | | | | riyad/diff-and-patch-for-commits-and-merge-requests Diff and patch for commits and merge requests
| * Remove merge_request#raw and replace it with formats to #showRiyad Preukschas2012-11-251-2/+1
| | | | | | | | Needed to add a constraint on the id. Otherwise the format was parsed as part of the id.
| * Register diff mime typeRiyad Preukschas2012-11-221-1/+2
| |
* | Fixed admin area. Create project only from one placeDmitriy Zaporozhets2012-11-231-1/+1
| |
* | Ability to create project with namespaceDmitriy Zaporozhets2012-11-231-1/+1
| |
* | Improve routing. Project access via namespaceDmitriy Zaporozhets2012-11-221-2/+2
|/
* Resque must be running in the own namespaceAlexander Simonov2012-11-201-1/+1
|
* Clean old rails2 style codeAlexander Simonov2012-11-201-4/+2
|
* GitLabCi Service imtegrationDmitriy Zaporozhets2012-11-191-0/+6
|
* Update gemsRiyad Preukschas2012-11-181-0/+2
|
* Update Rails configRiyad Preukschas2012-11-184-22/+31
|
* Stats pagerandx2012-11-101-0/+1
|
* remove encode lib, clean all encoded area.Saito2012-11-091-19/+0
|
* gitolite custom configValeriy Sizov2012-11-072-0/+5
|
* Add quiet_assets gem, remove initializerRobert Speicher2012-11-011-13/+0
|
* grack: allow repositories to have dots in name, e.g. ↵Markus Grobelin2012-10-261-1/+1
| | | | serverconfigs-example.com.git
* Feature implementedDmitriy Zaporozhets2012-10-241-1/+10
|
* Display https as repo clone indicator and prevent modification of ↵Marin Jankovski2012-10-211-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_settingDmitriy Zaporozhets2012-10-211-1/+3
|\ | | | | Secure and httponly options on cookie.
| * Secure and httponly options on cookie.Marin Jankovski2012-09-261-1/+3
| |
* | Merge branch 'web_editor'randx2012-10-151-1/+1
|\ \
| * | WebEditor: base formValeriy Sizov2012-10-121-1/+1
| | |
* | | disable annoying rails assets log messagesSaito2012-10-141-0/+13
|/ /
* | Separate observing of Note and MergeRequestsRobb Kidd2012-10-101-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 limitAndrey Kumanyaev2012-10-101-0/+26
| |
* | add default postgres configAndrey Kumanyaev2012-10-101-0/+48
| |
* | move emoji module to libNihad Abbasov2012-10-051-4/+0
| |
* | no need to add fonts to assets pathNihad Abbasov2012-10-051-3/+0
| |
* | improve emoji checking performanceNihad Abbasov2012-10-051-0/+4
| |
* | specify HTTP verbs for match in routesNihad Abbasov2012-10-051-1/+2
| |
* | Merge pull request #1592 from jouve/devise_layoutDmitriy Zaporozhets2012-10-031-4/+0
|\ \ | | | | | | make devise controllers use devise layout
| * | all devise controller use devise layoutCyril2012-09-291-4/+0
| | |
* | | Added ability to manage groups from adminDmitriy Zaporozhets2012-10-031-0/+1
| | |
* | | Move all stuff to groups controllerrandx2012-10-021-0/+13
| | |
* | | Admin Group scaffold -> new, show, indexDmitriy Zaporozhets2012-10-021-0/+5
|/ /