| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| | |
Fix PHP doc and enforce type
|
| | |
|
|\ \
| |/
|/| |
drop dead code - ref #13301
|
|/ |
|
|\
| |
| | |
Fix Basic Auth in master for applications
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The current behaviour of the authenticion logic in base.php prevents REST APIs in ownCloud applications to work.
Because `!self::$CLI` is usually always a true statement the previously above block was entered which returned, thus the authentication logic for this part does not trigger in.
This can be reproduced by installing apps such as the News app and issuing the following command:
`curl -u admin:admin http://localhost/index.php/apps/news/api/v1-2/feeds`
The following parts needs to get throughly tested:
- [ ] OCS
- [ ] remote.php's DAV features
- [ ] Regular login features
This bug affects master and stable7. I'd propose that we merge this for 8.0 since this has the potential to break every component that relies on Basic Auth features. A backport would also be very nice.
Remark to myself: We really need to move out the authentication code for 8.1 out of base.php - I already have a local branch that does that somewhere which I will get in shape for 8.1... - This untested code is a night-mare.
Fixes itself.
|
|\ \
| | |
| | | |
Fix searchCommon to properly match path name
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The internal path was matched without the last "/" which caused
"files_trashbin" to also match when the internal path was "files".
This adds the missing slash for the comparison.
|
|\ \ \
| | | |
| | | | |
add https:// placeholder for From Link feature. closes #13255
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
drop useless "!!! No reuse of etag" - fixes #13187
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Use json_encode on string
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
It's better to encode the string to prevent possible (yet unknown) bugs in combination with PHP's type juggling.
Previously the boolean statements evaluated to either an empty string (false) or a not empty one (true, then it was 1). Not it always evaluates to false or true.
This also removes a stray - that was not intended there but shouldn't have produced any bugs. Just to increase readability.
Thanks @nickvergessen for spotting.
Addresses https://github.com/owncloud/core/pull/13235/files#r22852319
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
Use a special filter expression for Oracle to filter the prefix - fixes ...
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
usage of const in JS is supported in IE11+
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Adding repair step to fix missing etags - fixes #12172
|
| | |_|/ / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Properly update internal file info with updated tags
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Whenever tags are updated, they need to be updated in the file list's
file info array as well.
This commit also adds unit tests and makes sure that whichever tags are
sent back by the server after update are used when updating
attributes/fileinfo.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Check for the posix extension
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
https://github.com/owncloud/core/pull/13282#issuecomment-69602645
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
don't show no files yet when mask is in place, fixes #13141
|
| | | | | | | | |
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fixes issues when renaming favorite file
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
This fixes an issue when renaming files from a flat list view like
"Favorites" or "Shared with you", in which case the path needs to be
present in the response to make sure the data-path attribute is properly
set in the JS side.
|
| | |_|/ / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
To make it possible for the web UI to correctly display the tag/favorite
information after a rename, this information is now returned in the
rename response
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Check array size, before using the 3rd element from it
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | |_|_|/ / / / /
| |/| | | | | | | |
Check for current user to have the same id then the owner of the config ...
|
| |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- fixes #12307
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Send the proper original name for uploaded files
|
| | |_|_|/ / / /
| |/| | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
fix retrieval of user groups
|
| |/ / / / / / |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
Check for existence of $_GET keys
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Otherwise PHP errors are thrown in the error log.
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Allow dropping files on the table container
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Make it possible to drop files below the table even if the table is
smaller than the window height.
Added a check to make sure upload is not triggered on invisible lists.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
make versions of shared files downloadable
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
make Share/Download buttons localized again
|
| | |_|_|/ /
| |/| | | |
| | | | | |
| | | | | | |
it seems we have forgotten to use named FileAction
|