49 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
ec44a6740f Fix "language key ... is defined more than once" warning 2018-11-28 22:50:29 -07:00
39ccaa2f2d Add RSS/ATOM notification feeds, close #12 2018-09-22 22:08:54 -06:00
1271317eb9 Rewrite to use classes, aligning with AccountHub 2.0 2018-09-07 15:03:42 -06:00
2caec48e4c Add mobile notification API calls 2018-08-07 01:43:27 -06:00
29bc479355 Sort results of Notifications::get() by seen status and timestamp 2018-07-24 00:53:10 -06:00
c6e0e1913f Create Notifications class 2018-07-12 02:19:06 -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
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
814c0dbc0f Fix URL 2018-04-08 16:37:46 -06:00
ce8e0fb4e3 Improve isManagerOf() error handling to prevent possible security bug 2018-01-03 21:55:48 -07:00
7c44b18854 Add checkAPIKey($key) function to login.php 2017-12-20 17:37:40 -07:00
c92d84c739 Fully implement MPL-2.0 license 2017-12-16 13:27:09 -07:00
fec5e13415 Fix "server error" message with incorrect username 2017-12-15 15:00:58 -07:00
0bc3d2776c PHP 7.1 compatability 2017-11-08 02:34:33 -07:00
2cee224450 Add one-time admin account setup script. 2017-07-04 22:15:13 -06:00
14f401f355 Improve mobile integration, fix some upper/lower case bugs 2017-07-03 03:00:23 -06:00
3d01bf8feb Remove debug data 2017-06-29 04:10:41 -06:00
400dffa96e Make change password feature work 2017-06-24 23:35:07 -06:00
5f139b69de Change default login alert app name to SITE_TITLE, not a hardcoded string 2017-06-23 15:53:09 -06:00
4ad42bfe48 Add sendLoginAlertEmail() code 2017-06-23 15:49:49 -06:00
2db9187968 Add API for sending alert emails 2017-06-23 15:48:45 -06:00
865d47121c Actually implement alert email system 2017-06-21 21:01:02 -06:00
6399c0a451 Fix issue #1 (add rate limiting to sensitive actions) 2017-06-16 18:40:12 -06:00
9fab179325 Make account_has_permission actually work 2017-05-28 23:45:50 -06:00
d918af5d65 Add account_has_permission function 2017-05-26 00:05:59 -06:00
1a11f365f8 Add permissions tables and API function 2017-05-25 00:43:33 -06:00
756484573a Use PHP date() instead of SQL NOW() 2017-05-22 02:58:03 -06:00
ee4899de80 Improve error handling, add password changing, add taskfloor tasks module 2017-05-13 16:17:58 -06:00
1665b3f3e7 Make worst password search case-insensitive 2017-05-07 13:13:24 -06:00
1b334ff894 Improve error handling "friendliness" 2017-05-07 13:02:18 -06:00
2f31066a0c Add lib/userinfo.php 2017-05-07 00:47:43 -06:00
de4dcc37bc Add uid_exists($uid), better login error messages 2017-05-06 23:20:18 -06:00
cd9ebb461e Fix LDAP password changing, rewrite a lot of LDAP code to work better 2017-05-06 23:19:22 -06:00
dcd495f4e4 Add reCAPTCHA support, fix bug that allowed logins with only a username and 2fa code 2017-05-02 19:17:59 -06:00
2a9ad78477 Add more details to logging 2017-05-01 14:29:22 -06:00
c6941c7bd3 Remove unused variable reference 2017-05-01 13:13:16 -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
3110011596 Add Portal API integration, add icon/style settings, add navbar and icon
options to PAGES
2017-04-25 18:22:27 -06:00
16cbf2a5f1 Create template based on SSO code 2017-04-25 12:09:06 -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