summaryrefslogtreecommitdiffstats
path: root/apps/files/templates
Commit message (Collapse)AuthorAgeFilesLines
* Added filesApp flag as input field for files app detectionVincent Petry2013-10-081-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 commentJörn Friedrich Dreyer2013-10-071-2/+0
|
* Merge pull request #5088 from owncloud/fix_trashbin_buttonMorris Jobke2013-10-061-3/+1
|\ | | | | trash bin button needs to be an input field
| * trash bin button needs to be an input fieldBjoern Schiessle2013-10-021-3/+1
| |
* | more elegant style for Personal and Admin settingsJan-Christoph Borchardt2013-10-051-1/+1
| |
* | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-10-041-0/+1
|\ \ | | | | | | | | | | | | | | | Conflicts: apps/files/index.php apps/files/templates/index.php
| * \ Merge pull request #4691 from owncloud/encryption_improved_error_messages_4617Björn Schießle2013-10-041-0/+1
| |\ \ | | | | | | | | Encryption improved error messages
| | * | fix hidden fieled nameBjoern Schiessle2013-10-041-1/+1
| | | |
| | * | Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle2013-09-301-1/+1
| | |\|
| | * | Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle2013-09-231-0/+26
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: settings/ajax/changepassword.php
| | * \ \ Merge branch 'master' into encryption_improved_error_messages_4617Bjoern Schiessle2013-09-162-46/+20
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/index.php
| | * | | | no longer enforce log out, but provide useful errors/warnings insteadBjoern Schiessle2013-09-061-0/+1
| | | | | |
* | | | | | Merge branch 'master' into sharing_mail_notification_masterThomas Müller2013-10-022-9/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: core/css/share.css
| * | | | | Merge pull request #5093 from owncloud/file-actionsJan-Christoph Borchardt2013-10-021-8/+7
| |\ \ \ \ \ | | | | | | | | | | | | | | File Selected on Click instead of download.
| | * | | | | Takes nametext inside the anchor tag to fix the issue completely.raghunayyar2013-10-021-8/+5
| | | | | | |
| | * | | | | Closes Label inside the a tag for not hiding the fileactions.raghunayyar2013-10-021-1/+3
| | | | | | |
| | * | | | | File Selected on Click instead of download.raghunayyar2013-10-021-1/+1
| | | |_|_|/ | | |/| | |
| * / | | | simplify From Link icon in New menuJan-Christoph Borchardt2013-10-021-1/+1
| |/ / / /
* | | | | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-10-021-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/private/util.php
| * | | | Fix not displaying "Upload something!" messagekondou2013-09-231-1/+1
| | |_|/ | |/| | | | | | | | | | Fix #4940
* | | | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-09-231-0/+26
|\| | | | | | | | | | | | | | | | | | | Conflicts: lib/public/share.php
| * | | simplify conflict template handling, fix reopen after ESCJörn Friedrich Dreyer2013-09-181-1/+1
| | | |
| * | | Merge branch 'master' into fix_3728_with_file_exists_dialogJörn Friedrich Dreyer2013-09-172-44/+18
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/css/files.css apps/files/js/file-upload.js apps/files/js/filelist.js apps/files/js/files.js apps/files_sharing/js/public.js core/js/jquery.ocdialog.js core/js/oc-dialogs.js
| * | | refactor dialog creationJörn Friedrich Dreyer2013-09-041-0/+26
| | | |
* | | | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-09-162-44/+18
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Conflicts: apps/files/index.php
| * | | Merge pull request #4838 from owncloud/refactor_upload_jsThomas Müller2013-09-161-10/+2
| |\ \ \ | | | | | | | | | | refactor upload js & html to always use only js to fill form data
| | * | | refactor upload js & html to always use only js to fill form dataJörn Friedrich Dreyer2013-09-131-10/+2
| | | | |
| * | | | Use hash part of URL for IE8 in files appVincent Petry2013-09-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before this fix, the URL wasn't updated in IE8 when navigating into folders. This fix makes use of the hash part of URLs to make this work in IE8, since IE8 doesn't support the history API nor changing the URL without redirecting. From now, both the regular query URL "?dir=somedir" and "#?dir=somedir" will work in both IE8 and non-IE8 browsers. In IE8, query based URLs are automatically converted to hash URLs upon page load. The conversion is done on the server side by redirecting the user to the updated URL. When loading a page directly using a hash URL in the form "#?dir=somedir" in IE8, the server doesn't get the hash, so it will not return any results in that case and rely on ajax to load the first page.
| * | | | Fixed ajax support to also update the current dir permissionsVincent Petry2013-09-131-6/+4
| | | | |
| * | | | fixing breadcrumbs on ajax loading of filesThomas Müller2013-09-131-1/+3
| | | | |
| * | | | Ajax calls for "files" and "files_trashbin" appsVincent Petry2013-09-132-6/+8
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Frontend: - The files app list now uses ajax calls to refresh the list. - Added support the browser back button (history API). - Added mask + spinner while loading file list Backend: - Added utility function in core JS for parsing query strings. - Moved file list + breadcrumb template data code to helper functions - Fixed some file paths in trashbin app to be similar to the files app
| * | | remove unused $relativePathThomas Müller2013-09-121-2/+0
| | | |
| * | | move icon generation logic out of the templateThomas Müller2013-09-121-20/+1
| |/ /
* | | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-09-051-1/+1
|\| | | | | | | | | | | | | | | | | | | | increased version number to trigger db update Conflicts: lib/util.php
| * | Merge pull request #4473 from owncloud/texteditor_polishingJörn Friedrich Dreyer2013-09-031-1/+1
| |\ \ | | |/ | |/| Texteditor polishing
| | * Revert "remove editor div in filelist", add "is deprecated" commentJörn Friedrich Dreyer2013-09-031-0/+1
| | | | | | | | | | | | This reverts commit 64d09452f55c0c73fe0d55a70f82d8ad7a386d7c.
| | * remove editor div in filelistJörn Friedrich Dreyer2013-08-161-1/+0
| | |
* | | Merge branch 'master' into sharing_mail_notification_masterBjoern Schiessle2013-09-022-18/+45
|\| | | | | | | | | | | | | | Conflicts: lib/util.php
| * | text centered horizontally and vertically in emptycontent divAlessandro Cosentino2013-08-311-1/+1
| | |
| * | Merge master into oc_previewGeorg Ehrke2013-08-291-39/+1
| |\ \
| * | | move isMimeSupported out of template filesGeorg Ehrke2013-08-211-3/+3
| | | |
| * | | style fixes for preview libGeorg Ehrke2013-08-191-1/+2
| | | |
| * | | Merge master into oc_previewGeorg Ehrke2013-08-191-0/+1
| |\ \ \
| * | | | checkstyle double quotes in HTMLJan-Christoph Borchardt2013-08-151-2/+2
| | | | |
| * | | | Merge branch 'oc_preview' of github.com:owncloud/core into oc_previewJan-Christoph Borchardt2013-08-141-2/+6
| |\ \ \ \
| | * | | | fix adding preview-icon to clss attributeGeorg Ehrke2013-08-141-2/+6
| | | | | |
| * | | | | increase row height to 50px, properly position everything, checkboxes, ↵Jan-Christoph Borchardt2013-08-142-12/+18
| |/ / / / | | | | | | | | | | | | | | | actions etc
| * | | | fix breaking error due to ... a wrong icon link. Seriously?Jan-Christoph Borchardt2013-08-141-1/+1
| | | | |
| * | | | use web.svg instead of web.pngGeorg Ehrke2013-08-141-1/+1
| | | | |
| * | | | don't use hardcoded size for previewGeorg Ehrke2013-08-141-1/+1
| | | | |