Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
* | | Make file actions use icon CSS classes | Roeland Jago Douma | 2016-02-25 | 1 | -2/+59 |
|/ | | | | This makes theming of file actions possible | ||||
* | Fix unit tests affected by side effects | Vincent Petry | 2016-02-22 | 1 | -1/+3 |
| | | | | | | | | The notification tests were not restoring the clock properly, but indirectly helped other tests pass. Since now we're restoring the clock properly, the other tests were fixed to still work. | ||||
* | Merge pull request #16783 from owncloud/handle-redirects-global | Thomas Müller | 2016-02-17 | 1 | -7/+0 |
|\ | | | | | Adding global error handler for ajax calls which run into redirection… | ||||
| * | Add handler for global ajax errors | Vincent Petry | 2016-02-15 | 1 | -7/+0 |
| | | |||||
* | | Close file detail sidebar when selecting/unselecting files | Vincent Petry | 2016-02-15 | 1 | -5/+26 |
|/ | | | | | Interacting with the checkboxes, also "Select all" will automatically close the sidebar now. | ||||
* | Fix unit tests for system tag filter section | Vincent Petry | 2016-02-09 | 1 | -6/+19 |
| | |||||
* | Fix elementToFile to also return path when defined | Vincent Petry | 2016-02-08 | 1 | -0/+6 |
| | | | | | Fixes issue when opening the share dialog for a file inside the favorite list, and the file is from a subfolder | ||||
* | cleanup jobs for comments and comment read marks | Arthur Schiwon | 2016-02-05 | 1 | -5/+105 |
| | |||||
* | Cleanup job for system and user tag orphaned when file was deleted | Vincent Petry | 2016-01-29 | 1 | -0/+158 |
| | | | | | | | Whenever a file was deleted (also from trash), the tag mapping is pointing at a fileid that doesn't exist any more. This cleanup job will delete such orphaned mapping entries. | ||||
* | Merge pull request #21752 from owncloud/files-delete-fix | Thomas Müller | 2016-01-26 | 1 | -10/+0 |
|\ | | | | | Only check selection for delete permissions, not parent folder | ||||
| * | Remove faulty directory permissions test | Robin McCorkell | 2016-01-15 | 1 | -10/+0 |
| | | |||||
* | | update JS humanFileSize to use KB instead of kB | Morris Jobke | 2016-01-19 | 3 | -15/+15 |
|/ | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 7 | -7/+11 |
| | |||||
* | Add unit test for file update | Roeland Jago Douma | 2016-01-09 | 1 | -0/+16 |
| | |||||
* | Correctly render uploadtext indicator only on folders | Vincent Petry | 2015-12-18 | 1 | -0/+15 |
| |