54 Commits

Author SHA1 Message Date
3fd79702e1 Add support for Nextcloud Notes app web login method 2019-10-12 23:30:20 -06:00
d562420374 Merge ../BusinessAppTemplate
# Conflicts:
#	settings.template.php
#	static/js/form.js
2019-03-19 17:31:37 -06:00
26a662c399 Add addTextInput and addSelect methods that are simpler than addInput 2019-03-01 23:37:36 -07:00
00a3598e92 Merge ../BusinessAppTemplate 2019-02-11 16:19:58 -07:00
3ca062d995 Enforce app passwords in API for users with two-factor enabled 2019-02-11 16:19:27 -07:00
7ec301bb19 Make note color palette a configurable setting 2019-01-18 16:10:16 -07:00
a87ce1ee73 Set default note color to #FFF59D 2019-01-12 01:41:22 -07:00
88e56626af API/Note->toArray(): Return UNIX timestamp instead of date string for modified 2019-01-11 22:29:21 -07:00
c84a682a6b Remove getCleanTitle() and move title cleanup code to getTitle() 2019-01-08 11:57:35 -07:00
f9b6d7213e Merge ../BusinessAppTemplate 2019-01-07 22:20:36 -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
23eb2fce69 Add getnotes and getnote API actions 2018-12-27 01:04:25 -07:00
6fdf9bd083 Merge BusinessAppTemplate 2018-12-27 00:18:39 -07:00
106e697fc3 Remove captcha-related code, since login is done by AccountHub now 2018-12-26 16:25:48 -07:00
09ab991fbb Fix #8 2018-12-26 15:04:23 -07:00
ec0e59e242 Merge BusinessAppTemplate 2018-12-26 14:38:56 -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
1d6b6d3afd Add fromChecklist() 2018-12-02 13:21:57 -07:00
6cb23163bf Remove todo list markup from clean title 2018-12-02 13:15:01 -07:00
621d8f57fe Merge ../BusinessAppTemplate 2018-11-28 22:51:10 -07:00
ec44a6740f Fix "language key ... is defined more than once" warning 2018-11-28 22:50:29 -07:00
3ff8a9389a Add ODT note export, add more metadata to HTML export 2018-11-28 20:55:15 -07:00
061834572a Add to-do list support (close #5), add overflow menu for action buttons 2018-11-28 19:52:03 -07:00
6de5a44a1f Fix titles not being set properly on notes created via the Nextcloud API 2018-11-24 17:08:05 -07:00
3d0129b647 Improve behavior without JavaScript 2018-11-24 16:11:50 -07:00
39e00dcc65 Add note color picker, close #4 2018-11-24 15:11:05 -07:00
161b3e3755 Add AJAX note refresh, note text now changes color to stay readable on dark backgrounds 2018-11-24 14:25:43 -07:00
9742b70e71 Add favorite note feature, fix setModified when passing UNIX timestamp 2018-11-24 13:55:09 -07:00
bc86fd0aa6 Ensure $note->getModified() never returns 1969, add getCleanTitle() 2018-11-24 13:03:01 -07:00
88b2146135 Implement Nextcloud Notes API, close #2 2018-11-24 12:32:59 -07:00
407df6e228 Add basic create/edit/delete functionality, close #1 2018-11-22 00:25:27 -07:00
841bf184f7 Create Note object, simple database schema, and readonly web view 2018-11-19 15:29:55 -07:00
1271317eb9 Rewrite to use classes, aligning with AccountHub 2.0 2018-09-07 15:03:42 -06:00
be34857d71 Change session ID on successful login, make sessions last at least 2 hours 2018-05-15 13:44:43 -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
3d01bf8feb Remove debug data 2017-06-29 04:10:41 -06:00
4ad42bfe48 Add sendLoginAlertEmail() code 2017-06-23 15:49:49 -06:00
d918af5d65 Add account_has_permission function 2017-05-26 00:05:59 -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