Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #23549 from owncloud/dav-sharetypes-remote | Thomas Müller | 2016-03-24 | 1 | -1/+2 |
|\ | | | | | Return remote shares in oc:share-types Webdav property | ||||
| * | Return remote shares in oc:share-types Webdav property | Vincent Petry | 2016-03-24 | 1 | -1/+2 |
| | | | | | | | | | | Fixes web UI to properly display the share status icon when an outgoing remote share exists | ||||
* | | sidebar click modification | Erik Pellikka | 2016-03-24 | 2 | -4/+19 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-24 | 102 | -102/+0 |
|/ | |||||
* | Merge pull request #23463 from owncloud/lets-consistently-use-no-referer | Thomas Müller | 2016-03-23 | 1 | -1/+1 |
|\ | | | | | Consistently use rel=noreferrer | ||||
| * | Consistently use rel=noreferrer | Lukas Reschke | 2016-03-20 | 1 | -1/+1 |
| | | | | | | | | When linking to external entities we should consistently use rel=noreferrer | ||||
* | | Disable pastezone for jquery.fileupload | Lukas Reschke | 2016-03-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #22789 from owncloud/dav-sharesproperty | Thomas Müller | 2016-03-21 | 4 | -15/+112 |
|\ \ | | | | | | | Add webdav property for share info in PROPFIND response | ||||
| * | | Display share status info in favorite list | Vincent Petry | 2016-03-17 | 4 | -15/+112 |
| | | | | | | | | | | | | Returns the shareTypes share status info to the favorites file list. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-21 | 2 | -0/+42 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-20 | 4 | -4/+6 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-19 | 2 | -4/+8 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-18 | 2 | -8/+2 |
|/ | |||||
* | Some typo corrections in occ command output | Carla Schroder | 2016-03-16 | 1 | -1/+1 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-15 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-14 | 2 | -0/+2 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-12 | 2 | -2/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-11 | 2 | -0/+50 |
| | |||||
* | Merge pull request #23026 from stweil/master | Thomas Müller | 2016-03-09 | 5 | -6/+6 |
|\ | | | | | apps/files: Fix typos in comments (found and fixed by codespell) | ||||
| * | apps/files: Fix typos in comments (found and fixed by codespell) | Stefan Weil | 2016-03-09 | 5 | -6/+6 |
| | | | | | | | | | | | | This contribution is AGPL and MIT licensed. Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | | Remove disabled autocorrect for new file names | Morris Jobke | 2016-03-09 | 1 | -1/+1 |
|/ | | | | * ref #22784 | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-09 | 4 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-08 | 2 | -2/+2 |
| | |||||
* | Merge pull request #22898 from ↵ | Thomas Müller | 2016-03-07 | 1 | -1/+1 |
|\ | | | | | | | | | owncloud/quota-allowuploadwhenfreespaceisunlimited Fix uploading to fed share when free space is unlimited | ||||
| * | Fix uploading when free space is unlimited | Vincent Petry | 2016-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | A federated share can report unlimited quota as -3, so the ajax/upload.php code needs to be adjusted to block uploads when the free space is unlimited. | ||||
* | | Merge pull request #22785 from owncloud/trash-returnfalseon401 | Thomas Müller | 2016-03-07 | 1 | -0/+4 |
|\ \ | |/ |/| | Return false on 401 in file list + trash file list | ||||
| * | Return false on 401 in file list + trash file list | Vincent Petry | 2016-03-03 | 1 | -0/+4 |
| | | | | | | | | | | This gives a chance to the global ajax error handler to do its work if the session expired. | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-07 | 2 | -0/+28 |
| | | |||||
* | | Merge pull request #22807 from owncloud/remove-empty-translations | Thomas Müller | 2016-03-06 | 8 | -64/+0 |
|\ \ | | | | | | | ne, or_IN, uz and yo have been removed from transifex and will be rem… | ||||
| * | | ne, or_IN, uz and yo have been removed from transifex and will be removed ↵ | Thomas Müller | 2016-03-03 | 8 | -64/+0 |
| | | | | | | | | | | | | from git here now as well | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-05 | 6 | -8/+40 |
| | | | |||||
* | | | Run cleanup of expired DB file locks to background job | Morris Jobke | 2016-03-04 | 4 | -1/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes #22819 The old way fired a DELETE statement on each destruction of the DBLockingProvider. Which could cause a lot of queries. It's enough to run this every 5 minutes in a background job, which in the end could result in file locks that exists 5 minutes longer - in the worst case and for not properly released locks. This makes the DB based locking a lot more performant and could result in a similar performance to the Redis based locking provider. | ||||
* | | | Fix download spinner to work with CSS styles | Vincent Petry | 2016-03-04 | 3 | -10/+42 |
| | | | | | | | | | | | | | | | | | | A recent change replaced img elements with CSS icons for file actions. This fix adjusts the logic to work properly with CSS icons instead of images. | ||||
* | | | Merge pull request #22784 from owncloud/files-newmenu-removebrowsercomplete | Thomas Müller | 2016-03-03 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Remove browser autocomplete in new file menu | ||||
| * | | Remove browser autocomplete in new file menu | Vincent Petry | 2016-03-02 | 1 | -1/+1 |
| |/ | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-03 | 2 | -0/+2 |
|/ | |||||
* | Increase all versions on master which is now 9.1 | Joas Schilling | 2016-03-02 | 1 | -2/+2 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 9 | -3/+13 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-03-01 | 2 | -2/+2 |
| | |||||
* | [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 | 4 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-02-27 | 10 | -0/+10 |
| | |||||
* | Merge pull request #22671 from owncloud/issue-22670 | Thomas Müller | 2016-02-26 | 1 | -25/+25 |
|\ | | | | | Move the tag filter at the end for now | ||||
| * | Move the tag filter at the end for now | Joas Schilling | 2016-02-26 | 1 | -25/+25 |
| | | |||||
* | | Merge pull request #22461 from owncloud/fix_6773 | Thomas Müller | 2016-02-26 | 8 | -39/+121 |
|\ \ | |/ |/| | Allow theming of actions | ||||
| * | Fix favorite icon unit test for icon image | Vincent Petry | 2016-02-25 | 1 | -2/+4 |
| | | |||||
| * | Make more action icons themable + style fixes | Vincent Petry | 2016-02-25 | 3 | -16/+16 |
| | | | | | | | | | | Action icons now appear properly in public link page. More actions are now CSS icons. | ||||
| * | Close class | Roeland Jago Douma | 2016-02-25 | 1 | -1/+1 |
| | | |||||
| * | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 5 | -24/+104 |
| | | | | | | | | This makes theming of file actions possible |