This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/3.8.0' into production
- Loading branch information
Showing
707 changed files
with
40,008 additions
and
166,959 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
DONORS | ||
files/usr/share/grase/www/*/templates_c/ | ||
files/usr/share/grase/vendor/ | ||
files/usr/share/grase/www/vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
COMPOSER_FILES = files/usr/share/grase/composer.json files/usr/share/grase/composer.lock files/usr/share/grase/vendor/ | ||
BOWER_FILES = files/usr/share/grase/bower.json | ||
VERSION = $(shell sed -n '/grase-www-portal/s/[^ ]* (//;s/).*//p;q' debian/changelog) | ||
|
||
all: bower composer | ||
#files/usr/share/grase/src/includes/constants.php: debian/changelog | ||
sed -i 's/APPLICATION_VERSION", "[^"]*"/APPLICATION_VERSION", "$(VERSION)"/' files/usr/share/grase/src/includes/constants.php | ||
chmod 0440 sudo/grase-www-portal | ||
|
||
bower: | ||
mkdir -p ext-libs/bower | ||
cp $(BOWER_FILES) ext-libs/bower | ||
cd ext-libs/bower; /usr/local/bin/bower install | ||
|
||
composer: | ||
cd files/usr/share/grase/; /usr/local/bin/composer install | ||
mkdir -p ext-libs/composer | ||
cp -r $(COMPOSER_FILES) ext-libs/composer/ | ||
rm -fr files/usr/share/grase/vendor | ||
|
||
clean: | ||
rm -fr ext-libs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Grase Hotspot | ||
|
||
The GRASE Hotspot is a project that glues individual components together easily, and provides a nice simple interface to administer the hotspot. With a lot of time and effort, most people can follow the tutorials on the internet and setup up MySQL, FreeRadius, CoovaChilli, Squid and any other optional components, and setup a Captive Portal Hotspot. But as soon as one component changes, for example FreeRadius changed how it’s config files are handled, the whole system breaks and the tutorial doesn’t help. | ||
|
||
The GRASE Hotspot takes all the hard work out of keeping the individual components glued together, and provides a nice simple interface to manage the Hotspot and it’s users. As components change, the project is updated so the glue stays together. | ||
|
||
## Installation | ||
|
||
See the Wiki page <https://github.com/GraseHotspot/grase-www-portal/wiki/Installation> | ||
|
||
### grase-www-portal package/repository | ||
|
||
This is the main Grase Hotspot package. It contains the web interface, and depends on the config packages. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ext-libs/composer/vendor/* /usr/share/grase/vendor/ | ||
ext-libs/bower/bower_components/* /usr/share/grase/www/vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
files/* / | ||
sudo/grase-www-portal /etc/sudoers.d/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"directory" : "www/vendor/" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "Grase Hotspot", | ||
"dependencies": { | ||
"bootstrap": "*", | ||
"fontawesome": "*", | ||
"jquery": "<2.*", | ||
"jquery.tablesorter": "*", | ||
"codemirror": "v3.*", | ||
"codemirror-ui": "https://github.com/jagthedrummer/codemirror-ui.git#~0.0.14" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "https://github.com/GraseHotspot/smarty-gettext" | ||
} | ||
], | ||
"require": { | ||
"smarty-gettext/smarty-gettext": "@dev", | ||
"smarty/smarty": "3.1.*" | ||
}, | ||
"autoload": | ||
{ | ||
"psr-4": | ||
{ | ||
"Grase\\": "src/Grase/" | ||
}, | ||
"files": [ | ||
"src/includes/constants.php", | ||
"src/includes/grase-bootstrap.php" | ||
], | ||
"classmap" : ["www/radmin/classes/"] | ||
} | ||
} |
Oops, something went wrong.