Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #20831 from owncloud/catch-missing-route-81 | Thomas Müller | 2015-11-30 | 4 | -9/+30 | |
|\ \ \ | |_|/ |/| | | [8.1] Dont die when we're missing a route | |||||
| * | | Dont die when we're missing a route | Robin Appelman | 2015-11-30 | 4 | -9/+30 | |
|/ / | ||||||
* | | Merge pull request #20764 from owncloud/scan-eventsource-no-paths-81 | Vincent Petry | 2015-11-26 | 1 | -8/+0 | |
|\ \ | | | | | | | [8.1] Dont output paths in scan.php | |||||
| * | | Dont output paths in scan.php | Robin Appelman | 2015-11-26 | 1 | -8/+0 | |
| |/ | ||||||
* | | Merge pull request #20698 from owncloud/stable8.1-backport-19530 | Morris Jobke | 2015-11-25 | 2 | -1/+36 | |
|\ \ | | | | | | | [stable8.1] Make sure the share we found is for the same item | |||||
| * | | Add a unit test for "share a file inside a folder that is already shared" | Joas Schilling | 2015-11-24 | 1 | -0/+33 | |
| | | | ||||||
| * | | Make sure all variables are defined | Joas Schilling | 2015-11-24 | 1 | -0/+2 | |
| | | | ||||||
| * | | Make sure the share we found is for the same item | Joas Schilling | 2015-11-24 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #20678 from owncloud/backport-joblist-fix-8.1 | Morris Jobke | 2015-11-23 | 1 | -11/+23 | |
|\ \ | | | | | | | [8.1] Make the JobList test more robust by sorting the result of getAll bef… | |||||
| * | | Make the JobList test more robust by sorting the result of getAll before ↵ | Joas Schilling | 2015-11-23 | 1 | -11/+23 | |
|/ / | | | | | | | comparison | |||||
* | | Merge pull request #20637 from owncloud/cache-escape-like-81 | Morris Jobke | 2015-11-20 | 4 | -1/+52 | |
|\ \ | |/ |/| | [8.1] 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 | |
|/ | ||||||
* | Merge pull request #20307 from ↵ | Morris Jobke | 2015-11-10 | 1 | -9/+9 | |
|\ | | | | | | | | | owncloud/stable8.1-backport-use-actual-mimetype-detection-instad-of-oath-1 [stable8.1] Use actual mimetype detection instead of extension | |||||
| * | Use actual mimetype detection instead of extension | Lukas Reschke | 2015-11-10 | 1 | -9/+9 | |
| | | | | | | | | We cannot rely on the extension as the file may also be a valid TAR or ZIP file without such content. Especially when getting resources from the ownCloud appstore. | |||||
* | | Merge pull request #20395 from ↵ | Morris Jobke | 2015-11-09 | 1 | -0/+1 | |
|\ \ | | | | | | | | | | | | | owncloud/stable8.1-extstorage-gdrive-forceapproval [stable8.1] Force approval in GDrive oauth to get refresh_token | |||||
| * | | Force approval in GDrive oauth to get refresh_token | Vincent Petry | 2015-11-09 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Forcing the approval of app permissions makes sure that the GDrive API will always return a refresh_token. In the case of apps that were already authorized for the current user/domain, the API doesn't return the refresh_token which causes expiration issues. | |||||
* | | | Merge pull request #20367 from owncloud/stable8.1-backport-20346 | Morris Jobke | 2015-11-09 | 1 | -0/+8 | |
|\ \ \ | | | | | | | | | [stable8.1] Show the language code in personal settings for unknown languages | |||||
| * | | | Show the language code in personal settings for unknown languages | Morris Jobke | 2015-11-06 | 1 | -0/+8 | |
| |/ / | | | | | | | | | | | | | | | | | | | Steps to reproduce: * having an unknown language set in oc_preferences * browse the personal settings * only get listed the first letter of this language in the language chooser | |||||
* | | | Merge pull request #20362 from owncloud/backport-20271-stable8.1 | Morris Jobke | 2015-11-06 | 2 | -20/+149 | |
|\ \ \ | |/ / |/| | | [Backport] [stable8.1] attempt to connect to backup server again | |||||
| * | | integration tests | Arthur Schiwon | 2015-11-06 | 1 | -0/+118 | |
| | | | ||||||
| * | | 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 #20246 from owncloud/backport-20192-stable8.1 | Vincent Petry | 2015-11-05 | 2 | -0/+12 | |
|\ \ | | | | | | | [backport] [stable8.1] if a user that is flag as deleted shows up again, remove that flag. F… | |||||
| * | | if a user that is flag as deleted shows up again, remove that flag. Fixes #20090 | Arthur Schiwon | 2015-11-02 | 2 | -0/+12 | |
| | | | | | | | | | | | | | | | Conflicts: apps/user_ldap/lib/access.php | |||||
* | | | Merge pull request #20286 from ↵ | Vincent Petry | 2015-11-05 | 2 | -27/+141 | |
|\ \ \ | |_|/ |/| | | | | | | | | owncloud/stable8.1-share-preventmovemountpointintosharedfolder [stable8.1] Prevent moving mount point into already shared folder (outgoing) | |||||
| * | | Prevent moving mount point into already shared folder (outgoing) | Vincent Petry | 2015-11-04 | 2 | -27/+141 | |
| | | | | | | | | | | | | | | | | | | | | | | | | It is already not allowed to share a folder containing mount points / incoming shares. This fixes an issue that made it possible to bypass the check by moving the incoming share mount point into an existing outgoing share folder. | |||||
* | | | Merge pull request #20298 from owncloud/backport-20155-8.1 | Morris Jobke | 2015-11-04 | 1 | -3/+7 | |
|\ \ \ | |/ / |/| | | [backport] [stable8.1] add port to host only, if an URL is used instead of a plain hostname | |||||
| * | | add port to host only, if an URL is used instead of a plain hostname | Arthur Schiwon | 2015-11-04 | 1 | -3/+7 | |
|/ / | ||||||
* | | Merge pull request #20163 from owncloud/backport-19489 | Morris Jobke | 2015-11-03 | 3 | -1/+106 | |
|\ \ | |/ |/| | [stable8.1] fix possible infinite loop when reading groups in the wizard | |||||
| * | fix possible infinite loop when reading groups in the wizard | Arthur Schiwon | 2015-10-29 | 3 | -1/+106 | |
| | | ||||||
* | | Merge pull request #19773 from owncloud/stable8.1-proppatch-lastmodified | Morris Jobke | 2015-11-02 | 2 | -6/+6 | |
|\ \ | | | | | | | [stable8.1] Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified" | |||||
| * | | Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified" | Vincent Petry | 2015-10-14 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | Fix regression that makes PROPPATCH of mtime work like it did in OC <= 8.0. The PROPPATCH must be done on the "lastmodified" property. The "getlastmodified" now return 403 again. | |||||
* | | | Merge pull request #20137 from owncloud/LukasReschke-patch-2 | Morris Jobke | 2015-11-02 | 1 | -118/+82 | |
|\ \ \ | | | | | | | | | [stable8.1] Update certificate bundle | |||||
| * | | | [stable8.1] Update certificate bundle | Lukas Reschke | 2015-10-29 | 1 | -118/+82 | |
| | |/ | |/| | | | | Backport of https://github.com/owncloud/core/pull/20126 | |||||
* / | | 8.1.4v8.1.4 | C Montero-Luque | 2015-10-30 | 1 | -2/+2 | |
|/ / | ||||||
* | | 8.1.4 RC2v8.1.4RC2 | C Montero-Luque | 2015-10-28 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #19512 from owncloud/backport-19419-stable8.1 | Thomas Müller | 2015-10-28 | 2 | -1/+36 | |
|\ \ | | | | | | | [backport] [stable8.1] memberOf resembles a DN as well and is actively used | |||||
| * | | fixing typo | Thomas Müller | 2015-10-28 | 1 | -2/+1 | |
| | | | ||||||
| * | | memberOf resembles a DN as well and is actively used | Arthur Schiwon | 2015-10-28 | 2 | -1/+37 | |
|/ / | | | | | | | | | Conflicts: apps/user_ldap/tests/access.php | |||||
* | | Merge pull request #19972 from owncloud/stable8.1-backport-19635 | Morris Jobke | 2015-10-27 | 11 | -149/+644 | |
|\ \ | | | | | | | [stable8.1] allow an attribute to return more than one value | |||||
| * | | Adjust unit tests | Lukas Reschke | 2015-10-26 | 1 | -8/+3 | |
| | | | ||||||
| * | | Fix style | Lukas Reschke | 2015-10-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | Revert "adjust to nested group fix | Frédéric Fortier | 2015-10-26 | 1 | -6/+1 | |
| | | | | | | | | | | | | This reverts commit 845485cfe, which fixes #19816 regression. | |||||
| * | | adjust fetchList with a single requested attribute accordingly | Arthur Schiwon | 2015-10-22 | 1 | -1/+3 | |
| | | | ||||||
| * | | adjust tests | Arthur Schiwon | 2015-10-22 | 2 | -4/+4 | |
| | | | ||||||
| * | | fix primary group retrieval | Arthur Schiwon | 2015-10-22 | 1 | -1/+1 | |
| | | | ||||||
| * | | treat dn as any other attribute when building the search() return array | Arthur Schiwon | 2015-10-22 | 3 | -5/+5 | |
| | | | ||||||
| * | | adjust handling changed return array structure from search() and fetchList() | Arthur Schiwon | 2015-10-22 | 4 | -13/+33 | |
| | | |