d239b16d33
Merge pull request #43 from bit-badger/dependabot/npm_and_yarn/src/app/websocket-extensions-0.1.4
...
Bump websocket-extensions from 0.1.3 to 0.1.4 in /src/app
2021-03-09 10:41:56 -05:00
a9ab0446c4
Merge pull request #52 from bit-badger/dependabot/npm_and_yarn/src/app/pug-3.0.1
...
Bump pug from 2.0.4 to 3.0.1 in /src/app
2021-03-09 10:39:59 -05:00
dependabot[bot]
fb304c26b6
Bump elliptic from 6.5.2 to 6.5.4 in /src/app
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-09 00:56:03 +00:00
dependabot[bot]
7b11e70e76
Bump pug from 2.0.4 to 3.0.1 in /src/app
...
Bumps [pug](https://github.com/pugjs/pug ) from 2.0.4 to 3.0.1.
- [Release notes](https://github.com/pugjs/pug/releases )
- [Commits](https://github.com/pugjs/pug/compare/pug@2.0.4...pug@3.0.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-03 02:54:57 +00:00
dependabot[bot]
05a1b7adda
Bump websocket-extensions from 0.1.3 to 0.1.4 in /src/app
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-06-06 13:17:04 +00:00
Daniel J. Summers
f833598cdd
Fix progress bar style
2020-05-21 08:05:03 -05:00
Daniel J. Summers
dfd1c59554
Fix tryJournalById function ( #42 )
...
Also update .NET deps
2020-04-23 10:07:23 -05:00
Daniel J. Summers
83b70073e9
Update deps
2020-04-11 08:51:14 -05:00
dependabot[bot]
11025cc39a
Bump auth0-js from 9.12.2 to 9.13.2 in /src/app ( #40 )
2020-04-11 13:37:32 +00:00
Daniel J. Summers
fb908a1cef
Update to .NET Core 3.1 ( #39 )
...
Also catch dependencies up to latest
2020-03-07 18:30:21 -06:00
Daniel J. Summers
6a6f7b35c7
Reverse notes ordering, make scrollable ( #32 )
2019-10-14 10:50:50 -05:00
715df08cbe
Migrate API to .NET Core 3.0 ( #31 )
...
Migrate API to .NET Core 3.0 (fixes #30 )
2019-09-28 08:42:58 -05:00
Daniel J. Summers
ac8b39fff9
Update version
2019-09-26 21:22:14 -05:00
Daniel J. Summers
2bf54136ca
Fix journal ordering fix ( #28 again)
2019-09-26 20:46:08 -05:00
Daniel J. Summers
0709cabea1
Fix journal ordering ( #28 )
2019-09-10 06:08:19 -05:00
Daniel J. Summers
cbd9114599
Update deps
...
fixes security for eslint-utils, which isn't part of the published package; no same-day point-plusone release required
2019-09-02 19:39:51 -05:00
fa78e86de6
myPrayerJournal v2 ( #27 )
...
App changes:
* Move to Vue Material for UI components
* Convert request cards to true material design cards, separating the "pray" button from the others and improved highlighting of the current request
* Centralize Auth0 integration in one place; modify the Vuex store to rely on it entirely, and add a Vue mixin to make it accessible by any component
API changes:
* Change backing data store to RavenDB
* Evolve domain models (using F# discriminated unions, and JSON converters for storage) to make invalid states unrepresentable
* Incorporate the FunctionalCuid library
* Create a functional pipeline for app configuration instead of chaining `IWebHostBuilder` calls
Bug fixes:
* Set showAfter to 0 for immediately recurring requests (#26 )
2019-09-02 19:01:26 -05:00
Daniel J. Summers
ce588b6a43
dep update for lodash CVE
2019-07-12 19:34:26 -05:00
Daniel J. Summers
57cd17c734
Fixed broken pray button
2019-07-07 07:08:42 -05:00
Daniel J. Summers
42615dae82
Update recurrence before status ( #25 ); version bump
2019-07-05 20:34:38 -05:00
Daniel J. Summers
68b650e31d
Updated dependencies
2019-05-31 20:29:57 -05:00
Daniel J. Summers
d738321dc0
Use FSharpLu for JSON serialization ( #24 )
2019-02-23 13:59:32 -06:00
Daniel J. Summers
8995097d68
Updated to .NET Core 2.2 ( #23 )
...
Also updated API and app deps
2019-02-23 10:59:23 -06:00
Daniel J. Summers
4310fb91fa
Updated deps
2019-01-29 20:52:38 -06:00
Daniel J. Summers
c0def7623f
Updated docs link to new subdomain
2018-09-09 21:08:22 -05:00
Daniel J. Summers
334710065c
Upgrade to Vue CLI 3 / Webpack 4 ( #22 )
...
Fixes #19
2018-08-21 20:39:41 -05:00
Daniel J. Summers
2c34650ceb
Completed recurrence work ( #16 )
...
Requests can now:
- be entered with recurrence
- be updated with recurrence
- manually skip recurrence period
Also did an app-wide clean-up to ensure that everything is done the same way in all places
2018-08-18 19:32:48 -05:00
Daniel J. Summers
9f1e258180
Added recurrence to new request add/edit page ( #16 )
...
still need to get the actual non-immediate recurrence stuff to work correctly
2018-08-18 13:46:03 -05:00
Daniel J. Summers
0c21e6c1c0
Unsnooze works; #20 is complete
...
also:
- wrapped up some other stylings
- snoozed requests still show in the journal; this logic will change with recurrence work, so that bug is deferred
2018-08-18 11:07:30 -05:00
Daniel J. Summers
a6144f67ec
Converted notes modal ( #20 )
2018-08-18 09:13:38 -05:00
Daniel J. Summers
e351fe5b56
Active request page ( #16 )
...
Also:
- refactored snoozed and answered list pages to use a common list format
- reworked the URLs to make them more consistent
- eliminated current "full" API endpoint, and renamed existing "complete" endpoint to "full"
2018-08-17 22:12:14 -05:00
Daniel J. Summers
d3aff4a110
Add/Edit request works
...
No longer a modal (#20 )
2018-08-17 20:59:57 -05:00
Daniel J. Summers
c0dd6b5dd6
A few more minor tweaks
2018-08-16 22:09:39 -05:00
Daniel J. Summers
5bba499251
-BootstrapVue -VueAwesome
...
- All non-modals no longer reference Bootstrap or Font Awesome (#20 )
- Removed "full request" button from journal page (#16 )
- Added role attributes in many places
2018-08-16 21:57:54 -05:00
Daniel J. Summers
8becb8cea4
F# API ( #18 )
...
- API is now F# / Giraffe / EF Core
- Snoozed requests are complete #17
- Updated doc links in preparation for transfer to Bit Badger Solutions organization's repository
2018-08-06 21:21:28 -05:00
Daniel J. Summers
d1fd5f68e7
Added snooze icon to journal
...
#17
2018-06-18 21:05:04 -05:00
Daniel J. Summers
05990d537a
Version bump
2018-06-14 18:31:51 -05:00
Daniel J. Summers
67cdd5a9b0
Update tooltip on date changed
...
Bound long date to computed property (addresses #15 )
2018-06-14 18:21:14 -05:00
Daniel J. Summers
650bda6bc5
Version bump; remove logging
2018-05-27 19:46:55 -05:00
Daniel J. Summers
91daa387cb
Misc final tweaks
...
- Handle notes being nil
- Distinguish between request not found, error retrieving notes, and no notes for present request
- Minor UI tweaks to use smart quotes
2018-05-27 19:26:52 -05:00
Daniel J. Summers
bad430fc37
GDPR update; version bump
...
- added Terms of Service and Privacy Policy
- updated deps
- fixed vue-bootstrap warning
2018-05-26 11:59:30 -05:00
Daniel J. Summers
b248f7ca7f
minor tweaks towards JWTs
...
time box expired before completing this; one of these days...
2018-03-20 20:26:02 -05:00
Daniel J. Summers
8d84bdb2e6
app/API build adjustments; get user from ctx
2018-03-12 23:14:16 -05:00
Daniel J. Summers
943492f175
Updated Auth0 and other deps #13 ; version bump
2018-03-10 22:50:39 -06:00
Daniel J. Summers
df76385d6a
Added previously-ignored Vue build files
...
Those globs will git you...
2018-03-10 22:22:10 -06:00
Daniel J. Summers
8d8d112fff
Updated front page text ( #12 )
2017-10-23 22:04:34 -05:00
Daniel J. Summers
6c4061e07d
Updated docs/README; version bump
...
So long alpha - hello, beta!
2017-10-23 21:40:58 -05:00
Daniel J. Summers
9cdb505bb1
Renamed RequestListItem to RequestCard
2017-10-23 21:22:29 -05:00
Daniel J. Summers
40d765fb92
Journal is more mobile-friendly ( #11 )
...
Also:
- Updated deps
- Ensure the date is wrapped as a whole on the Answered Request page
2017-10-23 21:19:39 -05:00
Daniel J. Summers
56dee71377
Updated dox for #9 ; version bump
2017-10-23 05:53:30 -05:00