0
0
Commit Graph

9 Commits

Author SHA1 Message Date
Bryan Pedini
0d0d88e2eb
Overridden main.css overflow in dashboard/manage (corrected overflow) 2019-07-25 03:11:37 +02:00
Bryan Pedini
035bfe0101
Added URL redirect support directly in management panel
Added buttons that automatically redirects the user to the corresponding URL, in a new page.
Modified css and javascript accordingly.
2019-07-25 03:01:16 +02:00
Bryan Pedini
66e0f51b70
added main.css and modified all pages accordingly, modified go.php title section, added some code beauty 2019-07-24 17:33:36 +02:00
Bryan Pedini
f2a56c2abc
Ran the formatter on all PHP files, added userbar.css 2019-07-17 10:37:44 +02:00
Bryan
312d03599f
Added new lines at the end of files, added edit functionality 2019-06-02 14:46:51 +02:00
Bryan
b48d8da271
small login adjustements, finished unminimizing sha512.js 2019-05-30 14:17:10 +02:00
Bryan
b21dd0518d
Website refactored
Prepared the website structure for the new layout
2019-05-29 19:03:06 +02:00
Bryan Pedini
18dc9b18d3
Website refactoring
Moved PHP files to "lib" folder
Moved Javascript files to "lib" folder
Moved login page inline CSS to "login.css"
Moved database functions to class "Database"
Removed the html template, compensated with a direct HTML code inside PHP "else" statement
2019-03-25 11:27:37 +01:00
Bryan Pedini
4a6630bacb
Refactored database, refactored config file, corrected login redirection
Moved database function in class "Database";
Corrected database-using webpages accordingly;
Moved config file from PHP to JSON with more config variables;
Corrected login page redirection on wrong username or password.
2019-03-21 12:07:23 +01:00