Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not show Deleted Files on mobile, not optimized yet and button too long | Jan-Christoph Borchardt | 2014-03-21 | 1 | -0/+5 |
| | |||||
* | mobile: remove shift for multiselect bar to account for missing navigation | Jan-Christoph Borchardt | 2014-03-21 | 1 | -0/+5 |
| | |||||
* | fixing javascript error where $(Files.breadcrumbs[1]).get(0) returns ↵ | Thomas Müller | 2014-03-18 | 1 | -5/+8 |
| | | | | undefined - happens on resize to a very small width | ||||
* | mobile: change CSS order so rename and versions are hidden | Jan-Christoph Borchardt | 2014-03-18 | 1 | -6/+5 |
| | |||||
* | additional class is added to the file actions called e.g. 'action-share', ↵ | Thomas Müller | 2014-03-17 | 1 | -11/+26 |
| | | | | | | 'action-rename' in order to allow proper translations of the action's display name an additional parameter has been added to the register function | ||||
* | mobile: first mobile fixes for Files. We still need to hide Rename and Versions | Jan-Christoph Borchardt | 2014-03-14 | 2 | -0/+45 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-12 | 10 | -32/+78 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-11 | 62 | -307/+335 |
| | |||||
* | Merge pull request #7629 from owncloud/files-allfileswarningtypo | Vincent Petry | 2014-03-10 | 1 | -1/+1 |
|\ | | | | | Fixed log warning when deleting a single file | ||||
| * | Fixed log warning when deleting a single file | Vincent Petry | 2014-03-07 | 1 | -1/+1 |
| | | |||||
* | | only initialise upload dropZone if public upload is allowed | IchEben | 2014-03-07 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #7592 from owncloud/fixstoragefreespace | Vincent Petry | 2014-03-06 | 2 | -499/+633 |
|\ | | | | | Fixed upload issue when free space is not known (ex: FTP) | ||||
| * | Fixed upload issue when free space is not known | Vincent Petry | 2014-03-06 | 1 | -1/+3 |
| | | |||||
| * | Added unit tests for "add()" method for file upload | Vincent Petry | 2014-03-06 | 2 | -499/+631 |
| | | | | | | | | | | | | - Added OC.Upload.init() to make the code testable - Added unit tests for the add() method of the uploader with some error cases | ||||
* | | Merge branch 'master' into fix-7307 | Thomas Müller | 2014-03-06 | 6 | -34/+73 |
|\| | | | | | | | | | | | Conflicts: core/js/router.js settings/js/admin.js | ||||
| * | Merge pull request #7575 from owncloud/issue/7571 | Vincent Petry | 2014-03-05 | 1 | -2/+2 |
| |\ | | | | | | | Do not set #dir when on public.php | ||||
| | * | Do not set #dir when on public.php | Joas Schilling | 2014-03-05 | 1 | -2/+2 |
| | | | | | | | | | | | | Fix #7571 | ||||
| * | | Merge pull request #7531 from owncloud/dont_create_shared_folder | Björn Schießle | 2014-03-05 | 5 | -26/+61 |
| |\ \ | | |/ | |/| | don't allow to create a file or folder named 'Shared' in the root folder | ||||
| | * | don't allow to create a file or folder named 'Shared' in the root folder, ↵ | Bjoern Schiessle | 2014-03-05 | 5 | -26/+61 |
| | | | | | | | | | | | | also exclude all combinations of lower and upper case letters | ||||
| * | | Merge branch 'master' into display-share-owner-master | Thomas Müller | 2014-02-28 | 8 | -71/+126 |
| |\| | | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/cache.php | ||||
| * | | store the share owner in a data-attribute instead of a separate span | Thomas Müller | 2014-02-20 | 1 | -5/+9 |
| | | | |||||
| * | | adding share owner information to the file list | Thomas Müller | 2014-02-20 | 1 | -5/+5 |
| | | | |||||
* | | | fixing download url in files app | Thomas Müller | 2014-03-02 | 1 | -1/+1 |
| | | | |||||
* | | | Replace OC.Router.generate() with OC.generateUrl() | Thomas Müller | 2014-03-02 | 2 | -3/+5 |
| |/ |/| | |||||
* | | Update rawlist to work with new fileinfo object | Robin Appelman | 2014-02-27 | 1 | -31/+28 |
| | | |||||
* | | coding style fixes, cut long lines, comments not on same lines, curly braces | Jan-Christoph Borchardt | 2014-02-26 | 1 | -8/+11 |
| | | |||||
* | | Merge pull request #7285 from owncloud/mimeicons-svg | Morris Jobke | 2014-02-24 | 4 | -17/+29 |
|\ \ | | | | | | | Show svg mime icons when no preview is available | ||||
| * | | rename url parameter | Robin Appelman | 2014-02-24 | 1 | -1/+1 |
| | | | |||||
| * | | Add url parameter to control whether previews should return 404 when the ↵ | Robin Appelman | 2014-02-21 | 1 | -0/+1 |
| | | | | | | | | | | | | mimetype is unsupported | ||||
| * | | Make unit tests expect the svg icons | Robin Appelman | 2014-02-20 | 1 | -2/+6 |
| | | | |||||
| * | | Merge branch 'master' into mimeicons-svg | Robin Appelman | 2014-02-20 | 7 | -40/+105 |
| |\| | |||||
| * | | Fix svg icons for public shares and external/shared files | Robin Appelman | 2014-02-19 | 1 | -3/+3 |
| | | | |||||
| * | | Show svg mime icons when no preview is available | Robin Appelman | 2014-02-19 | 3 | -13/+20 |
| | | | |||||
* | | | Merge pull request #7320 from owncloud/GuillaumeAmat-patch-1 | Morris Jobke | 2014-02-24 | 1 | -2/+30 |
|\ \ \ | | | | | | | | | Update page title when navigating through directories (local) | ||||
| * | | | code style: else on same line | Jan-Christoph Borchardt | 2014-02-21 | 1 | -2/+1 |
| | | | | |||||
| * | | | fix intendation | Morris Jobke | 2014-02-20 | 1 | -3/+3 |
| | | | | |||||
| * | | | Fixed trashbin title | Vincent Petry | 2014-02-20 | 1 | -21/+15 |
| | | | | |||||
| * | | | Fixed title format | Vincent Petry | 2014-02-20 | 1 | -1/+8 |
| | | | | |||||
| * | | | Merge branch 'patch-1' of github.com:GuillaumeAmat/core into ↵ | Vincent Petry | 2014-02-20 | 1 | -3/+31 |
| |\ \ \ | | |_|/ | |/| | | | | | | GuillaumeAmat-patch-1 | ||||
| | * | | Uses OC.basename instead of custom code | Guillaume AMAT | 2014-02-19 | 1 | -2/+2 |
| | | | | |||||
| | * | | Gets the page title from oc_defaults in Files app | Guillaume AMAT | 2014-02-13 | 1 | -1/+1 |
| | | | | |||||
| | * | | Update page title when navigating through directories | Guillaume AMAT | 2014-02-12 | 1 | -3/+31 |
| | | | | |||||
* | | | | fix too much distance between text and icon | Jan-Christoph Borchardt | 2014-02-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | use SVG icons from icons.css for New file menu | Jan-Christoph Borchardt | 2014-02-21 | 2 | -13/+28 |
|/ / / | |||||
* | | | Merge pull request #6714 from owncloud/files-newfileinvalidcharsfix | Lukas Reschke | 2014-02-20 | 2 | -6/+12 |
|\ \ \ | | | | | | | | | Added extra checks for invalid file chars in newfile.php and newfolder.php | ||||
| * | | | Added extra checks for invalid file chars in newfile.php and newfolder.php | Vincent Petry | 2014-02-18 | 2 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added PHP utility function to check for file name validity - fixes issue where a user can create a file called ".." from the files UI - added extra checks to make sure newfile.php and newfolder.php also check for invalid characters | ||||
* | | | | Merge pull request #7195 from owncloud/files-selectall | Vincent Petry | 2014-02-19 | 5 | -34/+93 |
|\ \ \ \ | |_|_|/ |/| | | | Do not send file list for select all on Download/delete | ||||
| * | | | Do not send file list for select all on Download/delete | Vincent Petry | 2014-02-13 | 5 | -34/+93 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - When all files are selected, do not send the whole file list - Download will trigger download for the parent folder, also works with root - Delete will send "allfiles" to the server that will find the file list or the passed directory by itself | ||||
* | | | | Merge pull request #4799 from ↵ | Jan-Christoph Borchardt | 2014-02-19 | 1 | -11/+8 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | owncloud/tune_legacy_cache_webdav_properties_prefixing_master Concatenate string in SQL instead of PHP | ||||
| * | | | | cleanup and actually execute the query | Jörn Friedrich Dreyer | 2013-11-01 | 1 | -4/+8 |
| | | | | |