Commit Graph

  • bfc4e09a28 Update# travis: add php 7.3, remove 7.0 Pellaeon Lin 2019-04-13 10:50:05 +0000
  • 84ef3c311c Update# nextcloud 17 has come out Pellaeon Lin 2019-04-13 09:57:49 +0000
  • 922f5adb82 Fix# implement missing methods required to register OC's admin panel, fix #161 Pellaeon Lin 2019-04-13 09:50:16 +0000
  • 2678a133dc Fix# unescaped error msg when email is already taken Pellaeon Lin 2019-03-17 13:45:54 +0000
  • c9bbca5e33 Fix .travis.yml Pellaeon Lin 2019-03-15 09:04:34 +0000
  • f4e9f92ead Update tracisci test matrix Pellaeon Lin 2019-03-09 12:19:53 +0000
  • 26a61725f0 travis: nextcloud 16 doesn't support php 7.0 anymore Pellaeon Lin 2019-03-09 11:29:49 +0000
  • bd9c5d889e Add note Pellaeon Lin 2019-03-09 11:27:20 +0000
  • 74b36bbfe9 mailservice: linkToRoute -> linkToRouteAbsolute Pellaeon Lin 2019-03-09 11:22:44 +0000
  • 4af7bf81b1 Fix `settings_users` route does not exist #169 ref: the route was added in nextcloud 14 in this commit 2963fdc879 Pellaeon Lin 2019-03-09 11:02:51 +0000
  • 05277daaee Bump nextcloud support version Pellaeon Lin 2019-03-09 10:21:00 +0000
  • 6a1528dea4 Update# bump version to v0.4.5 Pellaeon Lin 2018-10-14 18:20:59 +0800
  • 1c8c8fb181 Fix# set message text color according to theme, fix #153 Pellaeon Lin 2018-10-14 18:18:40 +0800
  • 66a1c97a95 Update# documentation Pellaeon Lin 2018-10-14 17:42:08 +0800
  • 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 Pellaeon Lin 2018-10-10 11:47:54 +0800
  • ea7a4d1e75 Add link to users settings page in admin notification email Neraste 2018-09-06 15:50:50 +0200
  • 7341c68b20 Bump supported nextcloud version Pellaeon Lin 2018-09-30 15:26:41 +0800
  • ea7ee1caa2
    Merge pull request #136 from renaudjx/patch-1 Pellaeon Lin 2018-08-29 18:46:58 +0800
  • 3672abdb82 Fix# travis.yml Pellaeon Lin 2018-08-05 14:48:42 +0800
  • 34a4d36bd8 Fix# .travis.yml exclude owncloud master php 7.0 Pellaeon Lin 2018-08-05 11:25:54 +0800
  • 5a13f0a184 Fix# travis.yml exclude, space is meaningful Pellaeon Lin 2018-08-05 11:19:51 +0800
  • 9b2adba6aa Fix# registrationservice: handle case where group to be added does not exist Pellaeon Lin 2018-08-04 15:48:33 +0800
  • a37b8e5133 Bump version to 0.4.3 Pellaeon Lin 2018-08-04 11:24:17 +0800
  • dec32a0afa Update# test Pellaeon Lin 2018-07-01 06:14:38 +0800
  • 3e9f594163 Update# testing: use returnCallback() to mock IConfig Pellaeon Lin 2018-06-30 17:41:31 +0800
  • 3bb6bc8026 Update# test createPendingReg Pellaeon Lin 2018-06-30 17:40:57 +0800
  • 05be19aa93 Update# use once() instead of at() Pellaeon Lin 2018-06-30 17:40:37 +0800
  • 598e3ff4fa Add# first registerController test Pellaeon Lin 2018-06-30 17:10:08 +0800
  • fa438eb7ce Add# testing for allowed_domains in service Pellaeon Lin 2018-06-30 16:45:35 +0800
  • 68d1b39bb1 Update# add throttle to validateEmail route Pellaeon Lin 2018-06-30 15:27:45 +0800
  • 3434dc4dce Fix# namespace Pellaeon Lin 2018-06-30 15:25:41 +0800
  • c5be32bd17 Update# add DB to RegistrationServiceTest Pellaeon Lin 2018-06-24 15:10:18 +0800
  • 63837e7079 Update# refactor RegistrationService::validateEmail and registercontroller Pellaeon Lin 2018-06-24 15:08:44 +0800
  • 6dfe732882 Update# registercontroller so that request param is passed to method, easier for testing Pellaeon Lin 2018-04-29 15:18:56 +0800
  • 70c6f859b5
    Merge pull request #132 from nikosnikos/master Pellaeon Lin 2018-06-18 05:59:21 -0400
  • 542d65f453 Add# integration test for duplicate username Pellaeon Lin 2018-04-29 00:24:37 +0800
  • 9cc755e309 Update# forgot to add integration folder setting to phpunit.xml Pellaeon Lin 2018-04-29 00:24:10 +0800
  • cd599a41eb Update# exclude more unsupported php version by core Pellaeon Lin 2018-04-28 23:50:58 +0800
  • 74704d562f Add# integration test for RegistrationService Pellaeon Lin 2018-04-28 23:40:43 +0800
  • 535853113a Add# testing documentation Pellaeon Lin 2018-04-27 22:11:42 +0800
  • 36bace3106
    Fix width email submit form renaudjx 2018-04-27 15:56:56 +0200
  • cbc3b75190 Update# v0.4.2, add info.xml description Pellaeon Lin 2018-04-26 01:55:48 +0800
  • b68ab566e3 Add# readme: donation info Pellaeon Lin 2018-04-26 01:44:49 +0800
  • ed808ab3e8 Fix# catch all kinds of exceptions in registercontroller, fixes #134 Pellaeon Lin 2018-04-26 01:36:51 +0800
  • 15b82cac77 Fix #131: allow user with same email to register by switching to the new UserManager::getByEmail() API Pellaeon Lin 2018-04-25 20:38:33 +0800
  • 98f2f37bbd
    Merge pull request #130 from zorn-v/redirect-to-default Pellaeon Lin 2018-04-14 12:31:07 +0800
  • 3940e7b716 Fix:Email not sent to admins when one have no email Nicolas 2018-04-11 15:51:39 +0200
  • 90b5c8bd33 Redirect to default app after registration Zorn 2018-03-25 11:55:47 +1000
  • 0cc7990ad1
    Merge pull request #103 from strukturag/proper-submit-button-style Pellaeon Lin 2018-03-24 13:36:04 +0800
  • c2286f3391
    Merge pull request #129 from MarkPartlett/patch-1 Pellaeon Lin 2018-03-24 13:35:40 +0800
  • 194897818b
    Merge pull request #128 from MmAaXx500/hu_HU_translation_update Pellaeon Lin 2018-03-24 13:35:17 +0800
  • 56792c63b8
    Merge pull request #127 from LiamHD/patch-1 Pellaeon Lin 2018-03-24 13:34:51 +0800
  • 366fbd6bc4
    Update to message.php to stop double icon. MarkyMark_Qld 2018-03-20 13:32:00 +1000
  • 780d40a874 Updated hu_HU translation MmAaXx500 2018-03-12 11:56:25 +0100
  • 0d4ddeb3c7
    Fix typo in german translation LiamHD 2018-03-07 08:50:15 +0100
  • 55423a78ae
    Merge pull request #124 from cdamken/patch-1 Pellaeon Lin 2018-02-24 22:43:20 +0800
  • 7633d7fa84 Update# declare support for Nextcloud 14 Pellaeon Lin 2018-02-24 22:41:09 +0800
  • 45efd7f346 Fix# should fix #123 Pellaeon Lin 2018-02-24 22:39:32 +0800
  • d953ab9260 Fix# correctly set display name in registration request Pellaeon Lin 2018-02-24 21:10:49 +0800
  • 610c86a0c9
    Fixing wrong URL Carlos Damken 2018-02-24 01:01:09 +0100
  • 315c16d7ea Bump to v0.4.0 Pellaeon Lin 2018-02-20 14:57:20 +0800
  • 6b370aff1b Update readme with install instructions Pellaeon Lin 2018-02-16 23:45:04 +0800
  • ef72dac17d
    Merge pull request #117 from buffcode/all-supported-versions Pellaeon Lin 2017-12-21 18:24:57 +0800
  • a84117efbd Fix matrix for old ownCloud/Nextcloud releases Laurens Stötzel 2017-12-21 10:54:58 +0100
  • 9846259394 Test all supported ownCloud/Nextcloud version Laurens Stötzel 2017-12-21 09:31:51 +0100
  • 0906f19557
    Update Travis badge address Pellaeon Lin 2017-12-20 20:32:40 +0800
  • fb30fce5bb
    Merge pull request #115 from buffcode/travis-ci Pellaeon Lin 2017-12-20 20:04:20 +0800
  • c8a59ee026 TravisCI tests, refactoring for ownCloud/Nextcloud compatibility Laurens Stötzel 2017-12-19 14:07:35 +0100
  • b8dc921d74
    Merge pull request #112 from buffcode/php-notices Pellaeon Lin 2017-12-19 23:45:55 +0800
  • b4ec47f489 Fix PHP notices Laurens Stötzel 2017-12-19 13:23:11 +0100
  • cbdb390283 [tx-robot] updated from transifex ownCloud Jenkins 2017-11-25 02:36:15 +0000
  • 9b7cd69749 [tx-robot] updated from transifex ownCloud Jenkins 2017-11-23 02:52:15 +0000
  • 49f32b6898 [tx-robot] updated from transifex ownCloud Jenkins 2017-11-22 02:44:53 +0000
  • 63a78856d3 [tx-robot] updated from transifex ownCloud Jenkins 2017-11-21 02:43:38 +0000
  • 7119381216 [tx-robot] updated from transifex ownCloud Jenkins 2017-11-19 02:37:45 +0000
  • 3903e36b25
    Merge pull request #105 from Neraste/admin-validation-simple Pellaeon Lin 2017-11-18 16:14:22 +0800
  • 9578963c60 [tx-robot] updated from transifex ownCloud Jenkins 2017-11-16 02:36:19 +0000
  • 595bc5b0ab Fix typo Neraste 2017-10-21 16:57:54 +0200
  • 614eabce41 Fix call to getSubAdmin Neraste 2017-10-21 16:55:06 +0200
  • 6844009d71 Fix typo Neraste 2017-10-21 16:47:18 +0200
  • 1246ea24e5 Add notification to subadmins of the default group Neraste 2017-10-21 16:43:39 +0200
  • d933e78896 L10n for admin validation messages Neraste 2017-10-21 15:01:51 +0200
  • dc922e72b7 Fix wrong interpreted config value type Neraste 2017-10-21 14:09:55 +0200
  • 651439c233 Option for disabling new registered users Neraste 2017-10-21 14:02:38 +0200
  • 8c6da61f46 Disable all new registred users Neraste 2017-10-21 12:53:53 +0200
  • 280c47a45d Merge pull request #104 from juliushaertl/fix-empty-username Pellaeon Lin 2017-10-17 22:23:13 +0800
  • 17ed43128c
    Remove notnull contraint from username Julius Härtl 2017-10-17 01:38:39 +0200
  • 055c6bd279 [tx-robot] updated from transifex ownCloud Jenkins 2017-10-15 02:36:18 +0000
  • f138948160
    Submit button width should match form width Leon Klingele 2017-10-13 17:29:46 +0200
  • 47f789b8d3 [tx-robot] updated from transifex ownCloud Jenkins 2017-10-11 02:36:20 +0000
  • 525a1f3367 Bump version to v0.3.1 Pellaeon Lin 2017-10-03 15:49:14 +0800
  • 96a73ee827 Add some tests and enable travisCI Pellaeon Lin 2017-09-17 16:48:38 +0800
  • 87f902a4f1 Fix #72, also use the new getEMailAddress API to get admin email Pellaeon Lin 2017-09-17 15:36:25 +0800
  • 706eda7b30 Fix #91 Pellaeon Lin 2017-09-17 15:31:31 +0800
  • 451bad1269 Fix #99 with some jquery Pellaeon Lin 2017-09-17 15:03:18 +0800
  • 77b1b5d35d Fix #81 Does not set users personal email by using the new setEMailAddress API Pellaeon Lin 2017-09-17 15:01:53 +0800
  • 0562ce6624 Merge pull request #100 from juliushaertl/fix-container Pellaeon Lin 2017-09-17 11:38:20 +0800
  • 77b4ca9e31
    Fix app container building and IProvider injection for NC11 Julius Härtl 2017-09-16 14:35:53 +0200
  • 53b57c5b98 [tx-robot] updated from transifex ownCloud Jenkins 2017-09-15 02:36:17 +0000
  • 26cd4f5d18 [tx-robot] updated from transifex ownCloud Jenkins 2017-09-11 02:36:17 +0000