Neraste
595bc5b0ab
Fix typo
2017-10-21 16:57:54 +02:00
Neraste
614eabce41
Fix call to getSubAdmin
2017-10-21 16:55:06 +02:00
Neraste
6844009d71
Fix typo
2017-10-21 16:47:18 +02:00
Neraste
1246ea24e5
Add notification to subadmins of the default group
2017-10-21 16:43:39 +02:00
Neraste
d933e78896
L10n for admin validation messages
2017-10-21 15:01:51 +02:00
Neraste
dc922e72b7
Fix wrong interpreted config value type
2017-10-21 14:09:55 +02:00
Neraste
651439c233
Option for disabling new registered users
2017-10-21 14:02:38 +02:00
Neraste
8c6da61f46
Disable all new registred users
2017-10-21 13:10:20 +02:00
Pellaeon Lin
280c47a45d
Merge pull request #104 from juliushaertl/fix-empty-username
...
Remove notnull contraint from username
2017-10-17 22:23:13 +08:00
Julius Härtl
17ed43128c
Remove notnull contraint from username
...
It is not required since we can have an registration entry without a username
in the database, either from migration or when signing up with email first
in the web interface
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-10-17 01:39:07 +02:00
ownCloud Jenkins
055c6bd279
[tx-robot] updated from transifex
2017-10-15 02:36:18 +00:00
ownCloud Jenkins
47f789b8d3
[tx-robot] updated from transifex
2017-10-11 02:36:20 +00:00
Pellaeon Lin
525a1f3367
Bump version to v0.3.1
2017-10-03 15:49:14 +08:00
Pellaeon Lin
96a73ee827
Add some tests and enable travisCI
2017-10-03 15:44:52 +08:00
Pellaeon Lin
87f902a4f1
Fix #72 , also use the new getEMailAddress API to get admin email
2017-09-17 15:36:25 +08:00
Pellaeon Lin
706eda7b30
Fix #91
2017-09-17 15:31:31 +08:00
Pellaeon Lin
451bad1269
Fix #99 with some jquery
2017-09-17 15:03:18 +08:00
Pellaeon Lin
77b1b5d35d
Fix #81 Does not set users personal email by using the new
...
setEMailAddress API
2017-09-17 15:01:53 +08:00
Pellaeon Lin
0562ce6624
Merge pull request #100 from juliushaertl/fix-container
...
Fix app container building and IProvider injection for NC11
2017-09-17 11:38:20 +08:00
Julius Härtl
77b4ca9e31
Fix app container building and IProvider injection for NC11
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-09-16 15:51:00 +02:00
ownCloud Jenkins
53b57c5b98
[tx-robot] updated from transifex
2017-09-15 02:36:17 +00:00
ownCloud Jenkins
26cd4f5d18
[tx-robot] updated from transifex
2017-09-11 02:36:17 +00:00
ownCloud Jenkins
406ffde5a3
[tx-robot] updated from transifex
2017-08-27 02:36:16 +00:00
ownCloud Jenkins
4185718bc0
[tx-robot] updated from transifex
2017-08-26 02:36:16 +00:00
ownCloud Jenkins
9c3b2ac581
[tx-robot] updated from transifex
2017-08-23 02:36:17 +00:00
ownCloud Jenkins
cd40bd1fdf
[tx-robot] updated from transifex
2017-08-22 02:36:17 +00:00
ownCloud Jenkins
399e1f3cd1
[tx-robot] updated from transifex
2017-08-19 02:36:14 +00:00
ownCloud Jenkins
8b540bcb60
[tx-robot] updated from transifex
2017-08-17 02:36:16 +00:00
ownCloud Jenkins
938c2f0b6f
[tx-robot] updated from transifex
2017-08-16 02:36:19 +00:00
Pellaeon Lin
abd3efc7fc
Bump version to v0.3.0
2017-08-16 01:40:25 +08:00
Pellaeon Lin
7e38690f89
Bump supported NC version to 13 and OC version to 10 (OC untested)
2017-08-16 01:38:51 +08:00
Pellaeon Lin
01fa314fc5
Avoid ISecureRandom::CHAR_HUMAN_READABLE to retain compatibility with
...
ownCloud and Nextcloud < 12.0.0
2017-08-16 01:37:48 +08:00
Pellaeon Lin
561e4bd6ae
Partially revert 4aa6c05 since html is used in message
...
"Your account has been successfully created..."
2017-08-16 01:28:28 +08:00
Leon Klingele
4aa6c05aa9
Fix XSS issues by using 'p' instead of 'print_unescaped'
2017-08-16 00:45:20 +08:00
Pellaeon Lin
38543170d7
Merge pull request #77 from juliushaertl/registration-api
...
Registration API
2017-08-16 00:13:29 +08:00
Julius Härtl
7a82aa1a77
Merge branch 'master' into registration-api
2017-07-08 14:35:54 +02:00
Julius Härtl
ffcc23957e
Check if username is already used for a pending registration
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-07-08 14:27:51 +02:00
Julius Härtl
fffdb77ff6
Cleanup status codes
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-07-08 14:21:57 +02:00
Pellaeon Lin
477c4c9b58
bump version to v0.2.5
2017-07-07 15:19:55 +08:00
ownCloud Jenkins
a8ab1546b4
[tx-robot] updated from transifex
2017-07-07 02:36:18 +00:00
ownCloud Jenkins
17c8e51bed
[tx-robot] updated from transifex
2017-07-05 02:36:23 +00:00
Julius Härtl
74b5428193
Use client secret as identifier
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-06-30 15:55:21 +02:00
Julius Härtl
f4521a9d29
Add basic unit testing and tests for API controller
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-06-30 15:54:29 +02:00
Julius Härtl
c17398dede
Fix copyright, comments, phpdoc and OCS status codes
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-06-30 09:42:29 +02:00
Julius Härtl
8f192c49fe
Add registration API
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-06-27 11:37:47 +02:00
Jenkins for ownCloud
458a8749a7
[tx-robot] updated from transifex
2017-06-17 00:32:06 +02:00
Julius Härtl
55c04b21ff
Some refactoring to make code simpler and more readable
...
- Refactor database classes to use entity/mapper pattern
- Use automatic class loading
- Move logic to RegistrationService class so it is reusable for the api
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-06-11 13:06:22 +02:00
Jenkins for ownCloud
f5e05a382d
[tx-robot] updated from transifex
2017-05-25 00:32:05 +02:00
Jenkins for ownCloud
8562e4ebeb
[tx-robot] updated from transifex
2017-05-23 00:32:01 +02:00
Pellaeon Lin
54e6f55627
Use new \OCP\Defaults instead of \OC_Defaults, fixes #62
2017-05-04 00:01:07 +08:00