- Apr 26, 2018
-
-
Robin Appelman authored
Signed-off-by:
Robin Appelman <robin@icewind.nl>
-
- Apr 25, 2018
-
-
Morris Jobke authored
Add option for header logo and favicon in theming app
-
Nextcloud bot authored
-
- Apr 24, 2018
-
-
Roeland Jago Douma authored
Fix ellipsis in filename column
-
Roeland Jago Douma authored
Cast retrieved DB fields to string
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Fixes #9279 If a pure numerical user is in the DB the value might be casted to a int when returned. Cast it all to a string so we don't break the strict typing. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Joas Schilling authored
Make the ShareAPIController strict
-
Roeland Jago Douma authored
Swift v3 requires setting a scope
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Nextcloud bot authored
-
- Apr 23, 2018
-
-
Roeland Jago Douma authored
Fixes #9279 With types we can force php to not cast a full nummeric user to an int. Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Roeland Jago Douma authored
Unscoped auth is not guaranteed to return a catalog. So require the scope to be set properly. See https://developer.openstack.org/api-ref/identity/v3/index.html#password-authentication-with-unscoped-authorization Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Access needs UserManager, missed to add in #8833
-
Daniel Calviño Sánchez authored
Only query last comment info, when there is one
-
Morris Jobke authored
Remove unused config option
-
Arthur Schiwon authored
Signed-off-by:
Arthur Schiwon <blizzz@arthur-schiwon.de>
-
Joas Schilling authored
Fix undefined variable - found by Phan
-
Roeland Jago Douma authored
Make the group backends also possible using interfaces
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Fix DI for federated file sharing controller
-
Roeland Jago Douma authored
This now uses the new interfaces Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Roeland Jago Douma authored
Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Left over from a refactoring https://github.com/nextcloud/server/pull/1940 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Joas Schilling authored
Signed-off-by:
Joas Schilling <coding@schilljs.com>
-
Roeland Jago Douma authored
Just like for the user backends the group backends should also be properly done using interfaces. This adds the interfaces and abstract class to get started Signed-off-by:
Roeland Jago Douma <roeland@famdouma.nl>
-
Morris Jobke authored
Added in https://github.com/nextcloud/server/pull/8314/files#diff-a55c10804586cd797b7f3f16556c1457R157 Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Roeland Jago Douma authored
Fix race condition when preparing upload folder
-
Roeland Jago Douma authored
Less deprecated calls to OCP\Util::writeLog
-
Nextcloud bot authored
-
- Apr 22, 2018
-
-
Julius Härtl authored
Signed-off-by:
Julius Härtl <jus@bitgrid.net>
-
Roeland Jago Douma authored
Add proper comment offset support
-
Roeland Jago Douma authored
Allow IPv6 database hosts
-
Morris Jobke authored
Signed-off-by:
Morris Jobke <hey@morrisjobke.de>
-
Daniel Calviño Sánchez authored
Before any upload is submitted the upload is registered in a list of known uploads; this is needed to retrieve the upload object at several points of the upload process. When a chunked upload is submitted first a directory to upload all the chunks is created and, once that is done, the chunks are sent; in order to send a chunk the upload object needs to be retrieved from the list of known uploads. When all the active uploads were finished the list of known uploads was cleared. However, an upload is not active until it actually starts sending the data, so while waiting for the upload directory to be created the upload is already in the list of known uploads yet not active. Due to all this, if the active uploads finished while another pending upload was waiting for the upload directory to be created that pending upload would be removed from the list of known uploads too, and once the directory was created and thus the chunks were sent a field of a null upload object would be accessed thus causing a failure. Instead of removing all the known uploads at once when the active uploads finish now each upload is explicitly removed when it finishes. Signed-off-by:
Daniel Calviño Sánchez <danxuliu@gmail.com>
-
Nextcloud bot authored
-
- Apr 21, 2018
-
-
Nextcloud bot authored
-
- Apr 20, 2018
-
-
Morris Jobke authored
Also adjust app sidebar offset to new header height
-