26 Commits

Author SHA1 Message Date
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
39ccaa2f2d Add RSS/ATOM notification feeds, close #12 2018-09-22 22:08:54 -06:00
1a01f67662 Add appid column to notifications table, remove unused code 2018-07-28 15:56:44 -06:00
5374fa0611 Add notification API, close #7 2018-07-12 00:00:38 -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
3d309ac68b Update database schema 2018-05-21 16:07:34 -06:00
d3bc37b40f Add pin column to accounts table 2017-12-30 11:17:24 -07:00
55f3141a07 Update dependencies 2017-12-28 16:12:15 -07:00
4ac39bd0d3 Add basic group info APIs 2017-12-21 01:21:18 -07:00
e5294bbecd Add mobile code login for Station client 2017-12-18 01:44:53 -07:00
00347cb33d Add permission QWIKCLOCK_ADMIN 2017-11-20 20:36:42 -07:00
87a75b7520 Change database name (sso->accounthub) 2017-11-16 23:50:03 -07:00
43385f73ee Limit usernames to 190 characters to avoid MariaDB limitation 2017-08-06 22:55:02 -06:00
bee707be8a Tweak mobile APIs 2017-06-29 04:02:15 -06:00
991f36b57f Add deleted column to accounts table 2017-06-24 20:32:18 -06:00
368a9c7e31 Close #2 (and make the DB diagram more compact) 2017-06-16 21:07:01 -06:00
6399c0a451 Fix issue #1 (add rate limiting to sensitive actions) 2017-06-16 18:40:12 -06:00
ff33f9e6b3 Add mobile API and pairing widget 2017-06-16 17:36:42 -06:00
b5a980ed89 Add more available log types to logtypes table 2017-05-27 19:48:01 -06:00
94df144321 Fix bug with 2-factor auth not logging in 2017-05-26 00:04:30 -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
2a9ad78477 Add more details to logging 2017-05-01 14:29:22 -06:00
5929d13147 Add API, auth logging, AD support
TODO: Test changing AD passwords
2017-04-29 02:35:49 -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