Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-25 | 8 | -0/+38 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-24 | 62 | -210/+70 |
| | |||||
* | Merge pull request #23463 from owncloud/lets-consistently-use-no-referer | Thomas Müller | 2016-03-23 | 3 | -22/+22 |
|\ | | | | | Consistently use rel=noreferrer | ||||
| * | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 3 | -22/+22 |
| | | | | | | | | When linking to external entities we should consistently use rel=noreferrer | ||||
* | | Merge pull request #23495 from owncloud/disable-paste-zone | Thomas Müller | 2016-03-23 | 2 | -0/+2 |
|\ \ | | | | | | | Disable pastezone for jquery.fileupload | ||||
| * | | Disable pastezone for jquery.fileupload | Lukas Reschke | 2016-03-22 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jquery.fileupload offers the [`pastezone`](https://github.com/blueimp/jQuery-File-Upload/wiki/Options#pastezone) functionality. This functionality is enabled by default and if somebody copy-pastes something into Chrome it will automatically trigger an upload of the content to any configured jquery.fileupload element embedded in the JS. This implementation triggers some problems: 1. The pastezone is defined globally by default (:see_no_evil:). So if there are multiple fileupload's on a page (such as in the personal settings) then stuff is going to be uploaded to all embedded uploads. 2. Our server code is not able to parse the data. For example for uploads in the files app we expect a file name which is not specified => Just an error is thrown. You can reproduce this by taking a file into your clipboard and in Chrome then pressing <kbd>CTRL + V</kbd>. 3. When copy-pasting some string from MS Office on the personal page a temporary avatar with said content is created. Considering that this is anyways was never working at all and causes bugs I've set the `pastezone` to `null`. This mens that upload via copy and paste will be disabled. Lesson learned: Third-party JS libraries can have some weird details. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-23 | 2 | -0/+2 |
| | | | |||||
* | | | Add `allow sharing with groups` checkbox to admin page | Roeland Jago Douma | 2016-03-22 | 3 | -0/+10 |
|/ / | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-21 | 4 | -0/+24 |
|/ | |||||
* | Merge pull request #23370 from owncloud/fix-username-change | Thomas Müller | 2016-03-17 | 1 | -1/+4 |
|\ | | | | | Update avatar on username change if avatar is set | ||||
| * | Update avatar on username change if avatar is set | Morris Jobke | 2016-03-17 | 1 | -1/+4 |
| | | | | | | | | * fixes #20455 | ||||
* | | Rating icons changed to .svg | Pau | 2016-03-17 | 1 | -1/+1 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-16 | 4 | -28/+50 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-15 | 4 | -4/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-14 | 4 | -10/+10 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-12 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-11 | 4 | -18/+58 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-09 | 2 | -0/+6 |
| | |||||
* | Merge pull request #22814 from owncloud/delete-empty-file | Thomas Müller | 2016-03-08 | 1 | -0/+0 |
|\ | | | | | Delete empty file | ||||
| * | Delete empty file | Lukas Reschke | 2016-03-03 | 1 | -0/+0 |
| | | | | | | Ref https://github.com/owncloud/core/issues/22803#issuecomment-191749499 | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-08 | 8 | -12/+30 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-07 | 4 | -0/+36 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-05 | 6 | -4/+28 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-04 | 12 | -0/+44 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-03 | 4 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-02 | 6 | -0/+20 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-02 | 116 | -116/+118 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 7 | -0/+7 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Merge pull request #17451 from owncloud/apps-disablebrokenappafterenable | Thomas Müller | 2016-03-01 | 1 | -26/+60 |
|\ | | | | | Disable app that bricks the server after enabling | ||||
| * | Disable app that bricks the server after enabling | Vincent Petry | 2016-02-29 | 1 | -26/+60 |
| | | | | | | | | | | | | If an app is getting enabled in the web UI, an ajax call is now made to make sure the server still works. If it doesn't, it sends an emergency app disabling call to disable the breaking app. | ||||
* | | Merge pull request #22613 from owncloud/quota-changedavreturnvaluewhennoquotaset | Thomas Müller | 2016-03-01 | 1 | -2/+7 |
|\ \ | | | | | | | Don't return quota when none set | ||||
| * | | Return -3 for unlimited quota | Vincent Petry | 2016-02-29 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | Returns -3 for unlimited quota in Webdav response. Also adjusted personal page to show unlimited quota when set. | ||||
* | | | Merge pull request #22722 from owncloud/fix-personal-page | Thomas Müller | 2016-03-01 | 2 | -2/+4 |
|\ \ \ | | | | | | | | | fix personal page layout for LDAP users, fix #22272 | ||||
| * | | | fix personal page layout for LDAP users, fix #22272 | Jan-Christoph Borchardt | 2016-02-29 | 2 | -2/+4 |
| |/ / | |||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-01 | 2 | -0/+8 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-29 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-28 | 8 | -12/+376 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-27 | 10 | -0/+44 |
| | | |||||
* | | Email endpoint is controlled by the username setting, not password | Joas Schilling | 2016-02-26 | 1 | -1/+1 |
| | | |||||
* | | Correctly indent uneditable email/display name fields | Joas Schilling | 2016-02-26 | 1 | -2/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-26 | 18 | -32/+116 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-25 | 112 | -262/+246 |
| | |||||
* | Merge pull request #22549 from ↵ | Thomas Müller | 2016-02-24 | 2 | -16/+18 |
|\ | | | | | | | | | owncloud/issue-20470-yellow-warning-for-user-and-group-errors Use the notification instead of the disruptive popup for settings/users errors | ||||
| * | Use the notification instead of the disruptive popup | Joas Schilling | 2016-02-22 | 2 | -16/+18 |
| | | |||||
* | | Merge pull request #22551 from owncloud/make-exceptions-easier-to-debug | Thomas Müller | 2016-02-23 | 1 | -4/+10 |
|\ \ | | | | | | | Throw normal exceptions instead of eating them | ||||
| * | | Throw normal exceptions instead of eating them | Lukas Reschke | 2016-02-22 | 1 | -4/+10 |
| |/ | | | | | | | | | | | Partially addresses https://github.com/owncloud/core/issues/22550 Replaces https://github.com/owncloud/core/pull/20185 | ||||
* / | We should check for exceptions when trying to get the avatar | Roeland Jago Douma | 2016-02-22 | 1 | -1/+5 |
|/ | | | | | | | Fixes #22550 * Updated phpdoc of avatatmanager * Add unit test | ||||
* | Fix error ins source language strings | Thomas Müller | 2016-02-19 | 1 | -1/+1 |
| | | | | | https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/core/50786279 https://www.transifex.com/owncloud-org/owncloud/translate/#en_GB/settings-1/50555028 | ||||
* | Make app updates better visible | Joas Schilling | 2016-02-18 | 2 | -1/+12 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-17 | 2 | -0/+2 |
| |