Commit Graph

15 Commits

Author SHA1 Message Date
Paolo Arena
4154605fdd - Fixed Image avatar user list, q-qvatar rounded image 2019-10-25 19:08:38 +02:00
Paolo Arena
8f69856c57 - Booking Event (with email to user and admin)
- Cancel Event (with email to user and admin)
- Store into mongodb
2019-10-05 20:01:56 +02:00
Paolo Arena
507f465313 bcryptjs 2019-07-14 18:44:36 +02:00
Paolo Arena
6a0b7db73c - Modified privacywrite query with graphLookup:
$graphLookup: {
        from: "projects",
        startWith: "$id_main_project",
        connectFromField: "id_main_project",
        connectToField: "_id",
        as: "ris",
        restrictSearchWithMatch: { $or: [{ privacyread: server_constants.Privacy.all }, { userId: userId }] }
      }
    },
    { $match: { "ris.privacyread": { $exists: true } } },
2019-04-13 03:04:49 +02:00
Paolo Arena
1856818d3a Calculation recorsively up completed! 2019-04-06 21:52:34 +02:00
Paolo Arena
7c3684813a Added begin_development and begin_test
Added status (changed completed field)
fixed internet status connection.
2019-04-02 00:27:59 +02:00
Paolo Arena
8f1ee2a7da - Update the way to use the data records on Vuex with Getters!
- Fix: mongodb call passing array todos and categiroes already splitted
2019-02-27 02:59:02 +01:00
Paolo Arena
d78de1a25c /checkupdates: Show Button, when Upgrade Version is available ! (check from the server, the version number 2019-02-22 10:23:39 +01:00
Paolo Arena
f6fa45a9e9 Fix: Todo Multi refresh ...
fix some promises problem
2019-02-14 19:01:41 +01:00
Paolo Arena
0b4ac6391d fix: WebPush Notification 2019-02-13 18:47:58 +01:00
Paolo Arena
71132b9a57 - cleaned some code.
- routing offline
- pushNotification
2019-02-12 12:06:25 +01:00
Paolo Arena
d24b232a2d - fix: Date problems... (it was a bad "copy" function, the object date was not valid...)
- fix: error fetch on loading... (offline appeared)
2019-02-11 02:59:05 +01:00
Paolo Arena
636ee92786 - Manage multiple login, in different browsers... Multi Token... 2019-02-09 18:03:14 +01:00
Paolo Arena
87378fe732 - Created all Tests with Mocha: User + Todo tables 2019-02-07 00:52:48 +01:00
Paolo Arena
779bd1cb63 - Created first Test with Mocha 2019-02-06 18:48:32 +01:00