Joas Schilling
|
1759d2176e
|
Merge pull request #218 from nextcloud/bugfix/noid/execute-the-tests-correctly-again
Execute the tests correctly again
|
2020-07-10 13:27:53 +02:00 |
Joas Schilling
|
e9dfd13fe0
|
Combine both phpunit configs into one
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-07-10 13:23:15 +02:00 |
Joas Schilling
|
9085f08269
|
Correctly run the phpunit tests again
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-07-10 13:12:20 +02:00 |
Joas Schilling
|
92e79fa024
|
Merge pull request #217 from nextcloud/techdebt/noid/update-testing-matrix-and-nextcloud-version-requirements
Update testing matrix and nextcloud requirements
|
2020-07-10 12:57:40 +02:00 |
Joas Schilling
|
e64d78faff
|
Update testing matric and nextcloud requirements
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-07-10 12:18:59 +02:00 |
Joas Schilling
|
7caaee721c
|
Merge pull request #214 from nextcloud/techdebt/noid/coding-standard
Check coding standard
|
2020-07-10 10:45:08 +02:00 |
Joas Schilling
|
6d21d21e1b
|
Automatically run PHP CS as github action
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-07-10 10:15:19 +02:00 |
Joas Schilling
|
f224b89da3
|
CS auto fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-07-10 10:13:03 +02:00 |
Joas Schilling
|
3b42325d5d
|
Add PHP CS checker
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-07-10 10:09:25 +02:00 |
Nextcloud bot
|
50605c1d29
|
[tx-robot] updated from transifex
|
2020-07-10 02:58:56 +00:00 |
Morris Jobke
|
2392596972
|
Remove old translation files
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2020-07-09 23:53:59 +02:00 |
Nextcloud bot
|
51b10d3bbf
|
[tx-robot] updated from transifex
|
2020-07-09 21:53:16 +00:00 |
Morris Jobke
|
78043af7dc
|
Add transifex config
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
2020-07-09 23:49:58 +02:00 |
Joas Schilling
|
8266184a50
|
Move to PSR-4 naming to support upcoming composer update
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2020-07-09 10:54:37 -04:00 |
mondjunge
|
b317a85744
|
Update registrationservice.php
[$this->urlGenerator->getAbsoluteURL('/')] should be Parameter for $this->l10n->t not for the TemplateResponse constructor.
|
2020-04-21 17:49:51 -04:00 |
Pellaeon Lin
|
d53b692f25
|
Update travis config
|
2020-04-11 01:11:03 +00:00 |
Pellaeon Lin
|
2123f4f89f
|
Update supported NC version
|
2020-04-11 01:10:42 +00:00 |
Pellaeon Lin
|
623bb54ca7
|
Update testing doc
|
2020-04-11 01:10:01 +00:00 |
Pellaeon Lin
|
be903f4602
|
Update tests: phpunit version, adhere to official app bootstraping
approach
|
2020-04-11 00:56:28 +00:00 |
Pellaeon Lin
|
de4b3d5b83
|
Bump supported NC version
|
2020-04-11 00:27:00 +00:00 |
Pellaeon Lin
|
a6207dea57
|
Bump version to v0.4.7
|
2019-08-12 04:44:04 +08:00 |
Pellaeon Lin
|
bee48ff516
|
Fix# travis
|
2019-06-25 03:20:55 +00:00 |
Pellaeon Lin
|
7d322d0857
|
Fix# mailservice: admin notif email link for owncloud
|
2019-06-23 06:37:00 +00:00 |
Pellaeon Lin
|
d580d6ca5f
|
Update# testing tools
|
2019-06-23 06:31:19 +00:00 |
Pellaeon Lin
|
c722e8850c
|
Fix# travis
|
2019-06-23 05:37:42 +00:00 |
Pellaeon Lin
|
41af22c83a
|
Fix# #178 , use BCC for admin notification email
|
2019-06-23 05:35:07 +00:00 |
Pellaeon Lin
|
7f00ff5357
|
Fix# form: toggle password visibility for oc and nc
|
2019-06-22 09:36:40 +00:00 |
Pellaeon Lin
|
f9f768da5f
|
templates: avoid echo, fix potential XSS
|
2019-06-22 09:02:24 +00:00 |
Leon Klingele
|
8d05f77e9c
|
db: increase email verification token length and also allow lowercase characters
Implements https://github.com/pellaeon/registration/issues/179.
Following the birthday paradoxon there were token collisions with a probability
of 50% with ~55.000 open registrations: https://play.golang.org/p/zVLvfc2VfSI
|
2019-06-22 16:35:59 +08:00 |
Marcin Wróblewski
|
a77f07f019
|
Account creation form styles
|
2019-06-22 16:28:23 +08:00 |
Marcin Wróblewski
|
cc73a5d47f
|
"Show password" pl translation
|
2019-06-22 16:28:23 +08:00 |
Marcin Wróblewski
|
c0c0bce97f
|
"Show password" pl translation
|
2019-06-22 16:28:23 +08:00 |
Marcin Wróblewski
|
5cae62e784
|
Added text to show/hide password checkbox
|
2019-06-22 16:28:23 +08:00 |
Marcin Wróblewski
|
22e295ab9e
|
Fixed show/hide password toggle at JS side
|
2019-06-22 16:28:23 +08:00 |
Pellaeon Lin
|
02f9b632d2
|
Bump supported NC version to 17
|
2019-05-19 11:10:22 +08:00 |
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 |