summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-258-0/+38
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-2462-210/+70
|
* Merge pull request #23463 from owncloud/lets-consistently-use-no-refererThomas Müller2016-03-233-22/+22
|\ | | | | Consistently use rel=noreferrer
| * Consistently use rel=noreferrerLukas Reschke2016-03-203-22/+22
| | | | | | | | When linking to external entities we should consistently use rel=noreferrer
* | Merge pull request #23495 from owncloud/disable-paste-zoneThomas Müller2016-03-232-0/+2
|\ \ | | | | | | Disable pastezone for jquery.fileupload
| * | Disable pastezone for jquery.fileuploadLukas Reschke2016-03-222-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 transifexJenkins for ownCloud2016-03-232-0/+2
| | |
* | | Add `allow sharing with groups` checkbox to admin pageRoeland Jago Douma2016-03-223-0/+10
|/ /
* / [tx-robot] updated from transifexJenkins for ownCloud2016-03-214-0/+24
|/
* Merge pull request #23370 from owncloud/fix-username-changeThomas Müller2016-03-171-1/+4
|\ | | | | Update avatar on username change if avatar is set
| * Update avatar on username change if avatar is setMorris Jobke2016-03-171-1/+4
| | | | | | | | * fixes #20455
* | Rating icons changed to .svgPau2016-03-171-1/+1
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-164-28/+50
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-154-4/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-144-10/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-122-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-114-18/+58
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-092-0/+6
|
* Merge pull request #22814 from owncloud/delete-empty-fileThomas Müller2016-03-081-0/+0
|\ | | | | Delete empty file
| * Delete empty fileLukas Reschke2016-03-031-0/+0
| | | | | | Ref https://github.com/owncloud/core/issues/22803#issuecomment-191749499
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-088-12/+30
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-074-0/+36
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-056-4/+28
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-0412-0/+44
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-034-0/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-026-0/+20
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-03-02116-116/+118
|
* Update author informationLukas Reschke2016-03-017-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-disablebrokenappafterenableThomas Müller2016-03-011-26/+60
|\ | | | | Disable app that bricks the server after enabling
| * Disable app that bricks the server after enablingVincent Petry2016-02-291-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-changedavreturnvaluewhennoquotasetThomas Müller2016-03-011-2/+7
|\ \ | | | | | | Don't return quota when none set
| * | Return -3 for unlimited quotaVincent Petry2016-02-291-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-pageThomas Müller2016-03-012-2/+4
|\ \ \ | | | | | | | | fix personal page layout for LDAP users, fix #22272
| * | | fix personal page layout for LDAP users, fix #22272Jan-Christoph Borchardt2016-02-292-2/+4
| |/ /
* / / [tx-robot] updated from transifexJenkins for ownCloud2016-03-012-0/+8
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-292-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-288-12/+376
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-2710-0/+44
| |
* | Email endpoint is controlled by the username setting, not passwordJoas Schilling2016-02-261-1/+1
| |
* | Correctly indent uneditable email/display name fieldsJoas Schilling2016-02-261-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-02-2618-32/+116
|/
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-25112-262/+246
|
* Merge pull request #22549 from ↵Thomas Müller2016-02-242-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 popupJoas Schilling2016-02-222-16/+18
| |
* | Merge pull request #22551 from owncloud/make-exceptions-easier-to-debugThomas Müller2016-02-231-4/+10
|\ \ | | | | | | Throw normal exceptions instead of eating them
| * | Throw normal exceptions instead of eating themLukas Reschke2016-02-221-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 avatarRoeland Jago Douma2016-02-221-1/+5
|/ | | | | | | Fixes #22550 * Updated phpdoc of avatatmanager * Add unit test
* Fix error ins source language stringsThomas Müller2016-02-191-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 visibleJoas Schilling2016-02-182-1/+12
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-02-172-0/+2
|