Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scrutinizer fix: explicitly declare Google class property $client | Adam Williamson | 2014-11-06 | 1 | -0/+1 |
| | |||||
* | scrutinizer fix: correct @return for getDriveFile() | Adam Williamson | 2014-11-06 | 1 | -2/+3 |
| | |||||
* | bump google lib to c6949531d2 (post 1.0.3-beta, including query separator fix) | Adam Williamson | 2014-11-06 | 4 | -11/+38 |
| | | | | | | | This is the upstream commit that merged my query separator fix. It's slightly after the 1.0.3-beta tag. I eyeballed the other post 1.0.3-beta changes and none of them looks like any kind of problem, so we may as well just use this upstream state. | ||||
* | google drive: set access type to 'offline' when requesting token | Adam Williamson | 2014-11-06 | 1 | -0/+1 |
| | | | | | | We need to do this in order to be able to refresh the access token without prompting the user for their credentials every hour. This was the default in 0.6 of the Google library, but needs to be explicitly specified in 1.0. | ||||
* | fix a bug in google-api-php-client: generates an auth url that doesn't work | Adam Williamson | 2014-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | Submitted upstream as https://github.com/google/google-api-php-client/issues/76 Google's php lib has a function to generate a URL for OAuth2 authentication. It uses http_build_query() to generate the query part of the URL, and in PHP 5.3 or later, this uses an encoded ampersand - & - as the query separator, not a raw one. However, Google's OAuth server apparently can't handle encoded ampersands as separators and so it fails. This patch explicitly sets a raw ampersand as the separator. If Google decides to fix their OAuth server instead of merging this patch into google-api-php- client, we can drop this patch as soon as that happens. | ||||
* | files_external/3rdparty: update google-api-php-client to 1.0.2-beta | Adam Williamson | 2014-11-06 | 53 | -6160/+10171 |
| | |||||
* | Migrate Google Drive storage app to v1.0.0 of the client library | Adam Williamson | 2014-11-06 | 2 | -25/+25 |
| | |||||
* | Merge pull request #12003 from owncloud/password-migration | Lukas Reschke | 2014-11-06 | 2 | -33/+9 |
|\ | | | | | Use new hashing API for OC_User_Database | ||||
| * | Load PHPAss via autoloader | Lukas Reschke | 2014-11-06 | 1 | -1/+2 |
| | | |||||
| * | Use new hashing API for OC_User_Database | Lukas Reschke | 2014-11-06 | 1 | -32/+7 |
| | | | | | | | | This will use the new Hashing API for OC_User_Database and migrate old passwords upon initial login of the user. | ||||
* | | Merge pull request #12009 from owncloud/make-optional | Morris Jobke | 2014-11-06 | 1 | -2/+2 |
|\ \ | | | | | | | Make second argument optional | ||||
| * | | Make second argument optional | Lukas Reschke | 2014-11-06 | 1 | -2/+2 |
| | | | | | | | | | | | | Equivalent to addVendorScript und addScript from OC_Util | ||||
* | | | Merge pull request #11945 from owncloud/share-setup-other-user | Robin Appelman | 2014-11-06 | 7 | -14/+71 |
|\ \ \ | |/ / |/| | | Setup shared mounts for the correct user when setting up the filesystem | ||||
| * | | Fix sharing tests | Robin Appelman | 2014-11-06 | 3 | -2/+15 |
| | | | |||||
| * | | Support displaynames for dummy user backend | Robin Appelman | 2014-11-06 | 1 | -3/+18 |
| | | | |||||
| * | | Setup shared mounts for the correct user when setting up the filesystem for ↵ | Robin Appelman | 2014-11-06 | 3 | -6/+33 |
| | | | | | | | | | | | | the non-logged in user | ||||
| * | | Dont make real users in tests | Robin Appelman | 2014-11-06 | 1 | -3/+5 |
| | | | |||||
* | | | Merge pull request #12000 from owncloud/bower-strengthify | Morris Jobke | 2014-11-06 | 8 | -16/+212 |
|\ \ \ | | | | | | | | | bower strengthify | ||||
| * | | | bower strengthify | Morris Jobke | 2014-11-06 | 8 | -16/+212 |
|/ / / | |||||
* | | | Merge pull request #11998 from owncloud/add-get-logger-to-interface | Lukas Reschke | 2014-11-06 | 1 | -0/+7 |
|\ \ \ | |_|/ |/| | | Add getLogger() to IServerContainer | ||||
| * | | Add getLogger() to IServerContainer | Lukas Reschke | 2014-11-06 | 1 | -0/+7 |
| | | | | | | | | | | | | Makes my IDE complaining less ;-) | ||||
* | | | Merge pull request #11947 from owncloud/public-hash-api | Thomas Müller | 2014-11-06 | 7 | -0/+341 |
|\ \ \ | | | | | | | | | Add OCP\Security\IHasher | ||||
| * | | | Add OCP\Security\IHasher | Lukas Reschke | 2014-11-06 | 7 | -0/+341 |
|/ / / | | | | | | | | | | | | | | | | | | | Public interface for hashing which also works with legacy ownCloud hashes and supports updating the legacy hash via a passed reference. Follow-up of https://github.com/owncloud/core/pull/10219#issuecomment-61624662 Requires https://github.com/owncloud/3rdparty/pull/136 | ||||
* | | | update to 3rdparty master | Morris Jobke | 2014-11-06 | 1 | -0/+0 |
| | | | |||||
* | | | Merge pull request #11883 from owncloud/clear-session-for-setup | Lukas Reschke | 2014-11-06 | 1 | -1/+2 |
|\ \ \ | |_|/ |/| | | Clear session before setup | ||||
| * | | Clear session before setup | Lukas Reschke | 2014-10-31 | 1 | -1/+2 |
| | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/11861 | ||||
* | | | Merge pull request #11972 from owncloud/usermanager-remove-delete | Lukas Reschke | 2014-11-06 | 4 | -29/+18 |
|\ \ \ | | | | | | | | | Remove confusingly names \OC\User\Manager::delete and fix the automatic ... | ||||
| * | | | Remove confusingly names \OC\User\Manager::delete and fix the automatic ↵ | Robin Appelman | 2014-11-05 | 4 | -29/+18 |
| | | | | | | | | | | | | | | | | cache cleanup instead | ||||
* | | | | Merge pull request #11993 from owncloud/enc_repeat_password | Lukas Reschke | 2014-11-06 | 1 | -1/+15 |
|\ \ \ \ | |_|_|/ |/| | | | [encryption] check if the provided password is really the current log-in password | ||||
| * | | | check if the provided password is really the current log-in password | Bjoern Schiessle | 2014-11-06 | 1 | -1/+15 |
| | | | | |||||
* | | | | Merge pull request #11984 from owncloud/bower-md5 | Thomas Müller | 2014-11-06 | 5 | -1/+287 |
|\ \ \ \ | | | | | | | | | | | bower md5 | ||||
| * | | | | md5 now handled via bower | Morris Jobke | 2014-11-06 | 5 | -1/+287 |
|/ / / / | |||||
* | | | | Merge pull request #11985 from owncloud/bower-snap | Morris Jobke | 2014-11-06 | 6 | -5/+805 |
|\ \ \ \ | | | | | | | | | | | bower snapjs | ||||
| * | | | | bower snapjs | Morris Jobke | 2014-11-06 | 6 | -5/+805 |
|/ / / / | |||||
* | | | | Merge pull request #11989 from owncloud/bower-zxcvbn | Thomas Müller | 2014-11-06 | 7 | -3/+72 |
|\ \ \ \ | | | | | | | | | | | bower zxcvbn | ||||
| * | | | | bower zxcvbn | Morris Jobke | 2014-11-06 | 7 | -3/+72 |
|/ / / / | |||||
* | | | | Merge pull request #11981 from owncloud/bower-jcrop | Thomas Müller | 2014-11-06 | 8 | -2/+1893 |
|\ \ \ \ | |/ / / |/| | | | bower jcrop | ||||
| * | | | bower jcrop | Morris Jobke | 2014-11-06 | 8 | -2/+1893 |
|/ / / | |||||
* | | | Merge pull request #11980 from owncloud/bower-select2 | Morris Jobke | 2014-11-06 | 63 | -1301/+16 |
|\ \ \ | | | | | | | | | bower select2 | ||||
| * | | | manage select2 via bower | Morris Jobke | 2014-11-06 | 63 | -1301/+16 |
|/ / / | |||||
* | | | Merge pull request #11982 from owncloud/bower-underscore | Vincent Petry | 2014-11-06 | 7 | -8/+35 |
|\ \ \ | | | | | | | | | bower underscore | ||||
| * | | | bower underscore | Morris Jobke | 2014-11-05 | 7 | -8/+35 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-06 | 100 | -308/+182 |
| | | | | |||||
* | | | | Merge pull request #11983 from owncloud/drop-chosen | Morris Jobke | 2014-11-06 | 2 | -2/+0 |
|\ \ \ \ | |/ / / |/| | | | drop unused library chosen | ||||
| * | | | drop unused library chosen | Morris Jobke | 2014-11-05 | 2 | -2/+0 |
|/ / / | |||||
* | | | Merge pull request #11970 from owncloud/bower-handlebars | Thomas Müller | 2014-11-05 | 4 | -1/+6 |
|\ \ \ | | | | | | | | | bower handlebars | ||||
| * | | | bower handlebars | Morris Jobke | 2014-11-05 | 4 | -1/+6 |
|/ / / | |||||
* | | | Merge pull request #11936 from owncloud/bower-jquery | Lukas Reschke | 2014-11-05 | 14 | -184/+192 |
|\ \ \ | | | | | | | | | Bower jquery | ||||
| * | | | ignore core/vendor in scrutinizer | Morris Jobke | 2014-11-05 | 1 | -4/+1 |
| | | | | |||||
| * | | | migrate jQuery to bower | Morris Jobke | 2014-11-04 | 13 | -164/+175 |
| | | | |