Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix js unit tests for webdav put upload changes | Vincent Petry | 2016-10-24 | 2 | -49/+37 | |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | | Use Webdav PUT for uploads in the web browser | Vincent Petry | 2016-10-24 | 2 | -92/+257 | |
|/ | | | | | | | | | | | | | | - uses PUT method with jquery.fileupload for regular and public file lists - for IE and browsers that don't support it, use POST with iframe transport - implemented Sabre plugin to handle iframe transport and redirect the embedded PUT request to the proper handler - added RFC5995 POST to file collection with "add-member" property to make it possible to auto-rename conflicting file names - remove obsolete ajax/upload.php and obsolete ajax routes Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Make it possible to filter by tags with REPORT method | Vincent Petry | 2016-10-19 | 2 | -207/+22 | |
| | | | | | | | | | | | Enhanced the REPORT method on the Webdav endpoint and added a "oc:favorite" filter rule. When set, it will return a flat list of results filtered with only favorite files. The web UI was also adjusted to use this REPORT method instead of the private API endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | |||||
* | Fix getMock files | Roeland Jago Douma | 2016-09-06 | 3 | -7/+12 | |
| | ||||||
* | Also prevent null byte character | Joas Schilling | 2016-09-01 | 1 | -0/+1 | |
| | ||||||
* | Filter out %0A from paths | Joas Schilling | 2016-09-01 | 1 | -1/+2 | |
| | ||||||
* | Display number of hidden files in files summary (#25870) | Vincent Petry | 2016-08-29 | 2 | -25/+153 | |
| | | | | When dot files are hidden, the table summary and selection summary will not show how many hidden files were included. | |||||
* | Merge pull request #956 from nextcloud/fix_952 | Lukas Reschke | 2016-08-23 | 1 | -64/+31 | |
|\ | | | | | When using permalinks don't error out if file id can't be found | |||||
| * | When requesting a permalink to an invalid file redirect | Roeland Jago Douma | 2016-08-19 | 1 | -3/+7 | |
| | | | | | | | | We need to do the redirect to update address bar. | |||||
| * | When using permalinks don't error out if file id can't be found | Roeland Jago Douma | 2016-08-19 | 1 | -64/+27 | |
| | | | | | | | | | | | | | | | | Fixes #952 * Use only the index route (since it went to showFile anyways) * Fix tests * Use getUserFolder to force init of users mounts | |||||
* | | Fix hidden files handling | Vincent Petry | 2016-08-19 | 1 | -1/+36 | |
|/ | | | | | | | Hidden files (dot files) are now always rendered in the DOM to make sure that all file operations and selection still work as expected. Their visibility is now toggled on CSS level. | |||||
* | Merge pull request #893 from nextcloud/ie8_be_gone | Marius Blüm | 2016-08-17 | 1 | -73/+20 | |
|\ | | | | | IE8 be gone! | |||||
| * | Remove IE8 support from ViewController | Roeland Jago Douma | 2016-08-16 | 1 | -73/+20 | |
| | | | | | | | | | | * Update tests * Fix getMock in tests | |||||
* | | Use MockBuilder instead of createMock | Lukas Reschke | 2016-08-15 | 1 | -2/+2 | |
| | | | | | | | | CI uses an older PHPUnit | |||||
* | | Add unit tests | Lukas Reschke | 2016-08-15 | 1 | -0/+83 | |
|/ | ||||||
* | Fix javascript tests for sidebar animation | Julius Haertl | 2016-07-30 | 1 | -0/+4 | |
| | ||||||
* | fix js test | Robin Appelman | 2016-07-27 | 1 | -5/+10 | |
| | ||||||
* | fix test | Robin Appelman | 2016-07-25 | 1 | -1/+1 | |
| | ||||||
* | fix test | Robin Appelman | 2016-07-22 | 2 | -7/+26 | |
| | ||||||
* | Update with robin | Joas Schilling | 2016-07-21 | 2 | -2/+2 | |
| | ||||||
* | Fix apps/ | Joas Schilling | 2016-07-21 | 8 | -14/+22 | |
| | ||||||
* | Merge branch 'master' into sync-master | Morris Jobke | 2016-07-07 | 1 | -8/+13 | |
|\ | ||||||
| * | Match on 405 | Lukas Reschke | 2016-07-01 | 1 | -0/+5 | |
| | | ||||||
| * | Match for /../ | Lukas Reschke | 2016-07-01 | 1 | -0/+4 | |
| | | ||||||
| * | Do not allow directory traversal using "../" | Lukas Reschke | 2016-07-01 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | We should not allow directory traversals using "../" here. To test access the following URL once with and then without this patch: http://localhost/server/index.php/apps/files/?dir=../../This+Should+Not+Be+Here | |||||
| * | Merge remote-tracking branch 'upstream/master' into master-sync-upstream | Lukas Reschke | 2016-06-27 | 1 | -0/+11 | |
| |\ | ||||||
| * | | Fix failing JS unit tests | Morris Jobke | 2016-06-16 | 1 | -4/+2 | |
| | | | | | | | | | | | | * fixes #124 | |||||
* | | | Merge pull request #25325 from owncloud/filelist-prependslash | Vincent Petry | 2016-07-06 | 1 | -0/+6 | |
|\ \ \ | | | | | | | | | Filelist change dir auto-prepend slash | |||||
| * | | | Filelist change dir auto-prepend slash | Vincent Petry | 2016-07-01 | 1 | -0/+6 | |
| | |/ | |/| | | | | | | | | | | Prepend a slash to directories in case it was missing since many places assume that it's there. | |||||
* / | | Ignore invalid paths in the JS file list (#25368) | Vincent Petry | 2016-07-06 | 1 | -0/+25 | |
|/ / | ||||||
* / | Prerender file list pages to include search results | Vincent Petry | 2016-06-24 | 1 | -0/+11 | |
|/ | | | | | | When filtering the file list, if a result is on an unrendered page, make sure to call _nextPage() to prerender the pages in order to display all matching results. | |||||
* | 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 | 1 | -4/+9 | |
| | ||||||
* | fixes size of the download spinner | Vincent Chan | 2016-05-30 | 1 | -2/+2 | |
| | ||||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 5 | -7/+7 | |
| | ||||||
* | Move Files app to PSR-4 (#24569) | Joas Schilling | 2016-05-12 | 8 | -11/+10 | |
| | | | | | | * Move lib/ of Files app to PSR-4 * Move tests to PSR-4 | |||||
* | Make permalinks work for trashed files (#24537) | Vincent Petry | 2016-05-11 | 1 | -12/+102 | |
| | | | | Opening a permalink that points to a trashed file will now display the file within the "Deleted Files" section in the files web UI. | |||||
* | Do not encode slashes in "dir" URL param in files JS | Vincent Petry | 2016-05-06 | 1 | -14/+18 | |
| | ||||||
* | Add anchor icon in sidebar to copy permalink | Vincent Petry | 2016-05-06 | 1 | -0/+5 | |
| | ||||||
* | Auto-add fileid in URL for currently displayed folder | Vincent Petry | 2016-05-06 | 2 | -0/+29 | |
| | ||||||
* | Add route to resolve fileid to files app URL | Vincent Petry | 2016-05-06 | 1 | -1/+102 | |
| | | | | | | | The following routes will redirect to the files app and display the matching folder. If the fileid is a file, it will scroll to it. - http://localhost/owncloud/index.php/f/$fileid - http://localhost/owncloud/index.php/files/?dir=somedir&fileid=$fileid | |||||
* | Move activity manager to the namespace | Joas Schilling | 2016-05-02 | 1 | -2/+2 | |
| | ||||||
* | filter hidden files on the web interface | Christoph Wurst | 2016-04-19 | 2 | -2/+18 | |
| | | | | | | | | | | | | | | | | | | add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation | |||||
* | fix default value, update js/php tests | Christoph Wurst | 2016-04-13 | 3 | -5/+88 | |
| | ||||||
* | Display share status info in favorite list | Vincent Petry | 2016-03-17 | 1 | -3/+53 | |
| | | | | Returns the shareTypes share status info to the favorites file list. | |||||
* | Fix download spinner to work with CSS styles | Vincent Petry | 2016-03-04 | 1 | -0/+20 | |
| | | | | | | 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. | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 2 | -0/+3 | |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | |||||
* | 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 | |
| | | ||||||
* | | Fix favorite icon unit test for icon image | Vincent Petry | 2016-02-25 | 1 | -2/+4 | |
| | |