| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\
| |
| | |
[stable9.1] Prevent error with orphaned shares when updating user mount cache
|
|/ |
|
| |
|
|
|
|
|
| |
* Don't log credentials of LoginController::tryLogin - fixes #25895
* Don't log password in loginWithPassword
|
|\
| |
| | |
Stable9.1 integration tests subadmins
|
| | |
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
[stable9.1] Users page lazy multiselect group dropdowns
|
|/
|
|
|
|
|
|
|
|
| |
Instead of pre-rendering all multiselects with lots of group entries,
the current groups are now displayed as simple labels.
Behind the labels there is a pencil icon like for other fields.
When clicking the pencil icon, the dropdown will be spawned and will
open itself.
Upon closing of the dropdown, the label comes back with the updated
selection and the dropdown is destroyed.
|
|\
| |
| |
| |
| | |
owncloud/stable9.1-4f73fb491a2bf12dbf4d20964cfd0f7129f998b1
[stable9.1] Add occ command to expire the trashbin (#25878)
|
| |
| |
| |
| |
| |
| | |
* Add occ command to expire the trashbin
* Fix versions folder in setup check
|
|/
|
|
|
|
|
|
| |
(#25911)
* [stable9.1] 2FA can now be enabled and disabled via the provisioning api
* [9.1] Return proper 'true' and 'false' values for two_factor_auth_enabled in provisioning api
|
|\
| |
| |
| |
| | |
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
|