| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Use transactions when renaming directory contents
|
| | |
|
|\ \
| | |
| | | |
Disable autocomplete for SMTP Password
|
| | |
| | |
| | |
| | | |
While really nearly no modern browser cares about it anymore too much it's still not wrong to have it here (and also stops some automated scanners reporting this...)
|
| | | |
|
|\ \ \
| | | |
| | | | |
external user app: Add note to enable it first
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Updated the media type of some font types
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
TTF and TTF have now the same media type
Official since 2013 and supported by Firefox and Chrome
https://www.iana.org/assignments/media-types/application/font-sfnt
Introducing support for Type1 fonts
|
|\ \ \ \
| | | | |
| | | | | |
Allow application-specific favicons
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Streamline CSRF and login check
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Let's make this consistent with other pieces of the code to make it easier to auditable.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Do not change color of 'new' button on hover and make new file menu more consistent with button
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Use 403 instead of 200 response
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
A forbidden should throw a 403 and this makes it easier for me to do some automated testing.
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Don't encode url unecessary twice
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
The URL was previously encoded twice which leads to getting redirected to a 404 page when the password has been entered incorrect at least once.
Testplan:
- [ ] Opening `http://localhost/core/index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fadmin` redirects to the admin page when providing the correct credentials
- [ ] Opening `http://localhost/core/index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fadmin` redirects to the admin page when providing the invalid credentials and then providing valid ones.
- [ ] Logging in as admin then going to the admin page and clearing the cookies and refreshing will show the login and when repeating the above test steps you're redirected correctly.
Fixes https://github.com/owncloud/core/issues/9804
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Reduce log level of bind failed to WARN - fixes #11624
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Catch exception properly
|
| | |_|_|_|_|_|_|/ /
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
`\OCA\Files\Helper::buildFileStorageStatistics` might throw an exception from `OC_Helper::getStorageInfo`, previously this lead to a uncatched exception being thrown when invoking this methods.
This was user triggable by for example calling `/index.php/apps/files/ajax/delete.php` with a not existing dir (for example `dir=asdf/../&allfiles=true`)
|
| | | | | | | | | | |
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Revert "Add OCS sharing info to capabilities"
|
|/ / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Add OCS sharing info to capabilities
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Moved to files_sharing
Added more capabilities.
Tried to order to capabilities more OO style
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
This fixes #13673.
It now lists link sharing, passwords enforced, and if public uploads are
allowed.
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Fix enc mig user retrieval
|
| | |_|_|_|_|_|_|_|_|/
| |/| | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
always specify limit, except you do like questionable surprises, part 2
|
| | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
[encryption] don't check if we have a valid user during migration
|
| |/ / / / / / / / / / |
|
|/ / / / / / / / / / |
|
| | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Coherent use of "SQLite" in lines 119 and 124
|
| | | | | | | | | | |
| | | | | | | | | | |
| | | | | | | | | | | |
Just a cosmetic detail, but very obvious when working on localisations.
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Coherent use of "SQLite" in lines 159 and 161
|