|
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 |
|
|
5b7ab65946
|
Make better API system, use new AccountHub API
|
2018-12-14 21:16:31 -07:00 |
|
|
ba98534444
|
Merge ../BusinessAppTemplate
|
2018-12-14 19:19:12 -07:00 |
|
|
13b60de915
|
Remove is_empty()
|
2018-12-14 19:14:22 -07:00 |
|
|
32cd18933d
|
Update FontAwesome from 5.3.1 to 5.6.0
|
2018-12-11 21:39:25 -07:00 |
|
|
f4b4812651
|
Make crossed-out list items faded
|
2018-12-10 01:25:23 -07:00 |
|
|
4f1b81ff4b
|
Deprecate is_empty()
|
2018-12-04 19:48:23 -07:00 |
|
|
cb3c8aaf2d
|
Support undefined messages
|
2018-12-04 19:46:08 -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 |
|
|
18bc8b1f4b
|
Improve noscript behavior
|
2018-11-28 23:02:34 -07:00 |
|
|
be7c819f0f
|
Add database.sql
|
2018-11-28 22:54:45 -07:00 |
|
|
60181c30ac
|
Add database table and cron job to send reminders (isue #6)
|
2018-11-28 22:52:13 -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 |
|
|
f4d7915fbc
|
Make tables look nice
|
2018-11-26 01:11:18 -07:00 |
|
|
b44ef89405
|
Make favorite star seeable on all backgrounds, increase button padding for easier clicks
|
2018-11-25 21:45:26 -07:00 |
|
|
3cf9dacbf8
|
Apply note color in editor
|
2018-11-25 21:25:58 -07:00 |
|
|
c04d535c97
|
Adjust element spacing
|
2018-11-25 21:08:34 -07:00 |
|
|
6bf687b40c
|
Make UI a bit nicer
|
2018-11-25 20:04:48 -07:00 |
|
|
c83cbd5e65
|
Add pastel colors
|
2018-11-25 19:39:46 -07:00 |
|
|
0b64eb555f
|
Add New Note page, for the A E S T H E T I C
|
2018-11-25 19:15:00 -07:00 |
|
|
8eb196df36
|
Fix note footer link having wrong background and border color
|
2018-11-25 19:06:51 -07:00 |
|
|
b1248c80d8
|
Refresh home page if number of notes changes
|
2018-11-25 19:01:09 -07:00 |
|
|
6de5a44a1f
|
Fix titles not being set properly on notes created via the Nextcloud API
|
2018-11-24 17:08:05 -07:00 |
|
|
9085802443
|
Fix issue with sizer-element overlapping buttons
|
2018-11-24 16:27:05 -07:00 |
|
|
9e8a526cc2
|
Update README.md
|
2018-11-24 16:19:05 -07:00 |
|
|
3d0129b647
|
Improve behavior without JavaScript
|
2018-11-24 16:11:50 -07:00 |
|
|
258b6163df
|
Use masonry layout for notes
|
2018-11-24 15:50:32 -07:00 |
|
|
093580fa70
|
Adjust color palette, refresh home page if note colors changed
|
2018-11-24 15:22:23 -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 |
|
|
91636b15d2
|
Add download button to notes
|
2018-11-24 13:03:15 -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 |
|
|
f7d443b954
|
Fix note card bottom margin when multiple rows
|
2018-11-22 00:27:55 -07:00 |
|
|
407df6e228
|
Add basic create/edit/delete functionality, close #1
|
2018-11-22 00:25:27 -07:00 |
|
|
b4ffb8f7ca
|
Update README
|
2018-11-19 15:32:30 -07:00 |
|
|
841bf184f7
|
Create Note object, simple database schema, and readonly web view
|
2018-11-19 15:29:55 -07:00 |
|