Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 8.0.11 RC1v8.0.11RC1 | C Montero-Luque | 2016-03-01 | 2 | -3/+3 |
| | |||||
* | Merge pull request #22764 from owncloud/stable8-backport-phpmailer | C. Montero Luque | 2016-03-01 | 1 | -0/+0 |
|\ | | | | | [stable8] Backport PHPMailer validation | ||||
| * | [stable8] Backport PHPMailer validation | Lukas Reschke | 2016-03-01 | 1 | -0/+0 |
|/ | | | | | | For https://github.com/owncloud/3rdparty/pull/253 cc @cmonteroluque | ||||
* | Merge pull request #21634 from owncloud/backport-17924-stable8 | Vincent Petry | 2016-03-01 | 3 | -18/+12 |
|\ | | | | | [backport] [stable8] always use an LDAP URL when connecting to LDAP | ||||
| * | always use an LDAP URL when connecting to LDAP | Arthur Schiwon | 2016-01-29 | 3 | -18/+12 |
| | | | | | | | | - without original integration test as infrastructure was introduced in 8.1 only | ||||
* | | Merge pull request #22174 from owncloud/stable8-backport-22143 | Morris Jobke | 2016-02-06 | 1 | -1/+1 |
|\ \ | |/ |/| | [Stable 8.0] When a user is removed we should remove the right shares | ||||
| * | When a user is removed we should remove the right shares | Roeland Jago Douma | 2016-02-05 | 1 | -1/+1 |
|/ | | | | | | | | | | | | | | | * This means all the shares directly shared with them * Or all group shares having a special share with them This patch fixes the operator precedece (AND before OR). So before this patch: (share_with = <deleted user> AND share_type = 0) OR share_type=2 So it deleted all user specific shares Now: share_with = <deleted user> AND (share_type = 0 OR (share_type=2) | ||||
* | Merge pull request #21695 from owncloud/stable8-users-scrolltop | Thomas Müller | 2016-01-15 | 1 | -1/+8 |
|\ | | | | | [stable8] Keep scroll position in users page when sorting | ||||
| * | Keep scroll position in users page when sorting | Vincent Petry | 2016-01-13 | 1 | -1/+8 |
|/ | | | | | | | | When sorting, some browsers like Chrome will lose the scroll position, possibly because the sorting code is touching the DOM elements. This fix saves the scroll position before sorting and sets it back afterwards. | ||||
* | Merge pull request #21464 from owncloud/stable8-fix-scanner-regression | Thomas Müller | 2016-01-08 | 1 | -1/+1 |
|\ | | | | | [stable8] Fix regression in ajax/scan.php | ||||
| * | Fix regression in ajax/scan.php | Morris Jobke | 2016-01-05 | 1 | -1/+1 |
|/ | | | | * introduced in #20763 | ||||
* | Merge pull request #21297 from owncloud/stable8-prevent0bytedownloads | Morris Jobke | 2016-01-05 | 2 | -2/+23 |
|\ | | | | | [stable8] prevent 0 byte downloads when storage returns false | ||||
| * | prevent 0 byte downloads when storage returns false | Jörn Friedrich Dreyer | 2015-12-18 | 2 | -2/+23 |
| | | | | | | | | | | | | add unit test More fixes for backport | ||||
* | | 8.0.10v8.0.10 | C Montero-Luque | 2015-12-21 | 1 | -2/+2 |
| | | |||||
* | | 8.0.10 RC2 | C Montero-Luque | 2015-12-18 | 1 | -2/+2 |
|/ | |||||
* | 8.0.10 RC1v8.0.10RC1 | C Montero-Luque | 2015-12-15 | 2 | -3/+3 |
| | |||||
* | Merge pull request #21214 from owncloud/backport-21133-stable8 | Vincent Petry | 2015-12-15 | 5 | -10/+223 |
|\ | | | | | [backport] [stable8] Fix shared files of deleted users, detect DN change when checking for existence on LDAP | ||||
| * | adjust tests for 8.0 | Arthur Schiwon | 2015-12-15 | 1 | -0/+4 |
| | | |||||
| * | Backport of #21133 to stable8 | Arthur Schiwon | 2015-12-15 | 4 | -10/+212 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | throw NoUserException in getHome when the requested user does not exist anymore look for DN changes before marking a user as deleted adjust unit test unit test on getHome in combination with OfflineUser fix find DN by UUID for AD adjust dealing with search results due to different format in 8.0 | ||||
| * | backport necessary OfflinerUser::unmark() | Arthur Schiwon | 2015-12-15 | 1 | -0/+7 |
|/ | |||||
* | Merge pull request #21208 from owncloud/stable8-backport-16961 | Vincent Petry | 2015-12-15 | 3 | -2/+34 |
|\ | | | | | [stable8] Hardening home folder retrieval in user_ldap | ||||
| * | Only throw exception if on new LDAP setups | Morris Jobke | 2015-12-15 | 3 | -3/+32 |
| | | | | | | | | | | * this is done by setting enforce_home_folder_naming_rule for the user_ldap app in the app settings | ||||
| * | Hardening home folder retrieval in user_ldap | Morris Jobke | 2015-12-15 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | * if the home folder naming rule is specified it should not fallback to the "use owncloud username as home folder" scenario * this does not allow the mixed setup of users with the attribute and some users without the attribute (which then would fallback to "use owncloud username as home folder" rule) anymore | ||||
* | | Merge pull request #21202 from owncloud/fix_20296_8.0 | Björn Schießle | 2015-12-15 | 10 | -8/+244 |
|\ \ | |/ |/| | [stable8.0] don't allow to create a federated share if source and target are the same | ||||
| * | manually backport some helper methods | Björn Schießle | 2015-12-15 | 2 | -0/+146 |
| | | |||||
| * | Fixed JS unit tests for fed owner display name | Vincent Petry | 2015-12-15 | 1 | -0/+4 |
| | | |||||
| * | show display name but internally use the user name | Björn Schießle | 2015-12-15 | 6 | -6/+11 |
| | | |||||
| * | don't allow to create a federated share if source and target server are the same | Björn Schießle | 2015-12-15 | 4 | -2/+83 |
|/ | |||||
* | Merge pull request #21150 from owncloud/backport-20978-stable8 | Morris Jobke | 2015-12-14 | 1 | -3/+5 |
|\ | | | | | reset mailadress/displayname on blur (backport for stable8) | ||||
| * | reset mailadress/displayname on blur | michag86 | 2015-12-11 | 1 | -3/+5 |
| | | |||||
* | | Merge pull request #21192 from owncloud/preview-non-existing-8 | Lukas Reschke | 2015-12-14 | 1 | -7/+11 |
|\ \ | | | | | | | [8.0] Handle non existing files in version previews | ||||
| * | | Handle non existing files in version previews | Robin Appelman | 2015-12-14 | 1 | -7/+11 |
|/ / | |||||
* / | Use XMLWriter to generate response | Lukas Reschke | 2015-12-14 | 1 | -17/+26 |
|/ | | | | Gets rid of manual XML generation. | ||||
* | Merge pull request #20363 from owncloud/backport-20271-stable8 | Vincent Petry | 2015-12-04 | 1 | -20/+31 |
|\ | | | | | [backport] [stable8] LDAP: attempt to connect to backup server again, if main server is no… | ||||
| * | LDAP: attempt to connect to backup server again, if main server is not ↵ | Arthur Schiwon | 2015-11-06 | 1 | -20/+31 |
| | | | | | | | | available. Fixes #18701 | ||||
* | | Merge pull request #20844 from owncloud/files-scan-user-path-80 | Thomas Müller | 2015-11-30 | 1 | -4/+5 |
|\ \ | | | | | | | [8.0] Lock scanner to the given user | ||||
| * | | Lock scanner to the given user | Robin Appelman | 2015-11-30 | 1 | -4/+5 |
|/ / | |||||
* | | Merge pull request #20808 from owncloud/backport-use-new-updater-url-stable8 | Vincent Petry | 2015-11-30 | 1 | -6/+6 |
|\ \ | | | | | | | [stable8] Use new updater URL | ||||
| * | | [stable8] Use new updater URL | Lukas Reschke | 2015-11-28 | 1 | -6/+6 |
|/ / | |||||
* | | Merge pull request #20763 from owncloud/scan-eventsource-no-paths-8 | Vincent Petry | 2015-11-26 | 1 | -8/+0 |
|\ \ | | | | | | | [8.0] Dont output paths in scan.php | ||||
| * | | Dont output paths in scan.php | Robin Appelman | 2015-11-26 | 1 | -8/+0 |
|/ / | |||||
* | | Merge pull request #19659 from owncloud/stable8-backport-19546 | Vincent Petry | 2015-11-25 | 2 | -1/+43 |
|\ \ | | | | | | | Stable8 backport 19546 | ||||
| * | | fix internal path when searching in storage root | Robin Appelman | 2015-11-12 | 1 | -2/+5 |
| | | | | | | | | | | | | (cherry picked from commit c2d76d2) | ||||
| * | | Add unit test for searching in storage root | Robin Appelman | 2015-11-12 | 1 | -0/+39 |
| | | | | | | | | | | | | (cherry picked from commit e28a2ff) | ||||
| * | | The minimum size for internalRootLength is 1 | Olivier Paroz | 2015-11-12 | 1 | -1/+1 |
| | | | | | | | | | | | | (cherry picked from commit 3173ed2) | ||||
* | | | Merge pull request #20638 from owncloud/cache-escape-like-8 | Morris Jobke | 2015-11-20 | 4 | -1/+52 |
|\ \ \ | |/ / |/| | | [8.0] Escape like parameter in cache operations | ||||
| * | | escape like parameter in cache move | Robin Appelman | 2015-11-20 | 1 | -1/+2 |
| | | | |||||
| * | | Add test for special character during move | Robin Appelman | 2015-11-20 | 1 | -0/+48 |
| | | | |||||
| * | | define escape character for like statements on oracle | Robin Appelman | 2015-11-20 | 1 | -0/+1 |
| | | | |||||
| * | | define escape character for like statements on sqlite | Robin Appelman | 2015-11-20 | 1 | -0/+1 |
|/ / |