Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | logging changes | Craig Morrissey | 2014-11-07 | 1 | -0/+3 |
| | |||||
* | Merge pull request #11736 from owncloud/enc_get_fileinfo_from_real_file | Björn Schießle | 2014-11-07 | 4 | -10/+14 |
|\ | | | | | if we read a .part file we try to get the file info from the real file | ||||
| * | only set the values we need and make sure that we write the file info for both | Bjoern Schiessle | 2014-11-07 | 1 | -3/+7 |
| | | | | | | | | | | the real file and the part file, because some information from the part file might be needed later | ||||
| * | don't scan part files | Bjoern Schiessle | 2014-11-07 | 2 | -5/+5 |
| | | |||||
| * | also try to get file info from part file | Bjoern Schiessle | 2014-11-07 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #11575 from owncloud/cache-watcher-propagate | Robin Appelman | 2014-11-07 | 3 | -0/+38 |
|\ | | | | | Propagate etag changes when the watcher finds a changed file | ||||
| * | Also propagate etag changes when the watcher finds a changed file | Robin Appelman | 2014-11-07 | 3 | -0/+38 |
|/ | |||||
* | Merge pull request #11954 from ↵ | Lukas Reschke | 2014-11-07 | 5 | -3/+22 |
|\ | | | | | | | | | 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 | 4 | -1/+21 |
| | | |||||
| * | still try to encrypt files, even if the session is not initialized. The ↵ | Bjoern Schiessle | 2014-11-04 | 1 | -2/+1 |
| | | | | | | | | stream wrapper will throw an error which is better than silently continue. | ||||
* | | 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 | 118 | -128/+162 |
| | | | |||||
* | | | 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 |