Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add migration step | Thomas Müller | 2016-06-09 | 4 | -1/+61 |
* | Extract CLASS property from calendar object and store it in the database | Thomas Müller | 2016-06-09 | 3 | -26/+69 |
* | Merge pull request #24826 from owncloud/cors-client-login | Vincent Petry | 2016-06-09 | 2 | -11/+12 |
|\ | |||||
| * | use client login method on CORS routes | Christoph Wurst | 2016-06-08 | 2 | -11/+12 |
* | | Merge pull request #25028 from owncloud/scanner-user-not-setup | Vincent Petry | 2016-06-09 | 1 | -1/+6 |
|\ \ | |||||
| * | | skip scanning for a user when the user is not setup yet | Robin Appelman | 2016-06-08 | 1 | -1/+6 |
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-09 | 18 | -0/+158 |
* | | | Merge pull request #25023 from owncloud/fix-22127-trusted-servers | Vincent Petry | 2016-06-08 | 3 | -11/+16 |
|\ \ \ | |||||
| * | | | Removed old html | Sergio Bertolín | 2016-06-08 | 1 | -2/+3 |
| * | | | Improve readability | Sergio Bertolín | 2016-06-08 | 1 | -1/+1 |
| * | | | Fixed problem about removing trusted servers accidentally | Sergio Bertolín | 2016-06-08 | 3 | -9/+13 |
* | | | | Merge pull request #25027 from owncloud/fix-22746-narrowtooltip | Vincent Petry | 2016-06-08 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Added width of the tooltip | Sergio Bertolín | 2016-06-08 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Do not log token or challenge with exception stacktrace (#25026) | Joas Schilling | 2016-06-08 | 2 | -4/+30 |
* | | | | Merge pull request #25012 from owncloud/gdrive-fixfilesizewithmimetypemismatch | Vincent Petry | 2016-06-08 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix GDrive file size when mime type doesn't match contents | Vincent Petry | 2016-06-08 | 1 | -1/+1 |
* | | | | | Merge pull request #24974 from owncloud/htaccess_update | Vincent Petry | 2016-06-08 | 1 | -2/+2 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | .htaccess update making two rules non-capturing | Martin | 2016-06-03 | 1 | -2/+2 |
* | | | | | ownCloud 9.1.0 beta 2v9.1.0beta2v9.0.1beta2 | Daniel Molkentin | 2016-06-08 | 1 | -2/+2 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #25011 from owncloud/issue-24745-allow-to-cancel-2fa | Vincent Petry | 2016-06-08 | 6 | -5/+38 |
|\ \ \ \ | |||||
| * | | | | Allow to cancel 2FA after login | Joas Schilling | 2016-06-07 | 6 | -5/+38 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #25019 from owncloud/fix_24937 | Vincent Petry | 2016-06-08 | 1 | -0/+18 |
|\ \ \ \ | |||||
| * | | | | Bring back sharedstorage hooks | Roeland Jago Douma | 2016-06-08 | 1 | -0/+18 |
* | | | | | Merge pull request #24899 from owncloud/local-storage-symlinks | Vincent Petry | 2016-06-08 | 6 | -3/+73 |
|\ \ \ \ \ | |||||
| * | | | | | Better handling of forbidden files in dav | Robin Appelman | 2016-06-07 | 2 | -0/+4 |
| * | | | | | Ignore forbidden files while scanning | Robin Appelman | 2016-06-07 | 1 | -1/+6 |
| * | | | | | dissalow symlinks in local storages that point outside the datadir | Robin Appelman | 2016-06-07 | 3 | -2/+63 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #24983 from owncloud/issue-23776-do-not-allow-boolean-user... | Vincent Petry | 2016-06-08 | 5 | -5/+30 |
|\ \ \ \ \ | |||||
| * | | | | | Do not allow to store boolean configs, they behave unexpected on postgres | Joas Schilling | 2016-06-06 | 5 | -5/+30 |
* | | | | | | Merge pull request #24991 from owncloud/2fa-do-not-generate-token | Vincent Petry | 2016-06-08 | 4 | -19/+61 |
|\ \ \ \ \ \ | |||||
| * | | | | | | do not generate device token if 2FA is enable for user | Christoph Wurst | 2016-06-07 | 4 | -19/+61 |
* | | | | | | | Merge pull request #24992 from owncloud/fix_decrypt_message | Vincent Petry | 2016-06-08 | 1 | -1/+10 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fixed reviews | Sergio Bertolín | 2016-06-07 | 1 | -2/+2 |
| * | | | | | | | Comments fixed | davitol | 2016-06-06 | 1 | -3/+2 |
| * | | | | | | | Fix Decrypt message via occ | davitol | 2016-06-06 | 1 | -1/+11 |
* | | | | | | | | Merge pull request #24998 from owncloud/issue-24994-allow-decrypting-user-0-only | Vincent Petry | 2016-06-08 | 3 | -15/+27 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Allow to decrypt user '0' files only | Joas Schilling | 2016-06-07 | 3 | -15/+27 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge pull request #24999 from owncloud/initial-userloading-workaround | Vincent Petry | 2016-06-08 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | decrease initial users to load to 50 | Jörn Friedrich Dreyer | 2016-06-07 | 1 | -1/+1 |
* | | | | | | | | | Merge pull request #25018 from owncloud/background-contrast | Vincent Petry | 2016-06-08 | 1 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | darker background image for better font contrast | Christoph Wurst | 2016-06-08 | 1 | -0/+0 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #25005 from owncloud/parent-storage-time-cast | Vincent Petry | 2016-06-08 | 2 | -1/+7 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | make sure $data['mtime'] is always a timestamp | Robin Appelman | 2016-06-07 | 1 | -0/+3 |
| * | | | | | | | | | don't update storage mtime if we can't get the modified date | Robin Appelman | 2016-06-07 | 1 | -1/+4 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge pull request #25001 from owncloud/issue-24939-better-ux-on-invalid-perm... | Vincent Petry | 2016-06-08 | 4 | -34/+44 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Adjust test to work with phpunit < 5.2 | Joas Schilling | 2016-06-08 | 1 | -1/+1 |
| * | | | | | | | | | Improve the UX for "not found" perma links | Joas Schilling | 2016-06-07 | 4 | -34/+44 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #23996 from owncloud/integrations-tests-qa-145 | Vincent Petry | 2016-06-08 | 3 | -1/+73 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
| * | | | | | | | | Get a range from several chunks | Sergio Bertolin | 2016-05-31 | 1 | -2/+2 |
| * | | | | | | | | Added another case about overwriting folder using old chunking | Sergio Bertolin | 2016-05-31 | 1 | -16/+12 |