|
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 |
|
|
53e158b553
|
Update FontAwesome 5.6.0 -> 5.7.2
|
2019-03-19 17:12:45 -06:00 |
|
|
474047ab34
|
Update Bootstrap 4.1.3 -> 4.3.1
|
2019-03-19 17:11:54 -06:00 |
|
|
d46d0164ea
|
Add ad card support
|
2019-03-13 03:44:47 -06:00 |
|
|
c97e058786
|
API: Check for user permission
|
2019-03-01 23:43:31 -07:00 |
|
|
26a662c399
|
Add addTextInput and addSelect methods that are simpler than addInput
|
2019-03-01 23:37:36 -07:00 |
|
|
289aaeaa9f
|
Minor text changes
|
2019-03-01 23:37:06 -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 |
|
|
9252e6063f
|
Change title column type to TEXT
|
2019-01-31 01:55:18 -07:00 |
|
|
8cf4e17b08
|
Use optimized/minified SVG, don't do design stuff late at night
|
2019-01-27 00:33:31 -07:00 |
|
|
0d59106562
|
Wrong logo corner size
|
2019-01-27 00:31:50 -07:00 |
|
|
951fee6193
|
Make web logo match the app logo
|
2019-01-27 00:26:25 -07:00 |
|
|
302fb20e7b
|
Fix star icons changing color after ajax refresh
|
2019-01-23 20:53:33 -07:00 |
|
|
e471355637
|
Update note modified date when favorite status changes, fix API bug preventing notes from being unfavorited
|
2019-01-23 18:23:13 -07:00 |
|
|
d4bcd56b90
|
Make images floaty and wrappy
|
2019-01-19 14:26:33 -07:00 |
|
|
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 |
|