Commit graph

19 commits

Author SHA1 Message Date
ohartl
f50b8e1360 Fixing some PHP strict complain 2016-05-10 00:21:17 +02:00
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
23f1cd5b06 Fix every value of a model was casted to string by getter method 2016-05-10 00:12:35 +02:00
ohartl
6b9605db73 Fix faulty redirect count on domains 2016-05-05 13:48:06 +02:00
ohartl
fadbd4a6b4 Changes to work with new config and some minor fixes 2016-03-01 15:12:28 +01:00
ohartl
2d3ae751f7 Fix for php 5.4 2016-02-29 11:25:48 +01:00
ohartl
7ef1e6d53a Refactoring database specific functionality to Database class 2016-02-28 00:35:32 +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
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
19ec250851 Fix sql 2016-02-22 01:12:09 +01:00
ohartl
ce380e587b Add optional support for admin domain limits 2016-02-22 01:07:21 +01:00
ohartl
0b1c3788ab Fix password changing 2016-02-21 04:33:37 +01:00
ohartl
70b6463501 Fix change password 2016-02-20 22:36:04 +01:00
ohartl
084c2abd0e Fix mysqli::fetch_all not supported in some php version 2016-02-20 20:41:41 +01:00
ohartl
297cebd57b Add models for every case, so much work.. 2016-02-19 13:15:48 +01:00
ohartl
a1e13a9919 Add own ORM without any dependencies, yay 2016-02-19 13:13:36 +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
838188174e Add model for user as a start of a more modern mvc pattern like approach on architecture 2016-02-18 17:41:01 +01:00