Pellaeon Lin
|
74b36bbfe9
|
mailservice: linkToRoute -> linkToRouteAbsolute
|
2019-03-09 11:22:44 +00:00 |
Pellaeon Lin
|
4af7bf81b1
|
Fix `settings_users` route does not exist #169
ref: the route was added in nextcloud 14 in this commit
2963fdc879
|
2019-03-09 11:02:51 +00:00 |
Pellaeon Lin
|
05277daaee
|
Bump nextcloud support version
|
2019-03-09 10:21:00 +00:00 |
Pellaeon Lin
|
6a1528dea4
|
Update# bump version to v0.4.5
|
2018-10-14 18:20:59 +08:00 |
Pellaeon Lin
|
1c8c8fb181
|
Fix# set message text color according to theme, fix #153
|
2018-10-14 18:19:48 +08:00 |
Pellaeon Lin
|
66a1c97a95
|
Update# documentation
|
2018-10-14 17:42:08 +08:00 |
Pellaeon Lin
|
ef3afbab06
|
Update# use the new way to register settings section, bump to 0.4.4
ref:
https://docs.nextcloud.com/server/14/developer_manual/app/settings.html
|
2018-10-10 11:47:54 +08:00 |
Neraste
|
ea7a4d1e75
|
Add link to users settings page in admin notification email
|
2018-09-30 15:27:17 +08:00 |
Pellaeon Lin
|
7341c68b20
|
Bump supported nextcloud version
|
2018-09-30 15:26:41 +08:00 |
Pellaeon Lin
|
ea7ee1caa2
|
Merge pull request #136 from renaudjx/patch-1
Fix width email submit form
|
2018-08-29 18:46:58 +08:00 |
Pellaeon Lin
|
3672abdb82
|
Fix# travis.yml
|
2018-08-05 14:48:42 +08:00 |
Pellaeon Lin
|
34a4d36bd8
|
Fix# .travis.yml exclude owncloud master php 7.0
|
2018-08-05 11:25:54 +08:00 |
Pellaeon Lin
|
5a13f0a184
|
Fix# travis.yml exclude, space is meaningful
|
2018-08-05 11:19:51 +08:00 |
Pellaeon Lin
|
9b2adba6aa
|
Fix# registrationservice: handle case where group to be added does not
exist
|
2018-08-04 15:48:33 +08:00 |
Pellaeon Lin
|
a37b8e5133
|
Bump version to 0.4.3
|
2018-08-04 11:24:17 +08:00 |
Pellaeon Lin
|
dec32a0afa
|
Update# test
|
2018-07-01 06:14:38 +08:00 |
Pellaeon Lin
|
3e9f594163
|
Update# testing: use returnCallback() to mock IConfig
|
2018-06-30 17:41:31 +08:00 |
Pellaeon Lin
|
3bb6bc8026
|
Update# test createPendingReg
|
2018-06-30 17:40:57 +08:00 |
Pellaeon Lin
|
05be19aa93
|
Update# use once() instead of at()
|
2018-06-30 17:40:37 +08:00 |
Pellaeon Lin
|
598e3ff4fa
|
Add# first registerController test
|
2018-06-30 17:10:08 +08:00 |
Pellaeon Lin
|
fa438eb7ce
|
Add# testing for allowed_domains in service
|
2018-06-30 16:45:35 +08:00 |
Pellaeon Lin
|
68d1b39bb1
|
Update# add throttle to validateEmail route
|
2018-06-30 15:27:45 +08:00 |
Pellaeon Lin
|
3434dc4dce
|
Fix# namespace
|
2018-06-30 15:25:41 +08:00 |
Pellaeon Lin
|
c5be32bd17
|
Update# add DB to RegistrationServiceTest
|
2018-06-24 15:10:18 +08:00 |
Pellaeon Lin
|
63837e7079
|
Update# refactor RegistrationService::validateEmail and
registercontroller
|
2018-06-24 15:08:44 +08:00 |
Pellaeon Lin
|
6dfe732882
|
Update# registercontroller so that request param is passed to method,
easier for testing
|
2018-06-24 00:47:08 +08:00 |
Pellaeon Lin
|
70c6f859b5
|
Merge pull request #132 from nikosnikos/master
Sending admin notification email fail when one of admin users have no email set
|
2018-06-18 05:59:21 -04:00 |
Pellaeon Lin
|
542d65f453
|
Add# integration test for duplicate username
|
2018-04-29 00:24:37 +08:00 |
Pellaeon Lin
|
9cc755e309
|
Update# forgot to add integration folder setting to phpunit.xml
|
2018-04-29 00:24:10 +08:00 |
Pellaeon Lin
|
cd599a41eb
|
Update# exclude more unsupported php version by core
|
2018-04-28 23:50:58 +08:00 |
Pellaeon Lin
|
74704d562f
|
Add# integration test for RegistrationService
|
2018-04-28 23:40:43 +08:00 |
Pellaeon Lin
|
535853113a
|
Add# testing documentation
|
2018-04-27 22:11:42 +08:00 |
renaudjx
|
36bace3106
|
Fix width email submit form
|
2018-04-27 15:56:56 +02:00 |
Pellaeon Lin
|
cbc3b75190
|
Update# v0.4.2, add info.xml description
|
2018-04-26 01:55:48 +08:00 |
Pellaeon Lin
|
b68ab566e3
|
Add# readme: donation info
|
2018-04-26 01:44:49 +08:00 |
Pellaeon Lin
|
ed808ab3e8
|
Fix# catch all kinds of exceptions in registercontroller, fixes #134
|
2018-04-26 01:36:51 +08:00 |
Pellaeon Lin
|
15b82cac77
|
Fix #131: allow user with same email to register
by switching to the new UserManager::getByEmail() API
|
2018-04-25 20:42:17 +08:00 |
Pellaeon Lin
|
98f2f37bbd
|
Merge pull request #130 from zorn-v/redirect-to-default
Redirect to default app after registration
|
2018-04-14 12:31:07 +08:00 |
Nicolas
|
3940e7b716
|
Fix:Email not sent to admins when one have no email
|
2018-04-11 15:51:39 +02:00 |
Zorn
|
90b5c8bd33
|
Redirect to default app after registration
|
2018-03-25 11:55:47 +10:00 |
Pellaeon Lin
|
0cc7990ad1
|
Merge pull request #103 from strukturag/proper-submit-button-style
Submit button width should match form width
|
2018-03-24 13:36:04 +08:00 |
Pellaeon Lin
|
c2286f3391
|
Merge pull request #129 from MarkPartlett/patch-1
Update to message.php to stop double icon.
|
2018-03-24 13:35:40 +08:00 |
Pellaeon Lin
|
194897818b
|
Merge pull request #128 from MmAaXx500/hu_HU_translation_update
Updated hu_HU translation
|
2018-03-24 13:35:17 +08:00 |
Pellaeon Lin
|
56792c63b8
|
Merge pull request #127 from LiamHD/patch-1
Fix typo in german translation
|
2018-03-24 13:34:51 +08:00 |
MarkyMark_Qld
|
366fbd6bc4
|
Update to message.php to stop double icon.
This stops the double icon after registration.
|
2018-03-20 13:32:00 +10:00 |
MmAaXx500
|
780d40a874
|
Updated hu_HU translation
|
2018-03-12 11:56:25 +01:00 |
LiamHD
|
0d4ddeb3c7
|
Fix typo in german translation
|
2018-03-07 08:50:15 +01:00 |
Pellaeon Lin
|
55423a78ae
|
Merge pull request #124 from cdamken/patch-1
Fixing wrong URL to documentation in readme
|
2018-02-24 22:43:20 +08:00 |
Pellaeon Lin
|
7633d7fa84
|
Update# declare support for Nextcloud 14
|
2018-02-24 22:41:09 +08:00 |
Pellaeon Lin
|
45efd7f346
|
Fix# should fix #123
|
2018-02-24 22:39:32 +08:00 |