Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611 | Arthur Schiwon | 2016-06-11 | 18 | -0/+30 |
|\ | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-10 | 18 | -0/+30 |
| | | |||||
* | | Merge pull request #19 from nextcloud/files-drop | Lukas Reschke | 2016-06-10 | 1 | -0/+23 |
|\ \ | |/ |/| | add "hide file list" option | ||||
| * | Make uploading possible via select and cleanup CSS | Lukas Reschke | 2016-06-09 | 1 | -0/+23 |
| | | |||||
| * | Adjust test to work with phpunit < 5.2 | Joas Schilling | 2016-06-09 | 1 | -1/+1 |
| | | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-09 | 2 | -0/+12 |
| | | |||||
| * | Improve the UX for "not found" perma links | Joas Schilling | 2016-06-09 | 4 | -34/+44 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-09 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #25001 from ↵ | Vincent Petry | 2016-06-08 | 4 | -34/+44 |
|\ \ | | | | | | | | | | | | | owncloud/issue-24939-better-ux-on-invalid-perma-link Improve the UX for "not found" perma links | ||||
| * | | Adjust test to work with phpunit < 5.2 | Joas Schilling | 2016-06-08 | 1 | -1/+1 |
| | | | |||||
| * | | Improve the UX for "not found" perma links | Joas Schilling | 2016-06-07 | 4 | -34/+44 |
| |/ | |||||
* / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-08 | 2 | -0/+12 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-03 | 6 | -50/+54 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-06-02 | 4 | -12/+22 |
| | |||||
* | Merge pull request #24822 from owncloud/fix-download-spinner | Vincent Petry | 2016-05-31 | 2 | -4/+4 |
|\ | | | | | fixes size of the download spinner | ||||
| * | fixes size of the download spinner | Vincent Chan | 2016-05-30 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-31 | 2 | -0/+22 |
| | | |||||
* | | Merge pull request #20150 from pellaeon/pr-droppable-hover-visual-cue | Vincent Petry | 2016-05-30 | 3 | -2/+8 |
|\ \ | |/ |/| | Add visual cue when moving draggable item over droppable item, | ||||
| * | Make entire file tr droppable, | Pellaeon Lin | 2016-05-21 | 2 | -2/+3 |
| | | | | | | | | so that .canDrop will highlight the entire row when drag hover | ||||
| * | Add visual cue when moving draggable item over droppable item, | Pellaeon Lin | 2016-05-21 | 2 | -1/+6 |
| | | | | | | | | ie. breadcrumb and filenameTd | ||||
* | | Update license headers | Lukas Reschke | 2016-05-26 | 24 | -36/+40 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-26 | 2 | -62/+80 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-24 | 4 | -0/+62 |
| | | |||||
* | | My fix for #24272, #23613, File not found when single file in a folder (#24800) | Dmitry Popov | 2016-05-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed group share searching for members of multiple group. Issue #11808. * Fixed group share searching, continued. Avoid searching for empty group list in getItemSharedWithUser(). Broke tests in previous commit, #12030. * Simler check for group count. * Fix for https://github.com/owncloud/core/issues/24783 , described there * Now it's #24272, 24783 was a duplicate. Previous change was also not very good. Now we don't create ZIP with a single file inside. | ||||
* | | Merge pull request #24682 from f4bsch/master | Vincent Petry | 2016-05-24 | 1 | -2/+0 |
|\ \ | | | | | | | dont update search onResize | ||||
| * | | dont update search onResize | Fabian | 2016-05-17 | 1 | -2/+0 |
| | | | | | | | | | this.updateSearch() sets the current file list instance and clears the box. This is unnecessary and makes the search box unsuable on some mobile devices where a keyboard fade-in causes a onResize trigger, which would then clear and blur the box. | ||||
* | | | Merge pull request #24750 from ↵ | Vincent Petry | 2016-05-23 | 1 | -1/+10 |
|\ \ \ | | | | | | | | | | | | | | | | | owncloud/lenz1111-share_download_range_requests_support Http Range requests support in downloads | ||||
| * | | | Http Range requests support in downloads | Piotr Filiciak | 2016-05-20 | 1 | -1/+10 |
| | |/ | |/| | | | | | | | Http range requests support is required for video preview | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-23 | 2 | -0/+10 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-22 | 4 | -22/+24 |
|/ / | |||||
* | | Merge pull request #22576 from owncloud/folder_scroll_fix | Vincent Petry | 2016-05-20 | 1 | -0/+21 |
|\ \ | | | | | | | Add scrolling when dragging files. Fixes #12329 | ||||
| * | | added back the jquery animations | Erik Pellikka | 2016-05-13 | 1 | -6/+11 |
| | | | |||||
| * | | code style fix | Erik Pellikka | 2016-05-13 | 1 | -11/+3 |
| | | | |||||
| * | | code style fix | Erik Pellikka | 2016-05-13 | 1 | -3/+2 |
| | | | |||||
| * | | code style fix | Erik Pellikka | 2016-05-13 | 1 | -2/+6 |
| | | | |||||
| * | | added elseif | Erik Pellikka | 2016-05-13 | 1 | -1/+1 |
| | | | |||||
| * | | fixed to work with share links as well | Erik Pellikka | 2016-05-13 | 1 | -3/+4 |
| | | | |||||
| * | | typo fix | Erik Pellikka | 2016-05-13 | 1 | -2/+2 |
| | | | |||||
| * | | Tweaking | Erik Pellikka | 2016-05-13 | 1 | -7/+7 |
| | | | |||||
| * | | Avoids jumping if window is smaller than 300 pixels in height | Morris Jobke | 2016-05-13 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | * divides the area where the scroll should be triggered by 2 * uses the minimum value of the above and 300 | ||||
| * | | Add scrolling when dragging files | Erik Pellikka | 2016-05-13 | 1 | -0/+19 |
| | | | |||||
* | | | Merge pull request #24702 from owncloud/background-scan-occ | Vincent Petry | 2016-05-20 | 1 | -3/+12 |
|\ \ \ | | | | | | | | | add --unscanned option to files:scan to triger a background scan | ||||
| * | | | add "unscanned" option to files:scan to triger a background scan | Robin Appelman | 2016-05-19 | 1 | -3/+12 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-20 | 2 | -0/+18 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-19 | 4 | -0/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-18 | 4 | -0/+8 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-17 | 4 | -0/+28 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-16 | 8 | -0/+60 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-15 | 124 | -4/+270 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2016-05-14 | 138 | -148/+14 |
|/ |