195 Commits

Author SHA1 Message Date
c74ad201e9 Make images in notes responsive 2019-01-19 14:21:37 -07:00
7ec301bb19 Make note color palette a configurable setting 2019-01-18 16:10:16 -07:00
c24c2ad403 Add note search/filter 2019-01-18 16:04:52 -07:00
3db2ba38e8 Make tables behave better 2019-01-15 15:05:05 -07:00
180fe602ad Fix copy/paste error 2019-01-15 13:51:12 -07:00
dbd5776b8f Add configurable note quota to limit the number of notes per user. 2019-01-15 13:25:01 -07:00
a87ce1ee73 Set default note color to #FFF59D 2019-01-12 01:41:22 -07:00
3b4be9dfe2 Update modified time 2019-01-12 01:38:17 -07:00
88e56626af API/Note->toArray(): Return UNIX timestamp instead of date string for modified 2019-01-11 22:29:21 -07:00
be39e37f9c Fix incorrect variable 2019-01-08 13:59:18 -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
7d30251cd6 Add CORS header to API 2019-01-07 22:18:02 -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
3ed75822a1 Update license and readme 2019-01-03 00:13:41 -07:00
7531dc362d Whoops 2019-01-02 23:54:53 -07:00
b250908663 Add more permissions checks 2019-01-02 23:51:47 -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
faea75fc4f Add togglelist API to toggle a list item (#9) 2018-12-27 15:31:53 -07:00
dcaa0e1506 Add tolist API to convert a note to a checklist (#9) 2018-12-27 15:31:10 -07:00
dfc579d00c Add favoritenote API to toggle favorite/star status (#9) 2018-12-27 15:30:40 -07:00
2ff2c173eb Add deletenote API (#9) 2018-12-27 15:22:39 -07:00
3e04746f57 Add savenote API for creating and updating notes (#9) 2018-12-27 15:18:56 -07:00
d031454b95 Merge ../BusinessAppTemplate 2018-12-27 14:44:31 -07:00
6ceeeaa087 Add support for regex matching on API vars 2018-12-27 14:44:10 -07:00
23eb2fce69 Add getnotes and getnote API actions 2018-12-27 01:04:25 -07:00
345f3d0ba0 Merge ../BusinessAppTemplate 2018-12-27 00:56:02 -07:00
f1c36fdeb1 Add getRequestUser() function 2018-12-27 00:55:58 -07:00
c041b76a88 Merge BusinessAppTemplate 2018-12-27 00:52:08 -07:00
d36b340692 Make API work with user/pass combo 2018-12-27 00:51:54 -07:00
538c3083e4 Update readme 2018-12-27 00:20:54 -07:00
6fdf9bd083 Merge BusinessAppTemplate 2018-12-27 00:18:39 -07:00
d7ca7125ce Nicer access denied message 2018-12-27 00:15:27 -07:00
1729b842ba Add permission check during login 2018-12-26 16:32:43 -07:00
4d2b78bdba Remove unused strings 2018-12-26 16:28:32 -07:00
106e697fc3 Remove captcha-related code, since login is done by AccountHub now 2018-12-26 16:25:48 -07:00
e0802f582b Remove unneeded index.css 2018-12-26 16:22:09 -07:00
b259642c0a Improve list indentation, remove bullet from checklists (close #7) 2018-12-26 16:18:25 -07:00
09ab991fbb Fix #8 2018-12-26 15:04:23 -07:00
ec0e59e242 Merge BusinessAppTemplate 2018-12-26 14:38:56 -07:00
016c71d30d Fix index.php not redirecting to app.php when already logged in 2018-12-22 22:38:50 -07:00
ba1369d842 Add app icon to login flow 2018-12-22 21:26:57 -07:00
a559901ac0 Redirect to AccountHub for user login 2018-12-22 16:57:45 -07:00
3f32258ba0 Fix bug 2018-12-20 23:58:35 -07:00
129efd13c7 Add documentation comments to settings 2018-12-20 23:54:25 -07:00
c179ed7ebb Make settings.php an array, not a bunch of defines 2018-12-20 23:45:45 -07:00
f1a85f47fd Add comment 2018-12-20 23:25:34 -07:00
61d660be69 Add FormBuilder 2018-12-20 23:24:47 -07:00