Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Removed deprecated function OC_User::deleteUser | Roeland Jago Douma | 2015-12-17 | 1 | -1/+2 |
| | | | | Replaced with proper OCP calls | ||||
* | Removed deprecated private OC_User::createUser | Roeland Jago Douma | 2015-12-17 | 1 | -1/+1 |
| | | | | | All function calls are replaced with the recommended (which was already the body of the function). | ||||
* | Fix mount type root detection | Vincent Petry | 2015-12-14 | 1 | -0/+30 |
| | | | | | | | | | | | Since Webdav doesn't contain that information, we need to rely on the parent folder's mount type to find out whether a child item is a shared/external root or not. Fixed the mount type detection logic and added unit test. Also added a fix that ignores detection if no parent folder exists (ex: shared file list, favorites, etc) | ||||
* | Bring back file delete action text to be based on context | Vincent Petry | 2015-12-11 | 1 | -2/+18 |
| | | | | | | | | For received shares, the delete action becomes "Unshare" and for personal mounts it becomes "Disconnect storage". This also makes it possible from now on to pass a function to a file action's "displayName" attribute. | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-12-10 | 1 | -1/+0 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Compute share permissions in the view | Vincent Petry | 2015-12-08 | 1 | -3/+6 |
| | | | | | The share permissions are now computed in the View/FileInfo instead of storing them directly/permanently on the storage | ||||
* | Merge pull request #20545 from owncloud/scan-storage-in-background-job | Thomas Müller | 2015-12-03 | 1 | -0/+134 |
|\ | | | | | Move files/ajax/scan.php to background job | ||||
| * | Move files/ajax/scan.php to background job | Lukas Reschke | 2015-11-28 | 1 | -0/+134 |
| | | | | | | | | The background job will now be executed in chunks of 500 users all 10 minutes. | ||||
* | | Allow framing 'self' | Lukas Reschke | 2015-12-02 | 1 | -0/+3 |
| | | | | | | | | This is required by the pdf viewer, since the files app on master uses the AppFramework it had applied the more strict defaults which made it not work on master. | ||||
* | | Inject the database connection | Joas Schilling | 2015-11-30 | 1 | -0/+7 |
| | | |||||
* | | Only require the interface | Joas Schilling | 2015-11-30 | 1 | -6/+6 |
| | | |||||
* | | Add a unit test that executes the query | Joas Schilling | 2015-11-30 | 1 | -0/+15 |
| | | |||||
* | | Oracle can not return statements but only values | Joas Schilling | 2015-11-30 | 1 | -4/+4 |
| | | | | | | | | So evaluate the condition directly and return 1 or 0 | ||||
* | | Adding more test suites to group DB | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | | |||||
* | | Apply DB group annotation ... | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
|/ | |||||
* | Make files app use Webdav for most operations | Vincent Petry | 2015-11-22 | 7 | -701/+394 |
| | |||||
* | Remove "Text file" entry in the "+" menu | Vincent Petry | 2015-11-19 | 1 | -22/+51 |
| | | | | | | | The text editor app will register this instead. Also made "fileList" a non-private attribute to make it possible for plugins to access the attached file list object. | ||||
* | Move index.php from files to AppFramework | Lukas Reschke | 2015-11-16 | 1 | -0/+250 |
| | | | | | 1. Allows it to use the more secure CSP rules of the AppFramework. 2. Adds some unit tests. | ||||
* | Fix file action download spinner | Vincent Petry | 2015-10-30 | 2 | -1/+94 |
| | |||||
* | Fix icon update to be more consistent | Vincent Petry | 2015-10-29 | 2 | -3/+58 |
| | | | | Makes the details bar show the same icon as in the list. | ||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 3 | -3/+2 |
| | |||||
* | Fix file upload, conflict dialog, also in public link | Vincent Petry | 2015-10-21 | 1 | -0/+96 |
| | | | | | | | | - Use "FileList" instead of "OCA.Files.App.fileList" that doesn't exist in public link page. - Fix public link upload by properly adding the form data using a new utility function "addFormData". That one is needed because IE8 upload and regular upload use a different format... | ||||
* | Merge pull request #19742 from owncloud/shareinfo_performance | Thomas Müller | 2015-10-20 | 2 | -12/+0 |
|\ | | | | | Do not calculate non essential info | ||||
| * | Do not calculate non essential info | Roeland Jago Douma | 2015-10-13 | 2 | -12/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to calculate a human readable date on the server side. We supply the mtime and a client can easily convert that himself if needed. This is already done most of the time since the date is often not in the exact right format. There is also no need to attach icon info. We have that available in javascript. And else the client should get the right icon based on the mimetype for its platform. * Updated tests | ||||
* | | fix delete orphan shares test with object home storage | Robin Appelman | 2015-10-16 | 1 | -1/+6 |
| | | |||||
* | | Do not register sidebar panels when no sidebar | Vincent Petry | 2015-10-15 | 1 | -2/+41 |
|/ | |||||
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
| | |||||
* | If an inline files action provides an alt text show it | Roeland Jago Douma | 2015-10-03 | 1 | -0/+56 |
| | | | | | * Added unit tests for icon display * Added unit tests for icon alt text display | ||||
* | Fix moment.js "a few seconds ago" with "seconds ago" | Morris Jobke | 2015-10-02 | 1 | -1/+1 |
| | | | | * fixes #18627 | ||||
* | Merge pull request #19310 from owncloud/hide-sort-indicator | Thomas Müller | 2015-09-30 | 1 | -0/+19 |
|\ | | | | | hide sort indicator when in multiselect mode, ref #19056 |