| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
external storage table layout fixes
|
| | |
|
| |
| |
| |
| |
| |
| | |
For external storage with lots of parameter settings (>4), wrap the content of the cell to let a full view of the parameters.
The rows of the table are now always visible until the end (the trash icon is accessible).
(Note : A strange 3px margin forces me to add a class on the row added by javascript, to be able to align them with the rows rendered by the server.)
|
|\ \
| | |
| | | |
[encryption] improved error handling
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add unit test for multi-user configuration loading
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | | |
[OC8] Removed legacy encryption tests
|
| | |/
| |/| |
|
|/ / |
|
|/ |
|
|\
| |
| | |
Add warning because there are people that enable this app because they think it's the WebDAV implementation of ownCloud
|
| | |
|
|\ \
| |/
|/| |
[DEBUG] Test case for debugging the last index ID bug from Doctrine/MySQL
|
| |
| |
| |
| |
| | |
- re-enable encryption migration tests
- sqlite requires reconnect after schema changes
|
| | |
|
|\ \
| | |
| | | |
[Issue #9559] identifiers uid=xxx must be considered as user DN and not ...
|
| | | |
|
| | |
| | |
| | |
| | | |
owncloud users
|
|\ \ \
| | | |
| | | | |
reduce share action text to the user name only
|
| | |/
| |/| |
|
|/ / |
|
|\ \
| | |
| | | |
mountType attribute + delete hint fix
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added mountType attribute for files/folder to indicated whether they are
regular, external or shared.
The client side then adapts the "Delete" action hint text based on this
information.
Only the mount roots must have the delete icon hint adapted.
To make this detectable on the client side, the mountType can now
be null, "shared", "shared-root", "external" or "external-root".
This also gives room to icon customization on the client side.
|
|\ \ \
| |/ /
|/| | |
Re-add missing sftp:// stream wrapper
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Remove deleted versions from the cache
|
| | | | |
|
| | | | |
|
| | | | |
|
| |/ /
|/| |
| | |
| | |
| | | |
It seems these tests are not needed any more, but will now be skipped
instead until the case is cleared out.
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Propagate file action changes to the file lists
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Whenever an app needs to register an event late, it does that on the
original file actions object.
Since the file actions that the file list work on is a merged list, not
the original one, the registration event needs to be propagated there as
well.
|
|\ \ \
| |_|/
|/| | |
[OC8] Kill legacy encryption migration
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| | |
Dont assume local home storage for files_version
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
support for AD primary groups
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
support for primary groups
actually the problem is only known on AD, it is only needed to take care of their attributes
adjust to ADs special behaviour
this change was not intended
cache the SID value so it is not requested over and over again
theres only one, use singular
we are access
add tests for new Access methods
add tests for new Group methods
address scrutinizer findings, mostly doc
call ldap_explode_dn from ldap wrapper, enables tests without php5-ldap
PHP Doc
yo dawg, i heard you like backslashes … php doc fix
PHPDoc updated and typos fixed while reviewing
|
|\ \ \ \
| | | | |
| | | | | |
Fix update cleanup to only affect file and folders
|
| | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
Fix bug in the SQL query that cleans up stray shares for removed
files/folders, which is now correctly limited to that item type instead
of also removing all other share types.
|
|\ \ \ \
| | | | |
| | | | | |
Upload abortion is now detected within the OC_Connector_Sabre_File::put...
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
OC_Connector_Sabre_AbortedUploadDetectionPlugin is pointless
Adding unit test testUploadAbort()
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
don't trigger update from checkPassword, it is already called by userExists, this is enough.
do not write to database when the value is the same
add test cases. also split test classes in a file each, looks like only the first class is being executed
also appconfig shall not write to database if the value is unchanged
|