Commit Graph

22 Commits

Author SHA1 Message Date
Paolo Arena
93ccc73517 - Permissions table (probably I'll change for others uses)
- Added CDateTime component (to save in the db)... in the component CGridTableRec and for CEventsCalendar
2019-10-28 16:01:28 +01:00
Paolo Arena
5307c04151 Step 2: Creating page Messages: userlist last messages + a page for all the messages received and sent. 2019-10-27 00:37:10 +02:00
Paolo Arena
4154605fdd - Fixed Image avatar user list, q-qvatar rounded image 2019-10-25 19:08:38 +02:00
Paolo Arena
93eae51ab8 - Added TablesList page
- Added Insert Record empty
2019-10-20 01:21:54 +02:00
Paolo Arena
51ef3de29a - Added Delete Record to the CGridTableRec 2019-10-15 20:40:31 +02:00
Paolo Arena
9120485939 Show data Table with pagination (startRow, endRow, filter, sorting) 2019-10-14 20:31:57 +02:00
Paolo Arena
c5a19f2d70 - Finished Booking an Event
- Starting UsersList (creating CGridTableRec component to view and edit a db table)
2019-10-13 20:44:05 +02:00
Paolo Arena
cebe1208de - ++Booking List
- ++Delete a Booking also for the Admin.
2019-10-12 23:34:32 +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
db2640a815 LOGIN: Accessing by Username or Email 2019-03-04 19:18:54 +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
ea06079878 fixed problem with then catch chain (Promise)... 2019-02-12 19:10:58 +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
779bd1cb63 - Created first Test with Mocha 2019-02-06 18:48:32 +01:00
Paolo Arena
db2a460594 - add: createPushSubscription :
'Subscribed to FreePlanet.app!',
  'You can now receive Notification and Messages.'
2019-02-05 18:17:44 +01:00
Paolo Arena
8e5e7addb7 - PUSH Notification 2019-02-05 03:40:22 +01:00
Paolo Arena
46ccddc764 Added HTTPS to express 2018-12-27 20:09:40 +01:00
Paolo Arena
06cd4b8f0d Resolved error Unknown modifier: $pushAll
adding this:

 mongoose.plugin(schema => { schema.options.usePushEach = true });
2018-12-27 18:13:43 +01:00
Paolo Arena
e39a6d714f First Commit FreePlanet_ServerSide 2018-12-24 20:31:02 +01:00