- Mar 13, 2018
-
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Move storagestats endpoint to proper controller
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Remove old code to be compatible with Nextcloud 9 and before
-
Morris Jobke authored
Properly cache swift v3 token
-
Morris Jobke authored
Inject public IGroupManager instead of private GroupManager
-
Daniel Calviño Sánchez authored
The public "IGroupManager" service returned by the dependency injection system is automatically initialized with an "OC\Group\Database" backend. However, no backend is automatically set in private "GroupManager" instances. Therefore, a private "GroupManager" instance does not work as expected when initialized through the dependency injection system. Due to that this commit reverts a previous change in which the public "IGroupManager" was replaced by a private "GroupManager" instance. That change was needed when strict types were set, as "getSubAdmin()" is not part of "IGroupManager" API, so the type had to be changed to "GroupManager". Until a better solution is found strict types are disabled again to be able to inject "IGroupManager" and also use "getSubAdmin()". Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Morris Jobke authored
Remove unused methods of OC_Response
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Remove unused methods and constants from legacy OC_API
-
Nextcloud bot authored
-
- Mar 12, 2018
-
-
Roeland Jago Douma authored
Use proper method to log exceptions
-
Roeland Jago Douma authored
The V3 token has an export function. Without this the token is effectively never cached. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Use insertIfNotExist of the new interface
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Remove deprecated and unsused methods of OCP\DB
-
Morris Jobke authored
Remove unused and deprecated class and interface AppHelper
-
Morris Jobke authored
Remove unused and deprecated methods from OCP\Util
-
Morris Jobke authored
Use proper method to format absolute timestamp
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Roeland Jago Douma authored
Strict settings
-
Morris Jobke authored
Make admin_audit strict
-
Nextcloud bot authored
-
- Mar 11, 2018
-
-
Morris Jobke authored
Improved translation strings
-
Nextcloud bot authored
-
- Mar 10, 2018
-
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
rakekniven authored
Fixed tests for https://github.com/nextcloud/server/pull/8633
-
rakekniven authored
Fixed grammar. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/91002422?issue=yes
-
rakekniven authored
Added question mark. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/120539223?issue=yes
-
rakekniven authored
Improved translation string. Reported at Transifex. See https://www.transifex.com/nextcloud/nextcloud/translate/#de/$/121491256?issue=yes
-
Nextcloud bot authored
-
- Mar 09, 2018
-
-
Morris Jobke authored
Header acceptance features
-