Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/86be3a520cd7d1c5ca0c17a2c4d428d7909f8605?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
10 changed files with
20 additions and
20 deletions
src/AutoConnect.cpp
src/AutoConnect.h
src/AutoConnectAux.cpp
src/AutoConnectAux.h
src/AutoConnectDefs.h
src/AutoConnectElementBasisImpl.h
src/AutoConnectElementJson.h
src/AutoConnectElementJsonImpl.h
src/AutoConnectPage.cpp
src/AutoConnectUploadImpl.h
@ -2,8 +2,8 @@
* AutoConnect class implementation .
* AutoConnect class implementation .
* @ file AutoConnect . cpp
* @ file AutoConnect . cpp
* @ author hieromon @ gmail . com
* @ author hieromon @ gmail . com
* @ version 0.9 .7
* @ version 0.9 .9
* @ date 2019 - 01 - 21
* @ date 2019 - 05 - 25
* @ copyright MIT license .
* @ copyright MIT license .
*/
*/
@ -2,8 +2,8 @@
* Declaration of AutoConnect class and accompanying AutoConnectConfig class .
* Declaration of AutoConnect class and accompanying AutoConnectConfig class .
* @ file AutoConnect . h
* @ file AutoConnect . h
* @ author hieromon @ gmail . com
* @ author hieromon @ gmail . com
* @ version 0.9 .7
* @ version 0.9 .9
* @ date 2019 - 01 - 21
* @ date 2019 - 05 - 25
* @ copyright MIT license .
* @ copyright MIT license .
*/
*/
@ -2,8 +2,8 @@
* Implementation of AutoConnectAux class .
* Implementation of AutoConnectAux class .
* @ file AutoConnectAuxBasisImpl . h
* @ file AutoConnectAuxBasisImpl . h
* @ author hieromon @ gmail . com
* @ author hieromon @ gmail . com
* @ version 0.9 .8
* @ version 0.9 .9
* @ date 2019 - 03 - 11
* @ date 2019 - 05 - 25
* @ copyright MIT license .
* @ copyright MIT license .
*/
*/
# include <algorithm>
# include <algorithm>
@ -2,8 +2,8 @@
* Declaration of AutoConnectAux basic class .
* Declaration of AutoConnectAux basic class .
* @ file AutoConnectAuxBasis . h
* @ file AutoConnectAuxBasis . h
* @ author hieromon @ gmail . com
* @ author hieromon @ gmail . com
* @ version 0.9 .7
* @ version 0.9 .9
* @ date 2018 - 12 - 17
* @ date 2019 - 05 - 23
* @ copyright MIT license .
* @ copyright MIT license .
*/
*/
@ -2,8 +2,8 @@
* Predefined AutoConnect configuration parameters .
* Predefined AutoConnect configuration parameters .
* @ file AutoConnectDefs . h
* @ file AutoConnectDefs . h
* @ author hieromon @ gmail . com
* @ author hieromon @ gmail . com
* @ version 0.9 .7
* @ version 0.9 .9
* @ date 2018 - 11 - 17
* @ date 2019 - 05 - 25
* @ copyright MIT license .
* @ copyright MIT license .
*/
*/
@ -2,8 +2,8 @@
* Implementation of AutoConnectElementBasis classes .
* Implementation of AutoConnectElementBasis classes .
* @ file AutoConnectElementImpl . h
* @ file AutoConnectElementImpl . h
* @ author hieromon @ gmail . com
* @ author hieromon @ gmail . com
* @ version 0.9 .8
* @ version 0.9 .9
* @ date 2019 - 03 - 11
* @ date 2019 - 05 - 23
* @ copyright MIT license .
* @ copyright MIT license .
*/
*/
@ -2,8 +2,8 @@
* Declaration of AutoConnectElement extended classes using JSON .
* Declaration of AutoConnectElement extended classes using JSON .
* @ file AutoConnectElementJson . h
* @ file AutoConnectElementJson . h
* @ author hieromon @ gmail . com
* @ author hieromon @ gmail . com
* @ version 0.9 .8
* @ version 0.9 .9
* @ date 2019 - 03 - 11
* @ date 2019 - 05 - 23
* @ copyright MIT license .
* @ copyright MIT license .
*/
*/
@ -2,8 +2,8 @@
* Implementation of AutoConnectElementJson classes .
* Implementation of AutoConnectElementJson classes .
* @ file AutoConnectElementImpl . h
* @ file AutoConnectElementImpl . h
* @ author hieromon @ gmail . com
* @ author hieromon @ gmail . com
* @ version 0.9 .8
* @ version 0.9 .9
* @ date 2019 - 03 - 11
* @ date 2019 - 05 - 23
* @ copyright MIT license .
* @ copyright MIT license .
*/
*/
@ -2,8 +2,8 @@
* AutoConnect portal site web page implementation .
* AutoConnect portal site web page implementation .
* @ file AutoConnectPage . h
* @ file AutoConnectPage . h
* @ author hieromon @ gmail . com
* @ author hieromon @ gmail . com
* @ version 0.9 .7
* @ version 0.9 .9
* @ date 2019 - 01 - 23
* @ date 2019 - 05 - 25
* @ copyright MIT license .
* @ copyright MIT license .
*/
*/
@ -2,8 +2,8 @@
* The default upload handler implementation .
* The default upload handler implementation .
* @ file AutoConnectUploadImpl . h
* @ file AutoConnectUploadImpl . h
* @ author hieromon @ gmail . com
* @ author hieromon @ gmail . com
* @ version 0.9 .8
* @ version 0.9 .9
* @ date 2019 - 03 - 19
* @ date 2019 - 05 - 25
* @ copyright MIT license .
* @ copyright MIT license .
*/
*/