| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\
| |
| |
| |
| | |
owncloud/stable9.1-db60e65409e7c6d4f1bde5062af53fbad6e8b412
[stable9.1] Fix issues where some user settings cannot be loaded when…
|
| |
| |
| |
| | |
user id differs in case sensitivity - fixes #25684 (#25686)
|
|/ |
|
|\
| |
| |
| |
| | |
owncloud/stable9.1-a9e633db0cd04cb6288ce74c197153920a0b4665
[stable9.1] Best practice through out the web speak of a max avatar i…
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
size of… (#25857)
* Best practice through out the web speak of a max avatar image size of 96 pixels
* Respect size argument
THX @felixboehm
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/stable9.1-3cebeb168023627a0e511cd9864df9372098b55e
[stable9.1] 25532_issue_password_update_notification_updated (#25756)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Password Update Notification
Added an IF ELSE statement to ensure that feedback is provided to the
user on successfully updating a user password in settings.
* Password Update Success Message
Updated the password update success message
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
owncloud/stable9.1-27a5be96f108d4ab2b91bcd765433e1646ba9bf2
[9.1] Before a user is getting scanned the database connection is re-…
|
| | |/
| |/| |
|
|\ \ \
| |/ /
|/| | |
[stable9.1] Make sure file list files config always exists
|
|/ /
| |
| |
| | |
Initialize files config with defaults in case none was passed
|
| |
| |
| |
| | |
When dot files are hidden, the table summary and selection summary will
not show how many hidden files were included.
|
| |
| |
| |
| |
| |
| | |
Hidden files (dot files) are now always rendered in the DOM to make
sure that all file operations and selection still work as expected.
Their visibility is now toggled on CSS level.
|
|/
|
|
|
|
|
| |
Connection checks will be done by using the configuration id, with the
stored password. LDAP password won't be sent to the client.
Conflicts:
apps/user_ldap/ajax/testConfiguration.php
|
|
|
|
|
| |
* Move over to new caldac tester repo
* no run.py anymore
|
|\
| |
| |
| |
| | |
owncloud/stable9.1-aedae12db5ebfaf56bec91b736fb8a569cecf16f
[stable9.1] In cases where the server dictates the link share expirat…
|
|/
|
|
| |
date is not updated on consequitive changes and enable/disable actions
|
| |
|
| |
|
|
|
|
|
|
| |
* Take from https://github.com/nextcloud/server/pull/608/commits/351cab6bce41b53f9efd4ba9aed4e7435f843691 - THX @schiessle
* Fix unit tests
|
|\
| |
| | |
[stable9.1] fix typo
|
| | |
|
|\ \
| |/
|/| |
[stable9.1] 204 and 304 must not have a body, see https://tools.ietf.org/html/rfc7230#section-3.3
|
| |
| |
| |
| | |
https://tools.ietf.org/html/rfc7230#section-3.3
|
|\ \
| | |
| | | |
[stable9.1] remove reference magic
|
| |/ |
|
|\ \
| |/
|/|
| |
| | |
owncloud/stable9.1-fix-unmerged-shares-repair-betterregexp
[stable9.1] Improve regexp to detect duplicate folders when repairing unmerged shares
|
|/ |
|
|\
| |
| | |
[stable9.1] Disable NFD encoding wrapper by default
|
| |
| |
| |
| |
| | |
Seems I forgot to set it back to false after testing.
Will give a performance boost for all storages.
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/stable9.1-fix-unmerged-shares-repair-targetdecision
[stable9.1] Fix unmerged shares repair targetdecision
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Whenever a group share is created after a direct share, the stime order
needs to be properly considered in the repair routine, considering that
the direct user share is appended to the $subShares array and breaking
its order.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Pick the most recent subshare that has no parenthesis from duplication
which should match whichever name the user picked last. If all
subshares have duplicate parenthesis names, use the least recent group
share's target instead.
|
|\ \ \
| |_|/
|/| | |
[stable9.1] add conditional smb trace logging for debug purposes
|
| |/ |
|
|\ \
| | |
| | |
| | |
| | | |
owncloud/stable9.1-eaecf0cfa9094eb5224e568b7bdde1bd49cfad73
[stable9.1] Merge pull request #25652 from owncloud/fix-getQuota-on-null
|
| | |
| | |
| | |
| | | |
Ensure the user exists before calling a method on it
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
owncloud/stable9.1-usermountcache-hell-shortcutstorageid
[stable9.1] Fix sharedstorage recursion hell
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
To prevent recursions in initMountPoints which requires the numeric id
to populate oc_mounts
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
owncloud/stable9.1-provisioning-api-subadmin-addtogroup
[stable9.1] Fix subadmin permission check for addToGroup/removeFromGroup
|
| |/ /
| | |
| | |
| | |
| | | |
Fixes issue where subadmins could never add users to a group.
Added missing unit tests
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
owncloud/stable9.1-shared-cachethepropagatorinstance
[stable9.1] Store the shared propagator instance
|
|/ /
| |
| |
| | |
This instead of recreating it for every call.
|
| |
| |
| |
| |
| |
| | |
For owncloud/client#5056
Users can configure arbitrary subfolders for syncing, therefore we should
always return it when asked for.
The sync client makes sure to not always ask for it to save bandwidth.
|
| |
| |
| | |
backport of https://github.com/owncloud/core/pull/25764
|
| |
| |
| |
| |
| |
| |
| |
| | |
* Fix file permissions for SMB (read-only folders will be writeable)
* Read-only folders won't be deletable
* Added comment for the read-only behaviour for folders
|
| | |
|