| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \ \
| | | | | |
| | | | | | |
prevent users from deleting their own session token
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | | |
Fixes #24469
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Always use local karma
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
Prevent infinite loop in search auto-nextpage
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
When loading the next page of search results, make sure that the loop
can end if there are no more elements in case the total doesn't match.
Also added a check to avoid recomputing the search results whenever the
setFilter() is called with the same value. This happens when navigating
away to another folder, the search field gets cleared automatically and
it calls FileList.setFilter('').
|
| |_|_|_|/
|/| | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* String columns with a length higher then 4000 are converted into a CLOB columns automagically - we have to respect this when migrating
* Adding schema migration tests to prevent unnecessary and non-sense migration steps
Fix Oracle autoincrement and unsigned handling
* Fix sqlite integer type for autoincrement
* Use lower case table names - fixes pg
* Fix postgres with default -1 - this only affect pg 9.4 servers - 9.5 seems to work fine
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Hide revert button when no permission to revert
|
| | |/ / /
| |/| | | |
|
| | | | | |
|
|/ / / / |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Fix getting the certificate bundle for dav external storages
* Log the original exception in dav external storage
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* fix login hooks
* adjust user session tests
* fix login return value of successful token logins
* trigger preLogin hook earlier; extract method 'loginWithPassword'
* call postLogin hook earlier; add PHPDoc
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* More explicit http status codes
* handle unavailable fed shares while testing for availability
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Quickfix: do not lazy load auth mechanisms for ext storages
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Some auth mechanisms like SessionCredentials need to register hooks
early, so they cannot be lazy loaded.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Prerender file list pages to include search results
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
When filtering the file list, if a result is on an unrendered page,
make sure to call _nextPage() to prerender the pages in order to
display all matching results.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
show which login name to use for the new app password
|
| | | | | | |
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
owncloud/decryptall-keepencryptionenabledforsingleuser
Keep encryption enabled if decrypting for single user
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When decrypting all files of a single user, the admin usually does not
intend encryption to be suddenly disabled for everyone. This fix
reenables encryption after decrypting for a single user.
Decrypting for all users will still disable encryption globally.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add explicit delete permission to link shares
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Link shares always allowed deletion, however internally the permissions
were stored as 7 which lacked delete permissions. This created an
inconsistency in the Webdav permissions.
This fix makes sure we include delete permissions in the share
permissions, which now become 15.
In case a client is still passing 7 for legacy reasons, it gets
converted automatically to 15.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Make code integrity check work when OC is not installed yet
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Remove tooltip when disconnecting token
|
| | |_|_|_|_|/
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
Remove ie8+9 support
|
| | |_|_|_|/
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Remove a fed share from the local table before trying to notify the remote server
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
server
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Use OC.Backbone instead of Backbone directly in authtoken JS code
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
Fixes asset pipeline issue with the auth token in personal page
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
check login name when authenticating via token and basic auth
|
| | |_|_|_|/
| |/| | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Fix search result link for file results outside default list
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
When clicking on a folder result in the search result list, the result
box for "results in another folder" must disappear.
|