Commit graph

55 commits

Author SHA1 Message Date
ohartl
ecd556cdba Adding optional feature so "users can create redirects on their own" (amount can be limited by admin) #27 2016-05-10 00:18:21 +02:00
ohartl
1f44769030 Closes #44 2016-05-05 14:33:13 +02:00
ohartl
4d8143eb0d Weakening email validation so redirects on tld will work again, users should know what they are doing 2016-05-05 13:55:39 +02:00
ohartl
5109879ab6 Fix multi source redirects bug 2016-04-30 00:48:36 +02:00
ohartl
a0c88ff757 Move error templates in another location 2016-03-04 11:47:11 +01:00
ohartl
fadbd4a6b4 Changes to work with new config and some minor fixes 2016-03-01 15:12:28 +01:00
ohartl
7336611dd2 Refactoring Message 2016-02-28 00:30:14 +01:00
ohartl
300dadbab6 Refactoring, move messages to Message class 2016-02-27 11:49:58 +01:00
ohartl
5e72d0e715 Refactoring on url and redirect methods, moving them to Router 2016-02-26 22:47:02 +01:00
ohartl
93f023d81a Add redirect count to users list and improve getting a users redirects 2016-02-25 01:23:15 +01:00
ohartl
4dc50750c9 Add a page to list redirects to the own mailbox 2016-02-25 00:53:21 +01:00
ohartl
9c175037fe Merge branch 'dev' into feature-limit-admin-domains
# Conflicts:
#	include/php/models/AbstractRedirect.php
#	include/php/models/User.php
#	include/php/pages/admin/listredirects.php
#	include/php/pages/admin/listusers.php
2016-02-24 23:52:49 +01:00
ohartl
7090bef419 Add warnings for mailboxes overridden by redirects 2016-02-24 04:58:55 +01:00
ohartl
e9f8d850f0 Use new display error and fix some redirects 2016-02-23 04:45:57 +01:00
ohartl
1f736a9746 Move logout to a routing callback 2016-02-23 04:42:08 +01:00
ohartl
ce380e587b Add optional support for admin domain limits 2016-02-22 01:07:21 +01:00
ohartl
3c9b0c6415 Spelling 2016-02-22 00:47:37 +01:00
ohartl
342e0d510f Fix frontend email text separator 2016-02-21 18:16:37 +01:00
ohartl
75598698d1 Fix duplicate source addresses 2016-02-20 22:21:43 +01:00
ohartl
c4fa44cff5 Fix problems with output send before headers and some refactoring 2016-02-20 21:32:29 +01:00
ohartl
c182551e8f Change all pages to use models 2016-02-19 15:47:38 +01:00
ohartl
3964e5331b Multiple little fixes, typos and reparation for some future code 2016-02-19 15:08:38 +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
db0520368d Fix email validation 2016-02-18 15:36:39 +01:00
ohartl
9b15703b29 Fixes insert query on creation if multi source redirects are not used 2016-02-18 15:22:59 +01:00
ohartl
d44fb91efc Fix mssing style on login form and start page 2016-02-17 23:23:42 +01:00
ohartl
a6191f0e6d Fix missing count of redirects in foot of table 2016-02-17 23:18:05 +01:00
ohartl
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
2016-02-17 23:16:31 +01:00
ohartl
e56135b4d1 Add optional support for multiple source address redirects 2016-02-17 06:19:42 +01:00
ohartl
6ece419da3 Change edit user info text 2016-02-17 06:04:09 +01:00
ohartl
dde7e6a43b Merge branch 'patch-redirect-missing' into patch-small-fixes 2016-02-17 00:50:44 +01:00
ohartl
99da350eaf Fix setting mailbox_limit to default if not send
Fix check if user exists before updating
2016-02-17 00:46:24 +01:00
ohartl
4b59b1d3c8 Add dbError and redirect method to clean up
Fix some problems with missing id's by redirecting to overviews
2016-02-17 00:39:43 +01:00
ohartl
c09e1ed031 Merge remote-tracking branch 'upstream/master' into patch-small-fixes 2016-02-16 23:00:22 +01:00
ohartl
defef4dfd2 Disable input editing of username and domain, not just show a message that it cannot be edited 2016-02-16 22:56:30 +01:00
ohartl
9ab17afc0d Fix mailbox_limit_default might not have been defined 2016-02-16 21:20:28 +01:00
ohartl
a442f3db88 FIX deletion of admin users or their domains 2016-02-16 19:18:10 +01:00
Oliver Hartl
12a31ef97b Fix missing lowercae conversion for username and domain
As ive noticed on my mail server, this has been a problem since email adresses are always interpreted in lowercase..
2016-02-15 15:08:15 +01:00
lastsamurai26
d193cb4e90 Undefiniert variable quota
quota aus Create statement entfernt
2016-02-03 23:53:17 +01:00
Thomas Leister
5f12b18e5c Fix XSS problem in admin area 2015-01-16 23:34:30 +01:00
Thomas Leister
50bd82e223 Adds strip_tags 2015-01-16 23:24:27 +01:00
Thomas Leister
7863c0cd79 moved generate password button to password column 2015-01-08 16:34:13 +01:00
Bjoern Biesenbach
3ee6d00a8a added button to generate random password 2015-01-08 15:55:02 +01:00
Thomas Leister
fb9b0459bc Adds several strtolower() functions 2014-12-22 17:15:35 +01:00
Thomas Leister
3baa373a4c Adds support for Fail2Ban by writing a log file, prevents creating of double accounts and domains 2014-12-19 12:09:31 +01:00
Thomas Leister
f43f660a31 Added hints, remove old code. 2014-12-14 12:53:14 +01:00
Thomas Leister
8a52f45fb6 Added hints 2014-12-14 12:52:12 +01:00
Thomas Leister
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 2014-12-14 11:16:08 +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
ed51cdabe8 Set mailbox_limit = 0 if field empty 2014-11-13 15:59:44 +01:00