summaryrefslogtreecommitdiff
path: root/app/views/admin/hooks
Commit message (Collapse)AuthorAgeFilesLines
* Standardize the way we check for and display form errorsrs-form_errorsRobert Speicher2016-04-041-4/+2
| | | | | | | | | | | | - Some views had a "Close" button. We've removed this, because we don't want users accidentally hiding the validation errors and not knowing what needs to be fixed. - Some views used `li`, some used `p`, some used `span`. We've standardized on `li`. - Some views only showed the first error. We've standardized on showing all of them. - Some views added an `#error_explanation` div, which we've made standard.
* Remove link from system hookrs-issue-12672Robert Speicher2016-01-241-2/+1
| | | | Closes #12672
* Enable SSL verification for Webhooksenable_ssl_verification_web_hookValery Sizov2015-08-261-0/+8
|
* Add a page title to every page.Douwe Maan2015-04-301-0/+1
|
* Refactor buttonsDmitriy Zaporozhets2015-03-141-2/+2
|
* Replace ui-box title with panel-headingDmitriy Zaporozhets2014-05-291-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace ui-box with panel.panel-defaultDmitriy Zaporozhets2014-05-291-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace existing links to help pages with the new ones.Marin Jankovski2014-05-291-1/+1
|
* Improve alignment of labels in .well-list itemsTom de Bruijn2014-03-281-2/+4
|
* Moved all the help files to markdown files:Jeroen van Baarsen2014-02-281-67/+0
| | | | | | | | | | Files moved: * Workflow * help/ssh * help/webhooks * help/system_hooks * help/public_access * help/permissions
* Replace pygments with hljs for system hooks help pageDmitriy Zaporozhets2014-01-302-71/+67
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* twbs3 for system hooksDmitriy Zaporozhets2014-01-041-5/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Restyle issue form. Replace inputsDmitriy Zaporozhets2014-01-011-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* alert-error to alert-dangerDmitriy Zaporozhets2013-12-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Migrate forms and inputs pt1Dmitriy Zaporozhets2013-12-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update form classesDmitriy Zaporozhets2013-12-311-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix broken UI for admin system hooksDmitriy Zaporozhets2013-12-131-17/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed all the confirm: deprecation warningsJeroen van Baarsen2013-12-101-1/+1
|
* Merge branch 'feature/system_hook_user_id' of ↵Dmitriy Zaporozhets2013-10-081-2/+4
|\ | | | | | | /home/git/repositories/gitlab/gitlabhq
| * Mention SystemHook user_id in sample. Extend testsDmitriy Zaporozhets2013-10-081-2/+4
| |
* | Fix system hook page descriptionDmitriy Zaporozhets2013-10-081-6/+9
|/
* Lots of wording improvements for the project settings areaHenry Smith2013-08-151-1/+1
| | | | | | | | | | Summary: - Mostly very small things involving use of "a", "the" etc. - "post-receive" hooks are usually written with the hyphen in the name . - I changed the Web Hooks page to have a title consistent with all the other pages in the settings area. - More consistent usage of full-stops in lists.
* Increase input padding. Minor ui fixesDmitriy Zaporozhets2013-08-081-1/+1
|
* use control-group classes for inline forms in admin areaDmitriy Zaporozhets2013-08-071-2/+2
|
* Dont load bootstrap buttons. Modified css with new buttonsDmitriy Zaporozhets2013-08-011-1/+1
|
* Updating documentation to reflect #3836 (resolving #4443)GitLab2013-07-011-13/+16
|
* Minor usability improvementsDmitriy Zaporozhets2013-04-181-1/+1
|
* Fixed JSON description of system hookAaron France2013-04-061-4/+4
| | | Fixed JSON description of system hook to accurately describe what is actually being sent.
* remove old alert messagesDmitriy Zaporozhets2013-01-301-1/+1
|
* replace right with pull-rightDmitriy Zaporozhets2013-01-301-2/+2
|
* refactor buttons pt2Dmitriy Zaporozhets2013-01-291-2/+2
|
* refactor buttons pt1Dmitriy Zaporozhets2013-01-291-1/+1
|
* Tables refactoredrandx2012-09-031-1/+1
|
* fix inline formsCyril2012-08-231-1/+1
|
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-6/+6
| | | | Didn't bother with files in db/, config/, or features/
* Help section for system hooks completedrandx2012-07-211-0/+52
|
* Fix system hook examplerandx2012-07-211-38/+7
|
* System Hooks: CRUD has doneValeriy Sizov2012-07-192-0/+84