| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
owncloud/stable8.2-da79d9affbf1cd3a2e30c5226e143b2ecb9c3105
[stable8.2] Fix misleading SSL/TLS SMTP email configuration (#26447)
|
|/ |
|
|\
| |
| |
| |
| | |
owncloud/stable8.2-ab92c20d65b385e6df3aba90fade7a90028a3d22
[stable8.2] Escape special characters (#25429)
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Escape LIKE parameter
* Escape LIKE parameter
* Escape LIKE parameter
* Escape LIKE parameter
* Escape LIKE parameter
* Use correct method in the AbstractMapping class
* Change the getNamesBySearch method so that input can be properly escaped while still supporting matches
* Don't escape hardcoded wildcard
|
| | |
|
|/ |
|
|\
| |
| | |
[stable8.2] Fix post_unshareFromSelf hook parameter format
|
|/
|
|
|
|
|
|
|
|
| |
When unsharing from self in a group share situation, the share items
passed to the post_unshareFromSelf hook were using the wrong format in
which the attribute names (ex: "share_type") have non camel-case format.
This fix makes sure that in group sharing case we use the correct
format. It looks like the code was already producing it but in
array_merge it was not using it and adding the unprocessed one.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
|
|
|
| |
notification is sent out (#26169)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Fix failing preview unit tests (#26039)
* Fix preview namespaces from backport
|
|\
| |
| |
| |
| | |
owncloud/stable8.2-1add375541700ef1be5be58a2ac5542741378c25
[stable8.2] Add occ command to expire the trashbin (#25878)
|
|/
|
|
|
|
| |
* Add occ command to expire the trashbin
* Fix versions folder in setup check
|
|\
| |
| |
| |
| | |
owncloud/stable8.2-19ca74533d3562b4aebf17555f16b032568fcd8f
[8.2] Before a user is getting scanned the database connection is re-…
|
|/ |
|
| |
|
|
|
| |
Fixes #23620
|
|
|
|
|
|
|
|
|
|
| |
* [stable8.2] backport of #23728
Sanitize more data in config report
* remove 'updater.secret' – only needed in oC9+
The new updater didn't exist in 8.2, only in 9.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#25772) (#25775) (#25783)
* Next step jenkinsfile (#25622)
* Adding timestamper and evaluation of test results even in case of failure
* Adding build timeout
* use fixed value 120 minutes as timeout for each test executing for now
* Terminate the build as soon as test execution fails
* Adjust external testing as well
* Finalize use of executeAndReport
* Array sort order is of no relevance
|
|
|
|
|
|
|
|
|
|
| |
(#25394)
* [stable8.2] check if renamed user is still valid by reapplying the ldap filter (#25338)
* Add missing filter during cleanup
* Fix another missing check
|
| |
|
|
|
|
|
|
|
|
| |
* [stable8.2] Test jenkins pipeline (#25401)
* Use phantomjs-prebuilt and remove integration tests as well as primary objectstore tests
* Adding 'Integration Testing' stage to stable8.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Adapted integration tests for stable8.2
* Fixed provisioning-v1:279
* Removed provisioning-v1.feature:160
* Removed tests related with enabling or disabling users
* Removed tests about permissions property added in 9.1
* Removed check of mimetype and permissions to expect 7 instead of 15
* Removed tests only suitable for 9.1 and modified expected fields which doesn't work on 8.2
* Removed test for allowing sharing of root folder
* Fixed problem with shares involving a rename which calls setupFS and requires to check the parent id instead of the actual share id
* Removed quota check fixed only in >9.0
* Removed test with undefined quota -3 only in >9.0
* Removed tests about new chunking (only >9.1)
* removed all the field checks in fed sharing, as they appeared after 8.2
* Removed tests about CSRF only suitable for master
* Removed tests about special characters in groups
* Modified range to start on 0
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
some browsers (#25382) (#25399)
|
| |
|
|\
| |
| | |
Have displayname, or username if there is no displayname, appear in s…
|
| |
| |
| |
| | |
error messages rather than just username only. Fixes guids appearing in user facing messages in ldap/ad based setups.
|
|\ \
| |/
|/|
| |
| | |
owncloud/stable8.2-search-fixsearchfromotherfilelists
[stable8.2] Fix search result link for file results outside default list
|
| |
| |
| |
| |
| | |
When clicking on a folder result in the search result list, the result
box for "results in another folder" must disappear.
|
| |
| |
| |
| |
| | |
When outside the "All files" list, the search result link must properly
redirect to the "All files" list.
|
| | |
|
|/ |
|
|\
| |
| | |
use string array when fetching share ids
|