Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Fix for broken ajax/share.php endpoint | Roeland Jago Douma | 2015-10-26 | 2 | -11/+20 | |
| | | | | | | | | | | | | | | | Even more code mess :( All tests pass again. But I'm really not happy with this endpoint. | |||||
| * | | Ensure the password is only hashed in case it's changed on the client - ↵ | Thomas Müller | 2015-10-26 | 1 | -7/+11 | |
| | | | | | | | | | | | | fixes #19950 | |||||
* | | | Dont lock /$user/files | Robin Appelman | 2015-10-26 | 1 | -1/+1 | |
|/ / | ||||||
* | | Expose syslog tag in the configuration | Volker Fröhlich | 2015-10-26 | 1 | -1/+1 | |
| | | ||||||
* | | Make `getCurrentUser` behaviour similar to `auth` | Lukas Reschke | 2015-10-23 | 1 | -0/+6 | |
|/ | | | | If DAV_AUTHENTICATED is a null value this is a valid web session and we should return the user name as we also do in `auth`. | |||||
* | Merge pull request #19942 from owncloud/backport-19918 | Lukas Reschke | 2015-10-22 | 1 | -0/+6 | |
|\ | | | | | [8.2] Update: state which step we are going to start and warn if it might b… | |||||
| * | Update: state which step we are going to start and warn if it might be slow | Joas Schilling | 2015-10-21 | 1 | -0/+6 | |
| | | ||||||
* | | Use IRequest's `getScriptName` functionality instead of $_SERVER['SCRIPT_NAME'] | Lukas Reschke | 2015-10-21 | 1 | -1/+13 | |
| | | ||||||
* | | Remove dependency on ICrypto + use XOR | Lukas Reschke | 2015-10-21 | 3 | -21/+15 | |
|/ | ||||||
* | Merge pull request #19882 from owncloud/backport-ceph-stop-script-changes | Thomas Müller | 2015-10-21 | 3 | -10/+14 | |
|\ | | | | | Backport objectstore fixes to 8.2 | |||||
| * | fix objectstore files having create permissions | Robin Appelman | 2015-10-20 | 1 | -2/+2 | |
| | | ||||||
| * | detect object homestorage in share code | Robin Appelman | 2015-10-20 | 1 | -1/+3 | |
| | | ||||||
| * | don't move files in cache twice, fixes renaming for objectstores | Jörn Friedrich Dreyer | 2015-10-20 | 1 | -7/+9 | |
| | | ||||||
* | | Merge pull request #19893 from owncloud/locking_exception_8.2 | Morris Jobke | 2015-10-20 | 1 | -1/+1 | |
|\ \ | | | | | | | [stable8.2] catch all exception if table doesn't exists | |||||
| * | | catch all exception if table doesn't exists | Björn Schießle | 2015-10-20 | 1 | -1/+1 | |
| |/ | ||||||
* | | Merge pull request #19777 from owncloud/backport-19764 | Morris Jobke | 2015-10-20 | 1 | -2/+2 | |
|\ \ | | | | | | | Variables don't have a class, so we can't use toString() on it | |||||
| * | | Variables don't have a class, so we can't use toString() on it | Joas Schilling | 2015-10-14 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge pull request #19765 from owncloud/backport-19580 | Morris Jobke | 2015-10-20 | 2 | -0/+40 | |
|\ \ \ | | | | | | | | | [8.2.1] Make sure that remote shares use the correct uid casing | |||||
| * | | | Make sure that remote shares use the correct uid casing | Joas Schilling | 2015-10-14 | 2 | -0/+40 | |
| |/ / | ||||||
* | | | Merge pull request #19876 from owncloud/backport-19820-stable8.2 | Morris Jobke | 2015-10-20 | 1 | -4/+7 | |
|\ \ \ | | | | | | | | | [stable8.2] When sharing with the owner show the path | |||||
| * | | | Check for error when resharing | Roeland Jago Douma | 2015-10-19 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | When sharing with the owner show the path | Roeland Jago Douma | 2015-10-19 | 1 | -1/+4 | |
| | |/ | |/| | | | | | | | | | | The error message should contain the path that is being shared not the numeric id. | |||||
* | | | Merge pull request #19766 from owncloud/stable8.2-proppatch-lastmodified | Morris Jobke | 2015-10-20 | 1 | -3/+3 | |
|\ \ \ | | | | | | | | | [stable8.2] Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified" | |||||
| * | | | Fix mtime PROPPATCH to be "lastmodified" instead of "getlastmodified" | Vincent Petry | 2015-10-14 | 1 | -3/+3 | |
| | |/ | |/| | | | | | | | | | | | | | | | | 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 #19800 from owncloud/backport-19731 | Thomas Müller | 2015-10-20 | 2 | -7/+27 | |
|\ \ \ | |_|/ |/| | | [8.2] Update list of deprecated methods | |||||
| * | | update deprecation message | Morris Jobke | 2015-10-15 | 1 | -1/+1 | |
| | | | ||||||
| * | | Update list of deprecated methods | Joas Schilling | 2015-10-15 | 2 | -7/+27 | |
| |/ | ||||||
* | | The full name has to be tested if it's a dir - fixes #19854 | Thomas Müller | 2015-10-19 | 1 | -1/+1 | |
| | | ||||||
* | | Return path instead of itemsource | Roeland Jago Douma | 2015-10-14 | 1 | -2/+2 | |
|/ | | | | | | Fixes #19678 Errors should contain paths and not internal ids | |||||
* | Merge pull request #19677 from ↵ | Thomas Müller | 2015-10-13 | 2 | -10/+12 | |
|\ | | | | | | | | | owncloud/silently-fail-app-upgrade-exceptions-master Silently fail app upgrade exceptions | |||||
| * | Always pass in ILogger | Thomas Müller | 2015-10-09 | 2 | -4/+2 | |
| | | ||||||
| * | Clean code | Thomas Müller | 2015-10-09 | 1 | -2/+2 | |
| | | ||||||
| * | Catch exceptions during app upgrade - fixes #16240 | Thomas Müller | 2015-10-09 | 1 | -4/+8 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-13 | 2 | -0/+2 | |
| | | ||||||
* | | Strip directory from scriptName | Lukas Reschke | 2015-10-12 | 1 | -5/+5 | |
| | | | | | | | | `\OCP\IRequest::getScriptName` will also return the directory, so if ownCloud is installed in a subfolder such as `owncloud/` it will resolve to `/owncloud/ocs/v2.php`. This made this check fail and also made it return invalid status codes. | |||||
* | | Merge pull request #19683 from owncloud/repair-donotrepairfoldermimetypes | Thomas Müller | 2015-10-12 | 1 | -2/+11 | |
|\ \ | | | | | | | Do not update mime types for folders with extension | |||||
| * | | Do not update mime types for folders with extension | Vincent Petry | 2015-10-09 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | | | | | Some folders might have an extension like "test.conf". This fix prevents to overwrite the folder's mime type with another mime type while running the mimetype repair step. | |||||
* | | | also detect files in a .part folder as part file | Bjoern Schiessle | 2015-10-12 | 1 | -0/+4 | |
| | | | ||||||
* | | | Merge pull request #19657 from owncloud/setup-transport | Thomas Müller | 2015-10-12 | 1 | -1/+4 | |
|\ \ \ | | | | | | | | | Setup sendmail transport | |||||
| * | | | Setup sendmail transport | Lukas Reschke | 2015-10-08 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | Replaces https://github.com/owncloud/core/pull/19047 and fixes https://github.com/owncloud/enterprise/issues/854 and https://github.com/owncloud/core/issues/19110 | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-11 | 2 | -0/+4 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #19654 from owncloud/db-locking-no-scan-transaction | Robin Appelman | 2015-10-09 | 1 | -2/+8 | |
|\ \ \ | |_|/ |/| | | Dont use a transaction in the scanner while using db based locking | |||||
| * | | Dont use a transaction in the scanner while using db based locking | Robin Appelman | 2015-10-08 | 1 | -2/+8 | |
| | | | ||||||
* | | | fix IE8 user agent detection | Morris Jobke | 2015-10-09 | 2 | -14/+1 | |
| | | | ||||||
* | | | Fix uploading avatar and root certs in IE8 | Vincent Petry | 2015-10-09 | 2 | -1/+21 | |
| | | | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-09 | 2 | -2/+8 | |
| | | | ||||||
* | | | Merge pull request #19034 from owncloud/http-request-warning | Thomas Müller | 2015-10-08 | 1 | -1/+3 | |
|\ \ \ | | | | | | | | | Prevent warning decoding content | |||||
| * | | | Prevent warning decoding content | Robin McCorkell | 2015-09-14 | 1 | -1/+3 | |
| | | | | ||||||
* | | | | Merge pull request #19651 from owncloud/recursive_mkdir_for_objectstores | Thomas Müller | 2015-10-08 | 2 | -18/+22 | |
|\ \ \ \ | |_|_|/ |/| | | | make mkdir recursive, add phpdoc to api | |||||
| * | | | make mkdir recursive, add phpdoc to api | Jörn Friedrich Dreyer | 2015-10-08 | 2 | -18/+22 | |
| | | | |