Commit Graph

241 Commits

Author SHA1 Message Date
Pellaeon Lin 69ff86ee53 Update# clean up code from johannesst's PR 2015-08-29 19:17:10 +08:00
Pellaeon Lin 26d028bcdf Update# separate sending verification email to a private function 2015-08-29 18:14:22 +08:00
Jenkins for ownCloud 8a5ed6710e [tx-robot] updated from transifex 2015-08-29 00:28:27 -04:00
Pellaeon Lin abbafdf619 Bump version 2015-08-28 21:53:17 +08:00
Pellaeon Lin 34ad552a0c Block browser from sending GET on Enter key press 2015-08-28 21:47:39 +08:00
Pellaeon Lin e9cfc556d0 Merge remote-tracking branch 'johannesst/domain-limit' into domain-limit-main 2015-08-28 18:08:26 +08:00
Pellaeon Lin b86e147953 Forgot to bump version number 2015-08-28 17:37:45 +08:00
Jenkins for ownCloud a83919b0d4 [tx-robot] updated from transifex 2015-08-22 00:28:20 -04:00
Jenkins for ownCloud 72f90eeaf9 [tx-robot] updated from transifex 2015-08-13 00:28:19 -04:00
Jenkins for ownCloud d0fe477b43 [tx-robot] updated from transifex 2015-08-11 00:28:19 -04:00
Jenkins for ownCloud db8aca036b [tx-robot] updated from transifex 2015-08-10 00:28:15 -04:00
Jenkins for ownCloud a30e74a66e [tx-robot] updated from transifex 2015-08-05 00:28:38 -04:00
Johannes Starosta 5b9f0f0286 Fix merge conflict 2015-08-01 10:19:58 +02:00
Jenkins for ownCloud 0d89390a8a [tx-robot] updated from transifex 2015-07-31 00:28:23 -04:00
Jenkins for ownCloud 1ec76eaf61 [tx-robot] updated from transifex 2015-07-30 00:28:20 -04:00
Jenkins for ownCloud 7debbfa406 [tx-robot] updated from transifex 2015-07-29 00:28:21 -04:00
Jenkins for ownCloud 7962dd9412 [tx-robot] updated from transifex 2015-07-28 00:28:21 -04:00
Jenkins for ownCloud 4843d59a85 [tx-robot] updated from transifex 2015-07-27 00:28:14 -04:00
Jenkins for ownCloud 0dc45937ec [tx-robot] updated from transifex 2015-07-26 00:28:19 -04:00
Jenkins for ownCloud 81d8cb8638 [tx-robot] updated from transifex 2015-07-25 00:28:16 -04:00
Jenkins for ownCloud a061a029e1 [tx-robot] updated from transifex 2015-07-23 00:28:17 -04:00
Jenkins for ownCloud 1fcfbcc38e [tx-robot] updated from transifex 2015-07-22 00:28:19 -04:00
Jenkins for ownCloud 0d1bb66683 [tx-robot] updated from transifex 2015-07-21 00:28:24 -04:00
Pellaeon Lin 84ee6dcce3 Merge pull request #14 from j2L4e/patch-1
Update pendingregist.php
2015-07-21 10:45:09 +08:00
j2L4e 29379c373d Update pendingregist.php
no more tokens containing slashes to prevent problems URL generation error ("token" for route "registration.register.verifyToken" must match "[^/]++")
2015-07-20 14:08:24 +02:00
Pellaeon Lin a0ac90e257 Update# bump version to 0.0.4 2015-07-20 07:53:50 +00:00
Pellaeon Lin 431b598aa7 Fix# Exception namespace,
should error when unable to set user email
2015-07-20 07:25:36 +00:00
Pellaeon Lin 96d584e751 Fix# internal server error when username already exists 2015-07-20 07:25:36 +00:00
Jenkins for ownCloud acf368e3ae [tx-robot] updated from transifex 2015-07-20 00:28:19 -04:00
Johannes Starosta 9efb38c904 Further work on explaination 2015-07-19 06:56:07 +02:00
Johannes Starosta 321435090d Fixed explaination in settings 2015-07-19 06:49:05 +02:00
Johannes Starosta 55a247499a Explainaition now under input type 2015-07-19 06:47:31 +02:00
Jenkins for ownCloud 437cb9beab [tx-robot] updated from transifex 2015-07-19 00:28:16 -04:00
Johannes Starosta be9d2d27db Translation should work now for placeholder too 2015-07-19 06:27:37 +02:00
Johannes Starosta 05073ec592 Updated german translation 2015-07-19 06:17:37 +02:00
Johannes Starosta e7ac1e806f Removed unneeded imports and outcommented lines 2015-07-19 06:11:07 +02:00
Johannes Starosta 6ecfe51d8b Fix merge conflict 2015-07-19 06:06:26 +02:00
Jenkins for ownCloud 7b84690fe4 [tx-robot] updated from transifex 2015-07-18 00:28:19 -04:00
Jenkins for ownCloud 291ecd22eb [tx-robot] updated from transifex 2015-07-17 00:28:20 -04:00
Jenkins for ownCloud a72edfdae6 [tx-robot] updated from transifex 2015-07-16 00:28:20 -04:00
Jenkins for ownCloud 4c07997509 [tx-robot] updated from transifex 2015-07-14 00:28:19 -04:00
Pellaeon Lin bbcf4c9033 Fix# imports 2015-07-13 20:11:24 +08:00
Pellaeon Lin 957f674781 Fix# Can't use method return value in write context
This would probably occur for PHP<5.5
ref: https://stackoverflow.com/a/4328049/446391
2015-07-13 17:24:18 +08:00
Johannes Starosta 2c8cbe05b4 placeholder to explain syntax of Domains option, todo: Testing 2015-07-13 07:46:05 +02:00
Johannes Starosta a0b26e0a46 Removed commented out bug in validateMail 2015-07-13 07:36:36 +02:00
Johannes Starosta affbbe7566 Removed debug line in js/settings.js 2015-07-13 07:33:35 +02:00
Johannes Starosta 523e260a8a Merge https://github.com/pellaeon/registration into domain-limit 2015-07-13 06:41:50 +02:00
Johannes Starosta 9295c366ea Now registrations works again when domain is not set 2015-07-13 06:40:28 +02:00
Jenkins for ownCloud 6161c13de2 [tx-robot] updated from transifex 2015-07-13 00:30:12 -04:00
Johannes Starosta 89fb9ff1d3 Added domain error template 2015-07-13 06:02:50 +02:00