Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
4.1 Update
Browse files Browse the repository at this point in the history
4.1 Update
  • Loading branch information
nielsengelen committed Aug 14, 2020
1 parent 590f742 commit 58af61f
Show file tree
Hide file tree
Showing 30 changed files with 2,183 additions and 1,967 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RewriteRule ^sharepoint/([^/]+)/?$ sharepoint.php?oid=$1 [L,QSA]
RewriteRule ^sharepoint/([^/]+)/([^/]+)/?$ sharepoint.php?oid=$1&sid=$2 [L,QSA]
RewriteRule ^sharepoint/([^/]+)/([^/]+)/([^/]+)/?$ sharepoint.php?oid=$1&sid=$2&cid=$3 [L,QSA]
RewriteRule ^sharepoint/([^/]+)/([^/]+)/([^/]+)/([^/]+)/?$ sharepoint.php?oid=$1&sid=$2&cid=$3&type=$4 [L,QSA]
RewriteRule ^sharepoint/([^/]+)/([^/]+)/([^/]+)/([^/]+)/([^/]+)/?$ sharepoint.php?oid=$1&sid=$2&cid=$3&type=$4&fid=$5 [L,QSA]

# Disable directory browsing, multiviews and enable follow symlinks
Options -Indexes -MultiViews +FollowSymLinks
Expand Down
27 changes: 0 additions & 27 deletions DCO.md

This file was deleted.

10 changes: 9 additions & 1 deletion Web.Config
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="rule 1U" stopProcessing="true">
<match url="^index/?$" ignoreCase="true" />
<action type="Rewrite" url="/index.php" />
Expand Down Expand Up @@ -45,4 +49,8 @@
<rule name="rule 12U" stopProcessing="true">
<match url="^sharepoint/([^/]+)/([^/]+)/([^/]+)/([^/]+)/?$" />
<action type="Rewrite" url="/sharepoint.php?oid={R:1}&amp;sid={R:2}&amp;cid={R:3}&amp;type={R:4}" appendQueryString="true" />
</rule>
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
8 changes: 2 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"name": "veeam/vbo365-self-service-web-portal",
"description": "Veeam Backup for Microsoft Office 365 Self-Service Web Portal",
"description": "Unofficial Veeam Backup for Microsoft Office 365 Self-Service Web Portal",
"authors": [
{
"name": "Niels Engelen",
"email": "[email protected]"
}
],
"require": {
"guzzlehttp/guzzle": "~6.0",
"guzzlehttp/psr7": "~1.0",
"components/jquery": "3.2",
"twbs/bootstrap": "3.3.7",
"psr/log": "^1.0"
"guzzlehttp/guzzle": "~6.0"
}
}
Binary file added css/32px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added css/40px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bootstrap.min.css.map

Large diffs are not rendered by default.

23 changes: 4 additions & 19 deletions css/exchange.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,9 @@
width: 100%;
}

div.inbox-header {
border-bottom: 1px solid #ccc;
float: none;
height: 25px;
margin-top: 10px;
text-align: center;
vertical-align: middle;
#table-exchange-folders th {
height: 40px;
}
ul.nav-pills {
margin: 0;
padding: 5px 10px;
}
ul.inbox-nav {
display: inline-block;
margin: 0;
padding: 0;
width: 100%;
}
ul.inbox-divider {
border-bottom: 1px solid #d5d8df;
#table-exchange-items th {
height: 40px;
}
1 change: 1 addition & 0 deletions css/jstree.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions css/onedrive.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@
}
.onedrive-container table {
width: 100%;
}

#table-onedrive-folders th {
height: 40px;
}
#table-onedrive-items th {
height: 40px;
}
7 changes: 7 additions & 0 deletions css/sharepoint.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,11 @@
}
.sharepoint-container table {
width: 100%;
}

#table-sharepoint-folders th {
height: 40px;
}
#table-sharepoint-items th {
height: 40px;
}
87 changes: 75 additions & 12 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ h1, h2, h3, h4, h5 {
height: 100px;
}

/* Navigation */
.navbar {
overflow: hidden !important;
margin-bottom: 0px !important;
Expand All @@ -121,7 +120,6 @@ textarea.noresize {
resize: none;
}

/* Search Form */
.search {
background: url("../images/search.png") no-repeat left;
background-size: 15px;
Expand All @@ -137,12 +135,9 @@ textarea.noresize {
padding-left: 35px;
}

/* Caret style */
.caret {
position: relative;
}

/* Dropdown style */
.dropdown.open .caret:before,
.dropdown.open .caret:after {
border-color: transparent;
Expand Down Expand Up @@ -270,17 +265,13 @@ textarea.noresize {
.marginexplore {
margin-bottom: 10px;
}
.paddingdate {
margin-left: -10px;
}
.select-align {
margin-top: 10px;
}
.swal2-popup {
font-size: 1.6rem !important;
}

/* Vertical align modal */
.modal {
text-align: center;
padding: 0!important;
Expand All @@ -302,7 +293,6 @@ textarea.noresize {

table.table-border {
border: 1px solid #ccc;
margin-top: 1px;
}
table.table-padding {
margin: auto !important;
Expand All @@ -320,7 +310,6 @@ table.table-small {
background: #FFFFFF;
}

/* Login form */
.input-loginform {
height: 50px;
margin: 0;
Expand Down Expand Up @@ -352,7 +341,6 @@ table.table-small {
.input-loginform::-webkit-input-placeholder {
color: #888;
}

.login-block {
background: #4c6e5e;
float: left;
Expand Down Expand Up @@ -397,4 +385,79 @@ table.table-small {
background: #54b948;
color: #fff;
font-weight:600;
}

.loader {
color: #222;
font-size: 7px;
margin: auto;
height: 1em;
width: 1em;
border-radius: 50%;
-webkit-animation: load4 1.3s infinite linear;
animation: load4 1.3s infinite linear;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
z-index: 1000
}
.wrapper {
background: #ddd;
position: relative;
top: 80px;
height: 0;
}
@-webkit-keyframes load4 {
0%,
100% {
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}
12.5% {
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
25% {
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
37.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
50% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
62.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}
75% {
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}
87.5% {
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}
}
@keyframes load4 {
0%,
100% {
box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}
12.5% {
box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
25% {
box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}
37.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
50% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}
62.5% {
box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}
75% {
box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}
87.5% {
box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}
}
Binary file added css/throbber.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 58af61f

Please sign in to comment.