Commit graph

263 commits

Author SHA1 Message Date
dependabot[bot]
efddb693d5
Bump jsonwebtoken, firebase-admin and firebase-functions in /functions
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to 9.0.0 and updates ancestor dependencies [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken), [firebase-admin](https://github.com/firebase/firebase-admin-node) and [firebase-functions](https://github.com/firebase/firebase-functions). These dependencies need to be updated together.


Updates `jsonwebtoken` from 8.1.0 to 9.0.0
- [Release notes](https://github.com/auth0/node-jsonwebtoken/releases)
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](https://github.com/auth0/node-jsonwebtoken/compare/v8.1.0...v9.0.0)

Updates `firebase-admin` from 7.0.0 to 11.4.1
- [Release notes](https://github.com/firebase/firebase-admin-node/releases)
- [Commits](https://github.com/firebase/firebase-admin-node/compare/v7.0.0...v11.4.1)

Updates `firebase-functions` from 2.2.1 to 4.1.1
- [Release notes](https://github.com/firebase/firebase-functions/releases)
- [Changelog](https://github.com/firebase/firebase-functions/blob/master/tsconfig.release.json)
- [Commits](https://github.com/firebase/firebase-functions/compare/v2.2.1...v4.1.1)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-type: indirect
- dependency-name: firebase-admin
  dependency-type: direct:production
- dependency-name: firebase-functions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 11:36:50 +00:00
c415a2d139
Merge pull request #13 from AYM1607/dependabot/npm_and_yarn/functions/lodash.merge-4.6.2
Bump lodash.merge from 4.6.1 to 4.6.2 in /functions
2019-07-14 15:04:00 -05:00
80e5f26ec1
Merge pull request #12 from AYM1607/dependabot/npm_and_yarn/functions/lodash-4.17.14
Bump lodash from 4.17.11 to 4.17.14 in /functions
2019-07-14 15:03:48 -05:00
dependabot[bot]
bb72a561dd
Bump lodash.merge from 4.6.1 to 4.6.2 in /functions
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 20:00:32 +00:00
dependabot[bot]
c40a7b6bac
Bump lodash from 4.17.11 to 4.17.14 in /functions
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 20:00:08 +00:00
ffb6fb4870 Added gif for full screen gallery 2019-06-04 12:48:33 -05:00
e7b4d0698b Updated readme with functionality and gifs 2019-06-03 23:43:09 -05:00
143d0315ee Added first video to readme 2019-06-03 22:56:42 -05:00
78fe8080d6 Fixed unused import error 2019-04-28 18:47:20 -05:00
735a99c9b0 Removed the size limit when picking an image 2019-04-28 18:43:28 -05:00
e05f5bc093 Finished Archive screen 2019-04-28 18:37:37 -05:00
5f190cb99a Added missing dispose overrides in screens 2019-04-28 17:10:13 -05:00
560b40ca3b Finished the new event screen 2019-04-27 21:47:00 -05:00
2eeed6b287 Added extra field check for done in firebase function 2019-04-27 19:30:35 -05:00
09555aeadf Extracted the list building on the events screen to a separate method, updated the firebase function to handle updates on the "done" field in tasks 2019-04-27 19:24:56 -05:00
dfe52b77ef Events screen now shows the events linked to the user 2019-04-26 21:14:52 -05:00
2b1ac6d48c Finished the event list tile 2019-04-26 20:58:04 -05:00
86742a6746 Preliminary code for the event list tile, layout and title 2019-04-24 16:23:54 -05:00
118bb26713 Made the populated drawer in the events screen use the data from the firebase user object 2019-04-24 15:48:33 -05:00
57ffb7dd5c Fixed unused import error 2019-04-24 15:26:05 -05:00
6abfc0beac Added missing comments for the snackbar code, extracted snackbar related code from the screens constructors to a method 2019-04-24 15:20:55 -05:00
10aabed07e Implemented the upload status snackbar on the home screen, created the [DistinctStreamTransformer] and refactored how screens decide when to show a snackbar 2019-04-24 15:11:39 -05:00
28a112779a Deleted TODO related to testing the new [getTask] method 2019-04-23 21:54:13 -05:00
47bc121cb1 Fixed broken tests due to renamed methods 2019-04-23 20:48:30 -05:00
fd0d0e9cc2 Moved build badge to title 2019-04-23 02:27:06 -05:00
bd59594bb8 Added the bitrise badge 2019-04-23 02:21:38 -05:00
00b7e68193 Fixed unused import error 2019-04-23 02:15:27 -05:00
d8cbed2cd1 Several fixes and formatting. Fixed a bug where a stream subscription wasn't being closed by the Carousel widget 2019-04-23 02:01:35 -05:00
bc74590303 Created the events screen, fixed a bug where the user email to be displayed was allowed to be null 2019-04-15 20:33:05 -05:00
3c1c3c68b2 Created the populatedDrawer widget and the Avatar widget 2019-04-15 20:27:42 -05:00
0d47b271fe Rendamed widgets with "custom" in their name 2019-04-15 17:23:47 -05:00
33eab452e0 Finished the carousel widget and added it to the gallery screen as navigation 2019-04-15 16:55:37 -05:00
cce2b668c0 Added preliminary code for the carousel widget 2019-04-14 21:24:24 -05:00
40e91caf47 Added docs for the [pendingTasksUpdater] firebase function 2019-04-13 21:26:19 -05:00
74c40c535b Modified the cloud function to only act when there has been a change on priority or event on tasks 2019-04-13 19:36:52 -05:00
7f77d8a86a Finished auto increment firebase function 2019-04-13 18:23:45 -05:00
a8dacb06cd Changed the structure for the firebase functions directory 2019-04-13 16:27:04 -05:00
34e7756e80 Added support for the upload status snackbar in the event screen 2019-04-11 01:59:53 -05:00
aa1d9b9edf Added properties and functions to the event bloc for showing the upload status snackbar 2019-04-11 01:05:36 -05:00
f503cce0e3 Created the upload status service to keep track of currently being uploaded files 2019-04-11 00:17:11 -05:00
52623c1511 Added variables to make snackbars possible in the event screen 2019-04-10 22:34:40 -05:00
86bd438ec8 Reverted back to the official firestore package 2019-04-10 20:31:20 -05:00
806a7f888a Added local firestore package 2019-04-10 02:10:02 -05:00
dd57c85972 Finished the media view and the gallery for the event screen 2019-04-09 07:04:49 -05:00
acc0b54cfb Refactored the event bloc to listen for updates in the media list instead of fetching them once 2019-04-08 15:09:55 -05:00
d4813bdce9 Refactored the media view in the event screen, extracted the thumbnail to its own widget ([AsyncThumbnail]) 2019-04-08 14:48:30 -05:00
ec505eb27e Added preliminary code for the media screen 2019-04-08 03:03:12 -05:00
02d7dd5be3 Added a function that downloads a file from the storage bucket given its path, change the size of the thumnails to 256 per side 2019-04-07 20:29:51 -05:00
2b6ef23ab9 Fixed a bug where all the thumnails where the same as the first one in the firebase function 2019-04-07 19:08:18 -05:00
f438df4432 Added metadata for uploaded images, added confirmation log for the firebase function 2019-04-07 18:32:32 -05:00