Oliver Hartl
3594c6e236
Running webmum with php built-in server
2016-09-08 21:50:15 +02:00
Oliver Hartl
a7c3a4f271
Implementation of the WebMUM installer ( #52 )
...
* Preparation for installer and discontinue support of old config style.
* Adding installer with step 0
* Fixing travis config, because example config isn't loaded anymore if normal config does not exist.
* Adding installer step 1: database connection
* Adding installer step 2: database schema
* Adding installer step 3: Your first admin user
* Minor fix on step 3
* Adding installer step 4: general settings
* Adding installer step 5: optional features
* Adding final installation step 7: writing config & finish
* Display the current installation progress
* Fixing installation finish
* Disable direct access to installer
* Change colors of "notifying" text
* Add check and cross marks to requirements page of the installer
* Change how config directory is checked, no more writable check but error if writing fails.
* Execute post-receice..
2016-06-06 18:49:21 +02:00
ohartl
410fe43330
Improvements in handling exceptions, database now showing all errors through exceptions.
2016-05-10 00:11:09 +02:00
ohartl
8f2661e199
Make old config warning visible for everybody
2016-03-06 18:57:02 +01:00
ohartl
fadbd4a6b4
Changes to work with new config and some minor fixes
2016-03-01 15:12:28 +01:00
ohartl
34f1b7d5f1
Refactoring Auth
2016-02-28 00:31:53 +01:00
ohartl
40d5b4141f
Replace old routing with new Router class, also adding a routes.inc.php for configuring the routes
2016-02-23 03:37:40 +01:00
ohartl
d3c56b815c
No more need to set the SUBDIR in config, its getting extracted from the FRONTEND_BASE_PATH
2016-02-20 23:34:30 +01:00
ohartl
c4fa44cff5
Fix problems with output send before headers and some refactoring
2016-02-20 21:32:29 +01:00
ohartl
2a62fcb377
Fix session problems
2016-02-20 00:14:53 +01:00
ohartl
3964e5331b
Multiple little fixes, typos and reparation for some future code
2016-02-19 15:08:38 +01:00
ohartl
6bd36d6623
Use role constants for roles
2016-02-18 17:51:10 +01:00
ohartl
d0b38d17b1
Moving authentication relevant things to its own class replacing checkpermission and old user.class.php, and a modern approach on validation without global variables
2016-02-18 17:44:27 +01:00
ohartl
f6952b44fd
Closing mysqli db connections at the end of execution is unnecessary since its closed by php automatically there anyways
2016-02-18 17:37:46 +01:00
Thomas Leister
5f12b18e5c
Fix XSS problem in admin area
2015-01-16 23:34:30 +01:00
Thomas Leister
6cca28afca
Version increase to 0.1.8
2014-12-22 17:16:19 +01:00
Thomas Leister
500bd3c46f
Version increase to 0.1.7
2014-12-19 12:10:14 +01:00
Thomas Leister
6a6851190b
Version increase
2014-12-14 11:16:49 +01:00
Thomas Leister
fa42c1c5c6
Update README and fix comment
2014-12-07 16:29:20 +01:00
Thomas Leister
604232db6c
Reads default value for mailbox_limit from DB, Autofocus on form fields, adds 'required' tags to mailbox_limit > Ver. 0.1.5
2014-11-14 11:06:06 +01:00
Thomas Leister
466f1f6aaa
Increase version number
2014-11-02 17:15:32 +01:00
Thomas Leister
2a3c5fde5e
Increase version number!
2014-10-27 19:11:25 +01:00
Thomas Leister
be1218246d
Fixes PHP errors, changes footer
2014-10-23 15:48:58 +02:00
Thomas Leister
92a544e8f1
Increases version number
2014-10-18 23:49:56 +02:00
Thomas Leister
6979345cff
Fixes issue
2014-09-25 12:42:51 +02:00
Thomas Leister
e15bf5aa98
Make WebMum ready for the public \o/
2014-09-25 11:38:02 +02:00
Thomas Leister
1f571ce576
Initial commit
2014-09-19 20:43:12 +02:00