Commit Graph

54 Commits (74971a4592385ae1b53d6ab1320d06b024a4f512)

Author SHA1 Message Date
Skylar Ittner 74971a4592 Add new more flexible login flow 5 years ago
Skylar Ittner bb5639c447 Merge BusinessAppTemplate (new settings.php format)
# Conflicts:
#	api.php
#	api/apisettings.php
#	api/index.php
#	app.php
#	index.php
#	langs/en/titles.json
#	lib/Login.lib.php
#	lib/Notifications.lib.php
#	lib/User.lib.php
#	mobile/index.php
#	required.php
#	settings.template.php
5 years ago
Skylar Ittner c179ed7ebb Make settings.php an array, not a bunch of defines 5 years ago
Skylar Ittner 61d660be69 Add FormBuilder 5 years ago
Skylar Ittner 5b7ab65946 Make better API system, use new AccountHub API 5 years ago
Skylar Ittner 0e094809fa Cleanup some technical debt 5 years ago
Skylar Ittner 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
5 years ago
Skylar Ittner ec44a6740f Fix "language key ... is defined more than once" warning 6 years ago
Skylar Ittner 39ccaa2f2d Add RSS/ATOM notification feeds, close #12 6 years ago
Skylar Ittner 1271317eb9 Rewrite to use classes, aligning with AccountHub 2.0 6 years ago
Skylar Ittner 2caec48e4c Add mobile notification API calls 6 years ago
Skylar Ittner 29bc479355 Sort results of Notifications::get() by seen status and timestamp 6 years ago
Skylar Ittner c6e0e1913f Create Notifications class 6 years ago
Skylar Ittner b23e4bce30 Rewrite a lot of code, close Business/CommonBugs#3, close Business/CommonBugs#4, close #9 6 years ago
Skylar Ittner 3763d0d485 Remove lang() and lang2() and rewrite references 6 years ago
Skylar Ittner deca0d330d Remove home screen widgets, build new i18n system, close #4 6 years ago
Skylar Ittner be34857d71 Change session ID on successful login, make sessions last at least 2 hours 6 years ago
Skylar Ittner 606b286b1e Switch from reCAPTCHA to Captcheck 6 years ago
Skylar Ittner a9eb59c936 Replace reCAPTCHA with Captcheck 6 years ago
Skylar Ittner d10c6214a6 Switch to Mozilla Public License 2.0 for code consistency 6 years ago
Skylar Ittner 814c0dbc0f Fix URL 6 years ago
Skylar Ittner ce8e0fb4e3 Improve isManagerOf() error handling to prevent possible security bug 6 years ago
Skylar Ittner 7c44b18854 Add checkAPIKey($key) function to login.php 6 years ago
Skylar Ittner c92d84c739 Fully implement MPL-2.0 license 6 years ago
Skylar Ittner fec5e13415 Fix "server error" message with incorrect username 6 years ago
Skylar Ittner 0bc3d2776c PHP 7.1 compatability 7 years ago
Skylar Ittner 2cee224450 Add one-time admin account setup script. 7 years ago
Skylar Ittner 14f401f355 Improve mobile integration, fix some upper/lower case bugs 7 years ago
Skylar Ittner 3d01bf8feb Remove debug data 7 years ago
Skylar Ittner 400dffa96e Make change password feature work 7 years ago
Skylar Ittner 5f139b69de Change default login alert app name to SITE_TITLE, not a hardcoded string 7 years ago
Skylar Ittner 4ad42bfe48 Add sendLoginAlertEmail() code 7 years ago
Skylar Ittner 2db9187968 Add API for sending alert emails 7 years ago
Skylar Ittner 865d47121c Actually implement alert email system 7 years ago
Skylar Ittner 6399c0a451 Fix issue #1 (add rate limiting to sensitive actions) 7 years ago
Skylar Ittner 9fab179325 Make account_has_permission actually work 7 years ago
Skylar Ittner d918af5d65 Add account_has_permission function 7 years ago
Skylar Ittner 1a11f365f8 Add permissions tables and API function 7 years ago
Skylar Ittner 756484573a Use PHP date() instead of SQL NOW() 7 years ago
Skylar Ittner ee4899de80 Improve error handling, add password changing, add taskfloor tasks module 7 years ago
Skylar Ittner 1665b3f3e7 Make worst password search case-insensitive 7 years ago
Skylar Ittner 1b334ff894 Improve error handling "friendliness" 7 years ago
Skylar Ittner 2f31066a0c Add lib/userinfo.php 7 years ago
Skylar Ittner de4dcc37bc Add uid_exists($uid), better login error messages 7 years ago
Skylar Ittner cd9ebb461e Fix LDAP password changing, rewrite a lot of LDAP code to work better 7 years ago
Skylar Ittner dcd495f4e4 Add reCAPTCHA support, fix bug that allowed logins with only a username and 2fa code 7 years ago
Skylar Ittner 2a9ad78477 Add more details to logging 7 years ago
Skylar Ittner c6941c7bd3 Remove unused variable reference 7 years ago
Skylar Ittner 5929d13147 Add API, auth logging, AD support
TODO: Test changing AD passwords
7 years ago
Skylar Ittner e28d3a93ac Clean up clutter and unneeded code 7 years ago