Timothée Alby
|
3d94be22b1
|
Merge pull request #1065 from sharelatex/ta-manage-group-members
Manage Group Members
GitOrigin-RevId: f0b120630ded1874dfc0352055633afff0015da9
|
2018-10-25 15:26:00 +00:00 |
|
Timothée Alby
|
aa549dd0d4
|
Merge pull request #1063 from sharelatex/ta-remove-add-user-to-group
Remove addUserToGroup Action
GitOrigin-RevId: 4f0cbf3dce47ee317b14784402128960a2caffa1
|
2018-10-25 15:25:55 +00:00 |
|
Timothée Alby
|
7af86b0704
|
Merge pull request #1045 from sharelatex/bg-fix-missing-next-in-subscription-group-controller
fix missing next argument
GitOrigin-RevId: 290741a98a3fb7463d6a6dd052f90c8ffe4e62ce
|
2018-10-24 14:03:02 +00:00 |
|
Tim Alby
|
e646c5c42a
|
refactor to use config file
|
2018-10-15 14:46:38 +02:00 |
|
Tim Alby
|
48e5c6b523
|
add UserMembership logic
|
2018-10-09 12:09:11 +01:00 |
|
Alberto Fernández Capel
|
0bf807fa9f
|
Remove SubscriptionLocator.getManagedSubscription
It was used as a kind of access control check, but it's clearer
if the check is in the only controller that actually needs it.
|
2018-07-13 11:47:26 +01:00 |
|
Alberto Fernández Capel
|
40c1f67561
|
Check that the subscription is a group before exporting it to csv
I removed this check by mistake, just taking it back.
|
2018-07-11 12:10:43 +01:00 |
|
Alberto Fernández Capel
|
4e8185d369
|
Use the id in methods that modify a subscription
This will make it easier to allow a user to manage multiple
groups.
|
2018-07-11 09:56:36 +01:00 |
|
Alberto Fernández Capel
|
385fec1914
|
Clean up code that uses invited_emails
|
2018-06-01 11:23:25 +01:00 |
|
Alberto Fernández Capel
|
39c8595c27
|
Split SubscriptionGroupInvites and rename to DomainSubscriptionJoin
To not cause confusion with team invites.
They are not really an invite because they are user initiated, but
more of a user choosing to join a team.
|
2018-05-31 14:25:47 +01:00 |
|
Henry Oswald
|
3da5ef818c
|
null check subscription for group admin panel
|
2017-06-22 14:07:07 +01:00 |
|
James Allen
|
4cecbae6b6
|
Use an email based invite system for groups, not holding accounts
|
2017-06-08 12:12:08 +01:00 |
|
Shane Kilkelly
|
a0f156e1a9
|
wipe out more session access
|
2016-09-22 15:33:50 +01:00 |
|
Shane Kilkelly
|
cc5ddc92bb
|
use getSessionUser rather than getLoggedInUser
|
2016-09-07 10:30:58 +01:00 |
|
Shane Kilkelly
|
ab2c1e82fb
|
WIP: refactor
|
2016-09-05 15:58:31 +01:00 |
|
Henry Oswald
|
c554b0630d
|
if user has subscription before joining group is given option to cancel personal one
|
2016-03-22 16:59:47 +00:00 |
|
Henry Oswald
|
940586f654
|
sped up unit tests to improve speed
also removed some unneeded requires.
|
2016-03-09 12:51:19 +00:00 |
|
Henry Oswald
|
a33b480c67
|
added more logging to subscription group handler
|
2016-03-09 11:20:17 +00:00 |
|
Henry Oswald
|
43102e0ffc
|
lowercase and trim add user to group email address
|
2016-02-25 14:15:56 +00:00 |
|
Henry Oswald
|
103bb1c88f
|
add more error logging to group handler
|
2016-02-22 16:01:26 +00:00 |
|
Henry Oswald
|
85a8bc97ed
|
add leave group button for group subscriptions
|
2016-02-19 12:27:32 +00:00 |
|
Henry Oswald
|
29e4b324fd
|
improve calls for invite notifications and auto mark as read
|
2016-02-18 11:43:43 +00:00 |
|
Henry Oswald
|
3ecf201eda
|
send -> sendStatus
|
2015-07-08 16:56:38 +01:00 |
|
Henry Oswald
|
33aa5c732f
|
if a domain licence link has expired render a nice message explaining they need to retry
|
2015-06-01 12:43:42 +01:00 |
|
Henry Oswald
|
d3f6c0c614
|
Merge branch 'user-csv' of git://github.com/heukirne/web-sharelatex into heukirne-user-csv
|
2015-05-29 12:17:54 +01:00 |
|
Henrique Dias
|
f50eb0398f
|
add export csv group feature
|
2015-05-28 16:54:41 -03:00 |
|
Henry Oswald
|
22b94e9246
|
renamed SubscriptionDomainAllocator -> SubscriptionDomainHandler
|
2015-05-27 20:57:54 +01:00 |
|
Henry Oswald
|
4773d6d22f
|
added tests around new endpoints for joining groups
|
2015-05-27 20:50:16 +01:00 |
|
Henry Oswald
|
f27c072ae1
|
pull logic checking if user is already part of a group out of controller into handler
|
2015-05-27 16:33:47 +01:00 |
|
Henry Oswald
|
72e528e9d1
|
if you are alread in the group show the custom group page
|
2015-05-27 15:50:28 +01:00 |
|
Henry Oswald
|
481bd67fbd
|
changed paths to use hyphens and add succesfull join page
|
2015-05-26 15:26:45 +01:00 |
|
Henry Oswald
|
841231dbf8
|
make PasswordResetTokenHandler generic so it can be used for invites
|
2015-05-26 15:24:09 +01:00 |
|
Henry Oswald
|
cad8d8a23b
|
v1 basic invite works, not pretty or tested
|
2015-05-22 13:57:15 +01:00 |
|
Henry Oswald
|
1b8c8b8c48
|
sorted out titles
|
2014-08-01 13:47:14 +01:00 |
|
James Allen
|
8715690ce9
|
Intial open source comment
|
2014-02-12 10:23:40 +00:00 |
|