32 Commits

Author SHA1 Message Date
0e094809fa Cleanup some technical debt 2018-12-14 19:13:26 -07:00
f1f682780c Merge BusinessAppTemplate
# Conflicts:
#	.gitignore
#	README.md
#	action.php
#	api.php
#	app.php
#	composer.json
#	composer.lock
#	index.php
#	langs/en/core.json
#	langs/en/titles.json
#	langs/messages.php
#	lib/Exceptions.lib.php
#	lib/Login.lib.php
#	lib/Notifications.lib.php
#	lib/Strings.lib.php
#	lib/User.lib.php
#	mobile/index.php
#	nbproject/project.properties
#	nbproject/project.xml
#	pages.php
#	pages/home.php
#	required.php
#	settings.template.php
#	static/css/bootstrap.min.css
#	static/img/logo.svg
#	static/js/app.js
2018-12-02 13:51:27 -07:00
1271317eb9 Rewrite to use classes, aligning with AccountHub 2.0 2018-09-07 15:03:42 -06:00
b23e4bce30 Rewrite a lot of code, close Business/CommonBugs#3, close Business/CommonBugs#4, close #9 2018-07-11 23:32:47 -06:00
3763d0d485 Remove lang() and lang2() and rewrite references 2018-07-09 23:16:43 -06:00
deca0d330d Remove home screen widgets, build new i18n system, close #4 2018-07-09 23:12:19 -06:00
41c8b6c16b Fix #2 2018-05-17 21:44:53 -06:00
be34857d71 Change session ID on successful login, make sessions last at least 2 hours 2018-05-15 13:44:43 -06:00
606b286b1e Switch from reCAPTCHA to Captcheck 2018-04-15 20:07:01 -06:00
a9eb59c936 Replace reCAPTCHA with Captcheck 2018-04-15 19:28:34 -06:00
d10c6214a6 Switch to Mozilla Public License 2.0 for code consistency 2018-04-09 19:18:19 -06:00
35e531a56b Add link preload headers 2018-04-08 16:08:08 -06:00
c92d84c739 Fully implement MPL-2.0 license 2017-12-16 13:27:09 -07:00
81658a47c5 Trigger warning with missing lang strings 2017-12-01 22:07:37 -07:00
37789df696 Trigger warning with missing lang strings 2017-12-01 22:06:04 -07:00
81339b8cd0 Refactor and enforce Content-Security-Policy 2017-11-13 16:14:47 -07:00
5dae7bc168 Refactor and enforce Content-Security-Policy 2017-11-13 16:14:40 -07:00
a04207da62 Update cookie settings 2017-11-08 02:35:12 -07:00
0bc3d2776c PHP 7.1 compatability 2017-11-08 02:34:33 -07:00
8d3f0ede0d Rebrand Portal to AccountHub 2017-07-21 00:45:30 -06:00
d229aee8d0 Nothing 2017-07-10 13:53:49 -06:00
6399c0a451 Fix issue #1 (add rate limiting to sensitive actions) 2017-06-16 18:40:12 -06:00
ee4899de80 Improve error handling, add password changing, add taskfloor tasks module 2017-05-13 16:17:58 -06:00
bae6d1ac17 Add renew session cookie on page load 2017-05-07 00:14:59 -06:00
95c5d54b04 Add renew session cookie on page load 2017-05-07 00:14:48 -06:00
5929d13147 Add API, auth logging, AD support
TODO: Test changing AD passwords
2017-04-29 02:35:49 -06:00
e28d3a93ac Clean up clutter and unneeded code 2017-04-26 00:46:36 -06:00
16cbf2a5f1 Create template based on SSO code 2017-04-25 12:09:06 -06:00
8b091c59f6 Icon/text tweaks, add security headers 2017-04-17 19:28:56 -06:00
549564540b Add widget framework, add full 2fa support, add password changing,
add blacklist of common passwords
2017-04-16 02:05:18 -06:00
2caec9b758 Create login system, add i18n, add 2fa auth 2017-04-14 21:40:24 -06:00
b16da81513 Frist 2017-04-14 19:05:58 -06:00