Commit Graph

37 Commits

Author SHA1 Message Date
b3c27d513d Fixed login/logout issue 2017-10-26 09:44:43 +07:00
0c56440363 Fixed login/logout issue 2017-10-25 15:35:56 +07:00
d1d5ee1b0c Mithril as main method 2017-10-25 12:08:41 +07:00
2602ba2911 Updated Home and Post 2017-10-02 09:19:05 +07:00
64fc8a6896 Updated Home and Post 2017-10-02 09:18:21 +07:00
ae762758fc Updated mithril index to do (almost) the same with normal index 2017-09-30 13:42:34 +07:00
35d70443be Added mithril.js on new branch mithril 2017-09-26 16:28:18 +07:00
d555bde0d8 Fixed login issue 2017-09-18 08:49:42 +07:00
7adb167e53 Fixed logging in issue 2017-09-16 08:40:33 +07:00
00c5aba77d Huge updates:
1. Redesigned the web
2. Fixed logging in redirect issue
3. Added new route
4. Fixed sql issue on entry
5. Fixed typos
2017-09-14 16:39:53 +07:00
5b1b546dc5 Beautify the web 2017-09-12 14:30:42 +07:00
7e3b4365b1 Fix error on Home.php 2017-09-11 13:33:22 +07:00
8ce3ce8387 Implemented method data filter to registration and login 2017-09-11 11:56:10 +07:00
04ac2155db Changed login method from put to post 2017-09-11 08:52:35 +07:00
6e470f4e40 Added data conversion to avoid XSS 2017-09-09 13:27:36 +07:00
59d8c11d9b Changed database interaction structures 2017-09-09 11:21:51 +07:00
210c96e150 Changed model structure 2017-09-08 16:25:24 +07:00
29cfda5ba0 Changed language display on client to Indonesia/Indonesian 2017-09-08 14:51:16 +07:00
d4dce8e460 Allowed single user to be logged in at multiple sessions 2017-09-08 14:00:28 +07:00
658217fea7 Cannot login with user that already logged in 2017-09-08 13:00:46 +07:00
8956b17434 Changed login/logout process 2017-09-08 10:05:42 +07:00
8eb9005642 Changed login process 2017-09-07 16:21:57 +07:00
ab8506882a Logging out now displays a message 2017-09-07 16:17:26 +07:00
23622bc5a8 Added error handler 2017-09-07 16:12:17 +07:00
9296c7798e Only admin can register new user 2017-09-06 16:01:32 +07:00
b78a84585f Cannot register registered username 2017-09-06 15:04:41 +07:00
c43b4744db Cannot register empty data 2017-09-06 14:53:22 +07:00
a9101eb047 Added register privilage 2017-09-06 13:56:40 +07:00
ff67e487ce Added function to register new user 2017-09-06 13:39:10 +07:00
a34ce9d0eb Added condition when login invalid 2017-09-06 10:57:17 +07:00
57dc4ca0b9 Added admin privilages 2017-09-05 14:03:55 +07:00
f8f4398007 Added login function 2017-09-05 13:36:19 +07:00
e1d70ed8f4 Receive data from database and pass to html using twig 2017-09-04 16:20:27 +07:00
424737117a Configure html files with twig 2017-09-04 15:05:54 +07:00
7fa99eb6d8 Registering twig to project 2017-09-04 14:08:36 +07:00
f56503a4d4 Fix the errors while testing router, and create new method login() on Home controller 2017-08-31 10:39:31 +07:00
9a94e5b250 Create Controllers Home and Posts 2017-08-31 09:57:27 +07:00