Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #12072 from ↵ | Vincent Petry | 2014-11-10 | 4 | -114/+156 |
|\ | | | | | | | | | owncloud/sabre-convertstoragenotavailableexception-secondtry Convert StorageNotAvailableException to SabreDAV exception | ||||
| * | Convert StorageNotAvailableException to SabreDAV exception | Vincent Petry | 2014-11-10 | 4 | -114/+156 |
| | | | | | | | | | | | | | | | | | | Convert \OCP\Files\StorageNotAvailableException to \Sabre\DAV\Exception\ServiceUnavailable for every file/directory operation happening inside of SabreDAV. This is necessary to avoid having the exception bubble up to remote.php which would return an exception page instead of an appropriate response. | ||||
* | | Merge pull request #12027 from owncloud/cleanup_exceptions | Vincent Petry | 2014-11-10 | 1 | -2/+2 |
|\ \ | |/ |/| | [encryption] clean up encryption exceptions | ||||
| * | clean up encryption exceptions | Bjoern Schiessle | 2014-11-07 | 1 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-10 | 2 | -2/+2 |
| | | |||||
* | | logging changes | Craig Morrissey | 2014-11-07 | 1 | -0/+3 |
| | | |||||
* | | don't scan part files | Bjoern Schiessle | 2014-11-07 | 2 | -5/+5 |
| | | |||||
* | | Also propagate etag changes when the watcher finds a changed file | Robin Appelman | 2014-11-07 | 2 | -0/+7 |
|/ | |||||
* | Merge pull request #11954 from ↵ | Lukas Reschke | 2014-11-07 | 1 | -1/+7 |
|\ | | | | | | | | | owncloud/enc_stop_uploading_if_private_key_is_missing Enc stop uploading if private key is missing | ||||
| * | throw exception if private key is missing | Bjoern Schiessle | 2014-11-05 | 1 | -1/+7 |
| | | |||||
* | | Merge pull request #12019 from owncloud/fix-template-shortcuts | Thomas Müller | 2014-11-07 | 1 | -2/+2 |
|\ \ | | | | | | | second parameter in template shortcuts script() and style() is optional | ||||
| * | | second parameter in template shortcuts script() and style() is optional | Morris Jobke | 2014-11-06 | 1 | -2/+2 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-07 | 2 | -0/+2 |
| | | | |||||
* | | | 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 | 1 | -3/+18 |
|\ \ \ \ | |/ / / |/| | | | Setup shared mounts for the correct user when setting up the filesystem | ||||
| * | | | Support displaynames for dummy user backend | Robin Appelman | 2014-11-06 | 1 | -3/+18 |
| | | | | |||||
* | | | | 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 ;-) | ||||
* | | | | Add OCP\Security\IHasher | Lukas Reschke | 2014-11-06 | 4 | -0/+220 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | | 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 | 2 | -22/+5 |
|\ \ \ \ | |_|/ / |/| | | | 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 | 2 | -22/+5 |
| | | | | | | | | | | | | | | | | cache cleanup instead | ||||
* | | | | md5 now handled via bower | Morris Jobke | 2014-11-06 | 1 | -1/+1 |
| | | | | |||||
* | | | | bower snapjs | Morris Jobke | 2014-11-06 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #11982 from owncloud/bower-underscore | Vincent Petry | 2014-11-06 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | bower underscore | ||||
| * | | | | bower underscore | Morris Jobke | 2014-11-05 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-06 | 2 | -0/+2 |
|/ / / / | |||||
* | | | | Merge pull request #11936 from owncloud/bower-jquery | Lukas Reschke | 2014-11-05 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | Bower jquery | ||||
| * | | | | migrate jQuery to bower | Morris Jobke | 2014-11-04 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #11965 from owncloud/fix-jsonresponse | Thomas Müller | 2014-11-05 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | fix typo in content type for JSONResponse | ||||
| * | | | | | fix typo in content type | Bernhard Posselt | 2014-11-05 | 1 | -1/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #11928 from owncloud/support-HTML-in-logo | Thomas Müller | 2014-11-05 | 2 | -0/+20 |
|\ \ \ \ \ | |/ / / / |/| | | | | Support HTML in logo | ||||
| * | | | | Support HTML in logo claim | Lukas Reschke | 2014-11-03 | 2 | -0/+20 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-05 | 2 | -0/+2 |
| |_|_|/ |/| | | | |||||
* | | | | fix shortcuts - underline instead of camelCase | Morris Jobke | 2014-11-04 | 1 | -2/+2 |
| |/ / |/| | | |||||
* | | | Merge pull request #11916 from owncloud/introduce-bower | Morris Jobke | 2014-11-04 | 3 | -17/+75 |
|\ \ \ | | | | | | | | | Introduce bower dependency managment for frontend libraries | ||||
| * | | | replace moment.js with bower version | Morris Jobke | 2014-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * fix JS unit tests | ||||
| * | | | ability to add bower resources | Morris Jobke | 2014-11-03 | 2 | -16/+74 |
| |/ / | | | | | | | | | | | | | | | | * add addVendorScript & addVendorStyle * refactoring of addScript and addStyle * add shortcuts vendorScript and vendorStyle | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-11-04 | 2 | -2/+2 |
| | | | |||||
* | | | Merge pull request #11924 from owncloud/firstCheckIfItIsDefaultConfig | Morris Jobke | 2014-11-03 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | First check whether it is the default config before touching | ||||
| * | | First check whether it is the default config before touchign | Lukas Reschke | 2014-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Potentially fixes https://github.com/owncloud/core/issues/11678 | ||||
* | | | Update Pimple to V3.0 | Thomas Müller | 2014-11-03 | 3 | -15/+17 |
| | | | |||||
* | | | Update Symfony/Console to 2.5 & Update Symfony/Routing to 2.5 | Thomas Müller | 2014-11-03 | 1 | -2/+0 |
|/ / | |||||
* | | fix odd behaviour | Morris Jobke | 2014-10-31 | 1 | -4/+8 |
| | | |||||
* | | Merge pull request #9044 from owncloud/add-missing-email-principal | Vincent Petry | 2014-10-31 | 1 | -0/+12 |
|\ \ | | | | | | | adding missing email address for principal |