Commit Graph

513 Commits

Author SHA1 Message Date
Pellaeon Lin df1ff98acb Bump version to 0.4.6 2019-04-13 10:51:41 +00:00
Pellaeon Lin a6d16d9796 forgot to add 2019-04-13 10:51:24 +00:00
Pellaeon Lin bfc4e09a28 Update# travis: add php 7.3, remove 7.0 2019-04-13 10:50:05 +00:00
Pellaeon Lin 84ef3c311c Update# nextcloud 17 has come out 2019-04-13 09:57:49 +00:00
Pellaeon Lin 922f5adb82 Fix# implement missing methods required to register OC's admin panel,
fix #161
2019-04-13 09:50:16 +00:00
Pellaeon Lin 2678a133dc Fix# unescaped error msg when email is already taken 2019-03-17 13:46:35 +00:00
Pellaeon Lin c9bbca5e33 Fix .travis.yml 2019-03-15 09:04:34 +00:00
Pellaeon Lin f4e9f92ead Update tracisci test matrix 2019-03-09 12:19:53 +00:00
Pellaeon Lin 26a61725f0 travis: nextcloud 16 doesn't support php 7.0 anymore 2019-03-09 11:29:49 +00:00
Pellaeon Lin bd9c5d889e Add note 2019-03-09 11:27:20 +00:00
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