aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
Commit message (Collapse)AuthorAgeFilesLines
* do not show Deleted Files on mobile, not optimized yet and button too longJan-Christoph Borchardt2014-03-211-0/+5
|
* mobile: remove shift for multiselect bar to account for missing navigationJan-Christoph Borchardt2014-03-211-0/+5
|
* fixing javascript error where $(Files.breadcrumbs[1]).get(0) returns ↵Thomas Müller2014-03-181-5/+8
| | | | undefined - happens on resize to a very small width
* mobile: change CSS order so rename and versions are hiddenJan-Christoph Borchardt2014-03-181-6/+5
|
* additional class is added to the file actions called e.g. 'action-share', ↵Thomas Müller2014-03-171-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 VersionsJan-Christoph Borchardt2014-03-142-0/+45
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-03-1210-32/+78
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-03-1162-307/+335
|
* Merge pull request #7629 from owncloud/files-allfileswarningtypoVincent Petry2014-03-101-1/+1
|\ | | | | Fixed log warning when deleting a single file
| * Fixed log warning when deleting a single fileVincent Petry2014-03-071-1/+1
| |
* | only initialise upload dropZone if public upload is allowedIchEben2014-03-071-1/+1
|/
* Merge pull request #7592 from owncloud/fixstoragefreespaceVincent Petry2014-03-062-499/+633
|\ | | | | Fixed upload issue when free space is not known (ex: FTP)
| * Fixed upload issue when free space is not knownVincent Petry2014-03-061-1/+3
| |
| * Added unit tests for "add()" method for file uploadVincent Petry2014-03-062-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-7307Thomas Müller2014-03-066-34/+73
|\| | | | | | | | | | | Conflicts: core/js/router.js settings/js/admin.js
| * Merge pull request #7575 from owncloud/issue/7571Vincent Petry2014-03-051-2/+2
| |\ | | | | | | Do not set #dir when on public.php
| | * Do not set #dir when on public.phpJoas Schilling2014-03-051-2/+2
| | | | | | | | | | | | Fix #7571
| * | Merge pull request #7531 from owncloud/dont_create_shared_folderBjörn Schießle2014-03-055-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 Schiessle2014-03-055-26/+61
| | | | | | | | | | | | also exclude all combinations of lower and upper case letters
| * | Merge branch 'master' into display-share-owner-masterThomas Müller2014-02-288-71/+126
| |\| | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/cache.php
| * | store the share owner in a data-attribute instead of a separate spanThomas Müller2014-02-201-5/+9
| | |
| * | adding share owner information to the file listThomas Müller2014-02-201-5/+5
| | |
* | | fixing download url in files appThomas Müller2014-03-021-1/+1
| | |
* | | Replace OC.Router.generate() with OC.generateUrl()Thomas Müller2014-03-022-3/+5
| |/ |/|
* | Update rawlist to work with new fileinfo objectRobin Appelman2014-02-271-31/+28
| |
* | coding style fixes, cut long lines, comments not on same lines, curly bracesJan-Christoph Borchardt2014-02-261-8/+11
| |
* | Merge pull request #7285 from owncloud/mimeicons-svgMorris Jobke2014-02-244-17/+29
|\ \ | | | | | | Show svg mime icons when no preview is available
| * | rename url parameterRobin Appelman2014-02-241-1/+1
| | |
| * | Add url parameter to control whether previews should return 404 when the ↵Robin Appelman2014-02-211-0/+1
| | | | | | | | | | | | mimetype is unsupported
| * | Make unit tests expect the svg iconsRobin Appelman2014-02-201-2/+6
| | |
| * | Merge branch 'master' into mimeicons-svgRobin Appelman2014-02-207-40/+105
| |\|
| * | Fix svg icons for public shares and external/shared filesRobin Appelman2014-02-191-3/+3
| | |
| * | Show svg mime icons when no preview is availableRobin Appelman2014-02-193-13/+20
| | |
* | | Merge pull request #7320 from owncloud/GuillaumeAmat-patch-1Morris Jobke2014-02-241-2/+30
|\ \ \ | | | | | | | | Update page title when navigating through directories (local)
| * | | code style: else on same lineJan-Christoph Borchardt2014-02-211-2/+1
| | | |
| * | | fix intendationMorris Jobke2014-02-201-3/+3
| | | |
| * | | Fixed trashbin titleVincent Petry2014-02-201-21/+15
| | | |
| * | | Fixed title formatVincent Petry2014-02-201-1/+8
| | | |
| * | | Merge branch 'patch-1' of github.com:GuillaumeAmat/core into ↵Vincent Petry2014-02-201-3/+31
| |\ \ \ | | |_|/ | |/| | | | | | GuillaumeAmat-patch-1
| | * | Uses OC.basename instead of custom codeGuillaume AMAT2014-02-191-2/+2
| | | |
| | * | Gets the page title from oc_defaults in Files appGuillaume AMAT2014-02-131-1/+1
| | | |
| | * | Update page title when navigating through directoriesGuillaume AMAT2014-02-121-3/+31
| | | |
* | | | fix too much distance between text and iconJan-Christoph Borchardt2014-02-211-1/+1
| | | |
* | | | use SVG icons from icons.css for New file menuJan-Christoph Borchardt2014-02-212-13/+28
|/ / /
* | | Merge pull request #6714 from owncloud/files-newfileinvalidcharsfixLukas Reschke2014-02-202-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.phpVincent Petry2014-02-182-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-selectallVincent Petry2014-02-195-34/+93
|\ \ \ \ | |_|_|/ |/| | | Do not send file list for select all on Download/delete
| * | | Do not send file list for select all on Download/deleteVincent Petry2014-02-135-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 Borchardt2014-02-191-11/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | owncloud/tune_legacy_cache_webdav_properties_prefixing_master Concatenate string in SQL instead of PHP
| * | | | cleanup and actually execute the queryJörn Friedrich Dreyer2013-11-011-4/+8
| | | | |