Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-28 | 2 | -0/+24 |
| | |||||
* | Merge pull request #25263 from ↵ | Christoph Wurst | 2016-06-27 | 1 | -0/+3 |
|\ | | | | | | | | | owncloud/decryptall-keepencryptionenabledforsingleuser Keep encryption enabled if decrypting for single user | ||||
| * | Keep encryption enabled if decrypting for single user | Vincent Petry | 2016-06-24 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | When decrypting all files of a single user, the admin usually does not intend encryption to be suddenly disabled for everyone. This fix reenables encryption after decrypting for a single user. Decrypting for all users will still disable encryption globally. | ||||
* | | Merge pull request #25250 from owncloud/linkshare-includedeletewithuploadperms | Vincent Petry | 2016-06-27 | 1 | -1/+1 |
|\ \ | | | | | | | Add explicit delete permission to link shares | ||||
| * | | Add explicit delete permission to link shares | Vincent Petry | 2016-06-24 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | Link shares always allowed deletion, however internally the permissions were stored as 7 which lacked delete permissions. This created an inconsistency in the Webdav permissions. This fix makes sure we include delete permissions in the share permissions, which now become 15. In case a client is still passing 7 for legacy reasons, it gets converted automatically to 15. | ||||
* | | Merge pull request #25129 from owncloud/remove-ie | Vincent Petry | 2016-06-27 | 8 | -181/+9 |
|\ \ | | | | | | | Remove ie8+9 support | ||||
| * | | remove ie8+9 support | Hendrik Leppelsack | 2016-06-23 | 8 | -181/+9 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-27 | 2 | -0/+14 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-26 | 2 | -2/+30 |
| |/ |/| | |||||
* | | Merge pull request #25239 from owncloud/setupchecks-preventreload | Vincent Petry | 2016-06-24 | 1 | -2/+4 |
|\ \ | |/ |/| | Don't reload page in case of auth errors during setup checks | ||||
| * | Don't reload page in case of auth errors during setup checks | Vincent Petry | 2016-06-23 | 1 | -2/+4 |
| | | | | | | | | | | If an error occurs during setup checks, do not let the global ajax error handler reload the page. | ||||
* | | Init the headers in iedavclient.js | Vincent Petry | 2016-06-22 | 1 | -0/+1 |
| | | |||||
* | | occ web executor (#24957) | VicDeo | 2016-06-22 | 3 | -0/+161 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Initial web executor * Fix PHPDoc Fix broken integration test OccControllerTests do not require database access - moch them all! Kill unused sprintf | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-22 | 4 | -0/+4 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-20 | 2 | -0/+36 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-17 | 6 | -2/+26 |
| | |||||
* | Prevent the advanced options toggle in the setup from acting as a link | Robin Appelman | 2016-06-16 | 1 | -1/+2 |
| | |||||
* | fix grouped input fields, make sure they take precedence | Jan-Christoph Borchardt | 2016-06-16 | 1 | -13/+13 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-15 | 4 | -0/+56 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-13 | 4 | -0/+4 |
| | |||||
* | Allow empty host when installing on oracle via CLI (#25034) | Jörn Friedrich Dreyer | 2016-06-10 | 1 | -1/+6 |
| | |||||
* | Merge pull request #25048 from owncloud/email-login-leak | Vincent Petry | 2016-06-10 | 1 | -2/+3 |
|\ | | | | | Do not leak the login name | ||||
| * | Do not leak the login name - fixes #25047 | Thomas Müller | 2016-06-09 | 1 | -2/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-10 | 18 | -2/+128 |
|/ | |||||
* | Fix the FIXME (#25022) | Joas Schilling | 2016-06-09 | 1 | -2/+1 |
| | |||||
* | Merge pull request #25014 from owncloud/admin-datadircheck-fix | Vincent Petry | 2016-06-09 | 2 | -3/+3 |
|\ | | | | | Use temporary htaccesstest.txt for data dir security check | ||||
| * | Use temporary htaccesstest.txt for data dir security check | Vincent Petry | 2016-06-07 | 2 | -3/+3 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-09 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #25027 from owncloud/fix-22746-narrowtooltip | Vincent Petry | 2016-06-08 | 1 | -1/+1 |
|\ \ | | | | | | | Added width of the tooltip | ||||
| * | | Added width of the tooltip | Sergio Bertolín | 2016-06-08 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #25011 from owncloud/issue-24745-allow-to-cancel-2fa | Vincent Petry | 2016-06-08 | 5 | -1/+21 |
|\ \ | | | | | | | Allow to cancel 2FA after login | ||||
| * | | Allow to cancel 2FA after login | Joas Schilling | 2016-06-07 | 5 | -1/+21 |
| |/ | |||||
* | | Merge pull request #24991 from owncloud/2fa-do-not-generate-token | Vincent Petry | 2016-06-08 | 2 | -12/+27 |
|\ \ | | | | | | | do not generate device token if 2FA is enable for user | ||||
| * | | do not generate device token if 2FA is enable for user | Christoph Wurst | 2016-06-07 | 2 | -12/+27 |
| |/ | |||||
* | | Merge pull request #24992 from owncloud/fix_decrypt_message | Vincent Petry | 2016-06-08 | 1 | -1/+10 |
|\ \ | | | | | | | Fix Decrypt message via occ | ||||
| * | | 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 | 1 | -1/+2 |
|\ \ \ | | | | | | | | | Allow to decrypt user '0' files only | ||||
| * | | | Allow to decrypt user '0' files only | Joas Schilling | 2016-06-07 | 1 | -1/+2 |
| | |/ | |/| | |||||
* / | | darker background image for better font contrast | Christoph Wurst | 2016-06-08 | 1 | -0/+0 |
|/ / | |||||
* / | Remove background from curved logo (#24980) | William Bargent | 2016-06-06 | 1 | -0/+0 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-04 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-03 | 2 | -150/+150 |
| | |||||
* | Merge pull request #24947 from owncloud/2fa-remember-redirect-url | Vincent Petry | 2016-06-02 | 4 | -8/+38 |
|\ | | | | | remember redirect_url when solving the 2FA challenge | ||||
| * | remember redirect_url when solving the 2FA challenge | Christoph Wurst | 2016-06-01 | 4 | -8/+38 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-02 | 2 | -14/+40 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-01 | 2 | -0/+44 |
| | |||||
* | Merge pull request #24795 from ↵ | Vincent Petry | 2016-05-31 | 2 | -2/+3 |
|\ | | | | | | | | | owncloud/issue-24789-reset-password-link-new-window Allow opening the password reset link in a new window when its a URL | ||||
| * | Allow opening the password reset link in a new window when its a URL | Joas Schilling | 2016-05-24 | 2 | -2/+3 |
| | |