summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-09142-1890/+1890
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-072-38/+40
|
* Merge pull request #23820 from owncloud/move-settings-completely-to-psr4Roeland Douma2016-04-0611-0/+0
|\ | | | | Move OC/Settings completely to PSR-4
| * Rename files to be PSR-4 compliantLukas Reschke2016-04-0611-0/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-04-062-0/+2
| |
* | Use proper shortcut methods in templatesMorris Jobke2016-04-061-3/+3
|/
* Move OC\Core and OC\Settings to composer autoloaderLukas Reschke2016-04-051-0/+0
|
* Fixed 'Help Translate' linkPau2016-04-041-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-0214-0/+14
|
* [tx-robot] updated from transifexJenkins for ownCloud2016-04-0158-58/+0
|
* improve emptycontent stylesJan-Christoph Borchardt2016-03-312-2/+2
|
* Merge pull request #15750 from owncloud/loading-feedback-email-usermanagementThomas Müller2016-03-313-10/+33
|\ | | | | Add loading feedback for email change in user management
| * Add loading feedback for email change in user managementMorris Jobke2016-03-163-10/+33
| | | | | | | | | | | | | | | | * show loading indicator while the request is running * change value after the request succeed - not before and undo maybe wrong changes * move markup to HTML template * show notification temporarily
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-3110-0/+228
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-304-0/+14
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-294-8/+36
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-276-0/+22
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2016-03-266-0/+28
| |
* | [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.