53 Commits

Author SHA1 Message Date
28b8563ea0 Finish merge/upgrade 2019-01-02 23:53:08 -07:00
47540e57d2 Merge ../BusinessAppTemplate
# Conflicts:
#	README.md
#	api.php
#	composer.lock
#	index.php
#	lang/en_us.php
#	lib/login.php
#	required.php
#	settings.template.php
2019-01-02 23:52:41 -07:00
892102528b Strip tags from aria-label 2018-12-31 14:22:14 -07:00
69c634ea99 Add checkbox to form builder 2018-12-31 14:14:00 -07:00
106e697fc3 Remove captcha-related code, since login is done by AccountHub now 2018-12-26 16:25:48 -07:00
c179ed7ebb Make settings.php an array, not a bunch of defines 2018-12-20 23:45:45 -07:00
61d660be69 Add FormBuilder 2018-12-20 23:24:47 -07:00
5b7ab65946 Make better API system, use new AccountHub API 2018-12-14 21:16:31 -07:00
ec44a6740f Fix "language key ... is defined more than once" warning 2018-11-28 22:50:29 -07:00
1271317eb9 Rewrite to use classes, aligning with AccountHub 2.0 2018-09-07 15:03:42 -06:00
d7dcaf3f5d Merge https://source.netsyms.com/business/businessapptemplate 2018-05-15 13:46: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
08790bac32 Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate
# Conflicts:
#	settings.template.php
2018-04-15 19:31:49 -06:00
a9eb59c936 Replace reCAPTCHA with Captcheck 2018-04-15 19:28:34 -06:00
315d00448e Merge Business/BusinessAppTemplate: BS v4.1, include Roboto font 2018-04-13 01:48:14 -06:00
d10c6214a6 Switch to Mozilla Public License 2.0 for code consistency 2018-04-09 19:18:19 -06:00
bcec2d22dd Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate 2018-04-08 16:39:23 -06:00
814c0dbc0f Fix URL 2018-04-08 16:37:46 -06:00
99a852787d Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate
# Conflicts:
#	.gitignore
#	README.md
#	action.php
#	api.php
#	app.php
#	composer.json
#	composer.lock
#	index.php
#	lang/en_us.php
#	lang/messages.php
#	lib/iputils.php
#	lib/login.php
#	lib/userinfo.php
#	mobile/index.php
#	nbproject/project.properties
#	nbproject/project.xml
#	pages.php
#	pages/404.php
#	pages/home.php
#	required.php
#	settings.template.php
#	static/css/app.css
#	static/img/logo.png
#	static/img/logo.svg
#	static/js/app.js
2018-04-08 16:36:09 -06:00
fc42984e4a Upgrade to Bootstrap 4.0, FontAwesome 5.0, jQuery 3.3.1 2018-01-28 23:54:27 -07:00
bad43ff93f Improve isManagerOf() error handling to prevent possible security bug 2018-01-03 21:56:43 -07:00
ce8e0fb4e3 Improve isManagerOf() error handling to prevent possible security bug 2018-01-03 21:55:48 -07:00
9ca4fef96c Add groups report 2017-12-22 01:25:12 -07:00
7c44b18854 Add checkAPIKey($key) function to login.php 2017-12-20 17:37:40 -07:00
4da6301f1c Fully implement MPL-2.0 license 2017-12-16 13:54:00 -07:00
30874ca14a Refactor and enforce Content-Security-Policy 2017-11-13 16:26:29 -07:00
77700a50a2 Fix HTML exporter breaking with null values 2017-10-11 12:59:03 -06:00
012ae2d767 Fix expired download codes not clearing sometimes 2017-10-11 12:54:37 -06:00
879bd8d408 Add support for downloading reports from mobile app, add HTML export format 2017-10-11 12:50:09 -06:00
c5724b658e Close #3 (add export/reports feature) 2017-10-10 22:09:14 -06:00
b259f0fab4 Nothing 2017-07-05 23:23:03 -06:00
3d01bf8feb Remove debug data 2017-06-29 04:10:41 -06:00
f12bafd51a Tweak mobile APIs 2017-06-29 04:04:31 -06:00
207be7114a Flag users as disabled/deleted if they can't actually be deleted 2017-06-24 20:31:51 -06:00
e607c120c4 Add sendLoginAlertEmail() function 2017-06-23 15:50:11 -06:00
4ad42bfe48 Add sendLoginAlertEmail() code 2017-06-23 15:49:49 -06:00
cd5f4bccf9 Add 2-factor auth reset button to user editor 2017-06-19 23:10:00 -06:00
70538aa509 Fix #1 (Add mobile session creation API), add better IP detection 2017-06-17 00:33:28 -06:00
937f44eb11 Add permission editor 2017-05-28 23:24:56 -06:00
b0f5721819 Add manager management system 2017-05-27 23:55:19 -06:00
b2402c381f Fix typo 2017-05-27 19:51:41 -06:00
cade08459d Add server-side loading to users table 2017-05-27 19:47:27 -06:00
8e24cd7208 Add user adding/removing/editing and security log viewing/clearing. 2017-05-27 19:32:12 -06:00
4b6fcd8f7c User list and user editor/adder now working. 2017-05-26 00:09:42 -06:00
d918af5d65 Add account_has_permission function 2017-05-26 00:05:59 -06:00
9f13a67c7e Copy from BusinessAppTemplate @ 542bb80d85 2017-05-22 03:04:32 -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
dcd495f4e4 Add reCAPTCHA support, fix bug that allowed logins with only a username and 2fa code 2017-05-02 19:17:59 -06:00
c6941c7bd3 Remove unused variable reference 2017-05-01 13:13:16 -06:00