Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix copy conflict dialog translation | Jörn Friedrich Dreyer | 2014-04-07 | 1 | -2/+2 |
| | |||||
* | Files, trashbin, public apps use ajax/JSON for the file list | Vincent Petry | 2014-04-02 | 3 | -93/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Files app: - removed file list template, now rendering list from JSON response - FileList.addFile/addDir is now FileList.add() and takes a JS map with all required arguments instead of having a long number of function arguments - added unit tests for many FileList operations - fixed newfile.php, newfolder.php and rename.php to return the file's full JSON on success - removed obsolete/unused undo code - removed download_url / loading options, now using Files.getDownloadUrl() for that - server side now uses Helper::getFileInfo() to prepare file JSON response - previews are now client-side only Breadcrumbs are now JS only: - Added BreadCrumb class to handle breadcrumb rendering and events - Added unit test for BreadCrumb class - Moved all relevant JS functions to the BreadCrumb class Public page now uses ajax to load the file list: - Added Helper class in sharing app to make it easier to authenticate and retrieve the file's real path - Added ajax/list.php to retrieve the file list - Fixed FileActions and FileList to work with the ajax list Core: - Fixed file picker dialog to use the same list format as files app | ||||
* | external storage: fix merge conflict, indentation | Jan-Christoph Borchardt | 2014-03-31 | 2 | -4/+4 |
|\ | |||||
| * | fix breadcrumbs for IE8 | Morris Jobke | 2014-03-27 | 1 | -1/+1 |
| | | |||||
| * | enable SVG->PNG fallback for 'New' menu | Jan-Christoph Borchardt | 2014-03-27 | 1 | -3/+3 |
| | | |||||
* | | replace personalblock fieldset with section class in files apps | Jan-Christoph Borchardt | 2014-03-27 | 1 | -22/+20 |
|/ | |||||
* | drop file cache migration OC5 -> OC6 | Thomas Müller | 2014-03-18 | 1 | -4/+0 |
| | |||||
* | remove unneeded icon class | Jan-Christoph Borchardt | 2014-03-14 | 1 | -4/+4 |
| | |||||
* | Update index.php | Francesco Piraneo G. | 2014-03-11 | 1 | -1/+1 |
| | | | On line #69 added id="selectedActionsList" to allow an easy adding of new actions customs apps wants to perform on selected files; | ||||
* | Merge branch 'master' into display-share-owner-master | Thomas Müller | 2014-02-28 | 1 | -6/+11 |
|\ | | | | | | | | | Conflicts: apps/files_sharing/lib/cache.php | ||||
| * | use SVG icons from icons.css for New file menu | Jan-Christoph Borchardt | 2014-02-21 | 1 | -6/+11 |
| | | |||||
* | | 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 |
|/ | |||||
* | Merge branch 'master' into pr-exceed_upload_limit_msg | Pellaeon Lin | 2014-01-30 | 4 | -11/+19 |
|\ | | | | | | | | | | | Conflicts: apps/files/templates/index.php apps/files_sharing/templates/public.php | ||||
| * | merge master into mobile-style | Jan-Christoph Borchardt | 2014-01-29 | 2 | -2/+2 |
| |\ | |||||
| | * | Merge pull request #6912 from owncloud/replace-webroot-in-css | Morris Jobke | 2014-01-27 | 1 | -1/+1 |
| | |\ | | | | | | | | | Remove %webroot% from CSS | ||||
| | | * | remove %webroot% from files app | Jan-Christoph Borchardt | 2014-01-23 | 1 | -1/+1 |
| | | | | |||||
| | * | | Fixed max upload size input field style | Vincent Petry | 2014-01-23 | 1 | -1/+1 |
| | |/ | | | | | | | | | | Added "type=text" makes it look like nice like all other fields | ||||
| * | | Merge branch 'master' into mobile-style | Thomas Müller | 2014-01-23 | 2 | -2/+6 |
| |\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/js/files.js apps/files_sharing/css/public.css apps/files_sharing/js/public.js apps/files_sharing/templates/public.php | ||||
| | * | Fixed isPreviewAvailable warnings in log | Vincent Petry | 2014-01-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | isPreviewAvailable wasn't always set as the files formatting code is slightly different than the one from the files app. Fixes #6423 | ||||
| | * | Show the name of the shared folder in the breadcrumb when viewing a publicly ↵ | Robin Appelman | 2014-01-15 | 1 | -1/+5 |
| | | | | | | | | | | | | shared folder | ||||
| * | | fix input element closing tag | Morris Jobke | 2014-01-17 | 1 | -2/+2 |
| | | | |||||
| * | | no new menu on public upload | Thomas Müller | 2014-01-15 | 1 | -0/+2 |
| | | | |||||
| * | | reuse file upload as used within files app - remove public upload button | Thomas Müller | 2014-01-15 | 1 | -2/+6 |
| |/ | |||||
| * | always show home breadcrumb in files view | Bjoern Schiessle | 2013-12-16 | 1 | -7/+5 |
| | | |||||
* | | #max_upload is needed after all | Pellaeon Lin | 2013-12-11 | 1 | -1/+1 |
| | | |||||
* | | Display different messages for uploadLimit and freeSpace | Pellaeon Lin | 2013-12-08 | 1 | -2/+3 |
|/ | |||||
* | it is not possible to unshare files | Bjoern Schiessle | 2013-12-06 | 1 | -14/+5 |
| | |||||
* | Moved new file extension out of the translated string | Vincent Petry | 2013-11-28 | 1 | -1/+1 |
| | |||||
* | New file box now has default file name + extension | Vincent Petry | 2013-11-28 | 1 | -2/+2 |
| | | | | | | | | | | | Whenever a user creates a file or folder in the web UI, the input field will contain a default file name, pre-selected up to the extension for easier typing. The purpose is mostly to prevent users creating text files without an extension. Fixes #6045 | ||||
* | disable trahs in files_sharing/public.php | Bjoern Schiessle | 2013-11-21 | 1 | -1/+1 |
| | |||||
* | fix undefined index errors if public share view | Bjoern Schiessle | 2013-11-21 | 1 | -2/+3 |
| | |||||
* | Append file etag to preview URLs | Vincent Petry | 2013-10-28 | 1 | -0/+1 |
| | | | | Fixes #5534 | ||||
* | Merge pull request #5435 from owncloud/share-improvements | Thomas Müller | 2013-10-23 | 1 | -1/+1 |
|\ | | | | | Share improvements | ||||
| * | improve wording of permission notice | Jan-Christoph Borchardt | 2013-10-20 | 1 | -1/+1 |
| | | |||||
| * | beautify 'you dont have write permissions' notice, fix #2770 | Jan-Christoph Borchardt | 2013-10-20 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #5310 from owncloud/hide_filestable-header_when_empty | Christopher Schäpers | 2013-10-22 | 1 | -5/+5 |
|\ \ | | | | | | | Hide files list header, when theres no files to see | ||||
| * | | Fixed empty content logic | Vincent Petry | 2013-10-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | - Remove obsolete code that used another approach for hiding emptycontent - Fixed logic for the showing of the empty content message | ||||
| * | | Fix mind-boggling emptycontent logic | kondou | 2013-10-21 | 1 | -4/+4 |
| | | | |||||
| * | | Hide files list header, when theres no files to see | kondou | 2013-10-12 | 1 | -4/+4 |
| |/ | |||||
* / | Fixed share with link checkbox missing as regular user | Vincent Petry | 2013-10-21 | 1 | -0/+2 |
|/ | | | | | | | | | Instead of loading the app config setting "shareapi_allow_links" using a synchronous ajax call that fails when the user is not an admin, this fix puts the flag directly in the template so it doesn't need to be loaded afterwards. Fixes #5440 | ||||
* | Moved IE8 inline styles in files.css | Vincent Petry | 2013-10-11 | 1 | -1/+0 |
| | |||||
* | Fixed delete icon alignment in IE8 | Vincent Petry | 2013-10-11 | 1 | -1/+1 |
| | | | | | Removed old inline CSS that forced every td to have position:static in the files app. (#5056) | ||||
* | Fixed files view regular file actions in IE8 | Vincent Petry | 2013-10-10 | 1 | -1/+1 |
| | | | | | | | Fixes #5256 A missing closing span broken the container in IE8 which prevented the file actions to be appended properly. | ||||
* | Added filesApp flag as input field for files app detection | Vincent Petry | 2013-10-08 | 1 | -0/+1 |
| | | | | | | | Since the files app can be reached under multiple URLs, either root, files.php or public.php, a flag has been added to the DOM to help apps (like file viewers) to detect whether they are currently in the files app. | ||||
* | remove obsolete comment | Jörn Friedrich Dreyer | 2013-10-07 | 1 | -2/+0 |
| | |||||
* | Merge pull request #5088 from owncloud/fix_trashbin_button | Morris Jobke | 2013-10-06 | 1 | -3/+1 |
|\ | | | | | trash bin button needs to be an input field | ||||
| * | trash bin button needs to be an input field | Bjoern Schiessle | 2013-10-02 | 1 | -3/+1 |
| | | |||||
* | | more elegant style for Personal and Admin settings | Jan-Christoph Borchardt | 2013-10-05 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into sharing_mail_notification_master | Bjoern Schiessle | 2013-10-04 | 1 | -0/+1 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: apps/files/index.php apps/files/templates/index.php |