| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Beside some small improvements and bug fixes this will probably the final state for OC8.
To test this you need to set up two ownCloud instances. Let's say:
URL: myPC/firstOwnCloud user: user1
URL: myPC/secondOwnCloud user: user2
Now user1 can share a file with user2 by entering the username and the URL to the second ownCloud to the share-drop-down, in this case "user2@myPC/secondOwnCloud".
The next time user2 login he will get a notification that he received a server-to-server share with the option to accept/decline it. If he accept it the share will be mounted. In both cases a event will be send back to user1 and add a notification to the activity stream that the share was accepted/declined.
If user1 decides to unshare the file again from user2 the share will automatically be removed from the second ownCloud server and user2 will see a notification in his activity stream that user1@myPC/firstOwnCloud has unshared the file/folder from him.
|
|\
| |
| | |
[jenkins only] introduce names for user backends - IUserBackend
|
| |
| |
| |
| | |
* LDAP with multiple servers also proved backendName
|
|\ \
| | |
| | | |
Mail address of users is now changable in the user management
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* introduced new route settings/users/{id}/mailAddress
* kept old responses
* better error messages
* dropped lostpassword.php from settings/ajax
* cleaned up the UserList.add() and hand in user object instead of
each attribute as another parameter
* check for change permission of mail address
* proper response messages
|
|\ \ \
| | | |
| | | | |
Returns tags through WebDAV
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Added oc:tags and oc:favorites in PROPFIND response.
It is possible to update them with PROPPATCH.
These properties are optional which means they need to be requested
explicitly
|
|\ \ \ \
| | | | |
| | | | | |
Add Redis cache implementation, prefer over memcached, tests & config sample doc
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Add mount specific options
|
| | | | | |
|
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
Send mail for new users
|
| | |_|/
| |/| | |
|
|\ \ \ \
| | | | |
| | | | | |
Setup a docker container that holds a webdav instance to test files_exte...
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
document docker parameter and use random host port
fix typo
copy autotest.sh to autotest-external.sh
adds ability to add start* and stop* scripts in env in external tests
run files_external WebDAV tests against ownCloud instance
introduce executor number to be able to shut down the correct docker container
fetch docker images in advance - this also fetches latest versions of the docker images
add second argument to autotest-external.sh which can specify a single test to run
print out the explicit test run
change naming schema of files_external setup scripts
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
method on the api
|
|/ / |
|
|\ \
| | |
| | | |
Sort results to make sure assert work on consistent order
|
| | | |
|
|\ \ \
| |/ /
|/| | |
adding dependencies for command line tools and php libraries
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
requiremax
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add filter for backend to rest index
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This adds a "backend" type filter to the index REST route which is a pre-requisite for https://github.com/owncloud/core/issues/12620
For example when calling `index.php/settings/users/users?offset=0&limit=10&gid=&pattern=&backend=OC_User_Database` only users within the backend `OC_User_Database` would be shown. (requires sending a CSRF token as well)
Depends upon https://github.com/owncloud/core/pull/12711
|
|\ \ \ \
| | | | |
| | | | | |
Show user backend in user management
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* add switch to settings to show user backend
* user classes for headers and rows to unify the show/hide statement
* add user backend to response of user create request
* proper markup in settings area
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Added searchByTags to view, storage and cache
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
$userId is now a mandatory parameter for searchByTags.
Also fixed some places in the code where the argument was missing (Node
API and View)
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add special parameterlist to manager
|
| | |_|/ /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[Jenkins only] curl open basedir
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The file:// protocol does not work with curl when an open_basedir is set.
This fixes https://github.com/owncloud/core/issues/12016
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Use a fixed timestamp so we dont switch days/years with the getTimestampAgo
|
| |/ / / / |
|
|/ / / / |
|
|\ \ \ \
| |/ / /
|/| | | |
skip testLongPath()
|