| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fix gathers the share keys BEFORE a file is moved to make sure that
findShareKeys() is able to find all relevant keys when the file still
exists.
After the move/copy operation the keys are moved/copied to the target
dir.
Also: refactored preRename and preCopy into a single function to avoid
duplicate code.
|
|
|
|
| |
There is not much sense in having these files marked executable, we should avoid that.
|
| |
|
|
|
|
| |
Backport of 075e8d8e8658913e1c5b8869f3e457fa6db2d847 from master
|
|
|
|
|
| |
Conflicts:
apps/files_external/lib/amazons3.php
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fix retrievel of group members and cache group members
fix changed variable name
with several backends, more than limit can be returned
make performance less bad. Still far from good, but at least it works
add one simple cache test
adjust group manager tests
|
| |
|
|\
| |
| | |
Fix SVG icons
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
FIXME: Ugly hack to prevent SVG of being returned if the SVG
provider is not enabled.
This is required because the preview system is designed in a
bad way and relies on opt-in with asterisks (i.e. image/*)
which will lead to the fact that a SVG will also match the image
provider.
Conflicts:
lib/private/preview.php
|
|\ \
| | |
| | | |
fix flickering users in files external
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
add checkbox for experienced users to server tab
must be empty not auto
sets user filters to raw mode when marking user as experienced
Objectlasses, Groups and Attributes are now loaded only in assisted mode and only once
user and group counts are only upated on demand in experienced mode
confirmation before switching to assisted mode when admin is experienced
rename internal var name to avoid collision
more beautiful white spaces
smaller corrections to make scruitinizer happier, no effective changes
bump version
fix triggering of group update counts. improves the basic code which is also responsible for user counts. i did not find regressions, please doublecheck
remove debug output
coding style, no effective code changes
always abort running ajax request when the method is fired up again
show a spinner next to test filter button when the test is running
show Spinner when stuff is being saved
show busy cursor and lock tabs on save
instead of dis/enabling tabs on save, cancel tab change. avoids noisy ui
remove debug output
rephrase xp'ed user mode label
left-align checkbox on server tab
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
owncloud/make_skeleton_compatible_with_objectstore_minimal_stable7
make skeleton compatible with objectstore
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
suspend encryption proxy when copying skeleton
|
| |_|/
|/| | |
|
|\ \ \
| | | |
| | | | |
make trashbin compatible with objectstore
|
| | | |
| | | |
| | | |
| | | | |
cache, make unknown free space work like unlimited free space
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Allow specifying a protocol in the host field when mounting another
ownCloud instance. Note that this was already possible with the WebDAV
config but this bug made it inconsistent.
|
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
In the public page the scroll container is the window instead of a div.
The $(window) object doesn't support animating the scroll property, so
the $('body') element is used instead.
Backport of 704ffaa6a37730f02a3359e8e8f0a0070f0e0d31 from master
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When downloading a folder called "0001" PHP should fallback to parsing
it as string and properly detect that it is not a JSON array.
Backport of 6cbabdf217f55df3655143aa82b6e5e74650df05 from master
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In some incomplete setups (like mine) it can happen that the uid
attribute of users is missing.
To be able to find out that something is wrong, a debug message is now
logged when it has not been found.
Backport of 59f9107dd9497d2eb9bd61f5eb8d893dd8fcb766 from master
|
| | | |
|
| | | |
|
|/ / |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Pressing enter in the LDAP wizard will trigger a click on the first
button. In the main page it would trigger the delete dialog, which is
quite inconvenient.
Added a type attribute to suppress this behavior.
Backport of bb424802c8f6e8fd0e7fbe28e000400a5b0660f3 from master
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
This allows to have links to different doc base URLs
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
properly cancel a Paginated Results operation in order to avoid protocol errors, fixes #10526
abandon ongoing paged search before starting a new one
abandond paged search only if PHP supports them
init a new paged search on read operations to satisfy OpenLDAP
make scrutinizer happy, very minor changes
|
| | |
|
| |
| |
| | |
Made description consistent with other apps
|
| |
| |
| | |
Updated description
|
| |
| |
| | |
Updated app description
|
| |
| |
| | |
Backported to stable 7
|
| |
| |
| | |
Updated documentation. Removed doc links as this has two packages, need to not hard link.
|
| |
| |
| | |
Backporting to stable 7. Removed doc links as this is packaged in 2 different setups, links are different.
|
| | |
|
|\ \
| | |
| | | |
Fix files external amazon s3
|