| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Fixup getURLParameter 'null' return and encoding support
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit further changes the behavior of getURLParmeter to handle
encoded parameter values and returns the decoded string and improves
behavior for parameters without value and multiple equals and other
similar cases which did not work before. See the comments at
http://stackoverflow.com/questions/1403888/get-escaped-url-parameter for
a list of the issues handled by the updated implementation.
This change does not change the general behavior of the function. Empty
or non existing parameters still return an empty string ('').
|
| |
| |
| |
| |
| |
| | |
This commit changes the behavior of getURLParameter(name) to return an
empty string when the parameter is not set or has empty value. Before it
returned 'null' as string.
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Strict CSP for OCS API
|
| | |
| | |
| | |
| | | |
* Very hacky in simple test but at least we test
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
If a repsonse now explicitly has the Empty CSP set then the middleware
won't touch it.
|
|\ \ \
| | | |
| | | | |
[3rdparty] Bump symfony/event-dispatcher
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Bump handlebars to version 4.0.5
|
| | |_|/
| |/| | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Chunk if you have too many contacts/events
|
| | | | |
|
| | | | |
|
| | | | |
|
| |_|/
|/| | |
|
|/ / |
|
|\ \
| | |
| | | |
update moment.js to 2.15
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
nextcloud/display-that-updating-failed-for-htaccess
Display an error when updating .htaccess failed
|
| | | | |
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Rename COPYING-AGPL to COPYING
|
| | | |
| | | |
| | | |
| | | | |
That way GitHub properly indexes the license information and displays it inline. Also renamed one old usage of "ownCloud" to Nextcloud.
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Make sure memory limit is > post size and upload filesize
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
Bug fix CachedMountInfo for user home storage
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In getMountPointNode function rootId is not inside of the userFolder for home storage. We was searching '/user' folder in '/user/files' folder. So, it was return NULL. I moved searching part to parent folder. It solves everything. Also, obviously other storage types not affect then this change.
Related owncloud commit :
https://github.com/owncloud/core/pull/26017
|
|\ \ \ \
| | | | |
| | | | | |
add actual check if mysql is up already
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Opening the trashbin causes errors in log for files without preview
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* put a file without a generated preview in the trashbin
(e.g. a *.docx file)
* open the trashbin
* following errors will show up in the nextcloud.log:
- filesize(): stat failed for ...
- fopen(...): failed to open stream: No such file or directory at ...
- fread() expects parameter 1 to be resource, boolean given at ...
- fclose() expects parameter 1 to be resource, boolean given at ...
- imagecreatefromstring(): Empty string or invalid image at ...
This is because the preview code tries to load an SVG image, which
is obviously only text.
The fix simply handles this before the loading happens and the web UI
keeps showing the default mimetype icon.
|
|\ \ \ \
| | | | |
| | | | | |
Make tests work with 4.8 at least
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
Move Travis tests to DroneCI
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Should give us some quicker test execution speed as we're not limited by Travis
Explicitly invoke with "bash"
Install instance already
Use newest litmus container
|
|\ \ \ \
| |/ / /
|/| | | |
Pass redirect_url through setup form
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When accessing a 'not set up' Nextcloud with a redirect_url parameter
the parameter will is added to the setup POST request, resulting in the
requested redirect after setup is complete.
This is required in scenarios where Nextcloud is used as authorization
provider like on the Spreedbox to allow redirection to the required page
when normally a login form would be shown but the setup form is shown
instead.
|
|\ \ \
| | | |
| | | | |
clone depth of 1 and execute integration tests first
|
| | | |
| | | |
| | | |
| | | | |
* specify git image
|
|\ \ \ \
| | | | |
| | | | | |
Try to mention 3 people that will leave comments
|
| | | | | |
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
[uc] Improve chunk upload AssemblyStream performance
|
| |/ / / |
|
|\ \ \ \
| | | | |
| | | | | |
Fix getMock phpunit warnings
|