Commit graph

  • 0b1c3788ab Fix password changing ohartl 2016-02-21 04:33:37 +01:00
  • d3c56b815c No more need to set the SUBDIR in config, its getting extracted from the FRONTEND_BASE_PATH ohartl 2016-02-20 23:34:30 +01:00
  • 7dfaa0c22e Fix urls to root ohartl 2016-02-20 22:40:43 +01:00
  • 70b6463501 Fix change password ohartl 2016-02-20 22:36:04 +01:00
  • 75598698d1 Fix duplicate source addresses ohartl 2016-02-20 22:21:43 +01:00
  • c4fa44cff5 Fix problems with output send before headers and some refactoring ohartl 2016-02-20 21:32:29 +01:00
  • 82de30f636 Fix line-height being to height for table cells ohartl 2016-02-20 20:45:51 +01:00
  • 084c2abd0e Fix mysqli::fetch_all not supported in some php version ohartl 2016-02-20 20:41:41 +01:00
  • 2cf74eafc7 Merge branch 'dev' of https://github.com/ThomasLeister/webmum into dev ohartl 2016-02-20 00:22:25 +01:00
  • 2a62fcb377 Fix session problems ohartl 2016-02-20 00:14:53 +01:00
  • 8954a01b69 Updates footer Thomas Leister 2016-02-19 16:44:49 +01:00
  • a5a6931236 Merge pull request #35 from ohartl/readme-update Thomas Leister 2016-02-19 16:28:33 +01:00
  • 88e701b23d Update readme #35 ohartl 2016-02-19 16:24:02 +01:00
  • c182551e8f Change all pages to use models ohartl 2016-02-19 15:47:38 +01:00
  • 3964e5331b Multiple little fixes, typos and reparation for some future code ohartl 2016-02-19 15:08:38 +01:00
  • 32d0216a83 Use models for authentication ohartl 2016-02-19 13:18:00 +01:00
  • 297cebd57b Add models for every case, so much work.. ohartl 2016-02-19 13:15:48 +01:00
  • a1e13a9919 Add own ORM without any dependencies, yay ohartl 2016-02-19 13:13:36 +01:00
  • 3b8466ab7f Add dependency injection to load classes ohartl 2016-02-18 19:27:06 +01:00
  • da0fb4738f Protect the codebase by denying direct access and executing of php scripts in /include/php ohartl 2016-02-18 18:04:29 +01:00
  • 6bd36d6623 Use role constants for roles ohartl 2016-02-18 17:51:10 +01:00
  • 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 ohartl 2016-02-18 17:44:27 +01:00
  • 838188174e Add model for user as a start of a more modern mvc pattern like approach on architecture ohartl 2016-02-18 17:41:01 +01:00
  • f6952b44fd Closing mysqli db connections at the end of execution is unnecessary since its closed by php automatically there anyways ohartl 2016-02-18 17:37:46 +01:00
  • db0520368d Fix email validation ohartl 2016-02-18 15:36:39 +01:00
  • 35a2b9cec2 Merge branch 'patch-redirect' into dev ohartl 2016-02-18 15:23:49 +01:00
  • 9b15703b29 Fixes insert query on creation if multi source redirects are not used v0.1.9 ohartl 2016-02-18 15:22:59 +01:00
  • 4b833acddf Minor changes in README ohartl 2016-02-18 15:14:04 +01:00
  • 9dad71e647 Adds config file notice Thomas Leister 2016-02-18 11:41:14 +01:00
  • ac7b4172a9 Fix things Thomas Leister 2016-02-18 11:37:58 +01:00
  • fa68acc1e4 Adds config.inc.php.example as a config template to be copied to config.inc.php Thomas Leister 2016-02-18 11:35:14 +01:00
  • d44fb91efc Fix mssing style on login form and start page #31 ohartl 2016-02-17 23:23:42 +01:00
  • a6191f0e6d Fix missing count of redirects in foot of table ohartl 2016-02-17 23:18:05 +01:00
  • 5fc9a7de91 Cleaning up and format code Rebuild all forms and lists, also changes on css. Adding user and redirect count on domain page (so you can figure out which domain might still be used easier. Adding count at table foot of all lists. Make length of generated password depend on MIN_PASS_LENGTH ohartl 2016-02-17 23:16:31 +01:00
  • b5b3ed244c Update readme Oliver Hartl 2016-02-17 15:17:35 +01:00
  • 8ff0dd17e9 Merge pull request #30 from ohartl/feature-multi-source-redirects Oliver Hartl 2016-02-17 14:02:37 +01:00
  • a90833bd5d Merge pull request #26 from ohartl/patch-small-fixes Thomas Leister 2016-02-17 08:25:19 +01:00
  • 4d55bdb3dd Add gitignore ignoring config_override #30 ohartl 2016-02-17 07:16:31 +01:00
  • e56135b4d1 Add optional support for multiple source address redirects ohartl 2016-02-17 06:19:42 +01:00
  • 6ece419da3 Change edit user info text ohartl 2016-02-17 06:04:09 +01:00
  • dde7e6a43b Merge branch 'patch-redirect-missing' into patch-small-fixes #26 ohartl 2016-02-17 00:50:44 +01:00
  • 99da350eaf Fix setting mailbox_limit to default if not send Fix check if user exists before updating ohartl 2016-02-17 00:46:24 +01:00
  • 4b59b1d3c8 Add dbError and redirect method to clean up Fix some problems with missing id's by redirecting to overviews ohartl 2016-02-17 00:39:43 +01:00
  • c09e1ed031 Merge remote-tracking branch 'upstream/master' into patch-small-fixes ohartl 2016-02-16 23:00:22 +01:00
  • defef4dfd2 Disable input editing of username and domain, not just show a message that it cannot be edited ohartl 2016-02-16 22:56:30 +01:00
  • 9ab17afc0d Fix mailbox_limit_default might not have been defined ohartl 2016-02-16 21:20:28 +01:00
  • 4d3e8fc613 Merge pull request #25 from ohartl/patch-dont-delete-admin Thomas Leister 2016-02-16 20:01:24 +01:00
  • a442f3db88 FIX deletion of admin users or their domains #25 ohartl 2016-02-16 19:18:10 +01:00
  • 89f165a4be Merge 73392a578a into 7b5c09d3ec #21 Frank 2016-02-15 14:24:35 +00:00
  • 7b5c09d3ec Merge pull request #23 from ohartl/patch-1 Thomas Leister 2016-02-15 15:09:52 +01:00
  • 12a31ef97b Fix missing lowercae conversion for username and domain #23 Oliver Hartl 2016-02-15 15:08:15 +01:00
  • 2f4684ca3f Merge pull request #20 from lastsamurai26/patch-3 Thomas Leister 2016-02-10 16:33:39 +01:00
  • 37cb48a28e Merge 11df12c70f into ef7b0c8814 #22 lastsamurai26 2016-02-03 23:02:47 +00:00
  • d193cb4e90 Undefiniert variable quota #20 lastsamurai26 2016-02-03 23:53:17 +01:00
  • 73392a578a PHP Error #21 lastsamurai26 2016-02-03 23:50:10 +01:00
  • 11df12c70f PHP Error #22 lastsamurai26 2016-02-03 23:49:11 +01:00
  • ef7b0c8814 Update README.md Thomas Leister 2016-01-23 23:32:51 +01:00
  • ddcb24a895 Update README.md Thomas Leister 2016-01-23 23:30:08 +01:00
  • b392597daa Update LICENSE Thomas Leister 2016-01-23 23:29:32 +01:00
  • d20ce22bd1 Merge pull request #17 from beli3ver/master Thomas Leister 2015-12-09 18:29:09 +01:00
  • b630174d1b Merge 70d2b918c9 into 71bb892352 #16 Malte Kiefer 2015-12-09 14:23:36 +00:00
  • 70d2b918c9 Update config.inc.php #17 #16 Malte Kiefer 2015-12-09 15:23:35 +01:00
  • 6b8eec519b Update README.md Malte Kiefer 2015-12-09 15:22:56 +01:00
  • 495fd13d46 remove DES Malte Kiefer 2015-12-09 14:15:46 +01:00
  • fabffa1320 remove lost text Malte Kiefer 2015-12-09 14:14:51 +01:00
  • d247f7070a add function get_hash() Malte Kiefer 2015-12-09 14:14:24 +01:00
  • 4a8d5d7729 Update config.inc.php Malte Kiefer 2015-12-09 13:50:42 +01:00
  • 8aeeed2075 define a password hash constante Malte Kiefer 2015-12-09 13:50:05 +01:00
  • 71bb892352 Update README.md Thomas Leister 2015-12-09 13:21:35 +01:00
  • 239f04491f Updates example config Thomas Leister 2015-12-09 12:09:40 +01:00
  • 3335c6edce Adds admins array for multiple admin accounts Thomas Leister 2015-12-09 12:07:23 +01:00
  • 94799bff66 Add config override for dev purpose Thomas Leister 2015-12-09 11:59:38 +01:00
  • a6edeed0e0 Update README.md Thomas Leister 2015-09-23 17:30:20 +02:00
  • 5f12b18e5c Fix XSS problem in admin area Thomas Leister 2015-01-16 23:34:30 +01:00
  • 50bd82e223 Adds strip_tags Thomas Leister 2015-01-16 23:24:27 +01:00
  • d29e2ff2c7 Merge branch 'elmo2k3-generate_password' Thomas Leister 2015-01-08 16:34:58 +01:00
  • 7863c0cd79 moved generate password button to password column Thomas Leister 2015-01-08 16:34:13 +01:00
  • 3ee6d00a8a added button to generate random password #13 Bjoern Biesenbach 2015-01-08 15:55:02 +01:00
  • 057997970d added javascript snippet for password generation Bjoern Biesenbach 2015-01-08 15:54:46 +01:00
  • 6cca28afca Version increase to 0.1.8 Thomas Leister 2014-12-22 17:16:19 +01:00
  • fb9b0459bc Adds several strtolower() functions Thomas Leister 2014-12-22 17:15:35 +01:00
  • 653fca9dd7 changes comment characters Thomas Leister 2014-12-19 15:30:11 +01:00
  • d80c78095d Merge branch 'kecksk0enig-master' Thomas Leister 2014-12-19 15:16:55 +01:00
  • 2e53674f70 Adds variable log path Thomas Leister 2014-12-19 15:14:54 +01:00
  • f9e179790e Adds timestamp to log and updates README Fail2Ban section Thomas Leister 2014-12-19 14:10:09 +01:00
  • 8d1bda2304 remove debug information #11 Hendrik Grewe 2014-12-19 13:58:06 +01:00
  • a1a4c1ec7f Allow different folder for logfiles Hendrik Grewe 2014-12-19 13:44:06 +01:00
  • ba5c9fbd72 Update Readme: Change download method Thomas Leister 2014-12-19 12:13:45 +01:00
  • 500bd3c46f Version increase to 0.1.7 Thomas Leister 2014-12-19 12:10:14 +01:00
  • 3baa373a4c Adds support for Fail2Ban by writing a log file, prevents creating of double accounts and domains Thomas Leister 2014-12-19 12:09:31 +01:00
  • 7d5d378f60 Update README | Add instructions for updating Thomas Leister 2014-12-18 15:28:58 +01:00
  • f43f660a31 Added hints, remove old code. Thomas Leister 2014-12-14 12:53:14 +01:00
  • 8a52f45fb6 Added hints Thomas Leister 2014-12-14 12:52:12 +01:00
  • 6a6851190b Version increase Thomas Leister 2014-12-14 11:16:49 +01:00
  • bb78acda7f Makes usage of mailbox_limit optional. User can choose wheather to use it or not by commenting in or out the define in config.inc.php Thomas Leister 2014-12-14 11:16:08 +01:00
  • 764cce0778 Merge 3badf93a4f into 5d1f032b01 #8 Thor77 2014-12-14 01:09:14 +00:00
  • 3badf93a4f remove mailbox_limit from README #8 Thor77 2014-12-14 02:08:17 +01:00
  • bba1583d22 remove mailbox_limit from config Thor77 2014-12-14 02:02:09 +01:00
  • c5db4bc153 remove mailbox_limit from includes Thor77 2014-12-14 02:01:28 +01:00
  • 5d1f032b01 Updates README FAQ Thomas Leister 2014-12-07 16:37:08 +01:00