| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Fix delete action height
|
| | |
|
| |
| |
| |
| | |
Aligning the columns and in the rows
|
| |
| |
| |
| |
| | |
Remove "top:" in favour of setting "line-height" and fixing the
resulting problem with the input field being positioned wrongly.
|
| |
| |
| |
| | |
Fix #8530 and align the all actions in the row
|
|\ \
| | |
| | | |
Fix wording for remote shares in settings page
|
| | | |
|
|\ \ \
| | | |
| | | | |
Fix ellipsis for folders on mobile screens
|
| | | |
| | | |
| | | |
| | | | |
* fixes #9162
|
|\ \ \ \
| | | | |
| | | | | |
Prevent running the files:scan command as the wrong user
|
| | | | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Add error message when no users specified to files:scan command
|
| | |/ /
| |/| | |
|
|\ \ \ \
| |/ / /
|/| | | |
[encryption] always use oc view
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
make sure that the etags get propagated correctly
|
| | | | | |
|
| |/ / / |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix parsing of remote URL when mounting remote shares
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This fix allows for having the remote ownCloud instance live in a
subpath like "http://example.com/basedir/subdir/owncloud".
Such URLs are now parsed correctly.
Added unit test for URL parsing.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Do not clear URL hash when no external mount params given
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Whenever external share parameters were passed through the URL hash, the
URL hash will now be cleared.
In other cases, the hash needs to be left alone because it is used as
workaround for the lack of history API in IE8 / IE9
Removed getParamterByName() and use OC.Util.History.parseUrlQuery() that
does the same, including replacing the "+" with spaces.
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
Sharing fix permissions
|
| | | | | |
|
| | | | | |
|
| |_|/ /
|/| | | |
|
| | | | |
|
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
list of groups on big setups #9002
fix PHPdoc
Conflicts:
apps/user_ldap/lib/connection.php
add method to count groups on LDAP
Conflicts:
apps/user_ldap/lib/access.php
LDAP Wizard: count users and groups with the power of paged search
Conflicts:
apps/user_ldap/lib/wizard.php
consolidate requirement check
fix PHPdoc
Conflicts:
apps/user_ldap/lib/access.php
Wizard: get really all groups from LDAP by power of Paged Search
Conflicts:
apps/user_ldap/lib/wizard.php
make all this work in an early configuration state in the wizard by marking the config active and ignoring the validation state.
Conflicts:
apps/user_ldap/lib/connection.php
simplify two methods a bit, because they are not used for group search anymore
Conflicts:
apps/user_ldap/lib/wizard.php
remove unused vars; increase scrutinizer happiness
|
|\ \ \
| | | |
| | | | |
Remove warning when deleting all entries
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
When deleting all entries, only "allfiles" is defined but not "file" or
"files", which caused a PHP warning to be logged.
|
| | | | |
|
| |/ /
|/| | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Update the modified date in UI on file reversion
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Fix blurring of invalid file name on rename
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When renaming to an existing file name, blurring the field should not
remove it.
This fix keeps the field until escape is pressed instead of replacing it
with a broken empty space.
|
|\ \ \ \
| | | | |
| | | | | |
Fix moving files into read only public shares
|
| | | | | |
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
[master] Use actual file path on rename/delete
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When renaming or deleting a file that is in a subdirectory, performing
the action from the sharing overview or another file list view, the
actual directory of the file must be used instead of the current
directory.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Clear file selection when list is repopulated
|
| | |/ / /
| |/| | |
| | | | |
| | | | |
| | | | | |
When calling FileList.setFiles() the current selection needs to be
cleared.
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
To make sure the external shares are initialized in the right order and
make sure the session is correctly initialized before, the external
share manager is now set up in a filesystem setup hook.
|
| | | | |
|