Skip to content

Commit

Permalink
v1.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
froger-me committed Jul 3, 2019
1 parent 32a7c27 commit 5096a62
Show file tree
Hide file tree
Showing 307 changed files with 55,981 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Developer documentation:
WP Update Plugin Server allows developers to provide updates for plugins and themes packages not hosted on wordpress.org, and possibly control the updates with the application of a license on the client packages. It is also useful to provide updates for plugins or themes not compliant with the GPLv2 (or later).
Packages may be either uploaded directly, or hosted in a remote repository, public or private. It supports Bitbucket, Github and Gitlab, as well as self-hosted installations of Gitlab.

To install, clone this repository and copy the "wp-plugin-update-server" directory into your plugin folder.

### Overview

This plugin adds the following major features to WordPress:
Expand Down
674 changes: 674 additions & 0 deletions wp-plugin-update-server/LICENSE

Large diffs are not rendered by default.

490 changes: 490 additions & 0 deletions wp-plugin-update-server/css/admin/jquery-ui.css

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions wp-plugin-update-server/css/admin/jquery-ui.min.css

Large diffs are not rendered by default.

211 changes: 211 additions & 0 deletions wp-plugin-update-server/css/admin/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,211 @@
.wppus-wrap .nav-tab .dashicons {
vertical-align: middle;
}

.wppus-wrap .column-col_id {
width: 75px;
}


.wppus-add-packages .spinner {
float: none;
vertical-align: top;
background-size: 20px 20px;
margin: 0 5px;
height: 28px;
width: 28px;
background-position: center center;
}

#wppus-licenses-list {
margin-bottom: 20px;
}

#wppus_license_panel,
.wppus-edit-license-label,
.wppus-add-license-label,
.wppus-license-show-if-edit {
display: none;
}

label.wppus-license-error {
display: none !important;
}

input.wppus-license-error {
border-color: #a00;
}

input[type=text]:focus.wppus-license-error,
input[type=date]:focus.wppus-license-error,
input[type=email]:focus.wppus-license-error,
input[type=number]:focus.wppus-license-error {
border-color: #a00;
box-shadow: 0 0 2px rgba(170, 0, 0, .8);
}

#wppus_license_panel {
margin-top: 20px !important;
margin-top: 20px !important;
}

#wppus_license_panel .inside {
opacity: 0;
}

#wppus_license {
padding: 10px 15px 0px;
}

#wppus_license h3 {
margin: 0;
}

#wppus_license .license-column-container {
clear: both;
}

#wppus_license .license-column {
width: 49%;
padding: 0 1% 0 0;
border-right: 1px solid #e6e6e6;
float: left;
}

#wppus_license .license-column:last-child {
padding-right: 0;
padding-left: 2%;
border: none;
box-sizing: border-box;
}

#wppus_license .license-column p {
padding: 0!important;
}

#wppus_license .license-column .form-field {
float: left;
clear: left;
width: 48%;
padding: 0;
margin: 9px 0 0;
}

#wppus_license .license-column .form-field label {
display: block;
padding: 0 0 3px;
}

#wppus_license .license-column .form-field input,
#wppus_license .license-column .form-field textarea {
width: 100%;
}

#wppus_license .license-column .form-field select {
width: 100%;
}

#wppus_license .license-column .form-field .select2-container {
width: 100%!important;
}

#wppus_license .license-column .form-field .date-picker {
width: 50%;
}


#wppus_license .license-column .form-field small {
display: block;
margin: 5px 0 0;
color: #999;
}

#wppus_license .license-column .form-field.last {
float: right;
clear: right;
}

#wppus_license .license-column .form-field-wide {
width: 100%;
clear: both;
}

#wppus_license .license-column .form-field-wide input,
#wppus_license .license-column .form-field-wide select,
#wppus_license .license-column .form-field-wide textarea {
width: 100%
}

#wppus_license #wppus_license_save {
margin: 1px 8px 0 0;
}

#wppus_license_registered_domains ul {
margin: 0 0 0 14px;
font-size: 12px;
overflow: auto;
list-style: none;
}

.wppus-domains-list,
#wppus_license_registered_domains li.wppus-domain-template {
display: none;
}

#wppus_license_registered_domains li {
display: inline-block;
margin-right: 25px;
font-size: 13px;
line-height: 1.8em;
cursor: default;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom: 6px;
}

#wppus_license_registered_domains button {
position: absolute;
width: 24px;
height: 24px;
border: none;
margin: 0 0 0 -19px;
padding: 0;
background: 0 0;
cursor: pointer;
text-indent: 0;
}

span.wppus-domain-value {
margin-left: 5px;
}

span.wppus-remove-domain-icon::before {
margin-left: 2px;
border-radius: 50%;
color: #0073aa;
line-height: 1.28;
background: 0 0;
content: "\f153";
display: block;
font: 400 16px/20px dashicons;
speak: none;
height: 20px;
text-align: center;
width: 20px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 1024px) {

#wppus_license .license-column {
width: 100%;
padding: 0;
border: none;
}

#wppus_license .license-column:first-child {
padding: 0;
}
}
2 changes: 2 additions & 0 deletions wp-plugin-update-server/css/admin/main.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5096a62

Please sign in to comment.