54 Commits

Author SHA1 Message Date
d30b6fc27c Merge ../BusinessAppTemplate 2019-03-19 17:16:05 -06:00
26a662c399 Add addTextInput and addSelect methods that are simpler than addInput 2019-03-01 23:37:36 -07:00
3ca062d995 Enforce app passwords in API for users with two-factor enabled 2019-02-11 16:19:27 -07:00
5e1ee303a8 Merge ../BusinessAppTemplate
# Conflicts:
#	pages/form.php
2019-01-04 17:58:49 -07:00
e1837a22fe Merge ../BusinessAppTemplate
# Conflicts:
#	README.md
#	api.php
#	index.php
#	langs/en/core.json
#	langs/en/titles.json
#	mobile/index.php
#	required.php
#	settings.template.php
2019-01-04 17:57:08 -07:00
7173a50c36 Add textarea to FormBuilder 2019-01-04 17:53:01 -07:00
e66280e07a FormBuilder: add d-flex to footer 2019-01-04 17:29:08 -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
cd100535ac Add readonly item view (close #13) 2018-10-06 00:43:58 -06:00
5283f14609 Refactor report generation 2018-09-21 17:36:16 -06:00
f2d3c199ab Merge BusinessAppTemplate
# Conflicts:
#	composer.lock
#	lang/en_us.php
#	lib/login.php
#	mobile/index.php
2018-09-07 18:29:25 -06:00
1271317eb9 Rewrite to use classes, aligning with AccountHub 2.0 2018-09-07 15:03:42 -06:00
24a78449c7 Merge BusinessAppTemplate 2018-05-15 13:46:16 -06:00
be34857d71 Change session ID on successful login, make sessions last at least 2 hours 2018-05-15 13:44:43 -06:00
14c6f5c9cc Mostly fix item table width issues 2018-04-16 17:16:03 -06:00
b4b59298bb Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate
# Conflicts:
#	settings.template.php
2018-04-15 19:31:03 -06:00
a9eb59c936 Replace reCAPTCHA with Captcheck 2018-04-15 19:28:34 -06:00
046f965fee Merge Business/BusinessAppTemplate: BS v4.1, include Roboto font 2018-04-13 01:46:30 -06:00
ca09f9d346 Add item cost and sale price fields 2018-04-10 01:25:07 -06:00
d10c6214a6 Switch to Mozilla Public License 2.0 for code consistency 2018-04-09 19:18:19 -06:00
b85e0c08cf Merge changes from BusinessAppTemplate 2018-04-08 20:10:07 -06:00
814c0dbc0f Fix URL 2018-04-08 16:37:46 -06:00
0593f4c6d4 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/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:28:31 -06:00
453f97706e Upgrade to Bootstrap 4.0, FontAwesome 5.0, jQuery 3.3.1 2018-01-29 00:37:39 -07:00
112599d162 Improve isManagerOf() error handling to prevent possible security bug 2018-01-03 21:56:25 -07:00
ce8e0fb4e3 Improve isManagerOf() error handling to prevent possible security bug 2018-01-03 21:55:48 -07:00
a4555e808d Add location descriptions to report 2017-12-26 17:01:52 -07:00
98aa7d3217 Add reports (close #7) 2017-12-26 16:54:20 -07:00
7c44b18854 Add checkAPIKey($key) function to login.php 2017-12-20 17:37:40 -07:00
623c5e2f01 Fully implement MPL-2.0 license 2017-12-16 13:32:58 -07:00
37f5b9f69d Minor style update 2017-12-09 18:05:11 -07:00
ba4b098c14 Add item cloning (closes #5) 2017-11-07 15:34:10 -07:00
f3899029f7 Add desired quantity tracking (Close #2) 2017-09-05 22:38:38 -06:00
3d01bf8feb Remove debug data 2017-06-29 04:10:41 -06:00
84e6965128 Add mobile API 2017-06-29 04:06:04 -06:00
3595a1b91f Add sendLoginAlertEmail() function 2017-06-23 15:50:27 -06:00
4ad42bfe48 Add sendLoginAlertEmail() code 2017-06-23 15:49:49 -06:00
b2bf79a2f1 Add permissions checks 2017-05-28 23:46:28 -06:00
769ea75e82 Item table now loads with AJAX 2017-05-27 20:02:27 -06:00
d918af5d65 Add account_has_permission function 2017-05-26 00:05:59 -06:00
b883368578 Copy from BusinessAppTemplate @ e8c9cd56e2 2017-05-14 11:50:09 -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