Commit graph

119 commits

Author SHA1 Message Date
ohartl
242ea0de58 Adding style changes from branch dev to scss, still needs to be compiled 2016-05-16 18:59:14 +02:00
Leo Graf
75cd4dd8ef add compiled css file for testing 2016-05-11 15:33:35 +02:00
Leo Graf
722817fb41 Merge branch 'dev' of https://github.com/ThomasLeister/webmum into dev-responsive
Merge latest commits from dev branch
2016-05-11 15:21:03 +02:00
Leo Graf
b2f7656f1c add missing .pull-left 2016-05-10 04:04:27 +02:00
Leo Graf
ac477c66e3 update layout.php: update header html, add mobile menu html & js 2016-05-10 03:57:12 +02:00
Leo Graf
ea31fd81dd add menu-icon.svg 2016-05-10 03:37:27 +02:00
Leo Graf
69ad939539 add slideout.min.js for mobile touch menu 2016-05-10 03:34:56 +02:00
Leo Graf
5c0fe41aba add meta elements for mobiles 2016-05-10 03:32:25 +02:00
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
38715854b1 Minor UI improvements 2016-05-10 00:15:17 +02:00
ohartl
09c0a7c248 Adding helper for singular/plural text 2016-05-10 00:14:31 +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
410fe43330 Improvements in handling exceptions, database now showing all errors through exceptions. 2016-05-10 00:11:09 +02:00
Leo Graf
561b224ada add gridism - a simple, responsive css grid 2016-05-07 22:58:19 +02:00
Leo Graf
504ed30461 convert css to scss 2016-05-07 22:52:36 +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
6b9605db73 Fix faulty redirect count on domains 2016-05-05 13:48:06 +02:00
ohartl
5109879ab6 Fix multi source redirects bug 2016-04-30 00:48:36 +02:00
ohartl
25ff5bf759 Changing texts, since ownership changed 2016-04-30 00:23:55 +02:00
Oliver Hartl
a5ec3e879e Better random number gen and fix for travis (#50) 2016-04-21 22:11:45 +02:00
ohartl
03ca96edaf Sort emails in alphabetical order 2016-03-19 01:28:38 +01:00
ohartl
6642705d55 Prepare Database class for tests 2016-03-07 23:48:54 +01:00
ohartl
d47ae1b9ae Remove pointless singleton testing 2016-03-05 16:02:51 +01:00
ohartl
800777a4e4 Add test for Router, and making some minor fixes on Router 2016-03-05 15:58:09 +01:00
ohartl
a0c88ff757 Move error templates in another location 2016-03-04 11:47:11 +01:00
ohartl
79d1ba2d6a Add test for Message 2016-03-03 01:41:29 +01:00
ohartl
9f985600c0 Add test for Config 2016-03-02 09:28:17 +01:00
ohartl
fadbd4a6b4 Changes to work with new config and some minor fixes 2016-03-01 15:12:28 +01:00
ohartl
25f08f5e76 Add new config style and Config class for better configuration. 2016-03-01 14:56:32 +01:00
ohartl
d3003715dc Remove autogenerated comment 2016-03-01 11:00:21 +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
34f1b7d5f1 Refactoring Auth 2016-02-28 00:31:53 +01:00
ohartl
7336611dd2 Refactoring Message 2016-02-28 00:30:14 +01:00
ohartl
cc998c9dfb Fix autoload 2016-02-27 12:33:17 +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
b8486843a8 Change padding on footer 2016-02-25 01:27:44 +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
39a38be904 Add error display method to Router and ability to add callbacks to routing 2016-02-23 04:40:49 +01:00
ohartl
f68e75f801 Merge branch 'dev' into feature-limit-admin-domains 2016-02-23 04:14:24 +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
19ec250851 Fix sql 2016-02-22 01:12:09 +01:00