summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set version to 8.2.9 RC2v8.2.9RC2Vincent Petry2016-10-251-2/+2
|
* Merge pull request #26457 from ↵Vincent Petry2016-10-241-2/+2
|\ | | | | | | | | owncloud/stable8.2-da79d9affbf1cd3a2e30c5226e143b2ecb9c3105 [stable8.2] Fix misleading SSL/TLS SMTP email configuration (#26447)
| * [stable8.2] Fix misleading SSL/TLS SMTP email configuration (#26447)RealRancor2016-10-241-2/+2
|/
* Merge pull request #26410 from ↵Vincent Petry2016-10-207-8/+22
|\ | | | | | | | | owncloud/stable8.2-ab92c20d65b385e6df3aba90fade7a90028a3d22 [stable8.2] Escape special characters (#25429)
| * Adding escapeLikeParameter to GroupDatabaseThomas Müller2016-10-201-2/+6
| |
| * Adding escapeLikeParameter to \DB\ConnectionThomas Müller2016-10-201-0/+10
| |
| * [stable8.2] [stable9] Escape special characters (#25429)Aaron Wood2016-10-196-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | Sanitize length headers when validating quota (#26418)Vincent Petry2016-10-202-9/+16
| |
* | Set version to 8.2.9 RC1v8.2.9RC1Vincent Petry2016-10-192-3/+3
|/
* Merge pull request #26364 from owncloud/stable8.2-fix-unsharefromself-hookvaluesVincent Petry2016-10-182-2/+24
|\ | | | | [stable8.2] Fix post_unshareFromSelf hook parameter format
| * Fix post_unshareFromSelf hook parameter formatVincent Petry2016-10-172-2/+24
|/ | | | | | | | | | 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.
* [stable8.2] forum.owncloud.org -> central.owncloud.org (#25644) (#26333)Thomas Müller2016-10-113-7/+11
|
* Open documentation in new tab (#26261)David Toledo2016-10-041-1/+1
|
* [stable8.2] 25532_issue_password_update_notification_updated (#25756) (#25868)Thomas Müller2016-09-301-1/+3
| | | | | | | | | | * 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
* Backport #26236 to stable8.2 (#26238)RealRancor2016-09-281-3/+3
|
* Backport #26087 to stable8.2 (#26231)RealRancor2016-09-271-1/+1
|
* [stable8.2] In case the build on master or any release branch fails an email ↵Thomas Müller2016-09-211-0/+7
| | | | notification is sent out (#26169)
* [stable8.2] Fix mimetype detection inside hidden folders (#26138) (#26153)Thomas Müller2016-09-202-2/+6
|
* Set version to 8.2.8 finalv8.2.8Vincent Petry2016-09-191-2/+2
|
* Increase version for 8.2.8 RC2v8.2.8RC2Vincent Petry2016-09-071-2/+2
|
* [stable8.2] Fix failing preview unit tests (#26039) (#26053)Vincent Petry2016-09-072-15/+7
| | | | | | * Fix failing preview unit tests (#26039) * Fix preview namespaces from backport
* Merge pull request #25917 from ↵Vincent Petry2016-08-244-0/+306
|\ | | | | | | | | owncloud/stable8.2-1add375541700ef1be5be58a2ac5542741378c25 [stable8.2] Add occ command to expire the trashbin (#25878)
| * [stable8.2] Add occ command to expire the trashbin (#25878)Thomas Müller2016-08-234-0/+306
|/ | | | | | * Add occ command to expire the trashbin * Fix versions folder in setup check
* Merge pull request #25890 from ↵Vincent Petry2016-08-221-1/+27
|\ | | | | | | | | owncloud/stable8.2-19ca74533d3562b4aebf17555f16b032568fcd8f [8.2] Before a user is getting scanned the database connection is re-…
| * [8.2] Before a user is getting scanned the database connection is re-establishedThomas Müller2016-08-221-1/+27
|/
* ownCloud Server 8.2.8 RC1v8.2.8RC1Daniel Molkentin2016-08-182-3/+3
|
* Fix paths returned by \OC\Files\Storage\Shared hooks (#25520)Vincent Petry2016-08-131-2/+2
| | | Fixes #23620
* [stable8.2] backport of #23728 (#25492)Michael Stingl2016-08-121-1/+13
| | | | | | | | | | * [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.
* [Stable8.2] fix unit test on new jenkins setup and adjust Jenkinsfile ↵Thomas Müller2016-08-121-39/+100
| | | | | | | | | | | | | | | | | | | (#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
* [stable8.2] check if renamed user is still valid by reapplying the ld… ↵Thomas Müller2016-08-102-2/+7
| | | | | | | | | | (#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] Added integration test (#25676)Thomas Müller2016-08-091-0/+18
|
* [stable8.2] Test jenkins pipeline (#25401) (#25503)Thomas Müller2016-07-253-2/+59
| | | | | | | | * [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 (#25456)Sergio Bertolín2016-07-2515-359/+3351
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* ownCloud Server 8.2.7v8.2.7Daniel Molkentin2016-07-181-2/+2
|
* Backport guzzlehttp 5.3.1 fixVincent Petry2016-07-181-0/+0
|
* version.php: add missing space in human readable stringv8.2.7RC1Daniel Molkentin2016-07-131-1/+1
|
* ownCloud Server 8.2.7 RC1Daniel Molkentin2016-07-132-3/+3
|
* Locking: Limit key length in Shared Storage #25376 (#25423)Markus Goetz2016-07-125-2/+42
|
* Additional perm check in Webdav (#25451)Vincent Petry2016-07-122-0/+87
|
* Hide revert button when no permission to revert (#25328)Vincent Petry2016-07-114-2/+77
|
* [stable8.2] Set content type when downloading log file to force download in ↵Thomas Müller2016-07-082-0/+4
| | | | some browsers (#25382) (#25399)
* Backport for 25367 to stable8.2 (#25385)Carlos Damken2016-07-061-3/+3
|
* Merge pull request #25305 from owncloud/fix-sharing-messagesVincent Petry2016-07-041-5/+5
|\ | | | | Have displayname, or username if there is no displayname, appear in s…
| * Have displayname, or username if there is no displayname, appear in sharing ↵Stephen Colebrook2016-06-291-5/+5
| | | | | | | | error messages rather than just username only. Fixes guids appearing in user facing messages in ldap/ad based setups.
* | Merge pull request #25265 from ↵Vincent Petry2016-07-011-2/+9
|\ \ | |/ |/| | | | | owncloud/stable8.2-search-fixsearchfromotherfilelists [stable8.2] Fix search result link for file results outside default list
| * Hide search results after switching directoryVincent Petry2016-06-241-0/+7
| | | | | | | | | | When clicking on a folder result in the search result list, the result box for "results in another folder" must disappear.
| * Fix search result link for file results outside default listVincent Petry2016-06-241-2/+2
| | | | | | | | | | When outside the "All files" list, the search result link must properly redirect to the "All files" list.
* | Fix version stringv8.2.6Daniel Molkentin2016-06-291-1/+1
| |
* | ownCloud 8.2.6Daniel Molkentin2016-06-291-2/+2
|/
* Merge pull request #25227 from owncloud/usecorrecttypeVincent Petry2016-06-231-1/+1
|\ | | | | use string array when fetching share ids