Commit Graph

1615 Commits (73a1ece7533b9d90305e11052947809b91850184)

Author SHA1 Message Date
IchEben e7d5715114 only initialise upload dropZone if public upload is allowed 13 years ago
Vincent Petry 5671aac5ca Fixed log warning when deleting a single file 13 years ago
Vincent Petry 0dcac65aa1 Fixed upload issue when free space is not known 13 years ago
Vincent Petry 07f78c8248 Added unit tests for "add()" method for file upload 13 years ago
Joas Schilling 1ab10cb4f7 Do not set #dir when on public.php 13 years ago
Bjoern Schiessle 2e73c957e5 don't allow to create a file or folder named 'Shared' in the root folder, also exclude all combinations of lower and upper case letters 13 years ago
Thomas Müller 9f087a2070 fixing download url in files app 13 years ago
Thomas Müller 1291303c5a Replace OC.Router.generate() with OC.generateUrl() 13 years ago
Robin Appelman 7c92e2e3ad Update rawlist to work with new fileinfo object 13 years ago
Jan-Christoph Borchardt 2b423e5a44 coding style fixes, cut long lines, comments not on same lines, curly braces 13 years ago
Robin Appelman 7c4f81bd78 rename url parameter 13 years ago
Jan-Christoph Borchardt 6f56fd99a6 fix too much distance between text and icon 13 years ago
Jan-Christoph Borchardt 877cfb963a use SVG icons from icons.css for New file menu 13 years ago
Robin Appelman 4715fb12c8 Add url parameter to control whether previews should return 404 when the mimetype is unsupported 13 years ago
Jan-Christoph Borchardt b22d82f941 code style: else on same line 13 years ago
Thomas Müller d6e89a9a28 store the share owner in a data-attribute instead of a separate span 13 years ago
Thomas Müller 7c68025010 adding share owner information to the file list 13 years ago
Robin Appelman f710205ee7 Make unit tests expect the svg icons 13 years ago
Morris Jobke 658758c3f7 fix intendation 13 years ago
Vincent Petry 44441b56d6 Fixed trashbin title 13 years ago
Vincent Petry 476444ab1a Fixed title format 13 years ago
Guillaume AMAT 577559458d Uses OC.basename instead of custom code 13 years ago
Robin Appelman f33d35cd07 Fix svg icons for public shares and external/shared files 13 years ago
Robin Appelman 609a91a9b1 Show svg mime icons when no preview is available 13 years ago
Vincent Petry 797e0a614c Added extra checks for invalid file chars in newfile.php and newfolder.php 13 years ago
Robin Appelman d18b9f6ea4 use a FileInfo object of the directory when generting the filelist 13 years ago
David a282afcbbb small change for compatibility 13 years ago
Vincent Petry d5397d813c Do not send file list for select all on Download/delete 13 years ago
Robin Appelman 181bbd4325 Remove usage of legacy OC_Appconfig 13 years ago
Guillaume AMAT 01dc7c5482 Gets the page title from oc_defaults in Files app 13 years ago
Jan-Christoph Borchardt 6e17d71a0d remove forced lowercase from extension, fix #4747, also coding style fixes 13 years ago
Joas Schilling 9619459e37 Send correct path on file upload when using public app 13 years ago
Guillaume AMAT a62b393d02 Update page title when navigating through directories 13 years ago
Morris Jobke 13fa0e2a9d Fix implied evals and doubled definition of variable 13 years ago
Joas Schilling af7366cd30 Only add files to file list when uploading to current directory 13 years ago
Thomas Müller 9d9f360b77 Load authentication apps to get users from all backends - fixes #7019 13 years ago
Vincent Petry fe2a63ffd4 Scroll to the top after switching dir 13 years ago
Jan-Christoph Borchardt b56dbbe0e5 fix misalignment of modified dates, shift to right 13 years ago
Jan-Christoph Borchardt 6d7d3c16d0 ellipsize long modified dates to make room for showing delete button, fix #7040 13 years ago
raghunayyar 5ccb395ec6 Makes Rename Icon Width 44px for touch sourfaces. 13 years ago
Vincent Petry ba1b9df8a9 Fixed file name validation unit test + added newline 13 years ago
Vincent Petry d36a2ff9ee Added .jshintrc 13 years ago
Vincent Petry bc598f1919 Updated unit tests for rename action 13 years ago
raghunayyar 85e67be0aa Rename action now appears as pencil icon 13 years ago
Pellaeon Lin 929c930b0a Use $storageInfo['free'] 13 years ago
Vincent Petry 58c7042e70 Added error message for when target folder was removed 13 years ago
Jan-Christoph Borchardt d310df505c permanently show download action on mobile, only icon 13 years ago
Vincent Petry e6f93fc841 Fix warnings in logs when renaming over the web UI 13 years ago
Robin Appelman b590f019f6 Remove unused $freeSpace 13 years ago
Robin Appelman 3c1ab66eda Reuse the calculated free_space in buildFileStorageStatistics 13 years ago