| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Add repair step and revert "Open updater" button
|
| |
| |
| |
| | |
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
|
|\ \
| | |
| | | |
Optimize sanitizeName
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Downstreaming of https://github.com/owncloud/core/pull/26213
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
| |/
|/|
| |
| |
| |
| |
| |
| | |
Right now a failed "copyr" will result in the error log being spammed with not really helpful error messages. Also situations such as `$dir` returning `false` are not really caught.
This adds more error handling and logging to make debugging such situations easier.
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
|
| | |
|
|/
|
|
|
| |
If a repsonse now explicitly has the Empty CSP set then the middleware
won't touch it.
|
|\
| |
| |
| |
| | |
nextcloud/display-that-updating-failed-for-htaccess
Display an error when updating .htaccess failed
|
| | |
|
| | |
|
|\ \
| | |
| | | |
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
|
|\ \ \
| |_|/
|/| | |
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.
|
| | |
|
|/
|
|
|
|
|
|
|
| |
Often a route.php file will have many N routes but only M controllers.
Where N >= M. Which means that in most cases the ControllerName will be
converted multiple times. This is of course far from ideal.
Note that this is per app so the cache will contain at most N entries.
Which is not to bad.
|
|\
| |
| | |
Adding a optional disclaimer to the anonymous upload page
|
| | |
|
|\ \
| | |
| | | |
more efficient querying of numeric storage ids
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add PHP 7.1 drone tests
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Set salt length to 0
See https://tools.ietf.org/html/rfc3447#page-38
* Fix tests for new phpunit
|
| | |/
| |/| |
|
|\ \ \
| |/ /
|/| | |
Fix detection of file types a bit
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | | |
Correctly remove admin sections and settings
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Internal OCS Controller cleanup
|
| | |
| | |
| | |
| | |
| | |
| | | |
This cleans up a bit the OCSController/Middleware. Since the 2 versions
of OCS differ a bit. Moved a lot of stuff internal since it is of no
concern to the outside.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
nextcloud/issue-1192-move-navigation-entries-without-order-to-the-end
Move navigation entries without order to the end
|
| | | |
|
|\ \ \
| | | |
| | | | |
Cache avatars
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* Set proper caching headers for avatars (15 minutes)
* For our own avatar use some extra logic to invalidate when we update
|
|\ \ \ \
| | | | |
| | | | | |
Null !== void, those methods are void
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
ACCEPT_LANGUAGE goes before default_langauge
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
See https://github.com/nextcloud/server/issues/970
Before we had
1. Users settings in personal settings
2. Admins default language settings
3. Accept-Language settings of the browser
However this is not in line with
https://www.w3.org/International/questions/qa-lang-priorities
So this changes the order to
1. Users settings in personal settings
3. Accept-Language settings of the browser
2. Admins default language settings
|
|\ \ \ \
| | | | |
| | | | | |
add 2fa backup codes app
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* add backup codes app unit tests
* add integration tests for the backup codes app
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Fixes #1260
See https://www.postgresql.org/docs/9.0/static/sql-alterrole.html
|
|\ \ \
| | | |
| | | | |
Allow to validate the password_policy app
|
| | |/
| |/| |
|
| | | |
|