Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Poduptime
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
noplanman
Poduptime
Commits
3f76cf48
Commit
3f76cf48
authored
Dec 04, 2020
by
dmorley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
few uupdates for 2.8 release
parent
ba7a1e19
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
9 deletions
+12
-9
CHANGELOG.md
CHANGELOG.md
+5
-3
http-server-config.example
http-server-config.example
+1
-0
index.php
index.php
+1
-1
js/podup.js
js/podup.js
+1
-1
showfull.php
showfull.php
+3
-3
showmap.php
showmap.php
+1
-1
No files found.
CHANGELOG.md
View file @
3f76cf48
...
...
@@ -13,19 +13,21 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
:exclamation: DB migrations required! (see
[
SQL migration script
][
2.8.0-sql-migration
]
)
:exclamation:
`config.php`
changed - requires updates
### Added
-
Try and match country on a random go.php call
-
Try and match country on a random go.php call
- cloudflare assumed
-
List the software specific pages in the footer
-
store monthly stats by software name also
-
show stats by software
-
show more about the software on software specific sites
### Changed
-
Show wizard only when viewing all softwares
-
Domain needs to be configured in config.php
-
Configure sofwares for wizard in config.php
-
Configure sofwares for wizard in config.php
with yes/no and description
-
Change menus to be less movement and better for mobile
-
Only show software specific to area chosen by end user via subdomain
### Deprecated
### Removed
### Fixed
-
Wizard calls as it goes and sorts just a bit faster
-
Wizard calls as it goes and sorts just a bit faster
at the end
### Security
## [2.7.0]
...
...
http-server-config.example
View file @
3f76cf48
server {
#normalconfighere
#very rough add-ons to your nginx config
#code base is designed for *.domain.tld usage
location /backup {
deny all;
return 403;
...
...
index.php
View file @
3f76cf48
...
...
@@ -87,7 +87,7 @@ $navs = [
?>
<header>
<nav
class=
"navbar navbar-expand-lg navbar-dark"
>
<nav
class=
"
shadow
navbar navbar-expand-lg navbar-dark"
>
<a
class=
"navbar-brand white"
href=
"#"
>
<?php
echo
c
(
'title'
)
?>
</a>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarTogglerDemo02"
aria-controls=
"navbarTogglerDemo02"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
></span>
...
...
js/podup.js
View file @
3f76cf48
...
...
@@ -59,5 +59,5 @@ $table
$
(
'
.loadingtable
'
).
slideToggle
(
'
slow
'
);
//$('[data-toggle="tooltip"]').tooltip();
})
$
(
'
[data-toggle="tooltip"]
'
).
tooltip
();
//
$('[data-toggle="tooltip"]').tooltip();
});
showfull.php
View file @
3f76cf48
...
...
@@ -24,14 +24,14 @@ $serverlocation = c('serverlocation');
<?php
if
(
empty
(
$subdomain
))
{
echo
'<a href="go.php" class="m-1 btn btn-sm bg-blue text-white">Auto pick a pod</a>'
;
echo
'<a href="#" class="m-1 btn btn-sm bg-blue text-white wizardstart" data-featherlight-variant="table-responsive" data-featherlight="wizard.php?page=1">Use
pod
wizard</a>'
;
echo
'<a href="#" class="m-1 btn btn-sm bg-blue text-white wizardstart" data-featherlight-variant="table-responsive" data-featherlight="wizard.php?page=1">Use wizard</a>'
;
}
else
{
echo
'<a href="go.php'
.
$softwaren
.
'" class="m-1 btn btn-sm bg-blue text-white">Auto pick a '
.
$subdomain
.
' pod</a>'
;
}
?>
</div>
<div
class=
"float-right"
>
<button
type=
"button"
class=
"columnssimple hidden m-1 btn btn-sm bg-blue text-white"
>
Simple View
</button>
<button
type=
"button"
class=
"columnssimple hidden m-1 btn btn-sm bg-blue text-white"
>
Basic Columns
</button>
<div
class=
"columnSelectorWrapper m-1"
>
<input
id=
"colSelect1"
type=
"checkbox"
class=
"hidden"
>
<label
class=
"columnSelectorButton m-1 btn btn-sm bg-blue text-white"
for=
"colSelect1"
>
Select Columns
</label>
...
...
@@ -39,7 +39,7 @@ $serverlocation = c('serverlocation');
</div>
</div>
<button
type=
"button"
class=
"resetfilters m-1 btn btn-sm bg-blue hidden text-white"
>
Reset Filters
</button>
<button
type=
"button"
class=
"columnsadvanced m-1 btn btn-sm bg-blue text-white"
>
A
dvanced View
</button>
<button
type=
"button"
class=
"columnsadvanced m-1 btn btn-sm bg-blue text-white"
>
A
ll Columns
</button>
</div>
<div
class=
"pager hidden float-right float-md-left"
>
...
...
showmap.php
View file @
3f76cf48
...
...
@@ -65,7 +65,7 @@ try {
<script
src=
"node_modules/leaflet/dist/leaflet.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/leaflet.markercluster/dist/leaflet.markercluster.js"
></script>
<?php
echo
'<h2 class="text-center">Map view of '
.
$software_all
.
'</h2>'
?>
<div
id=
"map"
></div>
<div
class=
"shadow"
id=
"map"
></div>
<script
type=
"text/javascript"
>
var
geoJsonData
=
{
'
type
'
:
'
FeatureCollection
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment