Paulo Reis
|
669c705d32
|
Also refactor signatures from methods wrapping the HTTP service.
|
2017-06-20 16:27:05 +01:00 |
|
Paulo Reis
|
3dda383d70
|
Use promise method signatures, instead of old HTTP service ones.
|
2017-06-20 16:04:06 +01:00 |
|
Paulo Reis
|
155f515a50
|
Use standard promises with the http service.
|
2017-06-20 11:50:23 +01:00 |
|
Shane Kilkelly
|
259c589076
|
Add option to restrict invites to existing user accounts.
|
2016-12-20 09:54:42 +00:00 |
|
Shane Kilkelly
|
2ff211ce2c
|
Make sure the $scope.canAddCollaborators var is initialised at least once, outside of angular $watch .
|
2016-11-07 14:36:04 +00:00 |
|
James Allen
|
bb7985208b
|
Lower case email before considering if it's duplciated when sharing
|
2016-09-21 10:48:04 +01:00 |
|
Shane Kilkelly
|
c8ee803570
|
fix limits on sharing, account for both members and invites.
|
2016-09-06 09:37:53 +01:00 |
|
Shane Kilkelly
|
d40cf6568d
|
Set invites to empty array
|
2016-08-15 15:40:16 +01:00 |
|
Shane Kilkelly
|
40cb7e4590
|
defend against undefined property
|
2016-08-15 15:19:16 +01:00 |
|
Shane Kilkelly
|
492853f284
|
Defend against undefined invites and members
|
2016-08-15 14:56:02 +01:00 |
|
Shane Kilkelly
|
158afbb157
|
Merge branch 'master' into pr-email-tokens
Conflicts:
app/coffee/Features/Notifications/NotificationsBuilder.coffee
public/coffee/ide/share/controllers/ShareController.coffee
|
2016-08-15 10:29:21 +01:00 |
|
Shane Kilkelly
|
d547bff4e5
|
Blur the resend button after response
|
2016-08-12 11:25:03 +01:00 |
|
Paulo Reis
|
6a3372fcbf
|
Use new event tracking methods.
|
2016-08-10 17:33:56 +01:00 |
|
Shane Kilkelly
|
d59b51aacd
|
Add error handlers.
|
2016-08-05 14:09:37 +01:00 |
|
Shane Kilkelly
|
eafd61a90e
|
Refresh members and invites in client when status changes
|
2016-08-05 14:01:08 +01:00 |
|
Shane Kilkelly
|
8f7603c324
|
Add an endpoint to access project members
|
2016-08-04 16:47:48 +01:00 |
|
Shane Kilkelly
|
721ea88bd0
|
If email is already invited, resend the invite
|
2016-08-03 16:30:34 +01:00 |
|
Shane Kilkelly
|
a5ddcc3df7
|
Allow resending of invites
|
2016-08-03 15:42:19 +01:00 |
|
Shane Kilkelly
|
8cb93511df
|
Update UI of share modal
|
2016-08-03 11:55:24 +01:00 |
|
Shane Kilkelly
|
dca1c9be5d
|
Load invites on project load, rather than asynchronously.
|
2016-08-01 17:05:37 +01:00 |
|
Shane Kilkelly
|
7b18f88145
|
Merge branch 'master' into pr-email-tokens
|
2016-07-28 14:53:36 +01:00 |
|
Shane Kilkelly
|
254705c3f1
|
Tidy up, and fall back to handling data.users.
|
2016-07-28 13:47:19 +01:00 |
|
Paulo Reis
|
4c2f69692e
|
Namespace events which are sent only once.
|
2016-07-27 16:56:14 +01:00 |
|
Paulo Reis
|
64654257a1
|
Track a few high-frequency events only once.
|
2016-07-27 15:53:28 +01:00 |
|
Shane Kilkelly
|
46ec17f2c4
|
Add redir query string to login link
|
2016-07-27 13:51:52 +01:00 |
|
Shane Kilkelly
|
16dcbe2cd4
|
WIP: wire up share-modal frontend to invite system
|
2016-07-25 15:07:14 +01:00 |
|
Shane Kilkelly
|
b3add65de1
|
Start integrating invites into share frontend
|
2016-07-25 14:27:02 +01:00 |
|
Shane Kilkelly
|
8dea179b01
|
Whitespace
|
2016-07-25 10:33:43 +01:00 |
|
Paulo Reis
|
0dd3a70b4b
|
Use Countly tracking method where appropriate.
|
2016-07-06 12:32:33 +01:00 |
|
Paulo Reis
|
304529754d
|
Track editor modals.
|
2016-07-05 15:16:55 +01:00 |
|
Paulo Reis
|
a40cbdd84e
|
Track share modal opening.
|
2016-07-05 14:32:56 +01:00 |
|
James Allen
|
e36be96ec9
|
Move public access setting to its own end point
|
2016-03-10 11:13:57 +00:00 |
|
James Allen
|
21f702a42e
|
Fix bug with click on share button registering
|
2015-11-04 14:33:27 +00:00 |
|
James Allen
|
c46f62cfc1
|
Ensure that a user can only be added to project once
|
2015-11-02 15:21:41 +00:00 |
|
James Allen
|
fb42489803
|
Improve formatting of users, groups and tags
|
2015-10-15 16:43:53 +01:00 |
|
James Allen
|
b0895cc6aa
|
Support adding groups to projects via share modal
|
2015-10-15 13:53:46 +01:00 |
|
James Allen
|
c4e4f2c77a
|
Add modules hook for contacts and support groups in auto complete
|
2015-10-08 18:17:53 +01:00 |
|
James Allen
|
8cc7869b03
|
Pull in contacts from contacts api and send to tag-input for autocomplete
|
2015-10-07 17:32:35 +01:00 |
|
James Allen
|
34c8f22dd7
|
Allow multiple collaborators to be added at once with a list of emails
|
2015-09-02 14:33:43 +01:00 |
|
James Allen
|
5c3e8e6d88
|
Add and remove collaborators with HTTP requests, not websockets
|
2014-11-06 14:39:40 +00:00 |
|
James Allen
|
ee7013c1ee
|
TRack free trial clicks and redirect to subscription page
|
2014-07-17 12:57:17 +01:00 |
|
James Allen
|
c93902345a
|
Remove all console.log debug statements
|
2014-07-09 16:18:09 +01:00 |
|
James Allen
|
8ed03694c3
|
Add missing files
|
2014-07-08 12:02:26 +01:00 |
|